/* CSS Document */

/* styles spécifiques
Rubrique ACTUALITE */

#header {
	background: url(../images/bandeau.jpg) no-repeat;
}


/* Navigation secondaire */

#smenu a:hover { color: #ff6200; }

#smenu a.on  {
	color: #ff6200;
	font-weight: bold;
}

/* Titres et liens du contenu */

#right h2 {
	background: url(../images/h2.jpg) no-repeat center left;
	color: #ff6200;
}

#right h3 {
	background: url(../images/h3.jpg) no-repeat top left;
	color: #ff6200;
}
#right h3 a {
	color: #ff6200;
}


/* Titres PAGE ARTICLE */

#center h2 {
	background: url(../images/h3.jpg) no-repeat top left;
	color: #ff6200;
}

#center h5.info, #right h5.info {
	background: #FDFDFD url(../images/h5_info.jpg) no-repeat top left;
	color: #ff6200;
}

/* OUTILS */

.tools_home a {
	color: #453A2F;
}
ul.tools_home {
	margin-bottom: 20px;
	margin-top: 5px;
}
ul.tools_home li {
	height: 30px;
	padding-left: 40px;
}
ul.tools_home li a {
/*	display: block;
	height: 30px;
	padding-left: 40px;*/
	vertical-align: middle;
	line-height: 250%;
}

li#annuaire { background: url(../images/icone01.jpg) no-repeat left center; }
li#plan-acces { background: url(../images/icone02.jpg) no-repeat left center; }
li#contact { background: url(../images/icone03.jpg) no-repeat left center; }
li#plan-du-site { background: url(../images/icone04.jpg) no-repeat left center; }
li#newsletter { background: url(../images/icone05.jpg) no-repeat left center; }
li#recrutement { background: url(../images/icone06.jpg) no-repeat left center; }
li#documentation { background: url(../images/icone07.jpg) no-repeat left center; }
li#intranet { background: url(../images/icone08.jpg) no-repeat left center; }
