/* @override http://89.31.147.30/css/root.css */

/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td { 
	text-align: left;
	font-weight: normal;
}

table, td, th { 
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: "";
}

blockquote, q { 
	quotes: "" "";
}

a img { 
	border-width: 0;
	border-style: none;
}

/* @end */

/* @group Balises */

p { 
	margin: 0 0 1.5em;
}

p img.right { 
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

blockquote { 
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong { 
	font-weight: bold;
}

em, dfn { 
	font-style: italic;
}

dfn { 
	font-weight: bold;
}

sup, sub { 
	line-height: 0;
}

abbr, acronym { 
	border-bottom: 1px dotted #666;
}

address { 
	margin: 0 0 1.5em;
	font-style: italic;
}

del { 
	color: #666;
}

pre, code { 
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt { 
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol { 
	margin: 0 1.5em;
}

ul, ol { 
	margin: 0 1.5em 1.5em 2.5em;
}

ul { 
	list-style-type: disc;
}

ol { 
	list-style-type: decimal;
}

dl { 
	margin: 0 0 1.5em 0;
}

dl dt { 
	font-weight: bold;
}

dd { 
	margin-left: 1.5em;
}

table { 
	margin-bottom: 1.4em;
}

th { 
	font-weight: bold;
	text-align: center;
}

th, td { 
	padding: 4px 10px 4px 5px;
}

tr.even td { 
	background: #E5ECF9;
}

tfoot { 
	font-style: italic;
}

caption { 
	background: #eee;
}

hr { 
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

hr.space { 
	background: #fff;
	color: #fff;
}

/* @group Formulaires */

label { 
	font-weight: bold;
}

fieldset { 
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend { 
	font-weight: bold;
	font-size: 1.2em;
}

input.text, input.title, textarea, select { 
	margin: 0.5em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus { 
	border: 1px solid #666;
}

input.text, input.title { 
	width: 300px;
	padding: 5px;
}

input.title { 
	font-size: 1.5em;
}

textarea { 
	width: 390px;
	

/*height: 250px;*/
	padding: 5px;
}

/* @end */

/* @end */

/* @group Styles de base */

.pourImprim { 
	display:none;
}

.small { 
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large { 
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide { 
	display: none;
}

.quiet { 
	color: #666;
}

.loud { 
	color: #000;
}

.highlight { 
	background: #ff0;
}

.added { 
	background: #060;
	color: #fff;
}

.removed { 
	background: #900;
	color: #fff;
}

.first { 
	margin-left: 0;
	padding-left: 0;
}

.last { 
	margin-right: 0;
	padding-right: 0;
}

.top { 
	margin-top: 0;
	padding-top: 0;
}

.bottom { 
	margin-bottom: 0;
	padding-bottom: 0;
}

div.border { 
	padding-right: 4px;
	margin-right: 5px;
	border-right: 1px solid #eee;
}

div.colborder { 
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid #eee;
}

.box { 
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #E5ECF9;
}

/* Clear */

.clearfix:after, .container:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .container { 
	display: inline-block;
}

* html .clearfix, * html .container { 
	height: 1%;
}

.clearfix, .container { 
	display: block;
}

.clear { 
	clear: both;
}

.alDroite { 
	text-align: right!important;
}

.alJustif { 
	text-align: justify!important;
}

.alGauche { 
	text-align: left!important;
}

.alCentre { 
	text-align: center!important;
}

/* @end */

/* @group Boites */

.error, .notice, .success { 
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error { 
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice { 
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success { 
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a { 
	color: #8a1f11;
}

.notice a { 
	color: #514721;
}

.success a { 
	color: #264409;
}

a.print { 
	background: url(../im/icones/printer.png) no-repeat 0 1px;
	padding-left: 20px;
	padding-bottom: 1px;
}

/* @end */

/* @group Photos */

.photoGC { 
	background-color: white;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #696969 #696969 #d3d3d3
}

.photoG { 
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0
}

.photoDC { 
	background-color: white;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #696969 #696969 #d3d3d3
}

.photoD { 
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0;
	border: solid 0 #39546d
}

.photoCC { 
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #696969 #696969 #d3d3d3
}

.photoC { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
	border: solid 0 #39546d
}

.photoGC, .photoG, .photoDC, .photoD, .photoCC, .photoC { 
	color: gray;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

/* @end */

/* @group Règles pour l'impression */

div.buttons { 
	display: none;
}

.pasImprim { display: none }
div#tete { display: none }
div#navig { display: none }
div#gauche { display: none }
div#droite { display: none }
#corp { width: 660px!important }
#milieu { width: 660px!important }
#conteneur { width: 660px!important;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
		margin: 0 auto;

 }

.pourImprim {
	width: 660px;
	display:block; 
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
	
#centre .hautFiche { 
	background-image: none!important;
	border: 2px solid #7f7f7f;
	padding-bottom: 15px;
	width: 650px!important;
}

#centre .hautFiche h1, #centre .hautFiche h2, #centre .hautFiche h3 { 
	color: black!important;
	border-width: 1px;
}

/* @group Ossature */

/* @group ariane */

#ariane { 
	height: 19px;
	width: 622px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 5px;
	border: 1px solid silver;
}

/* My Comment */

#ariane ul { 
	margin: 0;
	padding-top: 1px;
}

#ariane li { 
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 17px;
	border-right: 1px solid silver;
}


#ariane a { 
	margin: 0;
	text-decoration: none;
	color: gray;
	font-size: 12px;
	line-height: 18px;
}

#ariane a:hover { 
	color: black;
}

/* @end */

#centre { display: inline;}

#centre #bienvenue { 
	text-align: center;
	border: 1px solid #c00419;
	background-color: #fff1f3;
	font-weight: bold;
	color: #c00419;
	margin: 5px 10px 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#centre a { 
	color: #006684;
	text-decoration: none;
	border-bottom: 1px solid #c1d9df;
}

#centre a:hover { 
	color: #c00419;
	border-bottom: 1px solid #c00419;
}

#centre .haut { display: none }

#centre .bas { display: none }

/* @end */



/* @end */

/* @group Autres */

/* @group Contenu */

#contenu, #contenuWidget { 
	margin-right: 35px;
	margin-left: 35px;
}

/* @end */

/* @group Site */

form input.gris { 
	color: gray;
}

.debug td, .debug tr { 
	height: 14px;
}

.titreOrange { 
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #eb8810;
}

.mentionsEsteve { 
	font-size: 10px;
	color: #9b9083;
}

.titreRubrique { 
	font-size: 12px;
	font-weight: bold;
	color: #786f64;
}

.titreSsRubrique { 
	font-size: 12px;
	color: #786f64;
}

a.btLien { 
	background-color: #b5aba0;
	padding: 2px 4px;
	color: white !important;
	border: 0 !important;
}

a:hover.btLien { 
	background-color: #e07306 !important;
	color: white !important;
}

/* @end */

/* @group Couleurs */

.c1 { 
	color: #786f64;
}

.c2 { 
	color: #b5aba0;
}

.c3 { 
	color: #e8dccf;
}

.c4 { 
	color: #eb8810;
}

.c5 { 
	color: #58757d;
}

.c6 { 
	color: #9b9083;
}

.c7 { 
	color: #fcf9f6;
}

.c8 { 
	color: #f3f0eb;
}

/* @end */

/* @group boite */

.boiteRouge { 
	width: 526px;
	background: url(../im/boite/boiteRougeCentre.png) repeat-y;
	margin-left: 30px;
	margin-top: 20px;
}

.HboiteRouge { 
	position: relative;
	height: 25px;
	background: url(../im/boite/boiteRougeHaut.png) no-repeat;
}

.HboiteRouge h4 { 
	position: absolute;
	background-color: white;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 20px;
	font-size: 18px;
	margin-top: -5px!important;
}

.BboiteRouge { 
	height: 35px;
	background: url(../im/boite/boiteRougeBas.png) no-repeat;
}

.contBoiteRouge { 
	text-align: justify;
	padding-left: 25px;
	padding-right: 35px;
}

.contBoiteRouge li { 
	margin-bottom: 7px;
	margin-top: 7px;
}

.boiteRouge { 
	margin-top: 30px;
}

.boiteRouge + .boiteRouge { 
	margin-top: 10px;
}

/* @end */

.developpement { 
	text-align: center;
	color: gray;
	margin-top: 10px;
	font: 9px Tahoma, Arial, sans-serif;
}

/* @group fiches */

/* @group contenu */

#contenu { 
	font-size: 1em;
}

#contenu h1 { 
	font-size: 24px;
	background-color: #b91015;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contenu h2 { 
	font-size: 24px;
	color: #b91015;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #b91015;
	padding-bottom: 2px;
}

#contenu h3 { 
	font-size: 18px;
	color: #017f9d;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 15px;
	font-style: normal;
	border-bottom: 1px solid #c0e6ef;
	padding-bottom: 2px;
}

#contenu h4, #contenuWidget h4 { 
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	color: #3f3f3f;
	margin-bottom: 20px;
}

#contenu p { 
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenu ul { 
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
}

#contenu ul li { 
	list-style-image: url(../im/os/indent.png);
}

#contenu td, #contenu th, #contenu table { 
	border: 1px solid #d5e1ed;
}

#contenu th { 
	background-color: #f4f8fc;
}

/* @end */

p.print { 
	text-align: center !important;
}

/* @group liste */

#contenu.liste { 
	font-size: 1.3em;
}

#contenu.liste ul { 
	margin-top: 20px;
}

#contenu.liste li { 
	margin-top: 10px;
}

/* @end */

/* @group hautFiche.alt */


#centre .hautFiche.alt h1 { 
	position: absolute;
	top: 16px;
	left: 40px;
	font-size: 28px;
	line-height: 28px;
}

#centre .hautFiche.alt h2 { 
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 16px;
	width: 440px;
}

#centre .hautFiche.alt h3 { 
	position: absolute;
	top: 83px;
	left: 40px;
	color: gray;
	font-size: 10px;
	text-align: right;
}

/* @end */

/* @end */

/* @group localisez */

form#formVille { 
	margin-top: 10px;
}

form#formVille fieldset {
	padding: 15px;
}

form#formVille input#codePostal { 
	margin-left: 5px;
	margin-right: 20px;
	width: 40px;
}

form#formVille input#ville { 
	margin-left: 5px;
	margin-right: 10px;
	width: 220px;
}

form#formVille label {
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

form#formVille button { 
	float: right;
	margin-top: -3px;
}

/* @end */

/* @group rdvExpert */

div.introDossier {
	font-size: 12px;
	margin-top: 25px;
	padding-bottom: 5px;
	border-style: solid;
	border-bottom: 1px dashed #f7a801;
	margin-bottom: 15px;
	clear: left;
}
div#leDossier {
	width: 280px;
	float: right;
	margin-left: 15px;
	border: 1px solid #f7a801;
	background-color: #fff7e6;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}

div#leDossier h2 {
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #f7a801;
	border-bottom-color: #f7a801;
	letter-spacing: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
}

div#leDossier div.entreeDossier {
	border-bottom: 1px dotted #ffad00;
	padding-bottom: 5px;
	margin-bottom: 6px;
}

div#leDossier div.titre {	
	font-weight: bold;
	font-size: 12px;
}

div#leDossier div.titre a {
	background: url(/im/icones/bullet_white.png) no-repeat -4px;
	padding-left: 11px;
	border: none;
}

div#leDossier div.titre a:hover {
	color: #c00419!important;
}

div#leDossier div.titre a:visited {
	background: url(/im/icones/bullet_green.png) no-repeat -4px;
	padding-left: 11px;
}


div#leDossier div.auteur {
	font-size: 10px;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 10px;
}

div#leDossier div.intro {
	font-size: 10px;
}

div.leDossier1 {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 -10px 0;
	color: #9c9d9f;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 15px;
	overflow: scroll;
}

div.leDossier2 {
	text-align: center;
	font-size: 28px;
	margin: 10px 0 -10px 0;
	color: #b91015;
	font-weight: bold;
}

/* @end */

/* @group rss */

p.lienRSS {
	text-align: center;
	font-size: 10px;
}
p.lienRSS a {
	text-decoration: none;
	color: #017f9d;
	background: url(/im/icones/rss.png) no-repeat 0 -2px;
	padding-left: 19px;
}
p.lienRSS a:hover {
	color: #c00419;
}



/* @end */

/* @end */
