body{
	background-color : white;
	text-align : center;
	font-family : "Century Gothic";
	font-weight : 800;
	margin : 0;
	padding :0;
	background-color : #CCCCCC;
  background-image : url(./img/fond_raye.jpg);
  
}

 a img{
	border : 0;
	
}

a img.partenaire{

	border : 0px;
	width : 150px;
	height : 99px;
	margin-bottom : 10px;

}

a{
color : #012288;
text-decoration : none;
}


div#centrage{
	background-color : #BBBBBB;
	width : 850px;
	margin-left: auto;
	margin-right: auto;
	border-right :4px white solid;
	border-left :4px white solid;
	
	 
}

div#header{
	text-align : left;
	background-image : url(./img/fond_haut.jpg);
	background-position : middle center;
	background-repeat : repeat-x;	 
	border-bottom : 4px #111111 solid;
	
}

div#menu{
	
	width : 100%;
	color : #012288;
	vertical-align : bottom;
	background-image : url(./img/fond_menu.jpg);
	background-position : middle center;
	background-repeat : repeat-x; 
	padding-top : 10px;
	padding-top : 0px !important;	
	margin-bottom : 30px;
	
	
}

span.link{
	margin-left : 10px;
}

/* #content{
	width : 170px;
	background-color : red;
} */

#content{
	text-align : justify;
	color : #012288;
	padding : 15px;
}

#left_content{
	text-align : center;
	float : left;
	margin-right : 15px;
	width : 170px;
	
}

#left_content_top{
	height : 26px;
	background-image : url(./img/haut.png);
	background-position : top center;
	background-repeat : no-repeat;
	margin-bottom : -22px;
	
}

#left_content_middle{
	
	background-image : url(./img/milieu.png);
	background-position : top center;
	background-repeat : repeat-y; 
}

#left_content_bottom{	
	background-image : url(./img/bas.png);
	background-position : top center;
	background-repeat : no-repeat;
	height : 25px;
}

#right{

  float : right;
  font-family : "Trebuchet MS";
  
  font-weight : 200;
  font-size : 0.8em;
	/* background-color : pink; */
	width : 5 20px !important;
	width : 620px;
}

#right h2{
  font-family : "Trebuchet MS",Arial;
  
  margin-left : 0px;
  color : white;
  font-size : 16px;
  text-align : center;
  border-bottom : 2px #012288 solid;
}

#right ul li{
  margin-left : 40px !important;
  margin-left : 15px;
  list-style-type : none;
 

}

.spacer{
	clear:both;
}

#footer{
  text-align : center;
  height : 180px;
  
	background-image : url(./img/fond_haut.jpg);
	background-position : middle center;
	background-repeat : repeat-x;	
  background-color : pink;
  /* border : 1px red solid; */
  margin-bottom : -20px;
  color : white;
	border-top : 4px #111111 solid;
  font-family : Tahoma;
  font-weight : 200;
  font-size : 12px;
  
}
#footer a{
  color : white;
}

#footer div{
  text-align : left;
  float : left;
  margin : 6px !important;
  margin : 5px;
  
  width : 155px;
  height : 125px;
  
  
}

#big{
  font-size : 16px;
  font-weight : 600;
}

#creation{
color : gray;
padding : 5px;
width : 700px;
width : 700px;
}

textarea{
	font-family : Arial;
	font-size : 12px;
	width : 100%;
}


