  

body {
	font-family:Geneva, Arial, Sans-serif;
	color:#FFF;
	background:#000;
	}

h1 {
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	color:#61c095;
	margin-bottom:20px;
	}

h1#slogan {
	font-size:1.8em;
	color:#FFF;
	position:absolute;
	top:100px;
	left:190px;
	text-shadow:1px 1px 0 #333;
	}

h3 {
	font-size:1.2em;
	color:#61c095;
	margin-bottom:10px;
	font-weight:normal;
	}

p {
	line-height:1.4em;
	margin-bottom:12px;
	}

a {
	color:#FFF;
	}

a:hover {
	color:#509371;
	}

#background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	}

#background img {
	width:100%;
	min-width:1200px;
	}

#bck_degrade {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:150px;
	z-index:2;
	background:url(images/degrade.png) left top repeat-x;
	}

#contenant {
	width:960px;
	position:relative;
	margin:0 auto;
	z-index:200;
	}

#header {
	}

#logo {
	display:block;
	width:441px;
	height:202px;
	}

#okpneus {
	position:absolute;
	right:0;
	top:32px;
	}


/*================== Menu ==================*/

#menu {
	width:100%;
	}
	
#menu > ul {
	background:#01a464 url(images/bck_menu.png) left top repeat-x;
	height:53px;
	-moz-box-shadow:0 1px 0 #000;
	-moz-border-radius:10px;
	-webkit-box-shadow:0 1px 0 #000;
	-webkit-border-radius:10px;
	-khtml-box-shadow:0 1px 0 #000;
	-khtml-border-radius:10px;
	padding:0 10px;
	}
	
#menu > ul > li {
	background:url(images/menu_separ.png) right bottom no-repeat;
	height:53px;
	float:left;
	padding-right:2px;
	position:relative;
	}
	
#menu > ul > li:last-of-type {
	background:none;
	padding-right:0;
	}

#menu > ul > li > a {
	font-size:15px;
	text-decoration:none;
	display:block;
	padding:17px 20px 10px 20px;
	height:26px;
	color:#FFF;
	}

#menu > ul > li > a.selected {
	color:#0a4c33;
	}

#menu > ul > li > a.over {
	color:#0a4c33;
	height:23px;
	border-bottom:#FFF solid 3px;
	}

#menu > ul > li > a:hover {
	color:#0a4c33;
	height:23px;
	border-bottom:#FFF solid 3px;
	}

/*#menu > ul > li > a#menu_accueil {
	font-size:0.9em;
	padding-top:22px;
	height:21px;
	}

#menu > ul > li > a#menu_accueil:hover {
	font-size:0.9em;
	padding-top:22px;
	height:18px;
	border-bottom:#FFF solid 3px;
	}*/
	
	
/*----------------- Sous-menu ------------------*/

ul.sousmenu {
	background-color:#FFF;
	display:none;
	position:absolute;
	top:54px;
	-moz-box-shadow:0 1px 0 #000;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-box-shadow:0 1px 0 #000;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:0 10px;
	z-index:1000;
	width:190px;
	}

ul.sousmenu > li {
	border-bottom:#509371 solid 1px;
	}

ul.sousmenu > li:last-of-type {
	border:0;
	}

ul.sousmenu > li > a {
	display:block;
	color:#509371;
	padding:10px 0;
	text-decoration:none;	
	}

ul.sousmenu > li > a:hover {
	color:#000;	
	}


/*======================*/

#zone_centre {
	padding-top:30px;
	}

#contenu {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	background-color:rgba(0,0,0,0.85);
	padding:30px;
	position:relative;
	margin-bottom:50px;
	}

p.images {
	text-align:center;
	padding-top:15px;
	margin-bottom:15px;
	}

.logo_manuf {
	margin-right:50px;
	}

p.images .logo_manuf:last-child {
	margin-right:0;
	}

ul.listetext {
	list-style-type:disc;
	padding-left:25px;
	}
	
ul.listetext li {
	margin-bottom:10px;
	}


/*================ Promo =================*/

#contenu.promo {
	padding-right:450px;
	}

#promo {
	position:absolute;
	top:-30px;
	right:30px;	
	width:355px;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	float:right;
	background-color:#FFF;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
	}

#promo h2 {
	font-size:1.4em;
	color:#ee3b33;
	margin-bottom:10px;
	}

#promo img {
	margin-bottom:10px;
	}

#promo h3 {
	font-family:Impact, Geneva, Arial, Sans-serif;
	font-size:1.6em;
	font-weight:normal;
	color:#ee3b33;
	margin-bottom:0;
	}

#promo p {
	color:#000;
	}


/*================= Formulaire ================*/

form label {
	display:block;
	float:left;
	width:120px;
	}

form div {
	margin-bottom:10px;
	}

form input[type=text] {
	width:250px;
	}

form textarea {
	width:254px;
	}


/*================= Footer ==================*/

#footer {
	text-decoration:none;
	font-size:0.85em;
	color:#FFF;
	padding:0 10px 20px 10px;
	text-shadow:1px 1px 0 #333;
	}

#footer_left {
	float:left;
	padding-top:6px;
	margin-right:50px;
	}

#footer_tel {
	font-size:1.1em;
	font-weight:bold;
	float:left;
	padding-top:4px;
	margin-right:50px;
	}

#footer_courriel {
	font-size:1.1em;
	font-weight:bold;
	float:left;
	padding-top:4px;
	margin-right:50px;
	}

#footer_courriel a {
	color:#FFF;
	text-decoration:underline;
	}

#footer_courriel a:hover {
	color:#509371;
	text-decoration:underline;
	}

#footer_right {
	float:right;
	}

#footer_right p {
	float:left;
	padding-top:6px;
	margin-right:7px;
	}

#footer_right a {
	}





