body {
font-family : sans-serif, verdana, arial, helvetica;
font-size : 12px;
background-color : white;
background-image : url(../images/fond.png);
background-position : center;
background-repeat : repeat-y;
}

h1 {
font-size : 15px;
font-weight : bold;
text-align:center;
}

h2 {
font-size : 13px;
font-weight : bold;
}
a {
color : #5D88B3;
text-decoration : none;
}
a:hover {
background-color : white;
color : #5D88B3;
text-decoration : underline;
}

#conteneur {
margin : 0 auto 60px auto;
position : relative;
width : 830px;
}

#gauche {
border : 1px dashed #999;
margin : 7px;
padding : 3px;
width : 47%;
float : left;
}
#droite {
float : right;
}
/*image */
.pics {
/*height:  740px;
width:   555px;*/
padding: 0;
margin:  0;
clear : both;
}

.pics img {
padding: 15px;
border:  1px solid #ccc;
background-color: #eee;
/*height:  740px;
width:   555px;*/
top:  0;
left: 0;
}