@charset "utf-8";
/* CSS Document */
.centre
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 100px;
}
div
{
	padding:5px;
	padding-bottom:4px;
	padding-up: 2px;
}
#leftBanner
{
   background-image: url("images/bordures/marron_gauche.jpg");
   width: 100px;
   background-repeat:repeat-y;
   float:left;
}
#header
{
   width: 700px;
   height: 120px;
   background-image: url("images/logos/banniere.jpg");
   background-repeat: no-repeat;
}
#menu
{
   float: left;
   width: 120px;
}
#menu a
{
	text-decoration:none;
	font-size:1.2em;
}
#menu a:hover
{
	text-decoration:underline;
}
#info
{
	margin-left: 140px;
}
#footer
{
	text-align:center;
	font-weight:bold;
	color:#999999;
	font-size:0.9em;
}
h1
{
	text-align:center;
	font-size:1.4em;
}
h2{
	font-size:1.1em;
}
h3{
	font-size:1em;
}
p, ul
{
	color:#333333;
	font-weight:bold;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
.traditionnel
{
	color:#DF600B;
}
.industriel
{
	color:#1A69CA;
}
.ecologique
{
	color:#379A35;
}
.offre
{
	color:#9E04A3;
}
.contact
{
	color:#990000;
}
.carte
{
	color:#000099;
}
label {
	display:block;
	width:100px;
	float:left;
}
.photo
{
	padding-left:15px;
	float:right;
}
.vert
{
	color:#00CC00;
}
.rouge
{
	color:#FF0000;
}
.metalboi
{
	position:relative;
	border:0px;
	top:10px;
}