/* =-=-=-=-=-=-=-[Regles generales]-=-=-=-=-=-=-=- */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
}

body {
	background: url(../img/background_body.gif) top left repeat;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background:none !important;
   background-color:white !important;
   text-align:left;
}

form {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a span {
	display: none;
}

p, form {
	font: 10px verdana, arial, lucida, helvetica, sans-serif;
	color: #33345f;
	margin:0;
	padding:0 20 10 10;
}

em {
	font-weight: bold;
	font-style: normal;
}

.center {
	text-align: center;
}

/* =-=-=-=-=-=-=-[Strucutre]-=-=-=-=-=-=-=- */

#main {
	width: 996px;
	height: 850px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	background: url(../img/background_main.gif) top left repeat-y;
	position: relative;
}

html>body #main {
	height: auto;
	min-height: 850px;
}

#header {
	width: 996px;
	height: 134px;
	text-align: left; 
	margin-left: 0;
	background: url(../img/background_header.gif) top left no-repeat;
	position: relative;
}

#header_pub {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 728px;
	height: 90px;
	background: #419dbb;
}

#content {
}

#leftcol {
	float: left;
	width: 302px;
	margin-left: 8px;
	_margin-left: 4px;
}

#rightcol {
	float: left;
	width: 190px;
	margin-left: 5px;
}

.pub_rightcol {
	width: 160px;
	height: 600px;
	/*background: #f1b994;*/
	margin: 20px 0px 0px 10px;
}

#centercol {
	float: left;
	width: 480px;
}

#centercol.wide {
	float: left;
	width: 660px;
}

.pub_leftcol {
	width: 300px;
	height: 250px;
	/*background: #f1b994;*/
	margin-bottom: 7px;
	margin-top: 7px;
}

.pub_leftcol_booking {
	width: 300px;
	height: 350px;
	/*background: #f1b994;*/
	margin-bottom: 7px;
	margin-top: 7px;
}

.pub_box {
	width: 300px;
	height: 250px;
	background: #f1b994;
	margin: 0px 0px 7px 5px;
}

#encart_central {
	position: relative;
	width: 480px;
	height: 495px;
	background: url(../img/background_encart.gif) top left no-repeat;
}

#encart_container {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 460px;
}

#fiche_restau {
	margin: 12px 10px 0px 10px;
	padding-top: 30px;
	width: 261px;
	background: #fff url(../img/fiche_restau.gif) top left no-repeat;
}

#fiche_restau_content {
	border-left: 1px solid #e2e2c7;
	border-right: 1px solid #e2e2c7;
}

#fiche_restau_footer {
	padding-top: 13px;
	margin: 0px;
	background: url(../img/fiche_footer.gif) top left no-repeat;
}

#menu_header {
	background: url(../img/menu_header.jpg) top left no-repeat;
	padding-top: 25px;
}

#menu_content {
	background: url(../img/menu_background.jpg) top left repeat-y;
	padding: 0;
	margin: 0;
}

#menu_footer {
	background: url(../img/menu_footer.jpg) top left no-repeat;
	padding-top: 16px;
	margin: 0;
}

#meteoconsult {
	margin-top: 7px;
	width: 195px;
	background-color: #419dbb;
}

#boutons_tri {
	width: 466px;
	height: 29px;
	margin-left: 8px;
	padding: 4px 0px 0px 15px;
	background: url(../img/background_tri.gif) top left no-repeat;
}

/* =-=-=-=-=-=-=-[Liens]-=-=-=-=-=-=-=- */

#retour_accueil {
	display: block;
	width: 215px;
	height: 65px;
	position: absolute;
	top: 40px;
	left: 10px;
}

#francais {
	display: block;
	width: 25px;
	height: 20px;
	position: absolute;
	top: 108px;
	left: 197px;
}

#english {
	display: block;
	width: 25px;
	height: 20px;
	position: absolute;
	top: 108px;
	left: 167px;
}

#organiser_repas {
	float: left;
	display: block;
	width: 80px;
	height: 40px;
	background: url(../img/organiser_repas.gif) top left no-repeat;
	margin-left: 3px;
	padding-left: 45px;
	text-decoration: none;
	color: #8d151f;
	font: 9px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
}

#visite_virtuelle {
	float: left;
	display: block;
	width: 80px;
	height: 40px;
	background: url(../img/visite_virtuelle.gif) top left no-repeat;
	margin-left: 0px;
	padding: 10px 0px 0px 45px;
	text-decoration: none;
	color: #8d151f;
	font: 9px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
}

#photos_restaurant {
	float: left;
	display: block;
	width: 80px;
	height: 40px;
	background: url(../img/photos.gif) top left no-repeat;
	margin-left: 0px;
	padding: 10px 0px 0px 40px;
	text-decoration: none;
	color: #8d151f;
	font: 9px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
}


.lien_tri {
	background: url(../img/puce3.gif) center left no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	font: 10px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
}

a.lien_tri:hover {
	text-decoration: underline;
}

a.all_bookable, a.all_bookable:visited {
	color: #8d151f;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
}

a.all_bookable:hover {
	text-decoration: underline;
}

a.savoir_plus, a.savoir_plus:visited {
	color: #8d151f;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background: url(../img/puce2.gif) center left no-repeat;
}

a.savoir_plus:hover {
	text-decoration: underline;
}

a.lien_fleche, a.lien_fleche:visited {
	display: block;
	height: 20px;
	font-size: 11px;
	color: #8d151f;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 0px 30px;
	margin: 0px 0px 7px 0px;
	background: url(../img/fleche_droite.gif) center left no-repeat;
}

a.lien_fleche:hover {
	text-decoration: underline;
}

h2 a, h2a:visited {
	color: #8d151f;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font: 12px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 20px 0px 10px 10px;
}
/* =-=-=-=-=-=-=-[menu]-=-=-=-=-=-=-=- */

#menu {
	width: 282px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	vertical-align: bottom;
	background: url(../img/menu_degrade.jpg) top left no-repeat;
}

#menu li {
	width: 270px;
	border-bottom: 1px solid #666691;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 4px 0px;
	|padding: 0px 0px 4px 0px;
	vertical-align: bottom;
}

#menu li.last {
	border-bottom: none;
}

#menu li a, #menu li a:visited {
	font: 9px verdana, arial, lucida, helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/puce.gif) center left no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	|display: inline-block;
	display: block;
}

#menu li a:hover, #menu li a.actif {
	color: #ec404a;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/puce.gif) center left no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	|display: inline-block;
	|display: block;
}

/* =-=-=-=-=-=-=-[Textes]-=-=-=-=-=-=-=- */

.copyright {
	text-align: center;
}

.bulle {
	position: absolute;
	top: 55px;
	left: 175px;
	width: 250px;
	font: 11px verdana, arial, lucida, helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}

.texte_encart {
	position: absolute;
	top: 170px;
	left: 25px;
	width: 430px;
	font: 11px verdana, arial, lucida, helvetica, sans-serif;
	line-height: 15px;
}

#rightcol p {
	margin: 0px 10px 0px 0px;
}

#fiche_restau_content p {
	margin: 0px 0px 0px 10px;
	padding-bottom: 10px;
}

.notation {
	width: 80px;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;
	display: block;
	float: left;
	text-align: center;
}

.texte {
	font: 10px verdana, arial, lucida, helvetica, sans-serif;
	color: #33345f;
}

#centercol p {
	margin: 0px 0px 10px 10px;
}

#centercol.wide p {
	margin: 0px 20px 10px 10px;
}

#centercol .whitebox_content p {
	margin: 0px 10px 0px 10px;
}

/* =-=-=-=-=-=-=-[Titres]-=-=-=-=-=-=-=- */

#centercol h1 {
	font: 13px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	color: #8d151f;
	margin: 10px 15px 20px 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #666691;
}

h2 {
	font: 10px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	color: #8d151f;
	height: 31px;
	padding: 7px 0px 0px 40px;
	margin: 7px 0px 0px 0px;
}

h2.selection_restau {
	background: url(../img/pictos/selection_restau.gif) center left no-repeat;
}

h2.restau_semaine {
	background: url(../img/pictos/restau_semaine.gif) center left no-repeat;
}

h2.top10 {
	background: url(../img/pictos/top10.gif) center left no-repeat;
}

h2.visite_virtuelle {
	background: url(../img/pictos/visite_virtuelle.gif) center left no-repeat;
}

#fiche_restau_content h2, .whitebox_content h2 {
	font: 12px verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	color: #000;
	padding: 0px 0px 5px 0px;
	margin: 0px 10px 10px 10px;
	border-bottom: 1px solid #666691;
}

.whitebox_content h2 {
	margin: 0px 10px 5px 10px;
	border: none;
}

.resultat h2 {
	border: none;
	width: 200px;
	float: left;
}

/* =-=-=-=-=-=-=-[Formulaires]-=-=-=-=-=-=-=- */

#form_recherche, #form_proposition {
	position: absolute;
	top: 180px;
	left: 30px;
}

#form_recherche select {
	margin-bottom: 10px;
}

#form_evaluation {
	margin-left: 10px;
}

#form_evaluation input, #form_evaluation select, #form_evaluation textarea {
	margin-bottom: 5px;
}

/* =-=-=-=-=-=-=-[Boxes]-=-=-=-=-=-=-=- */

.box {
	background: url(../img/box_footer_right.gif) bottom right no-repeat;
}

.box_title {
	background: url(../img/box_header_right.gif) top right no-repeat;
	margin: 0;
}

#centercol .box_title h1, #rightcol .box_title h1 {
	background: url(../img/box_header_left.gif) top left no-repeat;
	font: 11px verdana, arial, lucida, helvetica, sans-serif;
	color: #000;
	height: 26px;
	padding: 13px 0px 0px 0px;
	border: none;
	text-align: center;
	margin: 0;
}

.box_content {
	border-left: 1px solid #e2e2c7;
	border-right: 1px solid #e2e2c7;
	background: #fff;
	margin: 0;
	padding: 0;
}

#centercol .box_content p {
	margin: 0;
	padding: 0px 5px 0px 5px;
}

.box_footer {
	padding-top: 17px;
	background: url(../img/box_footer_left.gif) bottom left no-repeat;
	margin: 0;
}

.box hr {
	margin: 10px 5px 10px 5px;
	background-color: #666691;
	height: 1px;
	border: none;
}

#centercol hr {
	margin: 10px 5px 10px 10px;
	background-color: #666691;
	height: 1px;
	border: none;
}

.rightcolbox {
	width: 183px;
	margin-top: 7px;
}

#quoideneuf {
	width: 147px;
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
}

#info_commerciales {
	width: 312px;
	margin-left: 5px;
	float: left;
}

#localisez, #toutes_infos {
	margin-top: 7px;
	width: 195px;
}

#avis {
	width: 261px;
	margin-left: 10px;
}

.whitebox {
	background: url(../img/whitebox_header.gif) top left no-repeat;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 10px 8px;
	width: 468px;
}

.whitebox_content {
	margin: 0;
	padding-left: 20px;
	background: url(../img/whitebox_background.gif) top left repeat-y;
	width: 448px;
}

.whitebox_footer {
	background: url(../img/whitebox_footer.gif) top left no-repeat;
	height: 16px;
}

.whitebox_google {
	background: url(../img/whitebox_google_header.gif) top left no-repeat;
	padding: 15px 0px 0px 0px;
	margin: 15px 0px 10px 8px;
	width: 640px;
}

.whitebox_google_content {
	margin: 0;
	padding-left: 20px;
	background: url(../img/whitebox_google_background.gif) top left repeat-y;
	width: 620px;
}

.whitebox_google_footer {
	background: url(../img/whitebox_google_footer.gif) top left no-repeat;
	height: 16px;
}


/* =-=-=-=-=-=-=-[Pictos]-=-=-=-=-=-=-=- */

#centercol p.infos_picto {
	padding: 5px 0px 10px 30px;
}

#centercol p.infos_picto a, p.infos_picto a:visited {
	color: #33345f;
	text-decoration: none;
}

#centercol p.infos_picto a:hover {
	text-decoration: underline;
}

.genre {
	background: url(../img/pictos/genre.gif) top left no-repeat;
}

.cuisine {
	background: url(../img/pictos/cuisine.gif) top left no-repeat;	
}

.prix {
	background: url(../img/pictos/prix.gif) top left no-repeat;	
}

.adresse {
	background: url(../img/pictos/adresse.gif) top left no-repeat;	
}

.quartier {
	background: url(../img/pictos/quartier.gif) top left no-repeat;	
}

.metro {
	background: url(../img/pictos/metro.gif) top left no-repeat;	
}

.telephone {
	background: url(../img/pictos/telephone.gif) top left no-repeat;	
}

.fax {
	background: url(../img/pictos/fax.gif) top left no-repeat;	
}

.services {
	background: url(../img/pictos/services.gif) top left no-repeat;	
}

.horaires {
	background: url(../img/pictos/horaires.gif) top left no-repeat;	
}

.fermeture {
	background: url(../img/pictos/fermeture.gif) top left no-repeat;	
}

.garer {
	background: url(../img/pictos/garer.gif) top left no-repeat;	
}

.cadre {
	background: url(../img/pictos/cadre.gif) top left no-repeat;
}

.ambiance {
	background: url(../img/pictos/ambiance.gif) top left no-repeat;
}

.porter {
	background: url(../img/pictos/que_porter.gif) top left no-repeat;	
}

.cb {
	background: url(../img/pictos/cb.gif) top left no-repeat;	
}

.cheques {
	background: url(../img/pictos/cheques.gif) top left no-repeat;	
}

.tickets {
	background: url(../img/pictos/tickets.gif) top left no-repeat;	
}

.nbplaces {
	background: url(../img/pictos/nbplaces.gif) top left no-repeat;	
}

.autre {
	background: url(../img/pictos/autre.gif) top left no-repeat;	
}

.site {
	background: url(../img/pictos/site.gif) top left no-repeat;	
}

.mail {
	background: url(../img/pictos/mail.gif) top left no-repeat;	
}

.communique {
	background: url(../img/pictos/communique.gif) top left no-repeat;	
}

.bookmark {
	background: url(../img/pictos/bookmark.gif) top left no-repeat;	
}

/* =-=-=-=-=-=-=-[Images]-=-=-=-=-=-=-=- */

img.gauche {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.droite {
	float: right;
	margin: 0px 20px 10px 10px;
}