body {
height : 100%;
/*background-image : url("./image/bg1.gif");*/
background-image: url("http://www.djtess.fr/images/body_bckg.jpg");
background-repeat : repeat-x;
background-color : #056BAB;
}
img {border: none;}
h2{text-align: center;}
#haut {
width : 100%;
height : 110px;
margin : auto;
background-color : white;
}
#menu {
height : 50px;
background : url(image/barre_menu.png) repeat-x left top;
text-align : center;
}
#nav {
margin-left: 10%;
}
#nav ul{
margin : 0;
padding : 0 0 0 30px;
list-style : none;
line-height : normal;
}
#nav li {
float : left;
height : 50px;
}
#nav a {
display : block;
margin-right : 3px;
padding : 10px 30px 7px 30px;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold;
color : #ffffff;
border : none;
}
#corps {
background-color : white;
width : 970px;
margin : 0 auto;
padding : 0 0 15px 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #787878;
}
.text {
padding : 5px 5px 5px 10px;
}
#corps a {
color : blue;
text-decoration : none;
}
#corps a:hover {
text-decoration : underline;
}
.alinea {margin-left : 30px;}
#bas {
width : 970px;
margin : 10px auto;
padding : 0 0 15px 0;
font-family : Arial, Helvetica, sans-serif;
}
#bas p {
margin : 0;
padding-top : 20px;
line-height : normal;
font-size : 9px;
text-transform : uppercase;
text-align : center;
color : #e1f5a6;
}
