body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
	background-color:#7C7C7C;
}

/* ----------------------------------------------------------------------------------------------- */
/* Declaration des "Div" (conteneur) 					*/
/* ----------------------------------------------------------------------------------------------- */

#conteneur {
	width: 800px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	background-color:#ffffff;
}

#contenu {
	width: 800px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#ffffff;
	text-align:justify;
	padding-top:0;
}

#header {
	height: 120px;
	width: 800px;
	background-image:url(images/bg.gif);
}

#footer {
	width: 800px;
	height: auto;
	margin-top: 25px;
	background-color: #FFFFFF;
	text-align: center;
	
}
/* ----------------------------------------------------------------------------------------------- */
/* Menu horizontal				*/
/* ----------------------------------------------------------------------------------------------- */

#menu-container { 
	float: left; 
	width: 100%; 
	margin:0;
	padding:0;
	height:30px;
	background:url(images/main-buttonOver-tile.gif) left top repeat-x; 
}

#menu_horizontal ul { 
	display: inline; 
	float: left; 
	list-style: none; 
	margin:0;
	padding:0;
}

#menu_horizontal li { 
	float: left;
	padding-top:5px;
}

#menu_horizontal li a { 
	margin:0;
	padding-left:5px; 
	padding-right:5px; 
	font-weight: bold; 
	border-right: 1px solid #2c2c2c; 
	color: #FFF; 
	text-decoration:none;  
}

#menu_horizontal  li a:hover { 
	background: url(images/right-tab-bg.gif) repeat-x; 
}

#menu_flash{ 
	background-color:#CCD1D5; 
}


#footer{ 
	width:800px;
}


/* ----------------------------------------------------------------------------------------------- */
/* Menu vertical				*/
/* ----------------------------------------------------------------------------------------------- */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	width: 12em;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color:#ffffff;
	border: 1px solid gray;
	background: #4C4952;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: left;
	background: #fff;
}
#menu li a, #menu dt a {
	color : #565D63;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background-color:#EDEDED;
	color : #B7CB58;
}	  

/* ----------------------------------------------------------------------------------------------- */
/* Tableaux			*/
/* ----------------------------------------------------------------------------------------------- */

table.menu {
	width:100%;
	border:0;
}

table.search {
	width:90%;
	margin-left:5%;
}		  

td.search {
	border:1px solid #4F4F4F;
}	



td.menu{
	width:12em;
}	  

td{
	vertical-align:top;
}	  

td.panier {
	text-align:center;	
	font-size: 9px;
}

td.total {
	text-align:right;	
	font-size: 12px;	
}

/* ----------------------------------------------------------------------------------------------- */
/* Liens, paragraphes		*/
/* ----------------------------------------------------------------------------------------------- */

a.design {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #565D63;
}

a:visited.design {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #565D63;
}

a:hover.design  {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #B7CB58;
}

a.produit {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #000;
}

a:visited.produit {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #000;
}

a:hover.produit {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-decoration : none;
	color : #B7CB58;
}

p.normal {
	color:#000;
	text-align: justify;
	font-size:12px;
	margin-top:0;
	padding-top:10px;
	padding-left:50px;
	padding-right: 50px;
}


p.centre {
	color:#000;
	text-align: center;
	font-size:12px;
}

p.gauche {
	color:#000;
	text-align: justify;
	font-size:12px;
	padding:0 15px;
}

p.espace {
	height:5px;
	margin:0;
	padding:0;
}

p.text{
	margin:0;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

fieldset.index{
	background-color:#EFEFEF;
	margin-left:auto;
	margin-right:auto;
	width:770px;
}

p.image{
	height:34px;
}

span{
	margin-top:0;
	padding-top:0;
}

legend{
	color:#30566F;
}

img{  
	border-style: none;
}

p.produit{
	text-align:justify;
}

p.ref{
	text-align:right;
	margin:0;
	padding:0;
	color:#4F4F4F;
}

