/* CSS Restaurant Fadi */

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

body{
width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background-color:black;
}


#conteneur{
width:768px;
height:700px;
margin-left:auto;
margin-right:auto;

}
/* entete */
#entete{
width:768px;
height:235px;
}

/* navigation */

#nav{
width:768px;
height:26px;
background-image:url(../images/nav.jpg);
}


/* section principale */
#principale{
width:767px;
padding-bottom:25px;
background-color:#9E7442;
background-image:url(../images/back.jpg);
background-repeat:no-repeat;
}

#principale h2{
width:500px;
float:right;
text-align:center;
padding-top:40px;
padding-bottom:40px;
padding-right:15px;
font-size:20px;
}

#principale h3{
width:500px;
text-align:left;
margin-left:auto;
padding-top:15px;
padding-bottom:15px;}

#principale ul{
width:500px;
text-align:left;
margin-left:auto;
}

#principale ul li{
margin-left:15px;
}

#principale a {
text-decoration:none;
color:white;}


.texteUneColonne{
width:500px;
margin-bottom:10px;
text-align:justify;
margin-left:auto;
margin-right:15px;}

.texteUneColonne2{
width:500px;
margin-bottom:10px;
margin-left:245px;
text-align:justify;}

.texteAccueil{
width:300px;
margin-bottom:10px;
text-align:justify;
margin-left:auto;
margin-right:110px;}



.splash{
width:295px;
float:left;
margin-top:40px;
margin-bottom:40px;
margin-left:60px;
text-align:center;
}

.splash h2{
font-size:20px;
margin-bottom:10px;
text-align:center;
}

.splash h2{
font-size:20px;
margin-bottom:10px;
text-align:center;
}

.splash img{
border:none;}

/* contact */

#contactGauche{
width:250px;
float:right;
text-align:left;}



#contactDroite{
padding-top:15px;
width:230px;
float:right;}


/* pied de page */
#piedDePage{
width:768px;
height:33px;
margin-top:5px;
font-size:12px;
color:white;
text-align:center;
}

#piedDePage a{
color:white;
text-decoration:none;
}

.clear{
clear:both;
}
