/* Document CSS */
body {
	font-family:Tahoma;
	font-size:11px;
	margin: 0;
	padding: 0;
}

a{
	color:#50492B;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

a:hover{
	color:#A79758;
}

.lienInverse{
	color:#796D40;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

a.lienInverse:hover{
	color:#50492B;
}

.lienSouligne{
	text-decoration:underline;
}

h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#8B8049;
	letter-spacing:0.1em;
}
/*h1 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0 1px;
	letter-spacing:0.1em;
}*/
h1 a:hover{
	background-color:#527D7B;
	color:#50492B;
}

h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#796D40;
}

h2 a{
	font-weight:bold;
}

h2 a:hover{
	color:#50492B;
}

.color{color:#796D40;}

#header {
	height: 127px;
	background-color: #FFFFFF;
}

#haut {
	height: 23px;
	background-image: url('../images/ccr-bandeau.jpg');
}

#haut div{font-size:11px;text-indent:27px; color:#B6980E; line-height:23px;}

#conteneur {
	position: relative;
	width: 1000px;
	margin: 0 auto; 
	background-color:#FFFFFF;
	color:#50492B;
	font-family:Tahoma;
	font-size:11px;
}

#gauche {
	position: absolute;
	left:0;
	width: 175px;
	background-image: url('../images/ccr-nomenu-gauche.jpg');
	background-repeat:no-repeat;
	height:390px;/*hauteur mini pour IE*/
}

#centre {
	background-color:#FFFFFF;
	margin-left: 175px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
}

#gaucheCeres {
	position: absolute;
	left:0;
	width: 27px;
	height:390px;/*hauteur mini pour IE*/
}

#centreCeres {
	background-color:#FFFFFF;
	margin-left: 27px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
}


div#centre ul { margin:0;list-style-type: none; padding:0;} /*border-left:1px solid #006666;*/
div#centre ul li {padding: 5px 0px 5px 15px;  background: url(../images/puce.png) no-repeat 0 0.7em;}

html>body div#centre,div#gauche, div#centreCeres,div#gaucheCeres,div#centre_carte,div#centre_cyclone,div#centre_seisme,div#centre_inondation,div#centre_secheresse{
	height: auto;
	min-height: 390px; /*hauteur mini pour les autres*/
} 

#pied {
	height: 24px;
	background-color: #50492B;
	font-size:11px;
	color:#FFFFFF; 
}
#pied img{ border:none;margin: 4px 0px 0px 0px ;}/* top right bottom left */
#pied ul { list-style-type: none; margin: 2px 0px 0px 10px ; padding:0;}
#pied li{ display: inline; }
#pied a { margin: 0 2px; color: #FFFFFF; text-decoration: none;font-size:11px;}
#pied a:hover {text-decoration: none; color: #B9B6AA;}
#pied div{height: 20px; line-height:20px; vertical-align:middle}

p {margin: 0 0 10px 0;} 

.imgHG{	/* image aligner par raport au texte en haut à gauche */
	padding:0 10px 10px 0;
}

#arbo{
font-size:11px;
font-style:italic;
color:#C2B88B;
}

#arbo a{
	color:#C2B88B;
}
#arbo a:hover{
	color:#A79758;
}

.comments{
font-size:10px;
font-style:italic;
}

.obli{
	color:#FF0000;
	font-style:normal;
}
.obli a{
	color:#FF0000;
}
.obli a:hover{
	color:#50492B;
}

/* Formulaires */
form .sep{
	border-top: 1px dashed gray;
}


form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

form input[type="radiobutton"]{ /*width of text boxes. IE6 does not understand this attribute*/
 size
}

form textarea{
width: 250px;
height: 150px;
}

/*.button{
	background-color:#B6CEC1;
	border:1px solid #527D7B;
	color:#527D7B;
}*/

.button{
	background: transparent url('../images/btn-fond.gif') left top no-repeat;  
	border-right:1px solid #50492B;
	padding:0px 15px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	font-family:Tahoma; 
	font-size:13px; 
	text-decoration:none;
	display:block;
	float:left;
	color:#50492B;
}


.button:hover{
	background: transparent url('../images/btn-fond.gif') left bottom no-repeat;
  
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* Tableaux - erisk - inondation */
.csstable{
	border-top:1px solid #D6D2B5;/*#527D7B;*/
	border-left:1px solid #D6D2B5;/*#527D7B;*/
	background-color:#EFEEE4;
	
}

.csstable td{
	border-right:1px solid #D6D2B5;/*#527D7B;*/
	border-bottom:1px solid #D6D2B5;/*#527D7B;*/
	padding:5px;
}

.csstable .trLib{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	background-color:#A79758;
	color: #3A351F;
}

.csstable table.noborder td{
	border:none;
}

/*.csstable .tdLibSep{
	border-right:1px solid #D6D2B5;;
}*/

.csstable .caption{
	padding-bottom:10px;
}

/* Cadre */
.cadre{
	border:1px solid #D6D2B5;
	background-color:#EFEEE4;
	padding:5px;
}
.cadre td{
	padding:0px;
	border-collapse:collapse;
	border-spacing: 0px;
}

/** bandeau erisk (haut) **/
#haut_erisk {
	height: 23px;
	background-image: url('../images/ccr-bandeau-bas-erisk.jpg');
}

#haut_erisk div{
	font-size:11px;
	text-indent:27px;
	color:#B6980E;
	line-height:23px;
}

/** fin bandeau erisk (haut) **/


/** CSS pour erisk - inondation **/

#centre_inondation{
	background-color:#FFFFFF;
	margin-left: 175px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#343A0E;
}

#centre_inondation_bis{
	background-color:#FFFFFF;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#343A0E;
}

div#centre_inondation .cadre{
	border:1px solid #A8BE2C;
	background-color:#A8BE2C;
	padding:5px;
}
div#centre_inondation_bis .cadre{
	border:1px solid #A8BE2C;
	background-color:#A8BE2C;
	padding:5px;
}

div#centre_inondation .color{
	color:#343A0E;
}
div#centre_inondation_bis .color{
	color:#343A0E;
}

div#centre_inondation .cadre_titre{
	border:1px solid #A8BE2C;
	background-color:#A8BE2C;
	padding:5px;
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#343A0E;
	letter-spacing:0.1em;
}
div#centre_inondation_bis .cadre_titre{
	border:1px solid #A8BE2C;
	background-color:#A8BE2C;
	padding:5px;
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#343A0E;
	letter-spacing:0.1em;
}

div#centre_inondation h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#343A0E;
	letter-spacing:0.1em;
}
div#centre_inondation_bis h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#343A0E;
	letter-spacing:0.1em;
}

div#centre_inondation h1 a:hover{
	background-color:#527D7B;
	color:#50492B;
}
div#centre_inondation_bis h1 a:hover{
	background-color:#527D7B;
	color:#50492B;
}

div#centre_inondation h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#343A0E;
}
div#centre_inondation_bis h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#343A0E;
}

div#centre_inondation h2 a{
	font-weight:bold;
}
div#centre_inondation_bis h2 a{
	font-weight:bold;
}

div#centre_inondation h2 a:hover{
	color:#50492B;
}
div#centre_inondation_bis h2 a:hover{
	color:#50492B;
}

div#centre_inondation ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/
div#centre_inondation_bis ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/

div#centre_inondation ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_inondation.png) no-repeat 0 0.7em;
}
div#centre_inondation_bis ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_inondation.png) no-repeat 0 0.7em;
}

div#centre_inondation hr{
	color:#A8BE2C;
}
div#centre_inondation_bis hr{
	color:#A8BE2C;
}

#arbo_inondation a{
	color:#A8BE2C;
}

#arbo_inondation a:hover{
	color:#CFDF73;
}

#arbo_inondation{
	font-size:11px;
	font-style:italic;
	color:#A8BE2C;
}

/** fin css erisk - inondation **/

/* Tableaux - erisk - inondation */
.csstable_inondation{
	border-top:1px solid #A8BE2C;/*#527D7B;*/
	border-left:1px solid #A8BE2C;/*#527D7B;*/
	background-color:#F1F4DF;
	
}

.csstable_inondation td{
	border-right:1px solid #A8BE2C;/*#527D7B;*/
	border-bottom:1px solid #A8BE2C;/*#527D7B;*/
	padding:5px;
}

.csstable_inondation .trLib{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	background-color:#A8BE2C;
	color: #343A0E;
}

.csstable_inondation .tdlib{
	border-right:1px solid #F1F4DF;
}

.csstable_inondation table.noborder td{
	border:none;
}

.csstable_inondation .caption{
	padding-bottom:10px;
}
/** fin tableaux - erisk - inondation **/


/** css pour erisk - secheresse **/

#centre_secheresse{
	background-color:#FFFFFF;
	margin-left: 175px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#4A2811;
}

#centre_secheresse_bis{
	background-color:#FFFFFF;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#4A2811;
}

div#centre_secheresse .cadre{
	border:1px solid #D0702F;
	background-color:#D0702F;
	padding:5px;
}
div#centre_secheresse_bis .cadre{
	border:1px solid #D0702F;
	background-color:#D0702F;
	padding:5px;
}

div#centre_secheresse .color{
	color:#4A2811;
}
div#centre_secheresse_bis .color{
	color:#4A2811;
}

div#centre_secheresse h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4A2811;
	letter-spacing:0.1em;
}
div#centre_secheresse_bis h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4A2811;
	letter-spacing:0.1em;
}

div#centre_secheresse h1 a:hover{
	background-color:#527D7B;
	color:#9F5524;
}
div#centre_secheresse_bis h1 a:hover{
	background-color:#527D7B;
	color:#9F5524;
}

div#centre_secheresse h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#4A2811;
}
div#centre_secheresse_bis h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#4A2811;
}

div#centre_secheresse h2 a{
	font-weight:bold;
}
div#centre_secheresse_bis h2 a{
	font-weight:bold;
}

div#centre_secheresse h2 a:hover{
	color:#9F5524;
}
div#centre_secheresse_bis h2 a:hover{
	color:#9F5524;
}

div#centre_secheresse ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/
div#centre_secheresse_bis ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/

div#centre_secheresse hr{
	color:#D0702F; 
}
div#centre_secheresse_bis hr{
	color:#D0702F; 
}

div#centre_secheresse ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_secheresse.png) no-repeat 0 0.7em;
}
div#centre_secheresse_bis ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_secheresse.png) no-repeat 0 0.7em;
}

#arbo_secheresse a{
	color:#D0702F;
}

#arbo_secheresse a:hover{
	color:#E8B999;
}

#arbo_secheresse{
	font-size:11px;
	font-style:italic;
	color:#D0702F;
}

/** fin css eirsk- secheresse **/

/** css pour erisk - séisme **/

#centre_seisme{
	background-color:#FFFFFF;
	margin-left: 175px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#312E20;
}

#centre_seisme_bis{
	background-color:#FFFFFF;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#312E20;
}

div#centre_seisme .cadre{
	border:1px solid #9A9165;
	background-color:#9A9165;
	padding:5px;
}
div#centre_seisme_bis .cadre{
	border:1px solid #9A9165;
	background-color:#9A9165;
	padding:5px;
}

div#centre_seisme .color{
	color:#312E20;
}
div#centre_seisme_bis .color{
	color:#312E20;
}

div#centre_seisme h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#312E20;
	letter-spacing:0.1em;
}
div#centre_seisme_bis h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#312E20;
	letter-spacing:0.1em;
}

div#centre_seisme h1 a:hover{
	background-color:#527D7B;
	color:#92895F;
}
div#centre_seisme_bis h1 a:hover{
	background-color:#527D7B;
	color:#92895F;
}

div#centre_seisme h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#312E20;
}
div#centre_seisme_bis h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#312E20;
}

div#centre_seisme h2 a{
	font-weight:bold;
}
div#centre_seisme_bis h2 a{
	font-weight:bold;
}

div#centre_seisme h2 a:hover{
	color:#92895F;
}
div#centre_seisme_bis h2 a:hover{
	color:#92895F;
}

div#centre_seisme ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/
div#centre_seisme_bis ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/

div#centre_seisme ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_seismes.png) no-repeat 0 0.7em;
}
div#centre_seisme_bis ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_seismes.png) no-repeat 0 0.7em;
}

div#centre_seisme hr{
 	color:#9A9165;
}
div#centre_seisme_bis hr{
 	color:#9A9165;
}

#arbo_seisme a{
	color:#9A9165;
}

#arbo_seisme a:hover{
	color:#C1BCA2;
}

#arbo_seisme{
	font-size:11px;
	font-style:italic;
	color:#9A9165;
}

/** fin css eirsk- séisme **/

/** css pour erisk - cyclone **/

#centre_cyclone{
	background-color:#FFFFFF;
	margin-left: 175px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#1D2523;
}

#centre_cyclone_bis{
	background-color:#FFFFFF;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#1D2523;
}

div#centre_cyclone .cadre{
	border:1px solid #9BB4AE;
	background-color:#9BB4AE;
	padding:5px;
}
div#centre_cyclone_bis .cadre{
	border:1px solid #9BB4AE;
	background-color:#9BB4AE;
	padding:5px;
}

div#centre_cyclone .color{
	color:#1D2523;
}
div#centre_cyclone_bis .color{
	color:#1D2523;
}

.lien_cyclone{
	color:#1D2523;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

.lien_cyclone:hover{
	color:#216B8F;
}
div#centre_cyclone .cadre_titre{
	border:1px solid #9BB4AE;
	background-color:#9BB4AE;
	padding:5px;
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1D2523;
	letter-spacing:0.1em;
}
div#centre_cyclone_bis .cadre_titre{
	border:1px solid #9BB4AE;
	background-color:#9BB4AE;
	padding:5px;
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1D2523;
	letter-spacing:0.1em;
}

div#centre_cyclone h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1D2523;
	letter-spacing:0.1em;
}
div#centre_cyclone_bis h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1D2523;
	letter-spacing:0.1em;
}

div#centre_cyclone h1 a:hover{
	background-color:#527D7B;
	color:#566D68;
}
div#centre_cyclone_bis h1 a:hover{
	background-color:#527D7B;
	color:#566D68;
}

div#centre_cyclone h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#1D2523;
}
div#centre_cyclone_bis h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#1D2523;
}

div#centre_cyclone h2 a{
	font-weight:bold;
}
div#centre_cyclone_bis h2 a{
	font-weight:bold;
}

div#centre_cyclone h2 a:hover{
	color:#566D68;
}
div#centre_cyclone_bis h2 a:hover{
	color:#566D68;
}

div#centre_cyclone ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/
div#centre_cyclone_bis ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/

div#centre_cyclone ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_cyclones.png) no-repeat 0 0.7em;
}
div#centre_cyclone_bis ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_cyclones.png) no-repeat 0 0.7em;
}

#arbo_cyclone a{
	color:#9BB4AE;
}

#arbo_cyclone a:hover{
	color:#C7D6D2;
}

#arbo_cyclone{
	font-size:11px;
	font-style:italic;
	color:#9BB4AE;
}

/** fin css eirsk- cyclone **/

/* Tableaux - erisk - cyclones */
.csstable_cyclone{
	border-top:1px solid #9BB4AE;/*#527D7B;*/
	border-left:1px solid #9BB4AE;/*#527D7B;*/
	background-color:#E8EEEC;
	
}

.csstable_cyclone td{
	border-right:1px solid #9BB4AE;/*#527D7B;*/
	border-bottom:1px solid #9BB4AE;/*#527D7B;*/
	padding:5px;
}

.csstable_cyclone .trLib{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	background-color:#9BB4AE;
	color: #1D2523;
}

.csstable_cyclone .tdlib{
	border-right:1px solid #E8EEEC;
}

.csstable_cyclone table.noborder td{
	border:none;
}

.csstable_cyclone .caption{
	padding-bottom:10px;
}
/** fin tableaux - erisk - cyclones **/

/** css pour erisk - cartes **/

#centre_carte{
	background-color:#FFFFFF;
	margin-left: 175px;
	padding:10px;
	height:390px;/*hauteur mini pour IE*/
	color:#26334F;
}

div#centre_carte .cadre{
	border:1px solid #869AC4;
	background-color:#869AC4;
	padding:5px;
}

div#centre_carte .color{
	color:#26334F;
}

.lien_carte{
	color:#26334F;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

.lien_carte:hover{
	color:#216B8F;
}

div#centre_carte .cadre_titre{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#26334F;
	letter-spacing:0.1em;
	border:1px solid #869AC4;
	background-color:#869AC4;
	padding:5px;
}

div#centre_carte h1, h1 a{
	font-size:15px;
	text-transform:uppercase;
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#26334F;
	letter-spacing:0.1em;
}

div#centre_carte h1 a:hover{
	background-color:#527D7B;
	color:#92895F;
}

div#centre_carte h2, h2 a{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:inline; 
	letter-spacing:0.1em;
	color:#26334F;
}

div#centre_carte h2 a{
	font-weight:bold;
}

div#centre_carte h2 a:hover{
	color:#216B8F;
}

div#centre_carte ul {
	margin:0;
	list-style-type: none;
	padding:0;
} /*border-left:1px solid #006666;*/

div#centre_carte ul li {
	padding: 5px 0px 5px 15px;
	background: url(../images/puce_erisk_cartes.png) no-repeat 0 0.7em;
}

#arbo_carte a{
	color:#869AC4;
}

#arbo_carte a:hover{
	color:#9ED0E9;
}

#arbo_carte{
	font-size:11px;
	font-style:italic;
	color:#869AC4;
}

/** fin css eirsk- cartes **/

/* Tableaux - erisk - cartes */
.csstable_carte{
	border-top:1px solid #869AC4;/*#527D7B;*/
	border-left:1px solid #869AC4;/*#527D7B;*/
	background-color:#F1F3F8;
	
}

.csstable_carte td{
	border-right:1px solid #869AC4;/*#527D7B;*/
	border-bottom:1px solid #869AC4;/*#527D7B;*/
	padding:5px;
}

.csstable_carte .trLib{
	font-family:Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	background-color:#869AC4;
	color: #26334F;
}

.csstable_carte .tdlib{
	border-right:1px solid #F1F3F8;
}

.csstable_carte table.noborder td{
	border:none;
}

.csstable_carte .caption{
	padding-bottom:10px;
}
/** fin tableaux - erisk - cartes **/

