/* Layout Stylesheet */ 

body {
 margin:0 auto;
 background: url(images/background.jpg) no-repeat top center #21557a;
 color: #333333;
 text-align:center; 
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }

img {
border:none;
	}

a {
 text-decoration: none;
 }
	
a:hover {
	text-decoration: none;
	color: #333333;
}

#outer {
 text-align:left;
 width:960px;
 margin:auto;
 }

#header {
 height:125px;
 color: #333333;
 }
 
#header img {
	width:210px;
	float:right;
	margin-top: 10px;
	margin-right: 33px;
	}

#menu { 
 height:40px;
 color: #333333;
 background: url(images/menu.png) no-repeat bottom left;
 margin-left:130px;
   }
  
#menu ul{
	float:left;
	padding:0px 5px 0px 5px;
	text-align:center;
	width:825px;
	}
	
#menu li {
	list-style:none;
	line-height:10px;
	float:left;
	padding:0px 7px 0px 7px;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	margin-left:4px;
	color:#FFFFFF;
	display:block;
	width:auto;
	}

#menu a {
	list-style:none;
	text-decoration:none;
	color:#FFFFFF;
	}

#menu a:visited {
	list-style:none;
	text-decoration:none;
	color:#FFFFFF;
	}

#menu a:hover {
	list-style:none;
	text-decoration:none;
	color: #333333;
	}

#flash { 
 height:50px;
 color: #FFFFFF;
 background: url(images/flash.png) no-repeat bottom center;
 margin-left:130px;
 font-size:12px;
 line-height:55px;
   }

#flash a{
  color:#FFFFFF;
  }

#flash a:visited {
	list-style:none;
	text-decoration:none;
	color:#FFFFFF;
	}

#flash a:hover {
	list-style:none;
	text-decoration:none;
	color: #333333;
	}
	
#flash-feed {
  margin-left: 270px;
  }

#bodyblock {
 position:relative;
 color: #cce1ef;
 width:960px;
 padding:0;
 margin:0 auto;
 }

#sidebar {
 float:left;
 color: #333333;
 width:130px;
 padding-top:140px;
 }

#sidebar img{
	width:111px;
	height:84px;
	align:center;
	margin-bottom: 30px;
	}

#conteneur {
 width:830px;
 color: #333333;
 text-align:left;
 font-size:0.9em;
 color:#333333;
 margin-top:20px;
 margin-bottom:20px;
}


#conteneur a {
	font-size:0.9em;
	text-decoration:none;
	color:#333333;
	}


.conteneur a:hover{
	color:#6699CC;
	}

#Actu{
	width:400px;
	float:left;
	margin:0 auto;
	text-align:center;
	height:300px;
	}

#Mag{
	width:400px;
	float:left;
	margin:0 auto;
	text-align:center;
	height:300px;
	}
	
#Apres{
	width:400px;
	float:left;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	height:300px;
	}
	
#Photos{
	width:400px;
	float:left;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	height:300px;
	}

.feed {
	margin: 0 35px 0 35px;
	}


.clearfloat{
	clear:both;
	}

#footer {
	padding: 10px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
	width: 970px;
	background:#21557a;
	margin: 0 auto;
}
 
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;	
}



