/* ------------------------------------ */
/*            Généralités               */
/* ------------------------------------ */

/* 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, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*li {
	list-style:none;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr{
display:block;
height:1px;
border:0;
border-top:1px dotted gray;
width:80%;
}
h1 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
	color:#5e5446;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#5e5446;
	/*background:#ece5d7;*/
	background:#F7F4ED url(../media/interface/cellules_lignes_2.gif) bottom left repeat-x;
	padding:4px 2px;
	margin:5px 0;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
}
.small {
	font-size:10px;
	line-height:12px;
}
.spacer {
	clear:both;
	font-size:1px;
	line-height:1px;
}

body{
	padding:0;
	margin:0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ece5d7;
}

#page {
	margin:0 auto;
	width:810px;
	background:#ffffff;
	/*padding:0 5px 0 5px;*/
}

/* ------------------------------------ */
/*            Header                    */
/* ------------------------------------ */
#header{
	margin: 0 auto;
	width:800px;
	height:67px;
	border-bottom:1px solid #d7d7d7;
	color:#bcb6b0;
	font-size:12px;
	padding-top:10px;
}

#header-rhoul {
	float:right;
	width:109px;
	height:67px;
}

/* ------------------------------------ */
/*             Menu                     */
/* ------------------------------------ */
#menu {
	margin:0 auto;
	position:relative;
	height:81px;
	width:800px;
}
#menu-logo {
	float:left;
	width:375px;
}
#menu-item {
	float:right;
	width:410px;
	padding:45px 10px 0 0;
}
a.menuitem, a.menuitem:visited {
	float:left;
	background:url(../media/interface/menu-off.gif) top left no-repeat;
	height:30px;
	display:block;
	color:#7a7d7d;
	text-decoration:none;
}
a.menuitem:hover {
	background:url(../media/interface/menu-on.gif) top left no-repeat;
	text-decoration:underline;
}
div.menuitem-selected {
	float:left;
	background:url(../media/interface/menu-on.gif) top left no-repeat;
	height:30px;
	display:block;
	color:#7a7d7d;
}
div.menuitem-selected span {
	margin:7px 10px 0 30px;
	display:block;
}
a.menuitem span {
	margin:7px 10px 0 30px;
	display:block;
}

/* ------------------------------------ */
/*             contenu                  */
/* ------------------------------------ */
#flashcontent {
	margin:0 auto;
	position:relative;
	width:799px;
	height:313px;
	/*background:url(../media/accueil/flashcontent.jpg) top left no-repeat;*/
}
#content {
	margin:0 auto;
	position:relative;
	width:799px;
	height:200px;
}

td.cellule1 {
	padding:2px;
	background:url(../media/interface/cellules_lignes.gif) bottom left repeat-x;
}
td.cellule2 {
	padding:2px;
	background:#F7F4ED url(../media/interface/cellules_lignes_2.gif) bottom left repeat-x;
}
td.center {
	text-align:center;
}


/* ------------------------------------ */
/*               bottom                 */
/* ------------------------------------ */
#bottom {
	margin:0 auto;
	position:relative;
	width:802px;
	/*height:203px;*/
}
#bottom-txt {
	float:left;
	width:270px;
	margin:20px 0 10px 0;
}
#bottom-txt p {
	text-align:left;
	color:#5e5446;
	margin-right:10px;
	margin-left:20px;
}
#bottom-txt a, #bottom-txt a:visited {
	text-decoration:none;
	color:#5e5446;
	font-weight:bold;
}
#bottom-txt a:hover {
	color:#5e5446;
	text-decoration:underline;
}

.bottom-content {
	float:left;
	width:470px;
	padding:20px 30px 0 30px;
	color:#5e5446;
	line-height:14px;
}
.bottom-content a, .bottom-content a:visited {
	text-decoration:none;
	color:#5e5446;
	font-weight:bold;
}
.bottom-content a:hover {
	color:#5e5446;
	text-decoration:underline;
}

#bottom ul {
margin:2px 0 2px 40px;
}



/* ------------------------------------ */
/*               footer                 */
/* ------------------------------------ */
#footer {
	margin: 5px auto 0 auto;
	width:802px;
	height:65px;
	border-top:1px solid #d7d7d7;
	padding-top:15px;
	color:#b3b5b5;
	font-size:10px;
	text-align:right;
}
/* ------------------------------------ */
/*            Réservation               */
/* ------------------------------------ */

div.error {
	margin:10px 0;
	padding:0 5px;
	color: #5e5446;    
  	background-color:#eeeeee;
}                    
div.error div.titre {
  padding: 5px 15px;
  font-size: 1.30em;
  line-height: 1.30em;
  font-weight: bolder;
}         
div.error div.titre img {
  float:left;
}        
div.error div.txt {
  padding: 5px 15px;
}
div.bloc2col {
	padding: 0;
	margin: 0;
	width: 100%;
	padding-top: 1px;
	color:: #7E7E7E;
	text-align: justify;
	font-size:0.7em;
}

/* INPUT TEXT FIELD */

div.input-text div.designation {
	font-size:11px;
}
div.input-text div.designation-error {
	font-weight:bold;
}

div.input-text div.field {
	text-align: left;
}

div.input-text div.field input {
	width:150px;
	height: 15px;
	border: 1px solid #CCCCCC;
	background:url(../media/reservation/fond_champ.gif) top left repeat-x;
	background-color: #FFFFFF;
	padding: 2px 0px  0px 2px;
	font-size: 10px;
	color: #6C6A6A;
}

div.input-text-all {
	text-align: left;
}
div.input-text-all input {
	margin: 0px;
	height: 15px;
	background: url(../media/reservation/fond_champ.gif) top left repeat-x;
	border: 1px solid #CCCCCC;
	padding: 2px 2px  0px 2px;
	font-size: 10px;
	color: #6C6A6A;
}

fieldset {
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
}
/* INPUT TEXTAREA	 */

div.input-textarea textarea {
	margin: 0px;
	width: 352px;
	height: 100px;
	border: 1px solid #CCCCCC;
	background: url(../media/reservation/fond_champ.gif) top left repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6A6A;
}

/*contact*/


table.button {
width: 80%;
}
table.button input {
width: 100px;
height: 20px;
border-top: 1px solid #ECECEC;
border-right: 0;
border-bottom: 0;
border-left: 1px solid #ECECEC;
background-color: #5e5446;
font-size: 10px;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
}
table.button td.space {
width: 50px;
}
table.button td.submit {

width: 120px;
text-align: left;
}
table.button td.reset {
text-align: left;
}