@charset "utf-8";
/* CSS Document */
body{
	background:#000;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#main{
	width:900px;
	margin:auto;
}
#header{
	background:url(../images/header.png);
	width:900px;
	height:176px;
	position:relative;
}
#left-page{
	width:542px;
	float:left;
	position:relative;
}
#panneau-simple{
	width:225px;
	height:231px;
	float:left;
}
#centre{
	width:317px;
	float:left;
	position:relative;
}
#top-panneau-double{
	background:url(../images/top-panneau-double.png) no-repeat;
	width:317px;
	height:179px;
}
.clr{
	clear:both;	
}
#panneau-double{
	width:317px;
	height:52px;
	position:relative;
}
#foot{
	background:url(../images/footer.png) no-repeat;
	width:542px;
	height:80px;
}
#mediatables{
	width:358px;
	height:311px;
	float:left;
}
#footer{
	width:900px;
	margin:auto;
	position:relative;
	background:#000;
	text-align:center;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
a{
	color:#CCC;
	text-decoration:none;
	font-size:12px;
}
a:hover{
	color:#F00;	
}
#marge{
	height:100px;	
}
.clic-contact{
	position:absolute;
	left:73px;
	right:100px;
	top: 121px;
	width: 89px;
	
}
.secteur{
		width:240px;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		padding:6px;
		background:#000000;
		margin:3px;
}
