/*************************** BALISES *********************************/
noscript p {
text-align: center;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #845b3f;
background: #DDDCB0 url('../img/bg_body.jpg') repeat-x top center;
overflow-x: hidden;
}
*+html body {
background: #DDDCB0 url('../img/bg_body_ie.jpg') repeat-x top left;
}
p, li {
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
}
input[type=text] {
	margin: 2px 0 0 0;
	background: none;  
	border: none;
	border-bottom: 1px dotted #845b3f;
}
textarea {
	background: none;  
	border: 1px dotted #845b3f;
}
input[type=submit] {
	margin: 1em 0;
}
table {
border-collapse: collapse;
}
acronym, abbr {
border-bottom: 1px dotted black;
}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#header {
	position:absolute;
	left: 50%;
	margin-left: -480px;
	width:960px;
	height:143px;
}
*+html #header {
	background: url('../img/bg_header.jpg') no-repeat top center;
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	margin-top:143px;
	background: url('../img/bg_wrapper.jpg') repeat-y 0 0;
}
#main {
float: left;
width: 100%;
height: 499px;
background: url('../img/bg_main.jpg') no-repeat top left;
}
#main_album {
width: 900px;
height: 470px;
background: url('../img/bg_album.png') no-repeat bottom left;
margin:30px 0 0 30px;
}
#main h2 {
margin: 50px 0 0 60px;
font-size: 18px;
}
#main h3 {
font-size: 15px;
font-weight: bold;
}
#main .main_text {
float: left;
width: 560px;
}
#main .main_text div.column {
float: left;
width: 185px;
margin: 0 0 0 60px;
}
#main .main_text div.column_form {
float: left;
width: 185px;
margin: 0 0 0 20px;
}
#main .main_text div.column_form2 {
float: left;
width: 185px;
margin: 60px 0 0 90px;
}
*+html #main .main_text div.column_form2 {
margin: 0;
}
#main .main_text p {
text-align: justify;
margin: 7px 0;
line-height: 130%;
}
#main .main_pics {
float: left;
width: 355px;
padding: 43px 0 0 20px;
margin-right: 25px;
}
#main .main_pics .main {
padding: 0 0 6px 0;
}
#main .main_pics .mini1 {
float: left;
padding: 0 0 0 0;
}
#main .main_pics .mini2 {
padding: 0 0 0 10px;
float: left;
}
#main .scrolling {
height: 320px;
overflow: auto;
}
#footer {
text-align: center;
}
#language-selector {
clear: left;
position: relative;
top: 6px;
}
#language-selector li {
display: inline;
}
/**************************** LAYOUT END ***********************************/

/*********************** CONTENT *********************************/
#bloc_menu{
float: left;
width:351px;
height:150px;
background:url('../img/bloc_menu.jpg') no-repeat top left;
}
#menus_choix {
margin-top: 18px;
}
*+html #menus_choix {
padding-left: 0em;
}
#menus_choix a{
line-height: 150%;
}
#main a{
font-size: 16px;
text-decoration: none;
color: #845b3f;
}
#menus_liste li a {
line-height: 200%;
}
#menus_liste li.current a {
text-decoration: underline;
}
#categories_liste li a {
line-height: 250%;
}
#categories_liste li.current a {
text-decoration: underline;
}
#menus_detail {
font-size: 14px;
}
*+html #menus_detail {
margin-top: 3em;
}
#liste_plats {
height: 250px;
overflow: auto;
padding: 10px 0;
}
#plats_up {
position: relative;
top: -10px;
}
#plats_down {
position: relative;
top: 6px;
}
*+html #liste_plats {
/*margin-top: 2em;*/
}
#menujour p.prix {
font-style: italic;
}
#menujour dt {
font-style: italic;
font-weight: bold;
margin-bottom: 2px;
}
#menujour dd {
margin-bottom: 8px;
}
#menujour #main li {
line-height: 110%;
}
*+html #album #wrapper {
background: url('../img/bg_album_ie.jpg') no-repeat bottom left;
}
#album #thumb_album{
float:left;
width: 350px;
height: 350px;
background: url('../img/ajax-loader.gif') no-repeat center center;
}
#album #thumb_album li{
float:left;
margin: 0 5px 6px 0;
}
#album #photos_album{
float:left;
width: 530px;
height: 350px;
}
#album #photos_album img{
margin-left:20px;
display: none;
}
#contact fieldset {
width: 280px;
}
#contact fieldset label {
display: block;
float: left;
clear: both;
width: 90px;
line-height: 28px;
margin-right: 6px;
text-align: right;
}
#contact fieldset label.ta {
width: 100%;
text-align: left;
float: left;
}
#contact fieldset input[type=text], #contact textarea {
width: 140px;
height: 21px;
padding: 4px 3px 0;
font: 13px Arial;
}
#contact textarea {
width: 190px;
height: 240px;
overflow: auto;
clear: both;
}
#contact acronym {
margin-left: 3px;
font: bold italic 16px Georgia;
color: #E17628;
border: none;
}
#contact .errors {
position: absolute;
top: 72px;
left: 579px;
width: 332px;
height: 352px;
padding: 0 10px;
z-index: 200;
color: #fff;
background-color: #7FCFD6;
}
#formulaire{
width: 560px;
padding-top: 6em;
}
#map{
width: 351px;
height: 351px;
}
#map div a {
font-size: 11px;
}
/*********************** CONTENT END *********************************/

/*********************** CLASSES *********************************/
.pagination {
	clear: both;
	margin-top: 2em;
	height: 2em;
	line-height: 2em;
}
.pagination a, .pagination span {
	padding: 0.1em 0.3em;
}
.pagination a {
	color: #777;
	border: 1px solid #989898;
	background: #CFCFCF;
	text-decoration: none;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.aligne_centre {
	text-align: center;
}
.aligne_droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.nomargin {
	margin: 0;
}
.reset {
	clear: both;
}
.nofloat {
	float: none;
}
.nobg {
	background: none;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/