@CHARSET "ISO-8859-1";
body{
	background-color : #eee;
	color : black;
	font-family : verdana, "times new roman", arial, serif;
	font-size : 12px;
}

a{
	text-decoration : none;
	color : black;
}

/* STYLE DU BANDEAU */

#bandeau{
	/* Si on enlève le float la ligne haute se fond avec le reste du corps sous Firefox2*/
	float : left;
	width: 980px; 
	height : 100px;
	margin: auto;	
	color:#0099ff;
	background-image : url("../images/bandeauV3.png");
}




/* STYLE DE LA LIGNE DU HAUT */

#ligneHaute{
	background-color : #eee;
	color : red;
	font-size : 9px;
	width: 980px;
	margin: auto;
	text-align : center;
	margin-bottom : 5px;
}



/* STYLE DU MENU */

.tdMenu:hover{
		background-color : 	#ddd;
}

#menu{
	width : 980;
	float : left;
	display : inline;
	margin : 5px 0px 30px 0px;
	height: 1%; /*pour coller la partie centrale au menu */
}

#menuCaseAccueil{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuAccueilBleu.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseSavoirFaire{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuSavoirFaireBleu.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseCharteQualite{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuCharteQualiteBleu.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseContact{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuContactBleu.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseAccueilSelect{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuAccueilJaune.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseSavoirFaireSelect{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuSavoirFaireJaune.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseCharteQualiteSelect{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuCharteQualiteJaune.png");
	background-repeat : no-repeat;
	height:20px;
}

#menuCaseContactSelect{
	font-size : 16px;
	width : 245px;
	background-image: url("../images/menuContactJaune.png");
	background-repeat : no-repeat;
	height:20px;
}




/* STYLE DU CORPS DE LA PAGE */

#corps{
	background-color : white;
	width: 980px;
	height : 760px;
	margin: auto;
	text-align : justify;
}

#partieGauche{
	background-image : url("../images/partieGaucheV2.png");
	background-repeat: no-repeat;
	float : left;
	poistion : relative;
	top : 20px;
	width : 200px;
	height : 590px;
	margin: auto;	
	color:blue;
}


#partieGauche a{
	color: blue;	
}

.archive{
	width: 33%;
	padding: 10px;
	border: solid 1px blue;
	text-align: center;	
}

.archiveEntete{
	width: 33%;
	padding: 10px;
	border: solid 1px blue;
	text-align: center;
	font-weight: bolder;
	background-color: #eee;	
}

.editorial{	
	float:left;
	overflow: auto;
	height : 540px;
	padding : 0px 15px 15px 15px;
	width : 750px;
}


h1 {
	font-size : 1.8em;
	text-align: center; 
	color:#0099ff;		
}

h2{
	font-size : 1.4em;
	text-align: center; 
	color:#0099ff;
}

ul{
	/*text-align: center;*/
	list-style-type: none;
}

li{
	/*font-size : 1.2em;
	padding : 3px 0px 3px 0px*/;
}

#paragraphreActu{
	width: 180px;
	height : 390px;
	overflow: hidden;
	padding : 160px 10px 10px 10px;
	float:left;
	margin : 0px 0px 0px 0px;
	}

.important{
	color:red;
	font-size: 1.1em;
}

.texteEdito{
	margin-top : 40px;	
}

#footer{
	width: 980px; 
	height : 40px;
	margin: auto;	
	background-image : url("../images/footer.png");
	text-align : center;
		
}


/* STYLE SOUS LE PIED DE PAGE */
#sousPied{
	margin: auto;
	width: 980px; 
	height : 40px;
	text-align: left;
}

.sousPiedEspacement{
	padding : 15px;	
	padding-top : 10px;
}
