* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #cc0000; text-decoration: underline;}
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 40px auto 0 auto;
width: 900px;
}

#header { 
border: 2px solid #8C0000;
height: 77px;
background: #fff;
}
#header h1 {
font-size: 30px;
font-weight: 100;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}



.left {
margin-top: 10px;
width: 575px;
height: 415px;
float: left;
background: #FAFAFA;
text-align: justify;
border: 2px solid #8C0000;
padding: 10px;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
width: 270px;
height: 415px;
float: right;
background: #FAFAFA;
text-align: justify;
border: 2px solid #8C0000;
font-size: 12px;
padding: 10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #cc0000;
line-height: 30px;
}
.right a { text-decoration: none }


.center {
margin-top: 10px;
width: 878px;
background: #FAFAFA;
float: left;
text-align: justify;
border: 2px solid #8C0000;
padding: 10px;
}
.center h2 {
color: #cc0000;
font-size: 12px;
font-weight: 100;
padding : 0px 0 5px 0;
}


.liste {
margin-top: 0px;
width: 146px;
float: left;
border: 0px solid #ddd;
padding: 0px;
}

.liste2 {
margin-bottom: 10px;
width: 146px;
float: left;
border: 0px solid #ddd;
padding: 0px;
}


#footer {
margin-top: 10px;
text-align: center;
background: #FAFAFA;
color: #444;
font-size: 11px;
border: 2px solid #8C0000;
padding: 10px;
}



#footer h2 {
color: #cc0000;
font-size: 15px;
font-style: bold;
padding: 0 0 0 0px;
line-height: 12px;
}



