body {
background: #fff url(../images/bg.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
line-height: 20px;
}

.blocImg {
padding : 5px;
border: 1px solid black;
background-color : #E8E8E8;
}

.imgGauche {
padding: 5px; 
float: left;
}
a { color: #26478A; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 60px;
background: #26478A url(../images/header.jpg) no-repeat;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
position: relative;
top: -20px;
color: #ccc;
font-size: 15px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 10px;
}
#intro {
background: #fff url(../images/intro.jpg) no-repeat;
height: 150px;
padding: 10px 30px;
}

#content {
padding: 10px 20px;
}

.left {
font-size: 13px;
width: 568px;
float: left;
text-align: left;
}

.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left h3 {
color: grey;
font-size: 10px;
letter-spacing: 2px;
font-family: tahoma;
}

.bloc {
padding: 10px;
border: 3px dashed black;
}

.right {
width: 150px;
float: right;
border-left: 1px solid #bbb;
padding: 10px;
font-size: 12px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 10px;
}
.right h2 {
border-top: 2px solid black;
border-bottom: 2px solid black;
height: 30px;
font-size: 15px;
color: #666;
line-height: 30px;
font-weight: 100;
}
.right a { text-decoration: none }

.signature {
border-top: 2px solid black;
text-align: right;
font-family: georgia;
font-size: 12px;
font-weight: 150;
}

#footer {
border-top: 1px solid #aaa;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 20px;
}

.centre {
font-family: "arial-black";
font-size: 14px;
text-align: center;
} 