body
{
   font-family: "Trebuchet MS", Georgia, serif;
   width: 998px;
   margin: auto;
   margin-bottom: 20px;    
}
body a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #B3B3B3; /* Les liens seront en rouge au lieu de bleu */


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

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

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


/* Le menu */

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

.element_menu
{

   border: 1px dashed pink;
   margin-bottom: 15px;
}
.titre_menu
{
	letter-spacing: 3px;
	background-color: white;
	font-weight: bold;
    color: pink;
    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 pink;
   border-bottom: 1px dashed pink;
}

.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: small;
   
 }


.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #c0d5ea;
   color: black;
}

.hasard_texte
{
	font-size: x-small;
}

/* Le corps de la page */

#content , #ajout_commentaire , #alaune , #avis_content , #annonces ,#hasard_grand
{
   width: 700px;
   margin-left: 150px;
   margin-bottom: 20px;
   padding: 5px;
   
   border: 1px dashed pink;
}
.hasard_grand
{
   width: 800px;
   margin-bottom: 20px;
   padding: 5px;
   border: 1px dashed pink;
}
#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: pink;
    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;
}
#gallery
{
	font-size:x-small;
}
#gallery td
{
	padding: 10px;

}

#conditions_generales
{
   padding: 5px;
   margin: 5px;
   border: 1px dashed pink;
}
#conditions_generales h3 , #conditions_generales h4
{
	color: pink;
}
#image_active img
{
	width: 400px; 
}
#commentaire_entete
{
   color: pink;
   margin-left: 150px;
   margin-top: 20px;
   padding: 5px;
}
#commentaire_entete a
{
	color: pink;
}
.commentaire
{
   width: 700px;
   margin-left: 150px;
   margin-top: 20px;
   padding: 5px;
   
   border: 1px dashed pink;
}
.avis
{
	border-top: 3px dashed pink;
	border-bottom: 3px dashed pink;
	padding:5px;
}
.commande_public
{
	margin: 10px;
	border-top: 3px dashed pink;
	padding:5px;
}
.commande_public img
{
	width: 600px;
    height: 109px; 	
}
.note
{
	color: pink;
}
 #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;
}
/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
/*#commentForm { width: 500px; }
#commentForm label { width: 250px; }*/
#commentForm label.error, #commentForm input.submit { margin-left: 25px; }
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


