body
{
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	font-size: 75%;
	font-family: "arial", "verdana", "tahoma", "georgia", "trebuchet ms";
	color: #666;


	font-family:Arial, Helvetica, sans-serif
	background-color: #333333;
	background-color: #F7F7F7;
	background-image: url(../images/bg_degrade.png);
	background-repeat: repeat-x;

}
a {
	color:#0099CC

}

#chemin {
	background-color:#424242;
	color:#FFFFFF;
	height:25px;
	with:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding-top: 6px;

}
#chemin_right {
	float:right;
	color: #666666;
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
	width: 400px;
	text-transform: capitalize;
	
}


#chemin_left {
	float:left;
	width: 400px;
	display: block;
	
}
.ensavoirplius {
color:#333333;
font-weight:bold;
}


.paragraph_subtitle {
	color: #004990;
	padding-bottom:1px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;


}

.productimg
{
	border: 1px solid #cccccc;
	background-color:#ffffff;
}

#container
{
	margin: 0 auto;
	width: 800px;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	left: 20px;
	padding: 4px;
	background-color: #FFFFFF;
}

#headercont
{
	width: 800px;
	height: 100px;
	background-color: #F3F3F3;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 100px;
	bottom: 0px;
	color: #0099CC;
	font-size: 24px;
}

#headerleft h1
{
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 220%;
	font-weight: normal;
	color: #003366;
	letter-spacing: -1px;
}

#headerleft h1 span
{
	color: #0033CC;
	font-weight: normal;
}

#headerright
{
	float: left;
	width: 500px;
	height: 100px;
}

#headerright ul
{
	margin: 55px 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #CCC;
}

#headerright ul li
{
	display: inline;
	margin: 0 0 0 10px;
}

#headerright ul li a
{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #333;
}

#maincont
{
	width: 800px;
	line-height: 160%;
	padding: 0 2 0 2;
	border-bottom: 2px solid;
	border-bottom-color: #004990;
	padding-top: 0px;
	background-color: #FFFFFF;
	
}

#maincont p
{
	margin: 0 15px 15px 15px;
	padding-top: 0px;
	margin-left: 20px;
}

 h2
{
	background-color:#FBFBFB;
	border-top:2px solid #ddc;


















   filter:progid:dximagetransform.microsoft.gradient
      (gradienttype=1,startcolorstr='#ffffffff',endcolorstr='#ffeeeedd');
	padding-left: 10px;
	border-bottom: 2px solid #ddc;
	margin-top: 0px;
	margin-right: 4px;
	font-size: 140%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#mainleft
{
	float: left;
	width: 537px;
	padding: 0;
	padding-right: 1px;
	background-color: #FFFFFF;
}


#productsleft
{
	float: left;
	width: AUTO;
	padding: 0 0px 0 0;
	background-color: #FFFFFF;
}

#product_categories
{
	float: right;
	width: 246px;
	background-color:#FFFFFF;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 4px;
	border-bottom-color: #E46E28;
	border-left: dotted 1px;
	border-left-color: #666666;
}


#mainleft img
{
	float: left;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin: 0 15px 5px 15px;
	background-color: #FFFFFF;
}

#mainright
{
	float: left;
	padding: 0 0 0 0px;
	background-color:#FFFFFF;
	width: 314px;
}

h3 {
	border-top:2px solid;
	border-bottom:2px solid;
	padding-top:0px;
	margin-top:0px;
	height:20px;
	color:#FFFFFF;
	background-color: #0099CC;
	padding-left: 5px;
	
}


#product_categories p {

	margin-left:20px;

}
#bottom
{
	clear: both;
	width: 800px;
}

#footercont
{
	float: left;
	width: 100%;
	height: 50px;
	color: #999;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}

#footercont p
{
	margin: 0;
	padding: 15px;
}

#footercont a
{
	color: #999;
	text-decoration: none;
}

#footercont a:hover
{
	color: #F90;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 300px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 500px;
	height: 50px;
	text-align: right;
}






form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 540px;
	width: 560px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#nav {
	background-color: #333333;
	height: 30px;
	color: #ffffff;
}

.producttext {
	padding-right:10px;
	text-align: justify;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;

}

ul.produits {
	list-style-image: url(../images/bulletsmall.gif);

}

#demo-container{
	background:#67A897;
	margin-top: 0;
	margin-right: 0px;
	/*margin-bottom: 4px;*/
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 14px;
	background-color: #F3F3F3;
	margin-bottom: 5px;

	
	
	
	
}
ul#simple-menu{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0 auto;
	padding:0px 0 0 0;
}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{
	display:block;
	float:left;
	color:#fff;
	background:#0099CC;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#2E4560;}
ul#simple-menu li a.current{color:#2E4560;background:#fff;}
ul#simple-menu li a.current:hover{
	color:#004990;
	background:#fff;
}
