@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color:#FFFFFF;
}

a {
	text-decoration: none;
	color: #DD0920;
	border: none;
}

a:hover {

	color: #ccc;
	text-decoration: underline;
}


#conteneur {
 width: 920px; 
 margin: 0 auto;
 margin-top: 20px;
 
}

#header {
background:url(../images/header.jpg) no-repeat top left;
display: block;
width: 920px;
height: 170px;
}

#top {

width:920px;
height: 9px;
display: block;

}

#bottom {
background: url(../images/bottom.jpg) no-repeat top left;
width:920px;
height: 9px;
display: block;
margin: 0;
}


#main {
background: url(../images/top.jpg) no-repeat top left #000000;
width:920px;
display: block;
overflow: hidden;
color:#FFFFFF;
}

#left
{
width: 200px;
float: left;
outline: none;
margin-top: 20px;
margin-left:10px;
background-color: #000000;
}

.centre
{
display: inline;
width: 650px;
float: left;
margin-left: 20px;
margin-top: 20px;
background-color: #000000;
}


#footer {
background-color:#000000;
width:920px;
height: 39px;
text-align: right;
margin-top: -12px;
}

.bas {
padding-right: 35px;
padding-top:8px;
font-size: 12px;
color:#FFFFFF;
}

h1 
{
	color:#c0091d;
	margin: 0;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: underline;
}

h2
{
	color:#ccc;
	margin: 0;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

h3 {
color:#c0091d
margin: 0;
font-size: 14px;
}


h4 {
color: #fff;
margin: 0;
font-size: 16px;
margin-bottom: 15px;
line-height: 18px;
}

h5 {
color: #3d2822;
margin: 0;
margin-bottom: 5px;
font-size: 14px;
}


#prod 
{
display: block;
background: url(../images/menu.jpg) no-repeat top left #58585a;
width:200px;
height:53px;
}

#prod2 
{
display: block;
background: url(../images/prod.jpg) no-repeat bottom left;
width:200px;
height:27px;
margin-top:0px;
margin-bottom: 10px;
}
#gris
{
background-color:#58585a;
width: 200px;
}
ul#leftmenu
{
margin-top:0;
margin-right: 0;
margin-bottom: 0;
padding: 0 0 0 0;
outline: none;
font-size: 12px;
width: 190px;
background-color:#58585a;

}

#leftmenu li
{
list-style-type: none;


}

#leftmenu a {
	display: block;
	width: 90%;
	margin: 0px 5px 0px 5px;
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
	background-color:#58585a;

}

#leftmenu a:link, #leftmenu a:visited
{
color: #fff;
text-decoration: none;

}

#leftmenu a:hover
{
background-color: #c0091d;
color: #FFFFFF;
text-decoration: none;
padding: 10px 10px 10px 10px;
}

 a img {
 border: none;
}

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom:0; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/menu_left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/menu_right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

.coffratex {
float: right;
margin: 10px 10px 10px 10px;
border:1px solid #ccc;
}

ul.ex
{
	list-style-image: url("../images/ex.gif");
}

.ex li{
margin-bottom: 5px;
margin-left: 5px;
}

.img-produits {
float: left;
margin-left: 8px;
margin-bottom: 8px;
}

a.contact {

display:block;
width:150px;
height:50px;
background:url("../images/contact2.png") no-repeat 0 0;
margin-left: 100px;

}



a:hover.contact  {

background:url("../images/contact2.png") no-repeat 0 -50px;

}

