* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.4;
	color: #333;
	background: #fff;
}
a {
	text-decoration: underline;
	color: #2a4385;
	font-weight: bold;
	outline: none;
	border: none;
}
a:hover {
	color: #d26e1a;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	display: block;
	font-size: 2em;
	color: #999;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1667em;
	color: #d26e1a;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	border-bottom: 1px dotted #aaa;
}
h3 {
	font-size: 16px;
	color: #d26e1a;
	font-weight: bold;
	margin: 5px 0 0 0;
}
h4 {
	font-size: 12.5px;
	color: #d26e1a;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h5 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin: 5px 0 3px 0;
}
p {
	margin-left: 15px;
}
ul {
	margin-left: 30px;
	margin-right: 40px;
}
ul li {
	margin-top: 10px;
}
ul li ul {
	padding-left: 20px;
}
ul li ul li {
	margin-top: 3px;
}
ul.check {
	list-style-type: disc;
	list-style-image: url('images/puce_check.gif');
}
.myContent ul {
	margin-left: 40px;
	margin-bottom: 20px;
	list-style-type: none;
}
.myContent li {
	padding-left: 17px;
	margin-top: 5px;
	background: transparent url(images/puce_check.gif) no-repeat 0 4px;
}
ol {
	margin-left: 15px;
}
hr {
	display: none;
}
.hr {
	border-bottom: 1px solid #999;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
th {
    text-align: left;
}
tr.spacing {
    height: 10px;
}
#entete {
	position: relative;
	background: transparent url('images/logo.gif') no-repeat top left;
	height: 94px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 624px;
	height: 118px;
	background: transparent;
	z-index: 100;
}
#slogan {
	position: absolute;
	display: block;
	text-align: right;
	bottom: 0;
	right: 10px;
	font-size: 1.5em;
	color: #999;
	font-weight: bold;
}
#bandeau {
	position: relative;
	background: transparent url('images/fond_body.gif') repeat-x top left;
	height: 146px;
	overflow: hidden;
}
#menu_lat {
	position: absolute;
	top: 0;
	left: 0;
	height: 148px;
	padding-top: 28px;
	width: 137px;
	border-right: 1px solid white;
	background: white url('images/fond_bandeau.gif') no-repeat top left;
}
#menu_lat a {
	display: block;
	width: 135px;
	height: 40px;
	float: left;
	text-align: right;
	color: white;
	font-family: arial, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid white;
	padding-right: 2px;
	background: #aaa;
}
#menu_lat .activeLink {
    display: block;
	width: 135px;
	height: 40px;
	float: left;
	text-align: right;
	color: #ddd;
	font-family: arial, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid white;
	padding-right: 2px;
	background: #d9772d;
}
#menu_lat a:hover {
	background: #d9772d;
}
#illus {
	position: absolute;
	width: 560px;
	height: 146px;
	top: 0;
	left: 136px;
    border-left: 1px solid white;
    border-right: 1px solid white;
	/*background: transparent url('images/photo_bandeau.jpg') no-repeat top left;*/
    overflow: hidden;
}
#illus ul {
	list-style: none;
	position: absolute;
	right: 2px;
	bottom: 2px;
}
#illus li {
	display: block;
	width: 200px;
	height: 16px;
	text-align: right;
}
#illus li a {
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
#illus li a:hover {
	font-weight: bold;
}
#menu_sup {
    position: absolute;
    font-size: 10px;
    color: #666;
    font-weight: normal;
    top: 5px;
    right: 5px;
    text-align: right;
    z-index: 1000;
}
#bloc_tel {
	position: absolute;
	display: block;
	width: 200px;
	height: 150px;
	background: transparent url('images/bloc_tel3.gif') no-repeat 0 1px;
	top: 0;
	left: 698px;
    border-left: 1px solid white;
}
#conteneur {
	display: block;
	width: 754px;
	margin-left: 136px;
	background: transparent url('images/fond_conteneur.gif') repeat-y top left;
}
#conteneur_one_col {
	display: block;
	width: 754px;
	margin-left: 136px;
	margin-bottom: 20px;
	background: white;
}
#une_col {
	float: left;
	width: 804px;
	padding: 40px 10px 40px 10px;
}
#col_gauche {
	float: left;
	width: 230px;
	font-size: 10px;
	color: #444;
}
#col_gauche .content {
	margin: 40px 5px 15px 5px;
}
#col_gauche h1 {
	font-size: 1.3em;
	color: #d16e1a;
	text-transform: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
#col_gauche p {
	text-indent: 10px;
	margin: 0 0 5px 0;
}
#col_gauche .img {
	text-align: center;
}
#col_gauche img {
	border: 1px solid black;
}
#col_droite {
	float: left;
	width: 524px;
}
#col_droite .content {
	margin: 40px 10px 40px 10px;
}
.col_clearing {
	clear: both;
}
#pied {
	clear: both;
	font-size: 0.9167em;
	background: #e5ecff;
	padding-top: 2px;
	text-align: center;
}
.libelle {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
.obligatoire {
	text-decoration: underline;
}
.champs {
	text-align: left;
	display: block;
	margin-top: 5px;
}
label {
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	color: #333;
	text-align: left;
}
label.simpleLabel {
    font-weight: normal;
    font-size: 11px;
}
label.biglabel {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.desc {
	color: #666;
	font-size: 0.75em;
	font-weight: normal;
	padding-left: 1em;
}
.formul {
	font-size: 13.3333px;
	color: #d16e1a;
	border: 1px solid #c0c0c0;
	background-color: white;
    margin-bottom: 5px;
}
.check {
	margin-bottom: 0;
}
.myCheck {
    margin-bottom: -3px;
    margin-right: 2px;
}
.formul:hover, .formul:focus {
	background-color: #f3f3f3;
	border-color: #333;
}
.big {
	font-size: 16px;
	color: #d16e1a;
	font-weight: bold;
	padding: 2px;
}
input.big {
	margin: 2px 0 10px 0;
}
input.decal, select.decal, .radio {
	margin-left: 10px;
}
.formul_bout {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #eee;
	color: #666;
	padding: 2px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.formul_bout:hover {
	text-decoration: underline;
}
.table {
	text-align: left;
	margin-left: 20px;
}
.table table {
	width: 90%;
}
table.franchise_checks {
    width: auto;
}
.pdf_link {
	float: left;
	background: transparent url('images/icone_pdf_24.gif') no-repeat top left;
	padding: 7px 0 3px 28px;
	text-align: left;
}
.bouton_devis {
	display: block;
	float: left;
	width: 147px;
	height: 43px;
	background-color: transparent;
	background-image: url('images/bouton_devis.png') !important;
	background-image: url('images/bouton_devis.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
}
.bouton_devis:hover {
	background-image: url('images/bouton_devis_hover.png') !important;
	background-image: url('images/bouton_devis_hover.gif');
}
.bouton_tarif_pdf {
	display: block;
	float: left;
	width: 211px;
	height: 43px;
	background-color: transparent;
	background-image: url('images/bouton_tarif_pdf.png') !important;
	background-image: url('images/bouton_tarif_pdf.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
}
.bouton_tarif_pdf:hover {
	background-image: url('images/bouton_tarif_pdf_hover.png') !important;
	background-image: url('images/bouton_tarif_pdf_hover.gif');
}
.bouton_souscrire {
	display: block;
	float: left;
	width: 123px;
	height: 32px;
	background-color: transparent;
	background-image: url('images/bouton_souscrire.png') !important;
	background-image: url('images/bouton_souscrire.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
}
.bouton_souscrire:hover {
	background-image: url('images/bouton_souscrire_hover.png') !important;
	background-image: url('images/bouton_souscrire_hover.gif');
}
.bouton_devis_pdf {
	display: block;
	float: left;
	width: 216px;
	height: 43px;
	background-color: transparent;
	background-image: url('images/bouton_devis_pdf.png') !important;
	background-image: url('images/bouton_devis_pdf.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
}
.bouton_devis_pdf:hover {
	background-image: url('images/bouton_devis_pdf_hover.png') !important;
	background-image: url('images/bouton_devis_pdf_hover.gif');
}
.bouton_calculer {
	display: block;
	width: 123px;
	height: 32px;
	background-color: transparent;
	background-image: url('images/bouton_calculer.png') !important;
	background-image: url('images/bouton_calculer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
}
.bouton_calculer:hover {
	background-image: url('images/bouton_calculer_hover.png') !important;
	background-image: url('images/bouton_calculer_hover.gif');
}
.bouton_calculer2 {
	display: block;
	width: 123px;
	height: 32px;
	background-color: transparent;
	background-image: url('images/bouton_calculer.png') !important;
	background-image: url('images/bouton_calculer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: auto;
    margin-right: auto;
	text-indent: -999em;
}
.bouton_calculer2:hover {
	background-image: url('images/bouton_calculer_hover.png') !important;
	background-image: url('images/bouton_calculer_hover.gif');
}
.bouton_valider {
	display: block;
	width: 123px;
	height: 32px;
	background-color: transparent;
	background-image: url('images/bouton_valider.png') !important;
	background-image: url('images/bouton_valider.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
}
.bouton_valider:hover {
	background-image: url('images/bouton_valider_hover.png') !important;
	background-image: url('images/bouton_valider_hover.gif');
}
.bouton_envoyer {
	display: block;
	width: 123px;
	height: 32px;
	background-color: transparent;
	background-image: url('images/bouton_envoyer.png') !important;
	background-image: url('images/bouton_envoyer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: -999em;
}
.bouton_envoyer:hover {
	background-image: url('images/bouton_envoyer_hover.png') !important;
	background-image: url('images/bouton_envoyer_hover.gif');
}
.bouton_valider_petit {
	display: block;
	width: 86px;
	height: 22px;
	background-color: transparent;
	background-image: url('images/bouton_valider_petit.png') !important;
	background-image: url('images/bouton_valider_petit.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: -999em;
	margin-left: 25px;
}
.bouton_valider_petit:hover {
	background-image: url('images/bouton_valider_petit_hover.png') !important;
	background-image: url('images/bouton_valider_petit_hover.gif');
}
#notes {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	color: #666;
}
.acc_div {
	margin-top: 5px;
}
.acc_header {
	color: #2a4385;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 0 0 0 10px;
	margin-top: 5px;
	background: transparent url('images/puce.gif') no-repeat left center;
	cursor: pointer;
}
.acc_header_sel {
	color: #2a4385;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 0 0 0 10px;
	margin-top: 5px;
	background: transparent url('images/puce_sel.gif') no-repeat left center;
	cursor: pointer;
}
.acc_content {
	padding: 2px 5px 5px 10px;
	background: white;
	margin-left: 10px;
	border-left: 1px solid #2a4385;
	font-size: 10px;
}
.tab_garanties td {
	padding: 5px 2px 0 2px;
	vertical-align: top;
}
.tab_garanties .indent {
	padding-left: 20px;
	font-style: italic;
}
.tab_garanties th {
	background-color: #eee;
	color: #333;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.tab_garanties .bloc {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	margin-bottom: 2px;
}
.tab_garanties .separateur {
	height: 20px;
}
.tab_garanties .mrow {
	vertical-align: middle;
	border-left: 1px solid #ddd;
	padding-left: 2px;
}
#result {
	width: 420px;
	padding: 5px;
}
#result_devis {
	width: 100%;
}
.radio {
	float: left;
	padding: 5px 40px 5px 5px;
	margin-right: 5px;
	text-align: left;
}
.texte {
	padding: 10px;
	color: #666;
	font-size: 10px;
	background-color: #ffc;
}
.texte_important {
	padding: 10px;
	color: #666;
	font-size: 10px;
	background-color: #fcc;
}
.invisible {
	display: none;
}
.num {
	color: #2a4385;
	margin-right: 6px;
}
.note_hide {
	display: block;
	color: #2a4385;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	text-align: right;
}
.message {
	position: absolute;
	top: 10px;
	left: 400px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #c9b484;
	padding: 5px;
	color: #333;
	background-color: #fcc;
	text-align: center;
    z-index: 2000;
}
.devis_gauche {
	width: 400px;
	float: left;
	overflow: hidden;
}
.devis_droite {
	width: 316px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
#bottom_col {
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.note_desc {
	color: #08906a;
	text-align: justify;
}
#resultat_tarif {
	background: #E8EBFE;
	border: 1px solid #c0c0c0;
	padding: 5px;
	text-align: center;
}
.error_message {
    color: red;
}
.even td {
    background-color: #f0f0f0;
}
td.clear {
    background-color: transparent;
}
.black {
    color: #333;
}
.red {
    color: red;
}
.inline {
    display: inline;
}
#adhesion_tab td, th {
    padding: 1px 1px 1px 2px;
}
#adhesion_tab th {
    color: #333;
}
#adhesion_tab td {
    vertical-align: top;
}
#adhesion_tab input, #adhesion_tab select {
    font-size: 10px;
    margin-bottom: 0;
}
.gray {
    color: #333;
    font-weight: bold;
    font-size: 10px;
}
.darken {
    font-size: 16px;
	font-weight: bold;
	padding: 2px;
	color: #d16e1a;
	border: 1px solid #c0c0c0;
    margin-bottom: 5px;
    background: #f0f0f0;
}
.lineFormul {
    font-size: 13.3333px;
	color: #d16e1a;
	border: none;
    border-bottom: 1px solid #c0c0c0;
	background-color: white;
}
.tabbed {
	margin-left: 40px;
}
.clause_desc {
	margin: 2px 0 5px 20px;
	padding: 10px;
	background: #F3F5FE;
	border: 1px solid #aaa;
}
.separator {
	margin-left: 20px;
}
fieldset {
	display: block;
	padding: 25px 0 0 15px;
	margin-bottom: 20px;
	width: 471px !important;
	width: 456px;
	border: none;
}
fieldset.tarif1 {
	background: transparent url(images/tarif1_bg.gif) no-repeat top left;
	height: 128px !important;
	height: 103px;
}
fieldset.tarif2 {
	background: transparent url(images/tarif2_bg.gif) no-repeat top left;
	height: 132px !important;
	height: 107px;
}
fieldset.tarif3 {
	background: transparent url(images/tarif3_bg.gif) no-repeat top left;
	height: 182px !important;
	height: 157px;
}
.green {
	color: green;
}
strong.blue {
	font-size: 1.1em;
	color: blue;
}