body {
	padding: 0;
	background: #7a1e07;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1a24a9;
}

/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	height: 200px;
}

#logo {
	width: 1000px;
	height: 200px;
	background: url(images/logo.gif) no-repeat center top;
}

#wrapper {
}

/* Cadre page */

#page {
width:1000px;
background-color:#b12100;
margin:auto;
}

#page-bg {
}


#corp {
width:860px;
float:left;
background:#b12100;
margin-top:20px;
margin-left:10px;
}

#corp p {
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
padding:10px;
color:#FFFFFF;
}


#corp h1 {
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:26px;
font-weight:bold;
padding:10px;
color:#FFFFFF;
}

#corp h2 {
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
padding:5px;
color:#FFFFFF;
}

#corp h2 a {
text-decoration: none;
color: #64bd6b;
border:none;
}

#corp h2 a:hover {
text-decoration:none;
color:#ff7700;
border:none;
}

#corp h3 {
text-align:center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
padding:5px;
color:#FFFFFF;
}

#corp ul {
width:400px;
}

#corp li {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
list-style-type:none;
width:160px;
height:30px;
}

#corp li a {
text-decoration: none;
color: #FFFFFF;
border:#FFFFFF solid 5px;
background: url(images/boutton.jpg) no-repeat;
width:160px;
height:30px;
padding-left:30px;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
}

#corp li a:hover {
text-decoration:none;
color:#FFFFFF;
border:#FFFFFF solid 5px;
background: url(images/bouttonh.jpg) no-repeat;
width:160px;
height:30px;
padding-left:30px;
padding-top:5px;
padding-right:5px;
padding-bottom:5px;
}

#corp img {
border:none;
}

#pub-droite {
width:120px;
min-height:1200px;
float:right;
margin-top:20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/bottom.jpg) no-repeat left top;
	border-top:5px solid #FFFFFF;
}

#footer p {
	margin:auto;
	font-size:18px;
	color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}

#footer .copyright {
	float: left;
	margin-left:250px;
}