body{
	background:url(template/backgr.jpg) no-repeat top center;
	margin:0;
	padding:0;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	color:#172982;
	}
	
h1{
	text-align:center;
	font-size:14px;
	text-decoration:NOne;
	}
	
h2{
	font-size:14px;
	text-decoration:NOne;
	text-indent:15px
	}
	
p{
	text-align:justify;
	text-indent:30px;
}
/*//////////////////////////
			Tete
//////////////////////////*/
	
#top{
	background:url(template/top.jpg) no-repeat;
	width:1024px;
	height:145px;
	margin:7px auto;
	}
	
#logol{
	float:left;
	height:141px;
	width:141px;
	background:url(template/logol.jpg);
	}
	
#logor{
	float:right;
	height:141px;
	width:141px;
	background:url(template/logor.jpg);
	}
	
/*//////////////////////////
			Menu
//////////////////////////*/

#menu{
	height:36px;
	width:785px;
	margin:auto;
	}
	
#menu ul li{
	list-style:none;
	float:left;
	padding:0;
	}
	
#menu ul li a {
	height:36px ;
	width:141px ;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	background:url(template/btn.jpg) no-repeat top center;
	line-height:43px;
	color:#FFFFFF;
	}
	
#menu ul li a:hover{
	background-position:bottom left;
	}
	
/*//////////////////////////
		Contenu
//////////////////////////*/

#conteneur{
	background:url(template/conteneur.jpg) top center ;
	margin:auto;
	width:745px;
	height:500px;
	}
	
#contenu{
	overflow: auto;
	float:left;
	width:700px;
	height:417px;
	padding:15px;
	margin:30px 0px 0px 7px;
	background:white top center; 
	}
	
/*//////////////////////////
		Contenu Accueil
//////////////////////////*/

	
#edito{
	width:700x;
	padding:1px 15px 1px 15px;

	}
	
#partnr{
	height:55px;
	width:511px;
	margin:0px 0px 0px 15px;
	}


/*//////////////////////////
		Contenu Event
//////////////////////////*/

#blocimage{
	float:left;
	width:160px;
	}

/*//////////////////////////
		Contenu Media
//////////////////////////*/

#imgmedia{
	width:680px;
	height:105px;
	}

#imgmedia ul li {
	float:left;
	list-style:none;
	height:110px;
	width:160px;
	margin:auto;
	}

/*//////////////////////////
		Contenu Contact
//////////////////////////*/

#contact{
	padding:10px;
	text-align:left;
	width:230px;

	
	float:left;
	}
	
#maps{
	float:left;
	width:300px;
	margin:0px 30px auto;
	}
	
#reso{
	margin:0px 0px 0px 0px;
	float:left;
	width:300px;
	
	}


