body
{
   font-family: "Comic Sans MS","Trebuchet MS", Georgia, serif;
   width: 998px;
   margin: auto;
   margin-bottom: 20px;
   font-size : 14px;
}
body a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #b3b3b3; 


}
body img
{
	border: 0px;
}
#admin5
{
 float: right;
 font-size: x-small;
}
/* L'en-tête */

#header
{
   margin-top: 2px;
   width: 800px;
   height: 200px;
   margin-bottom: 15px;
   margin-left : 90px;
}

#menu_utilisateur
{
	 margin-bottom: 10px;
	 text-align: right;
	  font-size: small;
}


/* Le menu */

#menu
{
   float: left;
   width: 130px;
}

.element_menu
{

   border: 1px solid #9aca01;
   margin-bottom: 15px;
}
.titre_menu
{
	letter-spacing: 3px;
	background-color: white;
	font-weight: bold;
    color: #9aca01;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	position: relative;
	left: 7px;
    top: -14px;
}

/* Quelques effets sur les menus */


.element_menu h3 , .element_menu h4
{    
   color: #b3b3b3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   border-top: 1px dashed #9aca01;
   border-bottom: 1px dashed #9aca01;
}

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   list-style:none;
}

.tags ul
 {
   list-style:none;
   padding-left: 0px;
   text-indent:5px;
   font-size: 13px;
   
 }


.element_menu a
{
   color: #b3b3b3;
}

.element_menu a:hover
{
   background-color: #f4fea8;
   color: black;
}
.hasard_texte
{
	font-size: x-small;
}

/* Le corps de la page */

#content , #ajout_commentaire , #alaune , #avis_content , #annonces
{
   width: 700px;
   margin-left: 150px;
   margin-bottom: 20px;
   padding: 5px;
   
   border: 1px solid #fc9a05;
}
#alaune img
{
	width: 400px;
}
#alaune h3 , #content h3 , #avis_content h3
{
   color: #b3b3b3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#alaune h6 , #content h6 , #avis_content h6
{
   color: #b3b3b3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: x-small;
}
.titre_div
{
	letter-spacing: 3px;
	background-color: white;
	font-weight: bold;
    color: #fc9a05;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	position: relative;
	left: 40px;
    top: -21px;
}
.nav
{
	font-size:x-small;
}
#content table
{
	margin: auto; 
}

#confirm_form table , .voir_client table
{
	color: #b3b3b3;
	margin: 10px;
	border: 1px dashed black;
}

#panier table 
{
	border: 1px dashed black;
}
#panier table td , #confirm_form td 
{
	text-align: right; 
}
#content td
{
	padding: 10px;
}
#conditions_generales
{
   padding: 5px;
   margin: 5px;
   border: 1px dashed #9aca01;
}
#conditions_generales h3 , #conditions_generales h4
{
	color: #9aca01;
}
#image_active img
{
	width: 400px; 
}
#commentaire_entete
{
   color: #fc9a05;
   margin-left: 150px;
   margin-top: 20px;
   padding: 5px;
}
#commentaire_entete a
{
	color: #9aca01;
}
.commentaire
{
   width: 700px;
   margin-left: 150px;
   margin-top: 20px;
   padding: 5px;
   
   border: 1px dashed #9aca01;
}
.avis
{
	border-top: 3px dashed #9aca01;
	border-bottom: 3px dashed #9aca01;
	padding:5px;
}
.commande_public
{
	margin: 10px;
	border-top: 3px dashed #9aca01;
	padding:5px;
}
.commande_public img
{
	width: 600px;
    height: 109px; 	
}
.note
{
	color: #fc9a05;
}
 #pub
 {
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;   
 }
#pub_right
{
	width: 120px;
	float: right;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#footer
{
   text-align: right;
   padding: 1px;
   border: 0px;
}



