* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #aaa; text-decoration: none; }
a:hover { text-decoration: #; color : #000; }

#wrap {
margin: 0 auto;
width: 1200px;
}

#header { 
height: 120px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 30px 0 5px 0;
}
#header h1 a {
color: #aaa;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #000;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#menu ul {
display: block;
height: 30px;
line-height: 30px;
background: #aaa url(images/printemps3.jpg);
position: relative;
margin: 10px auto 0 auto;
}
#menu ul li {
margin:2px; 
padding:4px; 
padding-right: 5px;
display: block;
float: left;
}
#menu ul li a {
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #fff;
margin:4px;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#menu_du_contenu ul {
display: block;
height: 30px;
line-height: 30px;
background: #000 url(images/ouf.png);
list-style-type: none;
position: relative;
margin: 10px auto 0 auto;
}
#menu_du_contenu ul li {
margin:2px; 
padding:4px; 
padding-right: 5px;
display: block;
float: left;
}
#menu_du_contenu ul li a {
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #fff;
margin:4px;
}
#menu_du_contenu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
padding: 10px 0;
}

.left {
width: 900px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 22px;
letter-spacing: -1px;
font-weight: 200;
padding : 15px 0 15px 0;
}

.right {
width: 160px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 13px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { 
text-decoration: none
color: #aaa;
}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}display: block;
