* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	background: #016737 url(../img/bkg.png) no-repeat center -270px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #80746a;
	behavior: url("/css/csshover3.htc");
}

#page {
	margin : 0 auto;
	width: 990px;
	text-align: left;
	background: #eee url(../img/bkg_page.png) repeat-y;
}

#entete {
	height: 218px;
	background: #016737 url(../img/bkg_entete.jpg) no-repeat;
	position: relative;
	z-index: 100;
}

#logo {
	position: absolute;
	top: 30px;
	left: 42px;
	width: 128px;
	height: 128px;
	background: #009a54;
}

h1 {
	position: absolute;
	top: -1000px;
}

/*
------------------------------
	MENU
------------------------------
*/

#menu {
	position: absolute;
	left: 0;
	top: 188px;
	height: 32px;
}

#menu ul, #menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	width: 128px;
	position: relative;
}

#menu li a {
	display: block;
	margin: 0 1px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #009a54 url(../img/bkg_onglet.png) no-repeat;
	line-height: 30px;
	font-size: 12px;
}

#menu li a:hover, #menu li:hover a {
	background: #009a54 url(../img/bkg_onglet.png) no-repeat 0 -30px;
}
#menu li a.actif{
	background: #009a54 url(../img/bkg_onglet.png) no-repeat 0 -30px;
}
#menu li.selected a,#menu li.selected a:hover {
	color: #bfb9b4;
	background: #eee url(../img/bkg_onglet.png) no-repeat 0 -60px;
	cursor: default;
}

#menu li#ongletCatalogue {
	width: 212px;
}

#menu li#ongletCatalogue a {
	margin: 0 11px;
	background: #eee url(../img/bkg_onglet.png) no-repeat 0 -90px;
	color: #016033;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: default;
}


#menu li span.notification {
	position: absolute;
	right: 3px;
	top: -8px;
	display: block;
	width: 18px;
	line-height: 18px;
	height: 22px;
	padding-right: 3px;
	background: transparent url(../img/bkg_notification.png) no-repeat;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	z-index: 1000;
}


#menu li ul {
	position: absolute;
	display: none;
	left: 0;
	top: 30px;
	z-index: 1000;
	width: 255px;
}

#menu li:hover ul {
	display: block; 
}

#menu li.JS:hover ul {
	display: none; 
}

#ongletOffres ul {
	padding-top: 70px;
	background: #009a54 url(../img/bkg_offres.png) no-repeat top center;
	border: 1px solid #007d44;
	border-top: 0;
}

#menu li#ongletOffres ul.aucuneOffre {
	padding-top: 100px;
}

#menu li#ongletOffres:hover li a, #menu #ongletOffres li a {
	background: #009a54 url(../img/bkg_pdf.png) no-repeat 209px 50%;
	width: 191px;
	padding: 13px 50px 13px 14px;
	margin: -1px 0 0 0;
	text-align: left;
	line-height: 14px
}

#menu li#ongletOffres li a:hover {
	background: #007d44 url(../img/bkg_pdf.png) no-repeat 209px 50%;
}

/*
------------------------------
	SOMMAIRE CATALOGUE
------------------------------
*/

#sommaireCatalogue {
	width: 213px;
	background: #fff;
	padding: 5px 0;
	float: left;
}


#sommaireCatalogue ul, #sommaireCatalogue li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sommaireCatalogue li {
	float: left;
	clear: left;
	width: 213px;
}

#sommaireCatalogue li a {
	position: relative;
	display: block;
	padding: 8px 10px 8px 40px;
	font-size: 11px;
	line-height: 14px;
	color: #80746a;
	text-decoration: none;
}

#sommaireCatalogue li a:hover {
	background: #eee;
}

span.puceCouleur {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: #009b54;
	overflow: hidden;
}

* html span.puceCouleur { /* IE 6- hack */
	left: -30px;
}

#sommaireCatalogue li:hover span.puceCouleur {
	left: 12px;
}

* html #sommaireCatalogue li:hover span.puceCouleur { /* IE 6- hack */
	left: -28px;
}

#corpsPage {
	float: left;
	width: 777px;
	padding-bottom: 20px;
}

#pied {
	clear: both;
	background: #016737 url(../img/bkg_pied.jpg) no-repeat;
	padding: 10px 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

#pied a {
	color: #fff;
}


#gammeProduits {
	border-bottom: 1px solid #fff;
}

* html #gammeProduits { /* IE 6- hack */
	border: 0;
}


#toggleImageflow {
	display: none;
	float: right;
	width: 108px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 10px;
	padding: 0 10px 5px 10px;
	background: #000;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#ficheProduit {
	margin-top: 10px;
}

.vignette img {
	border: 1px solid #d2cfcd;
	margin: 10px 20px;
}

.descriptif h3 {
	margin-top: 2px;
}

h2, h3, h4, h5, h6, p, ul {
	margin: 10px 20px;
}

h2 {
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	margin-top: 20px;
}

#gammeProduits h2 {
	margin: 0;
	padding: 20px 20px 20px 20px;
	color: #fff;
}

h3 {
	font-weight: normal;
	font-size: 24px;
	color: #009b54;
}

h4 {
	font-size: 16px;
	color: #009b54;
}

ul {
	list-style-type: square;
	padding-left: 15px;
}

li {
	margin: 5px 0;
}

#listeProduits li {
	font-size: 11px;
	color: #bfb9b4;
}

.colonne {
	float: left;
	border-right: 1px solid #d2cfcd;
}

.colonne.derniere {
	border: 0;
}

.colonne.quart{
	width: 193px;
}

.colonne.tiers{
	width: 258px;
}

.colonne.demie{
	width: 388px;
}

.colonne.vignette {
	width: 170px;
	border: 0;
}

.colonne.descriptif {
	width: 599px;
	border: 0;
	border-left: 1px solid #d2cfcd;
}

div.hr {
	clear: both;
	border-bottom: 1px solid #d2cfcd;
	margin: 0 20px 10px 20px;
	overflow: hidden;
	line-height: 20px;
}

div.hr.sans {
	border-bottom: 0;
	margin-bottom: 0;
}

a {
	color: #776c63;
}

a:hover {
	text-decoration: none;
}



/* FORMULAIRE */


label {
	width: 35%;
	border-bottom: 1px dashed #b4aba1;
	padding: 0 0 2px 0;
	float: left;
	text-align: left;
	clear: left;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	color: #009b54;
	font-weight: bold;
}

p.label {
	width: 35%;
	padding: 0 0 2px 0;
	float: left;
	text-align: left;
	clear: left;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	color: #009b54;
	margin: 10px 10px 0 0;
}

form div {
	clear: left;
	padding-top: 5px;
	margin: 0 40px 0 20px;
	text-align: right;
}

.distributeur form div {
	margin: 0 11px;
}


input, .input, textarea {
	border: 1px solid #b4aba1;
	background: #f4f2f1;
	width: 60%;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px;
}

.submit {
	line-height: 13px;
	color: #fff;
	background: #db002e;
	text-align: center;
	border: 2px solid #9b001d;
	border-top: 2px solid #f2a6b6;
	border-left: 2px solid #f2a6b6;
	cursor: pointer;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
