/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul, dl {
	list-style-type: none;
}

/* =DEFAULTS
===========================================*/


a {
	text-decoration: underline;
	color: #988040;
}
a:hover {
	text-decoration: underline;
	color: #78797A;
}

/* =LAYOUT
===========================================*/

body.home {
	background: #fff url(../images/bg.jpg) repeat-x;
	text-align: center;
}
body {
	background: #fff ;
	text-align: center;
	color: #555;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;	
}
h1#logo a {
	display: block;
	width: 978px;
	height: 180px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	margin-bottom: 10px;
}
body.home h1#logo a{ 
	display: block;
	width: 978px;
	height: 180px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
h1#boncommande a{
	display: block;
	width: 208px;
	height: 60px;
	background: url(../images/telecharger.jpg) no-repeat;
	position: absolute;
	z-index: 100;
	top: 250px;
	right: 10px;
}
h1#retour a{
	display: block;
	width: 208px;
	height: 60px;
	background: url(../images/retour.jpg) no-repeat;
	position: absolute;
	z-index: 100;
	top: 250px;
	right: 230px;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container.home {
	background: none;
}
#header {
	height: 225px;
	position: relative;
	text-align: center !important;
	width: 980px;	
	margin-bottom: 20px;
}
#header.home {
	height: 340px;
	position: relative;
	width: 980px;
	overflow: hidden;
}
#header .mask {
	position: absolute;
	z-index: 100;
	width: 980px;
	height: 225px;
	top: 0px;
	left: 0px;
}
.objectif {
	float:right;
	width: 300px;
	height: auto;
	text-align: justify;
	font-size: 11px;
	line-height: normal;
	z-index:2;
}

#produit {
	margin: 50px auto 10px 110px;
	height: auto;
	text-align: left;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/degrade.jpg)
	font-size: 14px;
	line-height: 19px;
}
#txt-commande {
	text-align: left;
	width: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 375px;
}
/*  Menu de navigation */
#menu {
	margin: -10px auto 10px auto;
	height: 25px;
	text-align: center;
	width: 800px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color:#987b3f;
}
#menu li {
	padding-left: 21px;
	height: 25px;
	float: left;
	display: inline;
}
#menu li a {
	color:#987b3f;
	height: 25px;
}

#menu li a:hover {
	color:#b0955e;
}
/* fin du menu de navigation */

.topshadow {
	width: 980px;
	height: 33px;
	background: url(../images/shadow_top.png) no-repeat bottom center;
	position: absolute;
	z-index: 100;
	top: 210px;
	left: 0px;
}
.bottomshadow {
	width: 980px;
	height:33px;
	background: url(../images/shadow_bottom.png) no-repeat top center;
	position: absolute;
	z-index: 100;
	bottom:auto;
	left: 0px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006985;
	letter-spacing: 0.2em;
}
.ligne {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #1D1E61;
	line-height: normal;
}
.ssligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #5E5D5D;
	margin: 0 0 0 180px;
	display: block;
	background: url(../images/blank.gif) no-repeat;
	height:50px;
}
hr {
  clear: both;
}

