@charset "utf-8";
/* CSS Document */

/*########################################################
	BODY, CONTENEUR & HTML GENERIQUES
########################################################*/
.sousTitre{
	color: #ecb20a;
}
a {
	color: #ecb20a;
}
th {
	background-color: #ecb20a;
}
table tr.result td {
	color: #ecb20a;
}
table a {
	color: #ecb20a !important;
}
										
/*########################################################
	CONTENU
########################################################*/
									
/*--------------------- #contentCenter div.header --------------------- */
#contentCenter .header h1 {
	color: #ecb20a;
}
										
/*--------------------- #contentCenter div.article --------------------- */
#contentCenter .article h1 {
	color: #ecb20a;
}
										
/*--------------------- #contentCenter div.menu --------------------- */

#contentCenter .menu li.selected a {
	background: url(../img/skin6/arrow-xl.gif) 188px 9px no-repeat;
	color: #ecb20a;
	border-bottom: solid 1px #ecb20a;
}
										
/*--------------------- #content div.bloc --------------------- */

#content div.bloc ul.links li a {
	color: #ecb20a;
}
#content div.bloc ul.links li a span.more {
	background: url(../img/skin6/arrows-xl.gif) right 3px no-repeat;
}
										
/*--------------------- #content div.tabs --------------------- */
#content div.bloc ul.tabs li.selected a {
	color: #ecb20a;
}
										
/*--------------------- #content div.contact --------------------- */
#content div.contact {
	background: url(../img/skin6/accolade.gif) left top no-repeat;
}
#content div.contact div.bloc {
	border: solid 1px #ecb20a;
}
#content div.contact ul.button li a {
	background: url(../img/skin6/input.gif) left no-repeat;
}
#content div.contact ul.button li a span {
	background: url(../img/skin6/input.gif) right no-repeat;
										}
