/*****************************/
/******** STRUCTURE **********/
/*****************************/


/******** CONTAINERS PRINCIPAUX **********/
* {
	margin: 0;
	padding:0;
	-webkit-text-size-adjust: none;
}

body {
	min-height: 100%;
	height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #FFF url(../img/bg-pattern.png) repeat-y top center;
	color: #666;
}

#bg {
	width: 100%;
	background: url(../img/bg.png) no-repeat top center fixed;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background: url(../img/content-bg.png) no-repeat center top;
}


/********* BANDEAU BLANC **********/
#bookmark {
	position: fixed;
	float:left;
	height:100%;
	min-height: 100%;
	width: 167px;
	padding: 25px 32px 0 43px;
	background: url(../img/bg-bookmark.png) repeat-y top right;
}
#isoImg {
	margin-top: 116px;
}


/******** ZONE CONTENU **********/
#header {
	float: right;
	width: 718px;
}
#content {
	float: right;
	width:718px;
	text-align:left;
}
#content .section {
	background: url(../img/shade-top.png) no-repeat 13px 0;
	margin: 22px 0 0 0;
	padding: 30px 11px 0 13px;
	clear: both;
}

#content .section p, #content .section ul, #content .section h3, #content .section h4 {
	padding: 0 17px 0 24px;
}

#content .section hr {
	width: 650px;
	color: #e5e5e5;
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 21px 0 24px 24px;
	clear: both;
}

#contact-header {
	height: 37px;
	background: url(../img/contact-header-bg.png) no-repeat top left;
	text-align: right;
	color: #FFF;
	font-size: 16px;
	padding: 4px 19px 0 0;
}
	#contact-header .big {
		font-size: 24px;
	}
	#contact-header a {
		color: #FFF;
		text-decoration: none;
	}
	#contact-header a:hover {
		color: #e3001a;
	}

/******** PIED DE PAGE **********/
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
	text-align:center;
	margin: 95px 0 15px 36px;
	font-size: 10px;
	border-top: 1px solid #CCC;
	color: #666;
	padding: 1px 0 0;
	width: 650px;
}

/*****************************/
/*********** NAV *************/
/*****************************/
#nav {
	padding:0;
	margin:84px 5px 40px 3px;
	border-bottom: 1px solid #CCC;
	
}
#nav li {
	list-style-type:none;
	line-height:1.3em;
	border-top: 1px solid #CCC;
	color: #666;
	font-size: 15px;
	padding: 4px 0;
	text-indent:4px;
}
#nav li.small {
	font-size:12px;
}
#nav li.medium {
	font-size:13px;
}
#nav li a {
	color: #666;
	display:block;
	text-decoration: none;
}
#nav li a:hover {
	color:#FFFFFF;
	background-color: #e3001a;
}
#nav hr {
	visibility: hidden;
	height: 0px;
	margin: -1px 0 0;
}

#nav li .current {
	display: block;
	color:#FFFFFF;
	background-color: #e3001a;
}

/*****************************/
/********* ELEMENTS **********/
/*****************************/
h1, h2, h3, h4 {
	font-style:normal;
	font-weight: normal;
}
h1 {
	margin: 28px 0 0 0;
	font-size:22px;
	color: #FFF;
}
h1 p {
	font-size: 20px;
	line-height: 31px;
	background: #e3001a url(../img/home-title-bg.png) no-repeat 0 0;
	margin: 1px 0 0;
	padding: 0 0 0 50px;
}
h2 {
	margin: 13px 0 13px;
	padding: 0 0 15px 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #e3001a;
	clear: both;
	background: url(../img/shade-bottom.png) no-repeat  1px bottom;
}
h3 {
	color: #333;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
strong.h3like {
	color: #333;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 28px;
}
strong.h4like {
	color: #000;
	font-size: 15px;
}
h4 {
	color: #000;
	font-size: 15px;
}
.section p, .section li {
	font-size: 13px;
}

.section p {
	line-height: 22px;
}
	
p.small {
	font-size: 11px;
}

#content .section img {
	border: 1px solid #CCC;
	padding: 3px;
}
#content img.left {
	float: left;
	margin-left: 24px;
	margin-right: 15px;
	margin-top:5px;
}
#content img.right {
	float: right;
	margin-right: 24px;
	margin-left: 15px;
}

hr.spacer {
	margin:0;
	padding:0;
	clear: both;
	visibility: hidden;
}

a {
	color: #e3001a;
}
a:visited {
	color: #e3001a;
}
strong {
	font-weight: normal;
	color: #000;
}

li {
	line-height: 22px;
}

ul {
	margin-left: 14px;
}

/*****************************/
/*********** HOME ************/
/*****************************/

body.hp {
	background-image:url(../img/bg-home.png);
}

.hp #contact-header {
	height: 37px;
	background: url(../img/contact-header-bg-home.png) no-repeat top left;
	padding-top: 25px;
}
.hp #main {
	height:640px;
	background-image:url(../img/content-bg-home.png);
	background-attachment:scroll;
}
.hp #bookmark{
	width: 164px;
	padding: 25px 32px 0 63px;
	background-image: none;
}
.hp #bg {
	background-image: none;
}
.hp #content {
	width:699px;
	padding: 0;
}
.hp p, .hp h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
}

#hpImage {
	padding: 0 0 0;
	margin-left: 1px;
}
#hpImage img {
	border: none;
	padding: 0;
}
#bookmark h1 {
	margin: 0;
	padding: 0;
}
#hpChapo {
	font-size:18px;
	line-height: 24px;
	color: #333;
	margin: 9px 0 0 50px;
	width: 600px;
}
.hp #footer {
	margin-left: 16px;
	margin-top: 53px;
}
.hp a.more {
	color: #999;
	font-size: 13px;
}

/*****************************/
/****** PRODUIT A A Z ********/
/*****************************/

.produit-aaz {
	
}
	.produit-aaz #content .section h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.produit-aaz #content .section h4 {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.produit-aaz #content .section hr {
		margin-top: 7px;
		margin-bottom: 10px;
	}
	.produit-aaz #content .section hr.spacer {
		margin-top: 18px;
	}

/*****************************/
/***** QUELQUES PRODUITS *****/
/*****************************/


.produits {
	
}
	.produits #content .section h3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
	}
	
	.produits #content .section img {
		margin-bottom: 10px;
	}
	
	#content .section .col1 {
		width: 320px;
		float:left;
		margin: 0 0 0 24px;
	}
	#content .section .col2 {
		width: 320px;
		float: right;
		padding: 0;
		margin-right: 17px;
	}
	
	#content .section .col1 p, #content .section .col2 p, #content .section .col1 h3, #content .section .col2 h3 {
		padding: 0;
		margin: 0;
	}
	
	.produits #content .section .col1 .desc, .produits #content .section .col2 .desc {
		margin-left: 4px;
	}
