* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/fond.png);
	background-repeat: repeat-x;
	color: #003366;
	background-color: #DCDCDC;
}

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

#wrap {
width: 1000px;
margin: 0 auto;
}
#menu {
width: 800px;
height: 50px;
padding: 0 0 0 0;
background: #000000;
float: right;
margin-top: 10px;
margin-right: 20px;
text-align: center;
}
#haut {
	height: 20px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(../images/cadre_haut.png);
	background-repeat: no-repeat;
}
#header {
	height: 210px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(../images/cadre_noir.png);
	background-repeat: repeat-y;
}
.photo{
padding-bottom: 10px;
}
#titre {
float: left;
width: 140px;
height: 200px;
margin-left: 25px;
background: #C1C1C1;
}
#titre h1 {
color: #EAEA64;
font-size: 27px;
letter-spacing: -2px;
font-weight: 600;
padding-top: 10px;
text-align: center;
}
#titre h2 {
font-size: 14px;
color: #ffffff;
font-weight: 600;
letter-spacing: -1px;
text-align: center;
}
#animation {
float: right;
margin-right: 25px;
}
#logo {
width: 140px;
height: 200px;
margin-top: 0px;
margin-left: 0px;
}
#content {
	background-image: url(../images/cadre_gris.png);
	background-repeat: repeat-y;
}
#right {
float: right;
width: 800px;
margin-right: 25px;
padding: 0 0px 0px 0px;
}
#right h1 { 
font-size: 28px;
font-weight: 700;
padding: 10px 0 10px 0;
color: #D17D65; 
}
#right h2 { 
font-size: 22px;
font-weight: 700;
padding: 10px 0 10px 0;
color: #D17D65; 
}
#right h3 { 
font-size: 18px;
font-weight: 600;
padding: 10px 0 10px 0;
color: #D17D65; 
}
#right h4 { 
font-size: 14px;
font-weight: 600;
padding: 10px 0 10px 0;
color: #D17D65; 
}
#left {
float: left;
width: 120px;
padding: 10px;
margin-left: 25px;
border: 1px solid #aaa;
background: #E2E2E2;
}
#left h2 { font-size: 14px; color: #666; font-weight: 100; }
#left ul { padding: 5px 0 15px 10px; font-size: 11px; color: #255EA8; list-style-type: square;}

#box_photo {
float: left;
width: 120px;
margin-left: 25px;
padding: 10px 10px 0px 10px;
border: 1px solid #aaa;
}

#bottom {
	padding: 10px 0;
	background-image: url(../images/cadre_bas.png);
	background-repeat: no-repeat;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #666;
}
#footer a { color: #666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
 
