/* @override 
	http://client.concordances.fr/mcnn/css/covoiturage.css
	http://client.concordances.fr/mcnn/covoiturage/covoiturage.css
*/

#covoiturage { 
	float: left;
	border-left: 1px solid #c02;
	height: auto;
	padding-left: 15px;
	padding-right: 0px;
}

#covoiturage h1 { 
	color: #c02;
	font-size: 24px;
	margin-bottom: 15px;
}

#covoiturage h2 { 
	color: gray;
	font-size: 20px;
	margin-bottom: 15px;
}

#covoiturage h2 img {
	vertical-align: text-bottom;
}

div.btn-right { 
	display: block;
	clear: both;
	height: 40px;
	padding-left: 20px;
	padding-top: 10px;
}

/* @group tableau */

div.separation { 
	height: 60px;
}


table.covtabl { 
	width: 700px;
}

div.rien {
	border: 1px solid silver;
	width: auto;
	padding: 4px 8px;
	margin-bottom: 10px;
}

table.covtabl td img, table.covtabl th img { 
	vertical-align: middle;
	padding-right: 5px;
}

table.covtabl td a:hover img, table.covtabl th a:hover img { 
	border-style: none;
}

table.covtabl { 
	margin-bottom: 10px;
	font-size: 10px;
}

table.covtabl thead { 
	background-color: #fbf4f4;
	color: #c02;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid #c02;
}

table.covtabl thead th { 
	padding: 5px;
}

table.covtabl tbody { 
	vertical-align: middle;
}

table.covtabl tbody td { 
	padding: 5px;
	border-right: 1px solid #f9eff0;
}

table.covtabl tbody tr { 
	border-bottom: 1px solid #fbc2c4;
}

table.covtabl input { 
	padding: 5px;
	border: 1px solid #999999;
}



/* @end */

/* @group form */

form#covoit {
	border: 2px solid #c02;
	}

form#covoit p {
	padding-top: 10px;
	padding-bottom: 4px;
	margin: 0;
	overflow: auto;
	padding-left: 20px;
}

form#covoit label { 
	display: block
}

form#covoit p span { 
	float: left;
	margin-right: 5px;
	}
	
form#covoit label.petit {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

form#covoit label.radio { 
	display: inline;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

/* @end */

span.erreur {
	width: 100%;
	clear: both;
	font-size: 10px;
	color: #c02;
}

p.petit {
	font-size: 9px;
	color: gray;
}

div.buttons { 
	float: left;
}

div.success {
	font-weight: bold;
}
div.success img {
	vertical-align: text-bottom;
	margin-right: 10px;
}
