body 
{ 
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
font-family: Verdana;
font-size: 10px;
background-color: rgb(255, 255, 255);
margin-top: 20px;
margin-bottom: 20px;
}
#global
{
margin-left: auto;
margin-right: auto;
width: 760;
text-align: left; /* on rétablit l'alignement normal du texte */
background-color: rgb(0, 153, 0);
}
/* Entete */
#en_tete_menu 
{ 
float: left;
top: 1px;
width: 140px;
height: 100px;
margin-bottom: 10px;
}
#en_tete 
{ 
position: relative;
top: 10px;
margin-left: 140px;
height: 100px;
background-image: url('images/bandeau.jpg');
background-repeat: no-repeat;
margin-bottom: 10px;
background-position: center top
}
/*MENU*/
#menu 
{ 
float: left;
width: 140px;
font-size: 12px;
}
.element_menu 
{ 
border: 0px solid black;
background-color: rgb(0, 153, 0);
background-repeat: repeat-x;
margin-bottom: 0px;
}
.element_menu 
h3 
{ 
color: rgb(179, 179, 179);
font-family: Arial,"Arial Black","Times New Roman",Times,serif;
text-align: center;
}
.element_menu 
ul 
{ 
margin: 0px 0px 5px;
padding: 0px 0px 0px 20px;
}
.element_menu 
a 
{ 
color: rgb(255, 255, 255);
font-weight: bold;
}
.element_menu a:hover { background-color: rgb(0, 153, 0);
color: black;
}
/*Corps*/
#corps 
{ 
border: 0px solid black;
padding: 0px;
margin-bottom: 0px;
color: rgb(0, 102, 51);
background-color: rgb(255, 255, 255);
font-size: 12px;
margin-left: 140px;
border:14px solid rgb(0, 153, 0);
}
.search			{ border: 1px solid #999999; background-color: #FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 300px; height: 20px; }
#element_corps 
{ 
border: 0px solid black;
padding: 5px;
margin-left: 60px;
margin-right: 100px;
margin-bottom: 0px;
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
background-image: url('motif.png');
background-repeat: repeat-x;
font-size: 12px
}
#element_tab 
{ 
border: 0px solid black;
padding: 5px;
margin-left: 20px;
margin-bottom: 20px;
color: rgb(153, 102, 51);
background-color: rgb(255, 255, 255);
background-image: url('motif.png');
background-repeat: repeat-x;
font-size: 12px
}
.texte_tab 
{ 
font-size: 12px;
text-align: left;
color: #000000;
padding: 0px;
}
.texte_gras 
{ 
font-size: 12px;
font-weight: bold;
text-align: right;
}
#corps h1 
{ 
color: rgb(51, 51, 153);
text-align: center;
font-family: Arial,"Arial Black","Times New Roman",Times,serif;
font-size: 28px;}
#corps h2 
{ 
text-align: center;
color: rgb(51, 51, 153);
font-size: 18px;}
#form 
{ 
border: 0px solid black;
padding: 5px;
margin-left:50px;
margin-bottom: 0px;
color: rgb(153, 102, 51);
background-color: rgb(255, 255, 255);
background-image: url('motif.png');
background-repeat: repeat-x;
font-size: 12px
}
#photo_modele
{
margin-left:5px;

}
.texte_modele
{
margin-left:0px;
margin-right:0px;
font-size: 12px;
text-align: left;
color: rgb(153, 102, 51);
}
.lien_modele
{
margin-right:50px;
font-size: 12px;
text-align: right;
}
#element_description 
{ 
list-style-image:url('puce.png');
border: 0px solid black;
padding: 5px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: rgb(153, 102, 51);
background-color: rgb(255, 255, 255);
background-image: url('motif.png');
background-repeat: repeat-x;
font-size: 12px
}
.photo_description
{
margin-right:0px;
text-align: right;
}
.texte_description
{
margin-left:0px;
margin-right:0px;
font-size: 12px;
text-align: left;
color: rgb(153, 102, 51);
}
h3 
{ 
color: rgb(153, 102, 51);
font-family: Arial,"Arial Black","Times New Roman",Times,serif;
text-align: left;
}

/* Pied de Page*/
#menu_pied_de_page 
{ 
float: left;
top: 1px;
width: 120px;
height: 20px;
margin-bottom: 0px;
}
#pied_de_page 
{
border: 0px solid black;
padding: 0px;
margin-bottom: 10px;
text-align: center;
color: rgb(179, 179, 179);
background-color: rgb(0, 153, 0);
background-image: url('motif.png');
background-repeat: repeat-x;
font-size: 10px
}
