/*arriere plan #DEE7F4*/
body{
background-color: white;
background-image: url(images/ba.png);
background-attachment: fixed;
}

/*bandeau*/
.header{
background-color: #87AADC;
width: 102%;
margin-top: -8px;
margin-left: -17px;
text-align: center;
border-collapse: collapse;
}

/*corps principal*/
.main{
background-image: url(images/bg-main.png);
background-repeat: repeat;
width: 820px;
margin-top: -25px;
margin-left: 0px;
border-collapse: collapse;
}

/*contenu*/
.copy{
width: 600px;
font-family: verdana;
font-size: 12px;
color: white;
text-align: justify;
vertical-align: top;
margin-left: 200px;
}

/*footer*/
.foot{
background-image: url(images/bg-foot.png);
background-repeat: no-repeat;
width: 820px;
margin-top: 0px;
}

 /*liens*/
a {
font-family: verdana; 
font-weight: normal;
color: green; 
text-decoration: none;}

/*liens effects*/
a:hover{
font-family: verdana;
color: #87A9DB; 
text-decoration: none;
background-color: none;
}


img{
border:0px;
}

h3{
font-family:verdana;
color:#000000;
text-align:right;
}


