@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a img {
	border:none;
}
* a:focus {
	outline:none;
}
a.puce {
	background:url(../images/puce.jpg) no-repeat left 5px;
	padding:0px 0px 0px 10px;
	margin-left:10px;
	color:#000000;
}
.clear_both {
	clear:both;
}
.centrer {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
body {
	background-color:#000000;
	text-align:center;
	color:#000000;
}

/* ENTETE */
#full_entete {
	width:100%;
	height:230px;
	background:url(../images/fond_entete.jpg) repeat-x;
}
#full_entete #entete {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:inherit;
	text-align:left;
}
#full_entete #entete #menu {
	float:left;
	width:279px;
	height:220px;
	padding:0px 0px 0px 20px;
	background:url(../images/menu_bambou.jpg) no-repeat;
}
#full_entete #entete #menu a {
	display:block;
	width:239px;
	height:18px;
	padding:2px 0px 0px 20px;
	margin-top:4px;
	font-variant:small-caps;
	color:#FFFFFF;
	text-decoration:none;
}
#full_entete #entete #menu a.on, #full_entete #entete #menu a:hover {
	background:url(../images/fond_menu.jpg) no-repeat;
}
#full_entete #entete #specialites {
	float:left;
	width:360px;
	height:25px;
	background:url(../images/bol.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:205px 0px 0px 10px;
}
#full_entete #entete #reservation {
	float:left;
	width:263px;
	height:230px;
}

/* CONTENT */
#full_content {
	width:100%;
	background:#FFFFFF url(../images/fond_content.jpg) repeat-x top;
}
#full_content #content {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:left;
	background:url(../images/bambou.jpg) no-repeat 200px bottom;
}

/* BANDEAU */
#full_content #content #bandeau {
	float:left;
	width:289px;
	margin:15px 0px 15px 0px;
	padding-left:5px;
}
#full_content #content #bandeau .box {
	background:url(../images/punaise.jpg) no-repeat top left;
	min-height:70px;
	color:#666666;
	text-align:center;
}
#full_content #content #bandeau .box h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#A40D1C;
	padding:15px 0px 20px 30px;
}
#full_content #content #bandeau .box b {
	color:#000000;
}
#full_content #content #bandeau .hr {
	margin:15px 10px 15px 10px;
	height:3px;
	border:none;
	background:url(../images/hr.jpg) repeat-x top;
}
#full_content #content #bandeau .box a {
	color:#666666;
}
#full_content #content #bandeau .box a:hover {
	text-decoration:none;
}
#full_content #content #bandeau .box .news {
	text-align:left;
	
}
#full_content #content #bandeau .box .news label {
	display:block;
	width:85px;
	margin-right:5px;
	text-align:right;
}
#full_content #content #bandeau .box .news p {
	display:block;
	width:190px;
	text-align:justify;
}

/* CONTENU */
#full_content #content #contenu {
	float:right;
	width:630px;
	min-height:400px;
	padding-left:21px;
	margin:15px 0px 15px 0px;
	text-align:justify;
	color:#333333;
	line-height:17px;
	background:url(../images/cote_bandeau.jpg) repeat-y left;
}
#full_content #content #contenu a {
	color:#333333;
}
#full_content #content #contenu a:hover {
	text-decoration:none;
}
#full_content #content #contenu h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#A40D1C;
	padding:15px 0px 15px 0px;
}
#full_content #content #contenu h2 {
	font-size:14px;
	color:#000000;
	line-height:25px;
}
#full_content #content #contenu .img_gauche {
	float:left;
	margin:0px 10px 0px 10px;
}
#full_content #content #contenu .img_droite {
	float:right;
	margin:0px 10px 0px 10px;
}
#full_content #content .quote {
	width:330px;
	margin-left:10px;
	padding-bottom:10px;
	background:url(../images/quote_sortie.jpg) no-repeat bottom right;
}
#full_content #content #contenu .menu {
	background:#fffcd9 url(../images/menu_point.jpg) repeat;
	border-left:3px solid #fffcd9;
	line-height:20px;
	margin:10px 0px 10px 0px;
}
#full_content #content #contenu .menu span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color:#fffcd9;
	padding-right:3px;
}
#full_content #content ol {
	padding:10px 0px 10px 30px;
	list-style:decimal;
}
#full_content #content .col {
	float:left;
	width:200px;
	margin:0px 5px 0px 5px;
	text-align:left;
}
#full_content #content .critique {
	margin-left:10px;
	padding-bottom:10px;
	background:url(../images/quote_sortie.jpg) no-repeat bottom right;
}

/* PIED */
#full_pied {
	width:100%;
	background-color:#000000;
}
#full_pied #pied {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	padding-top:10px;
	font-size:10px;
	height:25px;
	text-align:right;
	color:#FFFFFF;
}
#full_pied #pied a {
	color:#FFFFFF;
	font-size:10px;
}
#full_pied #pied a:hover {
	text-decoration:none;
}

/* COMMENTAIRES */
.frm {
	line-height:24px;
	text-align:left;
	padding-left:30px;
}
.frm .error {
	color:#CC3300;
	font-size:10px;
	font-weight:bold;
	margin:0px 0px 10px 10px;
	line-height:normal;
}
.frm i {
	font-size:10px;
}
.frm #flag {
	width:18px;
	height:12px;
	margin-left:8px;
}
.frm #notation {
	width:250px;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#F58635;
}
.frm .code {
	display:none;
}
.frm  .titre {
	float:left;
	width:150px;
	text-align:right;
	margin-right:5px;
}
.frm input {
	width:180px;
}
.frm textarea {
	width:250px;
	height:80px;
}
.frm input.btn {
	margin:10px 0px 10px 0px;
	background-color:#A40D1C;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:180px;
	border:none;
	cursor:pointer;
}
.star_on {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/stars/star_small.gif) no-repeat left -20px;
}
.star_off {
	float:left;
	width:10px;
	height:10px;
	background:url(../images/stars/star_small.gif) no-repeat left 0px;
}

/* ACTUALITES */
#full_content #content .actu_image {
	float:left;
	width:250px;
	text-align:center;
}
#full_content #content .actu_texte {
	float:left;
	padding-left:10px;
	width:370px;
}
#full_content #content .actu_fulltexte {
	padding-left:10px;
}
#full_content #content .hr {
	margin:15px 10px 15px 10px;
	height:3px;
	border:none;
	background:url(../images/hr.jpg) repeat-x top;
}
