@charset "utf-8";
/* CSS Document */

body {
	text-align: center ;
	font-size: 15px ;
	font-family : Arial, Verdana ;
	background-color : #3d4142;
	color : #434345 ;
	margin : 0 ;
	padding : 0 ;
	line-height : 1.7em ;
} 

a:link, a:hover, a:visited {
color:white;
}

div#header {
	margin : 0 auto ;
	padding : 0 ;
	width : 1010px ;
	height : 142px ;
	background-image : url("../images/header.jpg");
	background-repeat : no-repeat;
}

div#wrapper {
	padding : 0 ;
	width: 1010px ;
	margin: 0 auto ;
	text-align: left ; 
	background-image : url("../images/content.jpg");
	background-repeat : repeat-y ;
}

div#content {
	padding-left : 75px ;
	padding-right : 75px ;
}

div#footer {
	width : 1010px ;
	height : 219px ;
	background-image : url("../images/footer.jpg");
	background-repeat : no-repeat ;
	clear : both ;
	text-align : center ;
}

div#footer p {
	padding-top : 155px ;
	color : #fff ;
}

h1 {
	color : #fff ;
	font-size : 30px ;
	margin-left : 320px ;
	padding-top : 50px ;
}

h2 {
	font-size : 18px ;
	color : #2b2b2b ;
	font-weight : normal ;
}

span.blue {
	color : #01568a ;
	font-size : 20px ;
}

div#left {
	float : left ;
	width : 400px ;	
}

div#right {
	float : right ;
	width : 450px ;
}

p#bouton {
	width : 153px ;
	height : 37px ;
	background-image : url("../images/bouton.jpg");
	background-repeat:no-repeat;
	text-align:center;
	padding-top : 4px ;
}

p#bouton a {
	color : #fff ;
	font-size : 20px ;
	text-decoration:none;
}


#footer a {
      color : #fff ;
      text-decoration : none ;
}

#footer a:hover {
      text-decoration : underline;
}

#retour {
	color : #01568a ;
}

