/*----------------------------
	CORPS DE LA PAGE
*/
body{
	font-family:verdana;
	font-size:11px;
	color:#1d1d1d;
	background-color:#000000;
	background-image:url("../images/layout/homepage/background.png");
	background-repeat:repeat-x;
}
a:link {text-decoration:none;color:#2b2b2b;font-style:bold;}
a:visited {text-decoration:none;color:#2b2b2b;}
a:hover {text-decoration:none;color:#079abf;opacity:0.9;}
/*----------------------------
	TITRE DES CONTENUS
*/
h1{
	font-family:verdana;
	height:20px;
	font-size:11px;
	font-style:bold;
}

h2{
	font-family:verdana;
	font-size:11px;
}

h3{
	font-family:verdana;
	font-size:11px;
}

img{	border:0px;}

#global{
	position:relative;
	margin:auto;	
	width:800px;
	/*border:1px solid #acb1ba;*/
}

#logo{
	position:relative;
	width:300px;
	height:80px;
}
#content{
	position:relative;
	width:800px;
}

#navigation{
	position:relative;
	width:800px;
}

#home{
	position:relative;	
	width:150px;
	height:494px;
	background-color:#099cbf;	
}

#actu{
	position:relative;	
	width:150px;
	height:494px;
	background-color:#42cad8;	
}

#services{
	position:relative;	
	width:149px;
	height:494px;
	background-color:#8ff50d;	
}

#folio{
	position:relative;	
	width:150px;
	height:494px;
	background-color:#ff3e13;	
}

#contact{
	position:relative;	
	width:151px;
	height:494px;
	background-color:#a50809;	
}

#reflets{
	position:relative;
	width:800px;
}