/* CSS Document */

body{
	background-color:#22151c;
	}
	
ul{
	margin-top:0;
	padding-top:0;
	}
	
.logo_header{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#22151c;
	font-family:Arial, Helvetica, sans-serif; 
	color:#444; 
	font-size:0.8em;
	}
	
.container{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif; 
	color:#fff; 
	font-size:0.8em;
	border:10px solid #fff;
	background: #526c8f url(../img/fd_container.jpg) no-repeat;
	}
	
.container_juin2011{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif; 
	color:#fff; 
	font-size:0.8em;
	border:10px solid #fff;
	background: #526c8f url(../img/fd_container_juin2011.jpg) no-repeat;
	}
	

	
.bouton{
	display:block;
	float:left;
	width:30%;
	margin-right:6px;
	margin-bottom:10px;
	margin-top:10px;
	color:#fff;
	text-align:center;
	padding:8px 6px;
	border:1px solid #000;
	background:#3c4a69 url(../img/fond_bouton.gif) repeat-x;
	font-weight:bold;
	text-decoration:none;
	}
	
.bouton:hover{
	color:#fff;
	text-decoration:underline;
	}

.footer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif; 
	color:#e8e6e6; 
	font-size:0.7em;
	}
	
.footer a{
	color:#e8e6e6;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#000;
	text-decoration:none;
	}
	
.visuel{
	float:left;
	background-color:transparent;
	text-align:left;
	width:279px;
	min-height:360px;
	}
	
.texte{
	float:right;
	margin:20px 20px 0 10px;
	-margin:40px 4px 0 6px;
	width:618px;
	}
	
.titre{
	color:#6acbe8;
	font-size:20px;
	padding:4px 10px 6px 0;
	background: transparent url(../img/filet.gif) no-repeat bottom left;
	}
	
.clearsepare{
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	}

