@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #D7D1CA;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
}

a {text-decoration:none; border-bottom: 1px solid #A3AA8D;}
a:link {color:#3D5201;}
a:visited {color:#3D5201;}
a:active {color:#3D5201;}
a:hover {color:#000; border-bottom: 1px solid #000;}

.emballage {
	background-image: url(images/bg_secondary.jpg);
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B09F8F;
	background-repeat: repeat-x;
}

.contenuPrincipal {
	width: 960px;
	margin-left:auto;
	margin-right:auto; 
	padding-bottom: 15px;
}

.enTete {
	height: 110px;
	position: relative;
}
.enTete h1 {
	background-image: url(images/Logo.png);
	position: absolute;
	left: 22px;
	top: 28px;
	height: 60px;
	width: 250px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
}
.imgHaut {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 500px;
	border: 0;
	position: absolute;
	left: 310px;
	top: 6px;
}
.navHaut {
	letter-spacing: 1px;
	text-align: right;
	border: 0;
	position: absolute;
	height: 70px;
	width: 225px;
	left: 712px;
	top: 23px;
	font-size: 10px;
}
.navHaut a {
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}
.navHaut a:link {color: #797F52;}
.navHaut a:visited {color: #797F52;}
.navHaut a:active {color: #797F52;}
.navHaut a:hover {color: #FFF;}

.navigation {
	height: 23px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 3px;
	color: #FFF;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	height: 27px;
	list-style-type: none;
}
.navigation ul li {
	display:inline;
	float:left;
	text-align: center;
}
.navigation ul li a {
	background-color: #96540A;
	display: block;
	color: #FFF;
	border: 0;
}
.navigation ul li.navOne {
	width: 128px;
}
.navigation ul li.navOne a {
	width: 128px;
}
.navigation ul li.navTwo {
	width: 132px;
}
.navigation ul li.navTwo a {
	width: 132px;
}
.navigation ul li.navThree {
	width: 127px;
}
.navigation ul li.navThree a {
	width: 127px;
}
.navigation ul li.navFour {
	width: 149px;
}
.navigation ul li.navFour a {
/*	width: 149px;
*/}
.navigation ul li.navFive {
	width: 143px;
}
.navigation ul li.navFive a {
	width: 143px;
}
.navigation ul li.navSix {
	width: 224px;
}
.navigation ul li.navSix a {
/*	width: 119px;
*/}
.navigation ul li a:hover {
	background-color: #000;
}
.contenu {
	background-color: transparent;
	background-image: url(images/bg_secondaryContent.jpg);
	background-repeat: repeat-y;
	background-position: 45px;
}
.cellGauche {
	background-color: transparent;
	width: 280px;
	float: left;
}
.cellGauche h1 {
	color: #4D5317;
	background-color: #CCC;
	height: 60px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
	font-size: 27px;
	line-height: 60px;
	text-indent: 24px;
}
.sousNav {
	width: 240px;
	list-style-type: none;
}
.sousNav li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D2CEC9;
	font-size: 14px;
}
.sousNav li a {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
.sousNav li a:link {
	color: #663300;
}

.sousNav li a:visited {
	color: #663300;
}

.sousNav li a:active {
	color: #FFF;
}

.sousNav li a:hover {
	color: #FFF;
	background-color: #6C3906;
}
.sousNav li.ouvert a,
.sousNav li.ouvert a:link,
.sousNav li.ouvert a:visited,
.sousNav li.ouvert a:active,
.sousNav li.ouvert a:hover
{
	color: #000;
	background-color: #FFF;
	font-variant: small-caps;
	font-size: 15px;
}

.cellDroite {
	background-color: transparent;
	width: 635px;
	float: right;
	line-height: 24px;
	color: #333;
	padding-top: 38px;
	text-align: justify;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.cellDroite h1 {
	font-size: 21px;
	color: #000;
	font-weight: normal;
}
.cellDroite h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top:25px;
}
.cellDroite .imageGauche {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.cellDroite .imageDroite {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.raccord {
	float: none;
	display: block;
	clear: both;
}
.piedPage {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.piedMessage {
	padding-bottom: 10px;
	/*	color: #804A15; */
	color: #F90;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9D8A79;
}
.navPied {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #804A15;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 18px;
	padding-bottom: 12px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #9D8A79;
}
.navPied a {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-decoration: none;
	border: 0;
}

.piedGauche {
	background-color: transparent;
	width: 618px;
	float: left;
	font-size: 11px;
	color: #837D75;
	padding-top: 20px;
}
.piedGauche a {
	text-decoration: none;
	border: 0;
}
.piedGauche a:link {color: #837D75;}
.piedGauche a:visited {color: #837D75;}
.piedGauche a:active {color: #837D75;}
.piedGauche a:hover {color: #804A15;}

.piedDroite {
	background-color: transparent;
	width: 318px;
	float: right;
	font-size: 11px;
	color: #837D75;
	text-align: right;
	padding-top: 20px;
}
.piedDroite img {
	float: right;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
}
