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