

/*General*/
*{
margin:0;
padding:0;
}

body{
width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#2B4A51;
}


#conteneur{
width:800px;

margin-left:auto;
margin-right:auto;
margin-top:55px;
text-align:justify;

}

#conteneur h1{
font-size:17px;
width:800px;
text-align:center;
margin-bottom:15px;
padding-top:20px;

}
/* entete */
#entete{
width:800px;
height:200px;
background-image:url(../images/entete.png);
border-bottom:#2A4951 5px solid;


}

/* navigation */

#nav{

}

#nav ul{
list-style:none;
display:inline;
position:relative;
top:180px;
left:55px;
color:white;
font-weight:bold;
}

#nav ul li{
display:inline;
margin-right:50px;}

#nav ul li a, #piedDePage a{
color:white;
text-decoration:none;}

#nav ul li a:hover, #piedDePage a:hover{
color:black;}


/* section principale */
#principale{
width:800px;
color:white;
background-image:url(../images/bgtrans.png);
}

#principale p{
width:600px;
padding-bottom:15px;
text-align:justify;
}

#principale a{
color:white;}

/* contact */

#contactGauche{
width:250px;
float:left;}

#contactDroite{
width:260px;
float:left;
padding-left:35px;}








/* pied de page */
#piedDePage{
width:800px;
height:24px;
background-color:#2A4951;
text-align:center;
padding-top:6px;
color:white;
}



.clear{
clear:both;
}


