/* CSS Document 
          /)  (\
     .-._((,~~.))_.-,
      `-.   @@   ,-'
        / ,n--n. \
(`'\   ( ( .__. ) )  /`')
 `.'"._ ) `----' (_,"`.'
   "._             _,"
      /            \
hjw  (              )
`97  (`-.__    __.-')
      \   /`--'\   /
       ) /      \ (
      /._\      /_,\

*/
*{margin:0; padding:0}
body{ background:#5c0015 url(../images/bg.gif) repeat-x left top;font-family:Arial, Helvetica, sans-serif;}
h1,h2, hr{ display:none}
a{ text-decoration:none; outline:none}
a:hover{ text-decoration:underline}

/*--------------------------------------------------
------------------< STRUCTURE >---------------------
--------------------------------------------------*/
#global{ width:1003px; margin:0 auto}
#header{ background:url(../images/bg_header.jpg) no-repeat left top;height:182px}
#menu{background:url(../images/bg_menu.jpg) no-repeat left top; height:64px}
#wrapper{
	background:url(../images/bg_wrapper.jpg) no-repeat left top; 
	height:397px;
	padding:19px 0 0 124px; 
	font-size:0.7em; 
	color:#FFFFFF
}
#wrapper div { padding:70px 0 0 32px;}
#wrapper div p{ width:347px; text-align:left; overflow:auto; height:270px; padding:0 10px 0 0}
#footer{ background:url(../images/bg_footer.jpg) no-repeat left top; height:130px; font-size:0.6em;color:#b2002a}
#footer a{color:#b2002a}
#footer p{padding:28px 0 28px 10px; text-align:center}
#footer p strong{ font-size:1.1em}
#footer span{ margin:0 0 0 20px}
#coordonnees{color:#999}
#coordonnees a{color:#999}
/*--------------------------------------------------
------------------< PAGES >---------------------
--------------------------------------------------*/
#presentation{ background:url(../images/bg_presentation.jpg) no-repeat left top; width:762px; height:300px}
#menus{ background:url(../images/bg_menu_resto.jpg) no-repeat left top; width:762px; height:300px}
#galerie{ background:url(../images/bg_galerie.jpg) no-repeat left top; width:762px; height:300px}
#contact{ background:url(../images/bg-contact.jpg) no-repeat left top; width:762px; height:300px}



/*--------------------------------------------------
------------------< FORMULAIRE >---------------------
--------------------------------------------------*/
#form div{ margin:0px 50px 0 0; padding:5px 0 0 0}
form br{display:none}
fieldset{border:none}
label{ 
	margin:0 5px 0 0; 
	display:block; 
	width:100px; 
	float:left;
	text-align:right
}
input{
	border:#666 1px solid;
	color:#333;
	font-size:95%;
}
textarea{	
	border:#999 1px solid;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:168px;
	font-size:1.1em;
}
input:focus, textarea:focus{background:#f0d3d9}
input.submit{margin: 0 0 0 228px}
input.submit:hover{background:#f0d3d9; cursor:pointer}