@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f7f7f7 url(pics/fond.gif) repeat-x center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#fond {
	background: url(pics/main.gif) repeat-y center;
}
#fond2 {
	background: url(pics/main2.gif) repeat-y center;
}
#fondtop {
	background: url(pics/maintop.gif) no-repeat center top;
}
#produits {
	height:158px;
	width:750px;
	display:block;
	margin:0 auto;
}

#intro {
	display:inline;
	color:#5c5c5c;
	float:left;
	margin:15px 0 50px 8px;
	width:549px;
	height:178px;
	text-align:center;
	font-size: 	1.2em;
	background: url(pics/fond-intro.gif) no-repeat top center;
}
img { border:none; }
#text {
	display:inline;
	color:#5c5c5c;
	float:left;
	margin:15px 30px 0px 40px;
	text-align:left;
	font-size: 	0.75em;
	width:505px;
}

#text h1 {
	font-size: 	1.5em;
	margin: 0;
	padding: 10px;
}

#text strong {
	font-size: 	1.1em;
	color:black;
}

.servicesold {
	float:left;
	font-size: 	0.75em;
	width:229px;
	height:400px;
	padding:5px 13px 0 13px;
	background: url(pics/bloc-services.gif) no-repeat bottom;
	line-height:17px;
}

.services {
	float:left;
	font-size: 	0.75em;
	width:247px;
	height:400px;
	padding:5px 4px 0 4px;
	background: url(pics/bloc-services2.gif) no-repeat top;
	line-height:17px;
}
.services img {
	display:block;
	margin:0 auto;	
	}

.sitemap {
	float:left;
	font-size: 	0.75em;
	width:190px;
	height:250px;
	padding:5px 0px 0 0px;
	line-height:17px;
}
.sitemap h1 {
	font-size: 	1.5em;
	margin: 0;
	padding: 10px;
}

#intro h1 {
font-size: 	1.5em;
}
.twoColFixRtHdr #container { 

	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: transparent; 
	height:190px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	display:inline;
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 30px 0 0;
	font-size:12px;
	text-align: center;

}
.twoColFixRtHdr #mainContent { 
	padding: 0 220px 0 50px;
	font-size: 	0.75em;
	margin-bottom:50px;
} 
.twoColFixRtHdr #mainContentbis { 
	padding: 0 220px 0 50px;
} 
.twoColFixRtHdr #mainContentbis img {
	display:block;
	margin:0 auto;	
	}

.twoColFixRtHdr #mainContent p {
	margin: 0;
	padding: 10px;
}
.twoColFixRtHdr #mainContentbis p {
	margin: 0;
	padding: 10px;
}
.twoColFixRtHdr #mainContent2 { 
	padding: 24px 25px 18px 42px;
	
} 
.twoColFixRtHdr #mainContent2 p {
	margin: 0;
	padding: 10px;
}
.twoColFixRtHdr #mainContentproduits { 
	padding: 24px 25px 18px 25px;
	
} 
.twoColFixRtHdr #mainContentproduits p {
	margin: 0;
	padding: 10px;
}
.twoColFixRtHdr #footer { 
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	color:#adadad;
	padding: 5px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(pics/footer.gif) no-repeat center top;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #footer a:link  {
  color: #888;
  text-decoration: none;
  background-color: transparent
}
.twoColFixRtHdr #footer a:visited  {
  color: #888;
  text-decoration: none;
  background-color: transparent
}
.twoColFixRtHdr #footer a:hover  {
  color: #D96C1C;
  text-decoration: underline;
  background-color: transparent
}
.twoColFixRtHdr #footer a:active  {
  color: #888;
  text-decoration: none;
  background-color: transparent
}

#text a:link  {
  color: #888;
  text-decoration: none;
  background-color: transparent;
  border-bottom: dotted 1px #000;
}
#text a:visited  {
  color: #888;
  text-decoration: none;
  background-color: transparent
}
#text a:hover  {
  color: #D96C1C;
  text-decoration: none;
  background-color: transparent;
  border-bottom: solid 1px #000;
}
#text a:active  {
  color: #888;
  text-decoration: none;
  background-color: transparent
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li a {
  	height: 25px;
	text-decoration: none;
	margin-left:10px;
	/* line-height: 20px; */
	margin-right:20px;
	}

li a:link, li a:visited {
	color: #605458;
	display: block;
	padding: 5px 0 0 5px;
	}

li a:hover {
	color: #D00000;
	background: #f8e5eb;
	text-decoration: none;
	padding: 5px 0 0 5px;
	}
li a:hover {
	color: #605458;
	background: #e4e4e4;
	padding: 5px 0 0 5px;
	}

li {
    background-repeat: no-repeat;
    background-position: 0.5em;
	}
