/*
	titre vert : #26868C
	titre vert clair : #BFD4BA
	titre gris : #B3B3B3
	fond gris : #F5F5F5

	titre droite vert clair  : #9BB766
texte droite marron #75886E
texte menu #75886E (upper)

	theme1 : #07645E
	theme2 : #BFD4BA
	theme3 : #75886E
	theme4 : #9BB766
	theme5 : #454037
*/
BODY{
	background-color: #F5F5F5;
}
/*************TITRES********/
H1 {
	font: italic bold 12px Arial;
	color: #B3B3B3;
}
H2 {
	font: normal 26px Arial;
	text-transform:uppercase;
}
H3 {
	font: italic bold 12px Arial;
	color: #26868C;
}
#theme1 H2 {color: #07645E;}
#theme2 H2 {color: #BFD4BA;}
#theme3 H2, #theme3 H3{color: #75886E;}
#theme4 H2, #theme4 H3{color: #9BB766;}
#theme5 H2, #theme5 H3{color: #454037;}
/*************THEMES********/
#theme1 TD, #theme2 TD, #theme3 TD, #theme4 TD, #theme5 TD{
	font: normal 11px Verdana;
	color: #999999;
}
.textefonce{
	font: normal 11px Verdana;
	color: #666666;
}
.titrecolore{
	font: normal bold 11px Arial;
}
#theme1 .titrecolore, #theme2 .titrecolore{
	color: #26868C;
}
#theme3 .titrecolore{
	color: #75886E;
}
#theme4 .titrecolore{
	color: #9BB766;
}
#theme5 .titrecolore{
	color: #454037;
}

A.adresse{
	font: normal 11px Verdana;
	text-decoration: none;
}
A.adresse:hover{
	text-decoration: underline;
}
#theme1 .adresse{
	color:#07645E;
}
#theme2 .adresse{
	/*color:#BFD4BA;*/
	color:#93c785;
	/*color:rgb(245,210,71);*/
}
#theme3 .adresse{
	color:#75886E;
}
#theme4 .adresse{
	color:#9BB766;
}
#theme5 .adresse{
	color:#454037;
}

/*************FONDS********/
TD.fondcentral{
	background-IMAGE: url(/themes/defaut/images/fondcentral.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #F5F5F5;
	font: normal 11px Arial;
}
TD.bordureblanche{
	background-IMAGE: url(/themes/defaut/images/bordureblanche.jpg);
	background-position: right;
	background-repeat: repeat-y;
	font: normal 11px Arial;
}

/*************PARTIE DROITE********/
/*#75886E*/
#theme1 .fond_droite, #theme2 .fond_droite, #theme3 .fond_droite, #theme4 .fond_droite, #theme5 .fond_droite{
	background-color: #272727;
	background-repeat: no-repeat;

}
.liendroite{
	font: normal bold 11px Arial;
	color: #9BB766;
	text-transform: uppercase;
}
.titredroite{
	font: normal bold 11px Arial;
	color: #9BB766;
	text-transform: uppercase;
}
.textedroite{
	font: normal 11px Verdana;
	color: #DDDDDD;
}

#theme1 .fond_droite{
	background-IMAGE: url(/themes/defaut/images/fond_droit_1.jpg);
}
#theme2 .fond_droite{
	background-IMAGE: url(/themes/defaut/images/fond_droit_2.jpg);

}
#theme3 .fond_droite{
	background-IMAGE: url(/themes/defaut/images/fond_droit_3.jpg);
}
#theme4 .fond_droite{
	background-IMAGE: url(/themes/defaut/images/fond_droit_4.jpg);
}
#theme5 .fond_droite{
	background-IMAGE: url(/themes/defaut/images/fond_droit_5.jpg);
}

/*************PUCES********/
ul {
	margin: 0;
	padding: 0 100px 0 0;
	list-style: none;
}
ul li {
	margin: 2px 0 6px 0;
	padding: 0 0 0 0;
	padding-left: 12px; /*Largeur de l'icone et espacement */
	line-height: 11px; /* Hauteur de l'icone */
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#theme1 #puce { background-image: url(/UserFiles/Image/site/fleche1.gif) }
#theme2 #puce { background-image: url(/UserFiles/Image/site/fleche2.gif) }
#theme3 #puce { background-image: url(/UserFiles/Image/site/fleche3.gif) }
#theme4 #puce { background-image: url(/UserFiles/Image/site/fleche4.gif) }
#theme5 #puce { background-image: url(/UserFiles/Image/site/fleche5.gif) }

/*************TITREMENU********/
A.titremenu1, A.titremenu2, A.titremenu3, A.titremenu4, A.titremenu5, A.menu1selected, A.menu2selected, A.menu3selected, A.menu4selected, A.menu5selected{
	font: bold 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px 10px 5px;
	line-height:28px;
	color: #75886E;

}
A.titremenu1, A.menu1selected{background: transparent url(/themes/defaut/images/trait1.gif) repeat-x bottom;}
A.titremenu1:hover, A.menu1selected{color: #07645E;}
A.titremenu2, A.menu2selected{background: transparent url(/themes/defaut/images/trait2.gif) repeat-x bottom;}
A.titremenu2:hover, A.menu2selected{color: #BFD4BA;}
A.titremenu3, A.menu3selected{background: transparent url(/themes/defaut/images/trait3.gif) repeat-x bottom;}
A.titremenu3:hover, A.menu3selected{color: #75886E;}
A.titremenu4, A.menu4selected{background: transparent url(/themes/defaut/images/trait4.gif) repeat-x bottom;}
A.titremenu4:hover, A.menu4selected{color: #9BB766;}
A.titremenu5, A.menu5selected{background: transparent url(/themes/defaut/images/trait5.gif) repeat-x bottom;}
A.titremenu5:hover, A.menu5selected{color: #454037;}

A.titremenu1:hover, A.titremenu2:hover, A.titremenu3:hover, A.titremenu4:hover, A.titremenu5:hover, A.menu1selected, A.menu2selected, A.menu3selected, A.menu4selected, A.menu5selected{
	padding: 0px 5px 12px 5px;
}

/*************FORMULAIRES********/
FORM {
	margin: 0;
	padding: 0;
}
.champs {
	padding: 1 1 1 1;
	color: #DDDDDD;
	background-color: transparent;
	border: 1 solid #DDDDDD;
}
/************BULLES INFOS *************/
.sbulle {
	position:absolute;
	visibility:hidden;
	background:#ffffff;
	padding:4px;
	text-align:left;
	border:1px solid black;
}
