body {
background: #ebe8e6 repeat-y center url(graphisme/background.jpg);
}

h1 {
background: url(graphisme/banner.jpg);
width: 600px;
height: 200px;
position: relative;
margin-top: -8px;
top: 0px;
margin-left: 50%;
left: -300px;
}

h2 {
font-size: 14px;
font-family: arial;
font-weight: bold;
color: #957662;
text-align:left;
margin-left: 5px;
}

a:link {
 color: #EEEEEE;
 text-decoration: none;
 }
a:visited {
 color: #EEEEEE;
 text-decoration: none;
 }
a:hover {
 color: #a0b8ff;
 text-decoration: none;
 }

a.contentlink:link {
 color: #6f98f3;
 text-decoration: none;
 }
a.contentlink:visited {
 color: #6f98f3;
 text-decoration: none;
 }
a.contentlink:hover {
 color: #6f98f3;
 text-decoration: underline;
 }

.back {
background: url(graphisme/back.jpg);
width: 400px;
height: 400px;
position: absolute;
margin-top: 30px;
margin-left: 50%;
left: -200px;
}

.menu {
background-color: #987258;
width: 600px;
height: 20px;
position: absolute;
left: 50%;
top: 200px;
margin-left: -300px;
font-size: 14px;
font-family: arial; 
color: #EEEEEE;
text-align:center;
padding-top:5px;
}

.content_center {
width: 540px;
position: absolute;
left: 50%;
top: 229px;
margin-left: -270px;
text-align: center;
font-size: 12px;
font-family: arial; 
color: #3c2516;
}


.content_justify {
width: 540px;
position: absolute;
left: 50%;
top: 229px;
margin-left: -270px;
text-align: justify;
font-size: 12px;
font-family: arial; 
color: #3c2516;
}

.content_left {
width: 285px;
float: left;
margin-top: 6px;
left: 0;
font-size: 12px;
font-family: arial; 
background-color: #1d1b1b;
text-align:center;
border-width: 1px;
border-style: solid;
border-color: #3c2516;
}

.content_right {
width: 285px;
float: right;
margin-top: 6px;
left: 295px
font-size: 12px;
font-family: arial; 
background-color: #1d1b1b;
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #3c2516;
}



