
body, html {
	height: 100%; 
	background: #000 url(../img/bg.jpg) repeat-x 50%  0;

}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	
	text-align: center;
	color: #fff;
	}

/* headers */
h2, h3, h4, h5, h6 { color: #ffc; margin: 0; font-weight: normal; }
h2 { font-size: 2.2em; padding: 30px 0; }
h3 { font-size: 2em; padding: 25px 0; }
h4 { font-size: 1.7em; padding: 20px 0; }
h5 { font-size: 1.4em; padding: 15px 0; }	
h6 { font-size: 1.2em; padding: 10px 0 0; }

/* text */
p { font-size: 1.2em; line-height: 1.5em; margin: 0 0 20px; }
acronym { cursor: help; }
code { font-size: 1.2em !important; margin: 0 0 20px; border: 1px dashed #333; padding: 10px; display: block; background-color: #111; color: #ffc; }
blockquote { font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 20px; border: 1px solid #333; padding: 15px 15px 0 15px; display: block; background-color: #111; }
blockquote p { margin-bottom: 15px; }

/* links */
a { text-decoration: none; color: #ff9; }
a:hover { text-decoration: underline; }

/* images */
img { /*border: 5px solid #333;*/ margin: 0 10px 10px 0; }	
a img { border: none; }*/
a:hover img { border-color: #50300C; }
img.right { margin-left: 10px; }

/* lists */
 code,table, ol, dl,ul, blockquote{
 	font-size: 1em;
 }

ul, ol, dl { margin: 0 0 30px; padding: 0 0 0 25px; }
ul ul { font-size: 1em; margin: 0; }
ol ol { font-size: 1em; margin: 0; }
dl { padding: 0; }
dl dt {
	font-weight: normal;
}

/* tables */
table { margin: 0 0 30px; border: 1px solid #333; }
table th, table td { padding: 10px; text-align: left; color: #fff; }
table th { background-color: #222; }
.ship{
	font-size:1.2em;
	font-weight:bolder;
	background: url(../img/subnav_.jpg) repeat-x;
}

/* forms */
fieldset { border: 1px solid #333; background-color: #222; padding: 20px; margin: 30px 0; }
fieldset legend { display: none; }
fieldset form  { clear: both; }
fieldset form  label { float: left; display: block;  margin-right: 20px; }
fieldset form  input,
fieldset form  select,
fieldset form  textarea { border: 3px solid #ccc; background-color: #999; padding: 5px; font-family: Tahoma, Arial, Helvetica, sans-serif; }
fieldset form  select { width: 52.5%; }
fieldset form ul.fieldlist { margin: 0 0 20px 46%; padding: 0; list-style-type: none; }
fieldset form ul.fieldlist li { padding: 0 30px 5px 0; white-space: nowrap; }
fieldset form input.btn { width: auto; border-color: #000; background-color: #111; padding: 10px; cursor: pointer; color: #ffc; font-weight: bold; }
fieldset form table td.champnonob{padding-left:1.5em;}

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #333; color: #333; margin: 30px 0 0; }

/* classes */
.panier{
	display:block;
	height:32px;
	background: url(../img/panier.gif) no-repeat 8em center ;
}
.nopbutton{
	height: 28px;
	width: auto;
	border: none;
	background: #111 url(../img/valid.gif) no-repeat left;
	padding: 0px 5px 0px 25px;
	cursor: pointer;
	color: #ffc;
	font-weight: bold;
}
.left { float: left; }
.right {float: right; }
#content form em{
	position: relative;
	line-height:25px;
	top:-10px;
	font-size: 1.2em;
	width: auto;
	color: #ffc;
	font-weight: bold;
	font-style: normal;
}

#content div.info {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 20px 0 20px 0;
	position: relative; /*height: 1%;*/
}	
#panier{
	font-size: 1.2em;
	border-top:0.01em solid #333;
	padding:0.5em;
	color:#FFFFFF;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/bg4.jpg) no-repeat top center;
	
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { 
	position: relative;
	padding:  30px; 
	}

/* logo */
#header h1 {
position:relative;
top:100px;
	font-size: 0em;
	font-weight: normal;
	margin: 0;
	font-family: Impact;
	font-style: italic;
	font-stretch: wider;
	
	
}
#header h1 a {
	color: #000000;
	display: block;
	height: 80px;
	
	background: url(../img/logo.gif) no-repeat center;
}
#header h1 a:hover { text-decoration: none; }





/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/ 

#header ul {
	font-size: 1.2em;
	list-style-type: none;
	margin: 100px 0 -85px 0;
	padding: 0;
	width: 100%;
}
#header ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
#header ul li {
	float: left;
	margin: 0 9px ;
	font-size: 1.2em;
}
#header ul li a {
	display: block;
	padding: 10px 33px;
	
}
#header ul li a.on {
	text-decoration: none;
	background: #000000;
	border-bottom:3px solid #333300;
}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/ 
#content {
	background: #000000 ;
	border-top: 100px solid #000000;
	padding: 10px 10px 120px 30px;
	height: 1%;
}
#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
/* the following enables you to add content 
directly into the content div for a one 
column layout while still adding the 
correct margins. */
#content * { margin-right: 20px; }
#content div { margin-right: 0; }
#content div * { margin-right: 0; }
em, strong, acronym, del, label, input, select, textarea, a { margin: 0 !important; }

/* left column formatting */
#content #left {
	width: 600px;
	margin-right: 20px;
	float: left;
	}	

/* right column formatting */	
#content #right {
	float: left;
	width: 260px;
	background: url(../img/subnav_.jpg) repeat-x;
	min-height: 322px;
	margin-top: 10px;
	padding: 0 20px 20px;
	}
* html #content #right { height: 322px; }
#content #dr {
	float: left;
	width: 260px;
	
	}


/* generic content */
#content p.info {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	position: relative;
	height: 1%;
	}	
	
#content p.info a.cmt {	
	position: absolute;
	right: 0;
	top: 10px;
	}
#content p.info a.cmt br { display: none; }	
	
#content ul.links {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	}	
#content ul.links li {
	border-bottom: 1px solid #333;
	}
#content ul.links li a {
	display: block;
	height: auto;
	padding: 5px;
	}
#content ul.links li a:hover {
	background-color: #111;
	}
		
#content ul.images {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}
#content ul.images:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}	
#content ul.images li {
	float: left;
	margin: 0 11px 11px 0;
	}		

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/ 
#footer {
	margin-top: -83px;
	text-align: left;
	}
#footer div {
	color: #ACA47D;
	background-color: #2F1C07;
	margin: 0 auto;
	width: 800px;
	padding: 30px;
	}
#footer p { margin: 0; position: relative; }
#footer p span	{ position: absolute; right: 0; }
* html #footer p span { right: 30px; }


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 30px solid #FFFFFF;
	background-color: #FFFFFF;
	display: none;
	z-index: 20;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../img/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../img/close.gif) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../img/left.gif) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../img/right.gif) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../img/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../img/leftDisabled.gif) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}



/*************************************************************/


/*************************************************************/
/*bouton classe */
.clear {
/* generic container (i.e. div) for floating buttons */ 
  	/*overflow: hidden; */
	position:relative;
	top:-30px;
	left:420px;
	width:13em;
	}

.bouton {
	float: right;
	height: 28px;
	width: auto;
	border: none;
	background: #111 url(../img/valid.gif) no-repeat left;
	margin: 5px 0 5px 0;
	padding: 0px 5px 0px 25px;
	cursor: pointer;
	color: #ffc;
	font-weight: bold;
}
* html .bouton {
padding: 0px 5px 0px 5px;
}
.bouton2 {
	float: left;
	height: 35px;
	width: auto;
	border: none;
	background: #111 url(../img/valid.gif) no-repeat left;
	margin: 20px 0 20px 0;
	padding: 0px 5px 0px 25px;
	cursor: pointer;
	color: #ffc;
	font-weight: bold;
}
* html .bouton2 {
padding: 0px 5px 0px 5px;
}
.bouton3 {
	float: left;
	height: 35px;
	width: auto;
	border: none;
	background: #111 url(../img/retour.gif) no-repeat left;
	margin: 20px 0 20px 0;
	padding: 0px 5px 0px 25px;
	cursor: pointer;
	color: #ffc;
	font-weight: bold;
}
* html .bouton3 {
padding: 0px 5px 0px 5px;
}