/* CSS Document */
@charset "utf-8";

body {
margin: 0;
padding: 0;
background: url(images/fond.jpg);
}

div#fond{
position:absolute;
background:url(images/top_bg.jpg) repeat-x top;
width:100%;
height:100%;
}
div#main{
margin: 0 auto ;
width:780px;
height:100%;
border-left:#000000  dotted 1px;
border-right:#000000  dotted 1px;
}

div#header1{
margin: 0 auto ;
width:780px;
height:30px;
text-indent:7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:11px;
}
div#header1 img{
padding-left:310px;
padding-top:10px;
}

div#header1 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding-top:20px;
}
div#header1 a:hover{
color: #7A84A1;
}

div#header2{
margin: 0 auto ;
width:780px;
height:99px;
}

div#contenu{
margin: 0 auto ;
width:780px;
height:100%;
background:#FFFFFF;
}

