/*  MISE A ZERO */
	* {	margin: 0;	padding: 0;	/*border: 0;*/	font-family: Verdana, sans-serif;	font-size: 1em;	/*font-weight: normal;*/	/*font-style: normal;*/	text-decoration: none;	}
		
	
/*  BLOC PRINCIPAUX */
	#edition{ background-color: white;}
		#S_site		{ position: relative; width: 900px; float: left; left: 50%;   margin-left: -450px;  background-color: white; }
			#S_bandeau	{ position: relative; float:left; 	width: 900px; height: 230px; background: white no-repeat url('images/bandeau.jpg'); }
			#S_menu		{ position: relative; float:left;	width: 900px; background-color: #BCB082;  height:25px; -margin-bottom:-3px; }
			#S_conteneur { position: relative; float: left; width: 900px; height: 700px;  background: white no-repeat url('images/fond-new.jpg') bottom;}
			#S_foot		{ position: relative; float:left;	width: 900px; height: 30px; background: white no-repeat url('images/foot-new.jpg'); }
			
			
			

/* == Div de MENU === */

.titremenu { text-align:center; }
.titremenu li  { color: black;  display:inline; }
.titremenu a  {	color: black;}
	
	

/* == Div de CONTENU === */
#logo {position: relative; float:left;  width:260px; height:445px; margin-top:25px; margin-left:30px;}

#texte {position: relative; float:left; width:580px; margin-top:50px; }
	#texte .titre {font:bold 17px "Trebuchet MS"; color:#007E4E;}
	#texte .sstitre {font:bold 12px/25px "Trebuchet MS"; color:black;}
	#texte .des {font:normal 12px/14px "Trebuchet MS"; color:black; text-align:justify;}
	#texte .des_accueil {font:bold 15px "Trebuchet MS"; color:#007E4E;text-align:left;}
	#texte .int_contact {font:bold 12px/15px "Trebuchet MS"; color:black;}
	#texte .contact {font:bold 12px/15px "Trebuchet MS"; color:#007E4E;}
	#texte .text_form {font:normal 12px "Trebuchet MS"; color:black;}
	#texte .bt {cursor:pointer;font:bold 15px "Trebuchet MS"; color:#007E4E;text-transform:uppercase; line-height:23px;background: no-repeat url('images/puce.gif') left; padding-left:20px;/padding-left:10px;}
	#texte .retour {font:bold 15px "Trebuchet MS"; color:#007E4E;text-transform:uppercase; line-height:23px;}
	#texte .retour a {font:bold 15px "Trebuchet MS"; color:#007E4E;text-transform:uppercase; line-height:23px;background: no-repeat url('images/puce.gif') left; padding-left:25px;}
	
/* #cat_produit {position: relative; float:left; height: 450px; width:180px; margin-top:50px; overflow: auto;} */
#cat_produit {position: relative; float:left; height: 450px; width:180px; margin-top:50px; margin-right:20px;}
	#cat_produit .cat {font:bold 17px "Trebuchet MS"; color:black;text-transform:uppercase; line-height:20px; margin-left:25px;}
	#cat_produit .cat_select {font:bold 17px "Trebuchet MS"; color:#007E4E;text-transform:uppercase; line-height:20px;background: no-repeat url('images/puce.gif') left; padding-left:25px;}
	#cat_produit .prod {text-transform:uppercase;line-height:17px; margin-left:25px;}
	#cat_produit .prod a {font:bold 12px "Trebuchet MS"; color:black;text-transform:uppercase;line-height:17px; }
	#cat_produit .prod a:hover {color:#007E4E;}
	#cat_produit .prod_select {text-transform:uppercase;line-height:17px; margin-left:25px;}
	#cat_produit .prod_select a {font:bold 12px "Trebuchet MS"; color:#007E4E;text-transform:uppercase;line-height:17px;}
	
#produit {position: relative; float:left; width:380px; margin-top:50px; border:2px solid #007E4E;}
#img {position: relative; float:left; width:160px; margin-top:20px;margin-left:20px;-margin-left:10px;}
#des_prod {position: relative; float:left; width:160px; margin-top:20px;margin-left:20px;}
	#des_prod .titre {font:bold 25px "Trebuchet MS"; color:#007E4E; text-transform:uppercase;}
	#des_prod .intitule {font:bold 11px/15px "Trebuchet MS"; color:white; background-color:#007E4E;padding-left:5px;margin-top:10px;}
	#des_prod .texte {font:normal 11px/13px "Trebuchet MS"; color:black;}
	#des_prod li {line-height:13px;color:black;}
#upload {position: relative; float:left; width:340px;  margin-top:10px;margin-left:20px;-margin-left:10px; padding-bottom:10px;}
	#upload .titre {float:left;width:140px;height:30px;margin-top:10px;padding-left:35px;padding-top:10px;font:bold 14px/15px "Trebuchet MS"; color:#007E4E; background: no-repeat url('images/puce_upload.gif'); border-right:2px solid #007E4E;}
	#upload .fichier {position:relative;float:left;padding-top:10px;padding-left:20px;}
	#upload .fichier a {font:normal 11px/20px "Trebuchet MS"; color:black;}
	#upload .fichier a:hover {color:#007E4E;}
	
	
/* == Div de FOOT === */
#S_foot p {font:bold 11px/20px "Trebuchet MS"; color:white; text-align:center;padding-top:8px; text-transform:uppercase;}
