body
{
width:890px;
margin:auto;
margin-top:5px;
margin-bottom:20px; 
background-image:url("");
font-family: verdana, arial, serif;
font-size: 12px;
}
#en_tete
{
width:531px;
height:227px;
background-image:url("../imagesmaroc/accueil.jpg");
background-repeat:no-repeat;
margin-bottom:1px;
float:left
}
#en_tete2
{
width:359px;
height:227px;
background-image:url("Photos/.jpg");
background-repeat:no-repeat;
margin-bottom:1px;
color: #273737;
text-align: center;
float:right;
}
h1
{
font-size: 12px; 
}
p.A
{

}
p.B
{
text-align: center;
}
p.C
{
text-align: center;
font-family: verdana;
color: rgb(0, 102, 0);
font-size: 11px;
}
a
{
color: rgb(0, 51, 0);
}
#menu, #menu ul 
{
padding : 0; 
margin : 0;
list-style : none;
line-height : 21px;
text-align : center;
}
#menu /* Ensemble du menu */
{
font-weight :;
font-family : Arial;
font-size : 12px;
}
#menu a /* Contenu des listes */
{
display : block; 
padding : 0;
background : #3c4f2f;
color : #fff;
text-decoration : none;
width : 147px;
}
#menu li /* Éléments des listes */ 
{ 
float : left; /* pour IE qui ne reconnaît pas "transparent" */
border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}
#menu li ul /* Sous-listes */
{ position: absolute; /* Position absolue */
width: 147px; /* Largeur des sous-listes */
left: -999em; /* Hop, on envoie loin du champ de vision */
}
#menu li ul li /* Eléments de sous-listes */
{
/* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous-liste */
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li {
border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}
#menu li ul ul {
margin : -22px 0 0 147px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
border-left : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */ }
html>body #menu li ul ul {
border-left : 1px solid transparent ;
}
#menu a:hover
{
color: #000;
background: #b5a079;
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul
{
left: auto; /* Repositionnement normal */
min-height: 0; /* Corrige un bug sous IE */
}
#corps
{
width:890px;
height:230px;
padding-top:10px;
padding-left:;
padding-right:;
background-color:none;
background-image:url("images/jumelles.jpg");
background-repeat:no-repeat;
background-position:center;
margin-bottom:10px;
margin-right:20px;
text-align:justify;
color: #3c4562;
float:left;
}
#pied_de_page
{
width:890px;
height:30px;
background-color:none;
background-repeat:no-repeat;
margin-bottom:10px;
font-family: verdana;
font-size: 11px;
color: #C1ba9b;
float: right;
}