



* { margin: 0; padding: 0; line-height: 1.1; }
.cleaner { clear: both; }

body {
	color: #3a3a3a;
	font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 1em;
	padding: 10px 0;
	background: #e6e6e7 url('http://static.stage-conduite-securite.fr/images/decor/bg_body.gif') repeat scroll top left;
}

small {
	font-size: 0.85em;
}


a:link, a:visited, a:active {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
	color: #3366cc;
	text-decoration: none;
}


h1 {
	font-size: 1.3em;
	line-height: 2;
	border-bottom: 1px dotted #3a3a3a;
	margin-bottom: 20px;
}

h2 {
	height: 28px;
	font-size: 1.15em;
	color: #fff;
	line-height: 1.7;
	padding-left: 52px;
	margin-bottom: 20px;
	background-color: #106CC7;
}

.h2_produit {
	background: #106CC7 url('http://static.stage-conduite-securite.fr/images/decor/bg_h2_produit.gif') no-repeat scroll top left;
}

.h2_faq {
	background: #106CC7 url('http://static.stage-conduite-securite.fr/images/decor/bg_h2_faq.gif') no-repeat scroll top left;
}

.h2_contact {
	background: #106CC7 url('http://static.stage-conduite-securite.fr/images/decor/bg_h2_contact.gif') no-repeat scroll top left;
}

.h2_cgv {
	background: #106CC7 url('http://static.stage-conduite-securite.fr/images/decor/bg_h2_cgv.gif') no-repeat scroll top left;
}

.h2_legal {
	background: #106CC7 url('http://static.stage-conduite-securite.fr/images/decor/bg_h2_legal.gif') no-repeat scroll top left;
}

.h2_defaut {
	background: #106CC7 url('http://static.stage-conduite-securite.fr/images/decor/bg_h2_produit.gif') no-repeat scroll top left;
}

h3 {
	font-size: 1.2em;
	color: #595959;
	line-height: 2;
	padding-left: 12px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 20px;
}




.erreur_box {
	padding: 1em;
	border: 2px solid #ff0000;
	background-color: #FFCECE;
}

.erreur {
	color: #ff0000;
}

.erreur a:link, .erreur a:visited, .erreur a:active {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}

.erreur a:hover {
	color: #ff0000;
	text-decoration: none;
}

ul.erreur {
	list-style-position: inside;
	border: 2px solid #ff0000;
	padding: 10px 20px 20px 60px;
	margin: 10px 0;
	background: #FFD9D9 url('http://static.stage-conduite-securite.fr/images/icones/erreur.gif') no-repeat scroll 10px center;
}

ul.erreur li {
	line-height: 1.5;
}

.erreur input,
.erreur textarea,
.erreur select,
.erreur checkbox,
.erreur radio {
	background-color: #FFD9D9;
}




.prix {
	color: #FF6B24;
}

.requis {
	font-weight: bold;
	color: #FF0000;
}

.highlight {
	background-color: #FFFF80;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}

ul.liste_simple {
	margin: 0 0 12px 30px;
}