/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:circle;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* 
----------------------------------------------------------------------------- 
BASIC TEXT STYLES
-----------------------------------------------------------------------------*/
dl,ul,ol,h1,h2,h3,h4,h6,pre,p,img
{
	margin-bottom: 1.0em;
}

/* 
----------------------------------------------------------------------------- 
BASIC BODY AND CONTAINER STRUCTURE
-----------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #B6B3AD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6E675C;
}

#container {
	width: 955px;
	background-image:url(../img/entete-fond.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;	
}



#entete {
	height: 45px;
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	overflow:visible;
	padding-top: 15px;
	padding-left: 15px;
}

/* 
----------------------------------------------------------------------------- 
LINK BEHAVIOUR
-----------------------------------------------------------------------------*/

a {
	color: #8A0223;
}

a.stale {
	color: #8A0223;
}

a:hover,
a.stale:hover {
	color: #8A0223;
	text-decoration:underline;
}

/* 
----------------------------------------------------------------------------- 
SPECIFIC TEXT AND TITLE STYLES
-----------------------------------------------------------------------------*/

h1 {
	font: 2.3em/1 "Helvetica Neue", Helvetica, Arial;
	color: #B0001A;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

.promotions {
	width:410px;
	height:120px;
	padding-left:250px;
	float:left;
	background-image: url(../img/promo-fond.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top:20px;
}

.tampon {
	width:410px;
	float:left;
	padding-left:100px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.promotions h3 {
	float:left;
	font: 1.5em/1 "Helvetica Neue", Helvetica, Arial;
	color: #B0001A;
	margin-bottom: 0.6em;
	margin-top: 0.7em;
}

.promotions p {
	font: 1.2em/1 "Helvetica Neue", Helvetica, Arial;
	line-height: 1.2em;
}

.reservez {
	float:right;
	padding-right:10px;
	padding-top:8px;
}

input {
	color: #6E675C;
}

/* 
----------------------------------------------------------------------------- 
LEFT SIDE OF PAGE
-----------------------------------------------------------------------------*/

#gauche {
	float: left;
	width: 950px;
	height:180px;
}

/* 
----------------------------------------------------------------------------- 
SPACERS
-----------------------------------------------------------------------------*/

.spacer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* 
----------------------------------------------------------------------------- 
ENCARTS
-----------------------------------------------------------------------------*/

#grey {
	width: 955px;
	height: 45px;
	background-color: #F0F0EE;
	border-top: dotted;
	border-color: #666666;
	border-width: thin;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}