@charset "utf-8";
/* CSS Document */
* {
padding:0;
margin:0;
}
body 
{
background:#FFFFFF;
width:900px;
margin:0 auto;
}
#contener {
width:900px;
border:solid;
border-color:#2750A8;
height:5600px;
}
#header{
width:900px;
height:246px;
background-image:url(images/haut.jpg);
}
#menu {
width:900px;
height:35px;
background-color:#2750A8;
}
#menu1{
width:225px;
float:left;
text-align:center;
}
#menu1 a {
font-family:Verdana;
font-size:15px;
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
}
#menu a:hover {
text-decoration:underline;
}
#pub {
width:900px;
height:90px;
background-color:#2750A8;;
}
#contenu {
width:730px;
float:left;
background-image:url(images/fond.jpg);
background-repeat:repeat-x;
}
#pub1 {
width:170px;
background-image:url(images/fond.jpg);
background-repeat:repeat-x;
overflow:hidden;
margin-left:10px;
}