/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site François Gagnaire Restaurant -----------------------------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	background-color:#333333;
	color:#000000;
	font-size:12px;
	height:100%;
	font-family:'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	top: 0 !important;
}


#page {
	width:100%;
	height:100%; 
	position:absolute;
	z-index:2;
	right:0;
	top:0;
}
*html #page {
	overflow:auto;
}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	position:fixed;
	z-index:3;
	height:100%;
	width:200px;
	bottom:0;
	top:0;
	left:0;
	text-align:left;
	padding-left:30px;	
}
/* html* #navigation {
	position:absolute;
	overflow:hidden;
} */ 
#navigation a.logo img {
	border:none;
	margin-top:20px;
	position:relative;
	z-index:4;
}
#navigation ul#menu {
	position:absolute;
	bottom:0;
	left:0;
	margin-left:30px;
	margin-bottom:26px;
	z-index:4;
}
#navigation ul#menu li {
	list-style:none;

}

#navigation ul#menu li ul li {
	list-style:none;
	height:25px; 
	display:block;
	width:200px;
	float:left;
	margin-top:3px;
}

html* #navigation ul#menu li ul li {
	height:25px; 
}

#navigation ul#menu a {
	background:url(../images/bg-menu-li.gif) repeat-x 0 0;
	color:#fffefe;
	display:block;
	float:left;
	height:25px;
	padding:3px 10px 0 8px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	outline:none;
}


	
	#navigation ul#menu li ul.white li a {
		background:url(../images/bg-menu-li-white.gif) repeat-x 0 0;
		color:#000000;
		margin-top:10px;
	}
		
	#navigation ul#menu li.red a {
		background:url(../images/bg-menu-li-red.gif) no-repeat 0 0;
		padding-left:30px;
		margin-top:25px;
		width:190px;
	}
	
	
	
ul#InfoL {
	position:absolute;
	bottom:0;
	margin-bottom:5px;
	left:0;
	margin-left:30px;
	z-index:6;
}
ul#InfoL li, 
#Def ul li {
	list-style:none;
	display:inline; 
}
ul#InfoL li a, 
#Def ul li a{
	color:#eae4c9;
	text-decoration:none;
	font-size:10px;
}
ul#InfoL li a:hover, 
#Def ul li a:hover {
	color:#fcfcf8;
}

#Def {
	position:absolute;
	top:0px;
	right:0;
	z-index:5;
	margin-right:30px;
}
p.logo-collection img {
	position:relative;
	display:block;
	z-index:20;
} 



/* -------------------------------------------------------------------------------------------- */
/* MENU NIVEAU 2 */	

#page #menuDetail {
	background:url(../images/bg-menu-detail.gif) no-repeat right 10px;
	padding:10px 15px 0 10px;
	height:auto !important;
	min-height:260px;
	height:260px;
}
#page #menuDetail li {
	background:url(../images/bg-li.gif) no-repeat 0 7px;
	color:#9C2121;
	text-decoration:none;
	padding:0 0 5px 15px;
	list-style:none;
}
#page #menuDetail.news li {
	padding:0px 0 15px 15px !important;
}
#page #menuDetail.news li small {
	color:#3b3b3b;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations applicables au contenu */
/* -------------------------------------------------------------------------------------------- */


#global {
	position:absolute;
	right:0;
	background:transparent url(../images/bg-page.png) no-repeat 3px 0;
	margin:20px;
	width:637px;
	height:auto; 
	padding-top:20px;
}


/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */


.col200 {
	width:220px;
}
.col300 {
	width:300px;
}
.col350 {
	width:400px; 
	/* width:385px; */
}
.col600 {
	width:630px;
	margin-bottom:30px;
}
.col200, 
.col300,  
.col350, 
.col600 {
	float:left;
	margin:0;
	padding:0;
}

.left0 {
	position:absolute;
	left:0;
}
.right0 {
	position:absolute;
	right:0;
}

/* -------------------------------------------------------------------------------------------- */

#page p, 
#page ul, 
#page ol, 
#page form, 
#page dl, 
#page blockquote, 
#page h1, 
#page h2, 
#page h3, 
#page h4, 
#page h5, 
#page h6,
#page .swf {
	/* padding:5px 20px; */
	padding:5px 20px;
}


#page h2 {
	font-family:'trebuchet ms';
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/bg-h2.gif) no-repeat 0 0;
	height:58px;
	color:#FFFFFF;
	width:auto;
	padding-right:0;
	padding-top:0;
	display:block;	
	float:left;
}
	#page h2 span {
		background:url(../images/bg-h2-span.gif) no-repeat 100% 0;
		display:block;
		height:58px;
		width:auto;	
		padding:16px 35px 0 0;
	}
	
#page h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	color:#882626;
}
	#page h3.contenu-h3 {
		/* padding-top:20px; */
		padding-top:40px;
	}

#page li {
	background:url(../images/bg-li.gif) no-repeat 0 7px;
	color:#3b3b3b;
	text-decoration:none;
	padding:0 0 5px 15px;
	list-style:none;
}

#page p {
	text-align:justify;
}

	#page p.nb {
		color:#666666;
		font-style:italic;
		font-size:11px;
		padding-top:20px;
	}

#page a {
	color:#9C2121;
	text-decoration:none;
}
#page a:hover {
	color:#5C0F0F;
	text-decoration:underline;
}
#page a.selected {
	color:#5C0F0F;
	text-decoration:underline;
}

#page a img {
	border:none;
}

#page span a {
	background:url(../images/bg-li.gif) no-repeat 0 7px;
	padding:0 0 5px 15px;
}

#page img.border {
	border:1px solid #C4BE8E;
}
/* -------------------------------------------------------------------------------------------- */


#page div.sep-Menu {
	height:25px;
	position:relative;
	width:100%;
	background:url(../images/bg-sep-menu.gif) no-repeat center 0;
	margin:5px 0;
}

#page #carte p {
	text-align:center;
}
#page div.chapeau {
	color:#666666;
	background:url(../images/bg-chapeau.gif) no-repeat 100% bottom;
	display:block;
	margin-bottom:10px;
	padding-bottom:20px;
}
	#page div.chapeau p {
		text-align:left !important;
	}
	#page p.tarif {
		color:#666666;
	}
	#page div.chapeau img {
		border:1px solid #c6c0ae;
		height:auto;
	}


#page div.boutique {
	float:left;
	list-style:none;
	background-image:none !important;
	width:150px;
	height:auto !important;
	min-height:320px;
	height:320px;
	margin:20px !important;
}
#page div.boutique p, 
#page div.boutique h3 {
	padding:0 !important;
	display:block;
	height:auto !important;
	min-height:40px;
	height:40px;
}
#page div.boutique ul {
	padding-left:0;
}

#page div.boutique img {
	width:150px;
	height:130px;
	margin-bottom:5px;
	border:1px solid #c4be8e;
}

#page div.boutique div.chapeau {
	padding-bottom:5px !important;
}

#googleMap {
	width:280px;
	height:250px;
	border:1px solid #c4be8e;
	margin:15px 0 20px 3px;
}
#page #contact {
	background:url(../images/bg-contact.gif) no-repeat 0 0px;
	padding:20px 0px 0 40px;
	height:auto !important;
	min-height:260px;
	height:260px;
	position:relative;
	z-index:1;
}
#page #contact h3 {
	padding:10px 0 20px 0;
}
#page #contact p {
	padding:10px 0 0 0;
}
#page #contact p.nb {
	font-size:10px;
	line-height:1.3em;
}
#page #infoP {
	margin-top:20px;
	margin-left:20px;
	color:#666666;
	position:relative;
	z-index:2;
}
.googleMap {
	width:800px;
	height:600px;
}
#page p.adresse-resa {
	position:absolute;
	display:block;
	z-index:20;
	color:#716B5D;
	padding-left:20px !important;
	left:0;
}
#page p.adresse-resa a {
	color:#716B5D;
}

#diaporama {width:391px; margin:0 auto;border:1px solid #A19B89;}

/* -------------------------------------------------------------------------------------------- */
/* NEWS Accueil */

#page #News {
	position:fixed;
	z-index:3;
	width:660px;
	height:auto;
	right:0px;
	bottom:20px;
}

html* #page #News {
	position:absolute;
	overflow:hidden;
} 
#page #News h2 {
	float:left;
	display:block;
	background:url(../images/bg-menu-li.gif) repeat-x 0 0;
	height:26px;
	width:80px;
	text-transform:uppercase;
	font-size:12px;
	padding-top:3px;
}

#page #News h2 a {
	color:#fffefe;
}
	#page #News h2 a:hover {
		color:#d9d7c6;
		text-decoration:none;
	}

#page #News #listNews {
	background:url(../images/bg-h3-news.gif) no-repeat 0 0;
	width:529px;
	height:29px;
	margin-left:100px;
	padding-left:30px;
}
#page #News #listNews ul {
	width:455px;
	padding:0;
	margin:0;
	height:25px;
	font-size:13px;
}

#page #News #listNews li {
	background-image:none;
	text-align:left;
	padding:2px 0;
}

#page #News #listNews li a {
	color:#fffefe;
	font-weight:normal;
}
	#page #News #listNews li a:hover {
		color:#d9d7c6;
		text-decoration:none;
	}

a.arrowNews {
	display:block;
	float:right;
	margin-right:31px;
	margin-top:-23px;
}

#slickbox {
	background: url(../images/bg-slickbox.png) no-repeat scroll 0 0;
	height:280px;
	position:relative;
	width:515px;
	margin-left:103px;
	padding:0;
	padding-left:10px;
}

#colRightNews {
	position:absolute;
	top:0;
	width:200px;
	right:0px;
	padding-top:10px;
}
#colLeftNews {
	background:url(../images/bg-menu-detail.gif) no-repeat 300px 10px;
	padding-top:10px;
}
#colLeftNews p {
	text-align:left;
	display:block;
	margin-right:220px;
}

#colRightNews p.date {
	padding-top:0px;
}
#colRightNews h4 {
	padding-bottom:0px;
}


	
/* -------------------------------------------------------------------------------------------- */
/* FORMULAIRE */	

#page form.messenger {
	background:url(../images/bg-form-fieldset.gif) repeat-x 0 bottom;
	width:550px;
	margin:auto;
}
#page form.messengerContact {
	width:280px;
	padding:0 0 0 0px !important;
}

#page form.messenger legend, 
#page form.messengerContact legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#882626;
	padding:10px 0;
} 

form.messenger fieldset {
  margin-bottom: 20px;
  border:1px solid #ece7d9;
  padding-bottom:10px;
}

 
#page form.messengerContact fieldset {
  margin-bottom: 20px;
  border:none;
  padding-bottom:10px;
  width:280px;
}

form.messenger label {
	width: 120px; 
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	padding-left:20px;
}

#page form.messengerContact label {
	width: 270px; 
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	padding-left:0px;
	text-align:left;
}


form.messenger input.text {
	width:200px;
}

#page form.messengerContact input.text {
	width:270px;
}
/* #page form.messenger input#RmContactInfo {
	width:50px;
}
 */ 
form.messenger textarea {
	width:370px;
}

#page form.messengerContact textarea {
	width:270px;
}


form.messenger select {
	padding-left:5px;
}

#page form.messengerContact select {
	padding-left:5px;
	width:270px !important;
}

/* form.messenger select#jour {
	margin-left:20px;
}
 */
form.messenger fieldset ol, 
#page form.messengerContact ol {
  margin: 0;
  padding: 0 !important;
}

form.messenger fieldset li, 
#page form.messengerContact li {
  background-image:none !important;
  color:#333333 !important;
	padding:0 !important;
} 

form.messenger fieldset ol.reservation li {
	margin-top:10px;
}

form.messenger p, 
#page form.messengerContact p {
	padding:0 !important;
}

form.messenger input.date, 
#page form.messengerContact input.date {
	background:url(../images/bg-input-date.gif) no-repeat right center;
	cursor:pointer;
}
		
/* -------------------------------------------------------------------------------------------- */
/* Déclarations applicables au footer */
/* -------------------------------------------------------------------------------------------- */

#footer {
	background:transparent url(../images/bg-footer.png) no-repeat scroll 3px bottom;
	margin-bottom:-20px;
	position:relative;
	z-index:-1;
	color:#FFFFFF;
} 
/* .bottom {
	background:transparent url(../images/bg-footer.png) no-repeat scroll 3px bottom;
	margin-bottom:-20px;
	position:relative;
	z-index:-1;
	color:#FFFFFF;
} */

/* -------------------------------------------------------------------------------------------- */
/* Déclarations applicables à l'animation d'arrière plan */
/* -------------------------------------------------------------------------------------------- */


#animation {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
}
#containerVideo {
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
}
*html #animation {
	position:absolute;
	overflow:hidden;
}

*html #containerVideo {
	position:absolute;
	overflow:hidden;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
.img-right {
	float:right;
	padding:0 15px 5px 15px;
}
.img-left {
	float:left;
	padding:10px 15px 5px 20px;
}
.img-center {
	position:relative;
	display:block;
	margin:auto;
}
.img-noBorder {
	border:none !important;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}
.border {
	border:1px solid #C6C0AE;
}
.ml10 {
	margin-left:10px;
	display:block;
}

#google_translate_bloc {
    display: block;
    height: auto;
    padding: 4px;
    position: fixed;
    right: 35px;
    top: 30px;
    z-index: 3;
}

.goog-te-banner-frame {
	display:none;
}

.goog-te-gadget {
}

.goog-te-gadget-simple {
    border: medium none !important;
}

.goog-te-gadget-icon {
	display:none !important;
}

.goog-te-menu-value {
    color: #666666 !important;
    font-size: 10px;
    text-transform: uppercase;
}

#google_translate_bloc:hover {
	background-color:#f1f1f1;
}

.goog-tooltip {
	display:none !important;
}
