 /*----------------STRUCTURE DES PAGES----------------------*/

 /*Corps des pages*/
body{
	margin-top:0px;
	margin-left:0px;
	background-color:#77AA44;
	font-family: calibri, sans-serif;
	font-size:14px;
}

#wrapper{
	margin:auto;
	width:1024px;
}

/*Titres de niveau 1*/ 
h1{
	color:#FFFFFF;
	font-size:20px;
	font-family:calibri, sans-serif;
	text-align:center;
}

h1:hover{
	color:#000066;
}
 
 h2{
	color:#4B4B4B;
	font-size:30px;
	font-family:calibri, sans-serif;
	margin-bottom:0;
}

h3{
	color:#990000;
	font-size:15px;
	text-decoration:none;
	font-family:calibri, sans-serif;
}

h3:hover {
	color:#FFFFFF;
}

h4{
	color:#990000;
	font-size:15px;
	text-decoration:none;
	font-family:calibri, sans-serif;
}

h5{
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
	font-family:calibri, sans-serif;
}

/*Bandeau supérieur*/
#sup{
	background-image:url(img/sup.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-position:center;	
	height: 148px;
}

.tblsup{
	margin-left: 11%;
	margin-top: 70px;
	width:220px;
}

.tblsup2{
	margin-left: 11%;
	margin-top: 70px;
	width:150px;
}



/*Arrière plan contenu*/
.centre{
	color:#000000;
	background-image:url(img/centre.gif);
	background-repeat:repeat-y;
	width: 100%;
	background-position:center;
}

.tblindex{
	margin-left: 10%;
	margin-bottom: 20px;
	text-align:center;
	width:820px;
}

.tbljust{
	margin-left: 11%;
	margin-bottom: 20px;
	text-align:justify;
	width:800px;	
}

.tblcontact{
	margin-left: 20%;
	margin-bottom: 40px;
	text-align:justify;
	width:800px;	
}


.tblaccueil{
	margin-left: 11%;
	margin-bottom: 20px;
	text-align:center;
	width:800px;	
}

.tbldescription{
	margin-left: 11%;
	margin-bottom: 20px;
	text-align:justify;
	width:800px;
}

.tblcharges{
	margin-left: 15%;
	margin-bottom: 20px;
	text-align:justify;
	width:800px;
	color:#172D75;
}


/*Bandeau inférieur*/
#inf{
	background-image:url(img/inf.gif);
	background-repeat: no-repeat;
	background-position:center;
	text-align:center;
	color:#172D75;
	height:104px;
}

.tblinf{
	margin-left: 77%;
	border-spacing:1px;
}

.tblinf2{
	margin-left: 65%;
	border-spacing:1px;
}




