/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
	
#page {
	position: relative;
	margin: auto;
	width: 990px;	
}


/*---------------------------
/* entete
/**/
#entete {
	position: relative;
	height: 237px;
	background-image: url(../images/fond-entete.jpg);
	background-repeat: no-repeat;
	
}


#logo {
	position: absolute;
	top: 10px;
	left: 24px;
}

#logo img {
	border: 0;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 150px;

}

#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	position: absolute;
	bottom: 6px;
	
}

#menu img {
	border: 0;
}

#menu-accueil {
	left: 0;
}

#menu-nous-joindre {
	left: 620px;
}

#menu-outils {
	left: 522px;
}

#menu-partenaires {
	left: 432px;
}

#menu-inscription {
	left: 342px;
}

#menu-calendrier {
	left: 256px;
}

#menu-services {
	left: 188px;
}

#menu-qui-sommes-nous {
	left: 67px;
}


#principal {
	
	background-image: url(../images/fond-principal.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: 2px solid #00447c;
	border-right: 2px solid #00447c;
	
}

/*-------------------------
/* fil
/**/
#fil {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: .7em;
	color: #c4ccd3;
	
}

#fil a {
	color: #c4ccd3 !important;
	
}

#fil a:hover {
	color: #00447c !important;
}

#fil span {
	font-weight: bold;
}

/*-------------------------
/* sous-menu
/**/
#sous-menu {
	
	float: left;
	width: 190px;
	background-color: #92b458; 
}

#sous-menu a {
	color: #00447c;
	font-size: 14px;
	display:block;
	text-decoration: none;
	padding: 5px;
	border-bottom: 2px solid #78a22f;
}

#sous-menu a:hover,
#sous-menu a.actif {
	background-color: #00447c;
	color: #fff;
	
}

#sous-menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	
}


/*-------------------------
/* accueil
/**/
#haut-accueil {
	padding-top: 60px;
	/*padding-left: 157px;*/
	padding-left: 90px;
	padding-right: 67px;
}

#contenu-accueil {
	float: right;
	/*width: 527px;*/
	width: 585px;
	color: #00447c;
}

#photo-accueil {
	float: left;
	width: 223px;
}

#bas-accueil {
	/*margin-top: 50px;*/
	margin-top: 20px;
	
	padding-left: 157px;
	padding-right: 77px;
	padding-bottom: 50px;
}

#bas-accueil p {
	margin-top: .5em;
}

#bas-accueil h2 {
	padding: 0;
	margin: 0;
	color: #00447c;
	font-size: 20px;
	
}

#a-surveiller {
	float: left;
	/*width: 370px;*/
	width: 288px;
	border-right: 1px solid #00447c; 
	color: #484747;
}

#calendrier {
	float: right;
	/*width: 290px;*/
	width: 190px;
	padding-left: 86px;
	background-image: url(/images/calendrier.gif);
	background-repeat: no-repeat;
	
	color: #484747;
}

.titre-evenement {
	color: #00447c;
	/*font-size: 1.1em;*/
}

.lireSuite {
	color: #78a22f;
}

.lienPour {
	color: #aba000;
}

/*-------------------------
/* photo-centre
/**/

#photo-centre {
	background-image: url(/images/photo-accueil.jpg);
	background-repeat: no-repeat;
	background-position: 0 37px;
	width: 194px;
	padding-right: 20px;
	float: right;
	min-height: 300px; 
}

#page_34 #photo-centre {
	background-image: url(/images/photo-services-globe.jpg) !important;
	padding-right: 35px;
}

.section-nouvelles #photo-centre {
	background-image: url(/images/photo-services-emploi.jpg) !important;
	padding-right: 35px;
}

.section-clef #photo-centre {
	background-image: url(/images/photo-services.jpg) !important;
	padding-right: 20px;
}

* html #photo-centre {
	height: 300px;
}




/*-------------------------
/* contenu 
/**/
#contenu {
	
	min-height: 400px;
	padding-bottom: 25px;
	width: 500px;
	padding-right: 65px;
	line-height: 1.5em;
	float: right;
}

#contenu ul {
	list-style-type : none;
	padding-left: 20px;
	margin-left: 0;
}
#contenu li {
	background-image: url(/images/puce.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}

#contenu .messageErreur ul {
	list-style-type : disc !important;
	padding-left: 20px !important;
}
#contenu  .messageErreur li {
	background: none !important;
	padding-left: 0;
	
}


/*-------------------------
/* evenement
/**/

.evenement-premier {
	
}

.evenement {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #78a22f;
}





/*-------------------------
/* pied
/**/
#pied {
	font-size: 10px;
	width: 970px;
	margin: auto;
	color: #fff;
	padding: 10px;
	background-color: #00447c;
}

#pied a {
	color: #fff;
	
}

#pied a:hover {
	color: #fff;
}

#realisation {
	float: right;
}

#copyright {
	float: left;
}
