.titre-recap-bloc {
    margin-bottom: 1em; 
}

.titre-recap-bloc > h3{
    max-width: 85%;
    white-space: normal; 
}
  
.titre-recap-bloc h3 + button {
    top: 36px; 
}

h2 + div.titre-recap-bloc h3 + button {
	top: 36px;
}

.table-dynamique td, 
.table-dynamique th {
	padding: 5px;
}

.table-dynamique button.table-dynamique-ajouter {
	margin: 5px;
}

.table-dynamique table{
    width: 100%;
}

.table-dynamique table th .symbol-required{
    color: #FFF;
}


table.table-radio {
	table-layout:fixed;
	width: 100%;
}

table.table-radio td {
	overflow: hidden;
	word-wrap: break-word;
}

table.table-radio .colonne-radio {
	text-align: center;
}

table.table-casparcas th {
    vertical-align: middle;
    background-color: #a63950;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    color: #FFF;
    font-weight: normal;
    vertical-align: top;
    padding: 5px;
}

table.table-casparcas td{
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    color: #000;
    vertical-align: middle;
    padding: 5px;
}

table.table-casparcas col.col10{
	width: 10%;
}

table.table-casparcas col.col15{
	width: 15%;
}

table.table-casparcas col.col30{
	width: 30%;
}

table.table-casparcas col.col40{
	width: 40%;
}

table.table-casparcas col.col45{
	width: 45%;
}

table.table-casparcas col.col50{
	width: 50%;
}


.liBr
{
    margin-top: 1%;
}

.coordonnees-geographiques {
	margin-top: 10px;
}

.coordonnees-geographiques input{
	width: 55px;
}

.coordonnees-geographiques select{
	width: 60px;
}

.coordonnees-geographiques legend{
	margin-top: 5px;
	width: auto;
}

.coordonnees-geographiques > * {
	float: left;
	margin-right: 5px;
}

.icon-h3{
	padding-top: 0px;	
}

legend {
	font-size: inherit;
}

.h4-legend {
	margin-bottom: 0px;
}

.table-bordered {
	background-color: white;
}