/* CSS Document */

body {
	background-image: url(images/fond.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0px auto;
	text-align:center;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #3f0b04;
}

img {
	border:0;
}

/* CSS MODULE DYNAMIQUE KREATOR V2 */
.module_td_photo {
					background-color:6a0302;
				}
				.module_td_titre {
					color:ffffff;
					background-color:6a0302;
				}
				.module_td_desc {
					color:000000;
					background-color:ffffff;
				}
/* FIN CSS MODULE DYNAMIQUE KREATOR V2 */

/* CONTENEUR */
div#conteneur { 
	width:900px;
	background-image:url(images/fond_conteneur.jpg);
	position:relative;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
}

div#encart_actu_t3{
	position:absolute;
	z-index:3;
	height:[HAUTEUR_ENCART_ACTU]px;
	width:[LARGEUR_ENCART_ACTU]px;
	margin:[MARGIN_ENCART_ACTU];
}

div#encart_promo_t3{
	position:absolute;
	z-index:3;
	height:[HAUTEUR_ENCART_PROMO]px;
	width:[LARGEUR_ENCART_PROMO]px;
	margin:[MARGIN_ENCART_PROMO];
}

div#encart_marques_t3{
	position:absolute;
	z-index:3;
	height:[HAUTEUR_ENCART_MARQUES]px;
	width:[LARGEUR_ENCART_MARQUES]px;
	margin:[MARGIN_ENCART_MARQUES];
}
/* FIN CONTENEUR */

/* BLOC NEWSLETTER DYNAMIQUE */
div#bloc_news{
	display:none;
	position:absolute;
	width:205px;
	color:#000000;
	height:88px;
	z-index:3;
	background:url(images/cadre_news.png) no-repeat;
}

div#bloc_news p#confirmation{
	padding: 15px 5px 5px 0px;
	margin:0;
	text-align:center;
	height:40px;
}

div#bloc_news p#symbole{
	padding: 0;
	margin:15px 0 0 15px;
	float:left;
	text-align:center;
}

div#bloc_news p#fermer{
	margin:0;
	text-align:right;
	padding-right:5px;
	font-size:9px;
}
div#bloc_news p#fermer a{
	text-decoration:none;
	color:black;
}
/* FIN BLOC NEWSLETTER DYNAMIQUE */

/* HEADER */				
div#header { 
	width:900px;
	height:260px;
	background-image:url(images/defaut_01.jpg);
	background-repeat:no-repeat;
}

div#flash_header {
	position:relative;
	float:right;
	top:0px;
	right:0px;
}
/* FIN HEADER */

/* FORM NEWSLETTER */
#newsletter_form{
	padding: 0px 0 0 50px;
	margin:0px;
}

#newsletter_form input{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

.newsletter_input { width:120px;}

p#restez_informe{
	padding:85px 0 0 10px;
	margin:0 0 0 25px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:150px;
}

p#newsletter_ok{
	padding:80px 0 0 0;
	margin:0 0 0 30px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:150px;
	color:#000;
}
/* FIN FOMULAIRE NEWSLETTER */

/* MENU DYNAMIQUE KREATOR V2 */
/*ul#menu{
	padding:162px 16px 0 33px;
	margin:0;
	list-style-type:none;
	width:200px;
	float:left;
	text-transform:uppercase;
}

ul#menu li{
	padding:0 0 0 30px;
	margin:0;
	height:17px;
}*/

ul#menu{
	padding:162px 16px 0 33px;
	margin:0;
	list-style-type:none;
	width:246px;
	line-height: normal;
	float:left;
	text-transform:uppercase;
}

ul#menu li{
	padding:0;
	margin:0;
	text-align:left;
	width:246px;
}

ul#menu li a{
	display: block;
	padding: 5px 30px 5px 30px; /* padding du bloc a pour le hover */
	letter-spacing: 0px;
        font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; /* POLICE */
	font-size: 14px; /* TAILLE POLICE */
	border-bottom: #909090 1px solid; /* COULEUR SEPARATEUR */
	color: #6a0302; /* COULEUR POLICE */
}

ul#menu li a:hover{
	background: #840302; /* FOND BLOC LIEN */
	color: #FFFFFF; /* COULEUR LIEN HOVER */
}

/******************/
/* BLOC SOUS MENU */
/* Normalement juste a changer le padding de gauche pour changer l indentation, ou encore pour changer les couleurs */
ul#menu li a.subexpandable,ul#menu li a.nosubexpandable{
	display: block;
	padding: 3px 15px 3px 35px; /* padding du bloc sous menu */
    letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* POLICE */
	font-size: 10px; /* TAILLE POLICE */
	border:0;
}

ul#menu li a.subexpandable:hover{
	background: #000000; /* FOND BLOC LIEN */
	color: #e28234; /* COULEUR LIEN HOVER */
}
/* FIN BLOC SOUS MENU */
/**********************/


/***********************/
/* BLOC SOUS SOUS MENU */
/* Normalement juste a changer le padding de gauche pour changer l indentation, ou encore pour changer les couleurs */
ul#menu li a.sublevel{
	display: block;
	padding: 3px 15px 3px 50px; /* padding du bloc sous sous menu*/
    letter-spacing: 0px;
        font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* POLICE */
	font-size: 10px; /* TAILLE POLICE */
	border:0;

}

ul#menu li a.sublevel:hover{
	background: #000000; /* FOND BLOC LIEN */
	color: #e28234; /* COULEUR LIEN HOVER */
}
/* FIN BLOC SOUS SOUS MENU */
/***************************/

/******************/
/* NE PAS TOUCHER */
ul.categoryitems {
   margin:0px;
   padding:0px;
}

ul.subcategoryitems {
   margin:0px;
   padding-left:0px;
}
/* FIN NE PAS TOUCHER */
/**********************/

h1{
	color:#510505;
	font-size:14px;
        font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        margin:0;
        padding-left:250px;
        padding-bottom:35px;
}
/* FIN MENU DYNAMIQUE KREATOR V2 */

/* PARTIE DROITE */			
div#droite { 
	width:600px;
	float:left;
	text-align:justify;
}

.contenu_modifiable{
	padding:25px 48px 0 18px;
	color:#000000;
}
/* FIN PARTIE DROITE */

/* PARTIE GLOBAL CENTRE */			
div#global_centre { 
	min-height:420px;
	_height:420px;
	width:900px;
	padding:0;
	background-image:url(images/defaut_02.jpg);
	background-repeat:no-repeat;
}
/* FIN PARTIE GLOBAL */

/* FOOTER */			
div#footer_encapsuleur {
	width:100%;
	background-image:url(http://www.restaurant-lecurie.com/images/fond_footer.jpg);
	background-repeat:repeat-x;
	background-color:#3f0b04;
	text-align:center;
	align:center;
	height:180px;
	text-align: -moz-center;
	margin:0px;
	padding:0px;
}

div#footer {
	width:900px;
	margin: 0 auto;
	position:relative;
	height:110px;
	background-image:url(images/defaut_03.jpg);
	background-repeat:no-repeat;
	clear:both;
}
				
div#footer_encapsuleur a{ 
	text-decoration:none;
}			
				
.footer_color{
	color:#ffffff;/*color:black;*/
}
/* FIN FOOTER */

/* LOGO + TXT FOOTER */
p#coordonnées{
	padding:55px 0 0 0px;
	font-size:10px;
	text-align:center;
	font:10px Verdana,Arial,Sans-serif;
	margin:0;
	color:#6b0302;
}

p#logo_cometik{
	position:absolute;
	right:10px;
	margin-top:55px;
	text-align:center;
}

p#logo_cometik a{
	font-size:10px;
}
/* FIN LOGO + TEXTE FOOTER */

/* DIV ACTU*/
div#div_actu {
	padding-left:20px;
}

/* FICHE PRODUIT */
.fiche_pdt{
	width:150px;
	float:left;
	margin:0px 15px 10px 15px;
}

.fiche_pdt p{
	text-align:center;
	margin:0
}

.fiche_pdt h2{
	text-align:center;
	margin:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

p#pages{
	padding:15px 0 0 0;
	clear:both;
	width:100%;
	text-align:center;
}

p#pages a{
	display:inline-block;
	padding:3px 6px;
	border:1px solid #690302;
	color:#690302;
	text-decoration:none;
	margin:2px;
}

p#pages a:hover{
	background-color:#690302;
	color:#fff;
}

.page_active{
	background-color:#690302;
	font-weight:bold;
	color:#fff;
}

a#page_precedente, a#page_suivante{
	width:100px;
}

.highslide-img {
	cursor: url(http://www.restaurant-lecurie.com/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-img img {
	border: 2px solid #6b0302;
}
.highslide-img:hover img {
	border: 2px solid #690302;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	padding: 5px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(http://www.restaurant-lecurie.com/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}


/* Styles for the popup */
.highslide-header div {
text-align:right;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(js/highslide/graphics/resize.gif);
}
.highslide-body {
}

.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.taille_fiche{
	width:150px;
}

/* Controlbar example */
.controlbar {	
	background: url(js/highslide/graphics/controlbar4.gif) right no-repeat;
	width: 100%;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: right;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

#aucun_produit {     
	text-align:center;
	color:black;
	font:11px Verdana,Arial,Sans-serif;
	height:50px;
}
/* FIN FICHE PRODUIT */

/* PAGE CONTACT */
table#tab_contact{	
	border:1px solid #6b0302;
	width:100%;
}

div#msg_contact_ok {    
	border:1px solid #6b0302;
	width:100%;
	padding:15px;
	text-align:center;
}

#bouton_envoyer {     	
	background-color:#6b0302;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:10px;
}

table#tab_contact td{
   height:20px;
   text-align:left;
}

table#tab_contact td#plan{
   text-align:center;
}


p#phrase_contactez_nous{
   width:500px;
   text-align:center;
}


div#conteneur_contact {    	
	width:100%;
	text-align:center;
}

.input_contact {   
	background-color:#FFFFFF;
	color:#000;
	border:1px #000000 solid;
	width:140px;
}

.input_contact_error {     	
	background-color:#FFFFFF;
	color:#000;
	border:1px red solid;
	width:140px;
}

.input_contact_msg {   
	background-color:#FFFFFF;
	color:#000;
	border:1px #000000 solid;
	width:98%;
}

.input_contact_msg_error {   
	background-color:#FFFFFF;
	color:#000;
	border:1px red solid;
	width:90%;
}

#lien_plan {    
	color:black;
	text-decoration:none;
}
/* FIN PAGE CONTACT */

/* CLASS */
.italique { font-style:italic; }
.souligner { text-decoration:underline;}
.non_souligner { text-decoration:none; }
.gras { font-weight:bold; } 
.centrer{text-align:center;}
.droite{text-align:right;}
.gauche{text-align:left;}
.justifier{text-align:justify;}
input, textarea {font:11px Verdana, Arial, Helvetica, sans-serif;}
/* FIN CLASS */

/* LIVRE D OR */
div#form_livre_or{	
	width:100%;
	display:none;}
				

#tab_livre_or{ 	
	width:100%;
	color:black;
}

#tab_livre_or td#td_top{ 	
	vertical-align:top;
}

#tab_livre_or td#td_gauche{ 	
	width:150px;
}

.input_livre_or {	
	background-color:#FFFFFF;
	color:#000000;
	border:1px #000000 solid;
	width:140px;
}
.input_livre_or_msg {	
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
	width:350px;
	height:120px;
}

.input_livre_or_msg2 {	
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #DD2222 ;
	width:350px;
	height:120px;
}

#bouton_envoyer_livre_or {	
	background-color:#6b0302;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

#phrase_signer {	
	margin:0 0 15px 0;
	text-align:center;
}
					
.texte_livre_or { 	
	color:black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	vertical-align:top;
	height:30px;
	border-bottom:1px solid black;
}

.denomination_livre_or {	
	padding-top:5px;
}

.lien_contenu_livre_or {
	color:black;
	text-decoration:none;
}

.lien_page_livre_or {	
	color:black;
	text-decoration:none;
}

#page_livre_or {	
	width:100%;
	text-align:center;
}

#loading {	
	text-align:center;
	width:100%;
	display:none;
	padding-top:150px;
	height:120px;
}
/* FIN LIVRE D OR */

/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
/* FIN CSS SLIMBOX */



/* Affichage dynamique Highslide */
p#fond_video{
	margin:0 15px 10px 0;
	-margin-left:-233px;
	position:absolute;
	left: 0px;
	top: 0px;
}
.highslide, .highslide2 {
	cursor: url(http://www.restaurant-lecurie.com/js/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide2 img{
}
.highslide2:hover img{
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(js/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 640px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(http://www.restaurant-lecurie.com/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}