/*************************************************************
	Ctrl+F couleur par défaut: 
	#DB130D;
	
	rollhover_opa_c.png >> image utilisé pour effectuer une opacité plus claire
	rollhover_opa_f.png >> image utilisé pour effectuer une opacité plus foncé
		
**************************************************************/


/*************************************************************
		AFFICHAGE des colonnes gauche et droite
**************************************************************/
div#module_gauche{width:70%;}
div#module_gauche p{padding:5px;}

div#module_droite{
	background:url(http://www.lewinebar-bordeaux.com/img/modules_separateur_v.png) no-repeat top left;
	float:right;
	width:25%;
	min-height:350px;
	margin:0px 0px ;
	padding: 0 0 0 20px;
}

div#module_droite p{padding:5px;}

div#module_gauche2{
	background:url(http://www.lewinebar-bordeaux.com/img/modules_separateur_v2.png) no-repeat top right;
	width:25%;
	min-height:350px;
	margin:0 0 0 0;
	padding: 0 20px 0 0;
}
div#module_gauche2 p{padding:5px;}

div#module_droite2{float:right;width:70%;}
div#module_droite2 p{padding:5px;}

/*************************************************************
		AFFICHAGE des modules
**************************************************************/

.module_contenu{
	background:url(http://www.lewinebar-bordeaux.com/img/modules_separateur_h.png) no-repeat top center;
	padding-top:25px;
	text-align:justify;
	min-height:140px;
}
.module_contenu h2{margin:10px 0 0 0;}
.module_contenu h2 a{text-decoration:none; font-weight:normal;}
.module_contenu h2 a:hover{
	text-decoration:none;
	color:#DB130D;
}

.module_contenu .photo{
	float:left;
	margin:0px 20px 10px 0px;
	width:130px;
	height:130px;
}

/*************************************************************
		MODULE GALERIE PHOTOS
**************************************************************/
.box_liste_galerie h2{margin:10px 0 0 0;}
.box_liste_galerie h2 a{text-decoration:none;font-weight:normal;}
.box_liste_galerie h2 a:hover{text-decoration:none;color:#DB130D;}
/* pour changer la couleur du chiffre indiquant le nombre de phots dans la galerie */
.photo .nb_photos span{
	display:block;
	padding:25px 0 0 23px;
	font-weight:bold;
	text-align:left;
	color:#DB130D;
}



/*************************************************************
		Liens pour aller vers le détail des news
**************************************************************/
a.lasuite{
	text-decoration:none;
	padding:3px 6px;
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
	box-shadow: inset -1px -1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.2);
}
a.lasuite:hover{ text-decoration:underline;}

/*************************************************************
		Liens retour en haut
**************************************************************/
a.return_top{
	padding:1px 3px;
	/*background:#EAEAEA;*/
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_c.png);
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;

	border-radius:3px;
	-moz-radius:3px;
	-webkit-radius:3px;
}

a.return_top:hover{
	/*background:#ddd;*/
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
}
/*************************************************************
		AFFICHAGE de la date !
**************************************************************/
.date_module{
	background: #DB130D; /*Couleur de fond à changer*/
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.2);
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.2); 
	text-shadow: 0 -1px  0 rgba(0,0,0,.2);

	padding:3px 10px;
	margin:12px 0 4px 0;
	
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
}

/*************************************************************
  	  AFFICHAGE DATE DE PUBLICATION (news et livredor)
**************************************************************/
.news_poste_le {
		margin: 0 0 0 10px;
		font-size:10px;
		color: #DB130D; /*Couleur à changer*/
}

.livredor_poste_le {
	margin: 0 0 0 5px;
	font-size:11px;
	color: #DB130D; /*Couleur de fond à changer*/
}

/*************************************************************
  	  AFFICHAGE de jours clé dans le calendrier (news)
**************************************************************/
.class_css_jour_demande{ 
	/*background-color: #ABABAB;*/
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
	border-radius:7px;
	-moz-radius:7px;
	-webkit-radius:7px;
}

.class_css_jour_demande:hover{
	/*background:#ccc;*/
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png) rgba(0,0,0,.2); 
}
/* Pour changer la couleur du n°de la date dans le calendrier */
.class_css_jour_demande a{color:#DB130D;}
.class_css_jour_demande a:hover{color:#DB130D;}

/*************************************************************
  	  AFFICHAGE Moteur de recherche (news)
**************************************************************/
input#recherche{
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	padding:2px; margin:0;
	height:16px;
	margin-bottom:3px;
	width:85%;
}
.inputInactif{
	/*adapter les couleurs des bordures suivant charte*/
		border-top: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	  border-bottom: 1px solid #999;
		border-right:none; 
	color: #6F6F6F;
	font-style:italic;
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
}		
.inputActif{
	/*adapter les couleurs des bordures suivant charte*/
		border-top: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		border-bottom: 1px solid #999;
		border-right:none; 
	color:#000;
	font-style:normal;
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_c.png);
}
input#recherche_valider{
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
	/*adapter les couleurs des bordures suivant charte*/
		border-top: 1px solid #d9d9d9;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left:none; 
	padding:0px; margin:0;
	height:20px;
	width:20px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	vertical-align:top;
}
input#recherche_valider:hover{background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png) rgba(0,0,0,.2);}

/*************************************************************
  	  AFFICHAGE Précédent / Suivant / Retour 
**************************************************************/
.precedent{
	/*background:#f3f3f3;*/
	width:200px;
	min-height:50px;
	padding:5px;
	text-align:right;
	cursor:pointer;
}
.precedent img{
	padding-left:5px;
}
.suivant{
	/*background:#f3f3f3;*/
	width:200px;
	min-height:50px;
	padding:5px;
	text-align:left;
	cursor:pointer;
}
.suivant img{padding-right:5px;}
.precedent:hover, .suivant:hover{
	/*background:#ddd;*/
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
}
.retour{
	/*background:#f3f3f3;*/
	width:60px;
	height:60px;
	text-align:center;
	cursor:pointer;
}
/*************************************************************
  	 MODULE LIVRE D'OR
**************************************************************/
#btn_ajout_champ {
	font-size:14px;
	background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png);
	color:#FFF;
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
	width:20px;
	height:20px;
	text-align:center;
	float:right;
	cursor:pointer;
}
#btn_ajout_champ:hover {background:url(http://www.lewinebar-bordeaux.com/img/rollhover_opa_f.png) rgba(0,0,0,.2);}
.box_titre{
	padding:5px 5px 5px 10px;
	background: #DB130D; /*Couleur de fond à changer*/
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.2);
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.2); 
	text-shadow: 0 -1px  0 rgba(0,0,0,.2);
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
}
.fond1{background:url(http://www.lewinebar-bordeaux.com/img/galerie_bas_droite.png) no-repeat bottom right;}
.fond2{background:url(http://www.lewinebar-bordeaux.com/img/galerie_bas_gauche.png) no-repeat bottom left;padding:10px 15px 15px 15px;}
ul.liste{list-style-type:none;margin:5px 0 5px 0;padding:0 0 0 10px;height:1%;}
.liste li{list-style-type:none;list-style-position:outside;font-weight:bold;padding:3px;}
.liste li.selection {text-decoration:none;}
.liste li.selection a{color:#EA2D31;}
.liste li a {text-decoration: none;}
/*************************************************************
		AFFICHAGE DATE DANS MODULES (ACTU, GALERIE...)
		et H2 QUI VA AVEC
**************************************************************/
.infos_date{
	background: #DB130D;
	width: 28px;
	height: 28px;
	display: block;
	margin:0 5px 20px 0;
	padding:5px;
	position: relative;
	text-align: center;
	float: left;
	line-height: 100%;
	border: 1px solid #DABD8B;
}
.infos_date span.mois{
	background: #DABD8B;
	border-bottom: 1px solid #DABD8B;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-size: 85%;
	padding: 2px 0;
	text-transform: uppercase;
}
.infos_date span.jour{
	bottom: 1px;
	padding: 3px 0;
	left: 0;
	width: 100%;
	font-size:14px;
	position: absolute;
	color:#fff;
}
.infos_entete h2{
	font-family: Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	margin: 0 0 0 50px;
	font-size: 20px;
	font-weight: bold;
	border-bottom:1px solid #DB130D;
}
.infos_entete h2 a {text-decoration:none;}
.infos_entete h2 a.active, .infos_entete h2 a:hover{ text-decoration:none;}
/************************************************
					 BOX POUR LES MODULES
************************************************/
table#liste_produit{
	margin:0px 0;
	border:solid 1px #ddd;
	/* offset left, top, thickness, color with alpha */
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
table#liste_produit thead{
	background-color:#EEE;
	font-size:12px;
	
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
}
table#liste_produit th{
	padding:5px 0;
}
table#liste_produit td{
	padding:5px;
	border-bottom:1px dotted #CCC;
	cursor:pointer;
}
table#liste_produit td h2{
	font-size:13px;
}
/************************************************
					 BOX POUR LES MODULES
************************************************/
.box_accueil {
	margin-bottom:15px; 
	width:100%;
	color:#DABD8B;
	font-weight:normal;
	background:#310301;
	padding:10px;
}
.box_entete_g{ background:url('http://www.lewinebar-bordeaux.com/img/images/puce_box_galery.png') no-repeat transparent top left;}
.box_entete_n{ background:url('http://www.lewinebar-bordeaux.com/img/images/puce_box_news.png') no-repeat transparent;}
.box_entete {
	font-family: 'Lobster', cursive;
	font-size:20px;
	font-weight:normal;
	color:#E60700;
	padding:4px 8px 4px 40px;
}
.box_entete h2 { padding:0; font-size:12px;}
.box_entete h2 a {color:#fff; text-decoration:none;}
.box_entete h2 a:hover, .box_entete h2 a.active {color:#000; text-decoration:none;}

.box_entete h3 { padding:0; font-size:12px;}
.box_entete h3 a {color:#fff; text-decoration:none;}
.box_entete h3 a:hover, .box_entete h3 a.active {color:#000; text-decoration:none;}

.box_entete a {color:#fff; text-decoration:none;}
.box_entete a:hover, .box_entete a.active {color:#000; text-decoration:none;}

.box_corps {
	/*
	background:url(http://www.lewinebar-bordeaux.com/img/fd_box.jpg) repeat-x #fff;
	background-position:top;
	*/
	padding:8px;	
	color:#DABD8B;
}	
.box_corps a {text-decoration:none; color:#DB130D;}
.box_corps a:hover {color:#DABD8B;}

.box_corps h2 { padding:0; font-size:13px;color:#DB130D;}
.box_corps h2 a {text-decoration:none;}
.box_corps h2 a:hover, .box_corps h2 a.active {text-decoration:none;}

.box_corps ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	height:1%;
}
.box_corps li{
	list-style-type:none;
	list-style-position:outside;
	font-weight:bold;
	padding:3px;
}
.box_corps li.selection {text-decoration:none;}
.box_corps li.selection a{color:#EA2D31;}
.box_corps li a {text-decoration: none;}
.box_corps input.btsubmit{
	background-position:top;
	border:1px solid #999;
	margin-bottom:5px;
	color:#333;
}
.box_corps input.formulaire{
	background-position:center;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#333;
}
.msg { font-size:13px; color:#CC0000; font-weight:bold; margin:10px}
.date_publication {
	font-size:11px;
	font-style:italic;
}
/****************** Newsletter	resto ****************/
.newsletter_resto{
	position:absolute;
	top:24px;
	right:25px;
	text-align:center;
}
/****************** FIN Newsletter	resto ****************/
/******************* Liens du multipage *******************/
.multipage ul {
	height:20px;
	margin:0 0 0 0;
	padding:0 0 0 0px;
	list-style-type:none;
}
.multipage ul li {
	display:inline;
	margin:0;padding:0;
}
.multipage ul li a{text-decoration:none}
.multipage a{text-decoration:none}
.multipage img { vertical-align:middle; padding-right:5px }
/******************* FIN liens  du multipage *******************/
.liste_visite {
	border-bottom:1px dotted #ccc;
	margin-top:2px;
	padding-bottom:2px;
	padding-top:2px;
}
.liste_visite_hover{ 
	background-color:#F4F4F4; 
	cursor:pointer;
	border-bottom:1px dotted #ccc;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
}
.liste_visite h2, .liste_visite_hover h2 {font-size:13px;text-decoration:none;}
.liste_visite h3, .liste_visite_hover h3 {font-size:13px;text-decoration:none;}
/****************************************************
					PORTFOLIO
****************************************************/
.location{
	height:26px;
	background-image:url(http://www.lewinebar-bordeaux.com/img/fd_locator.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	color:#666;
	font-size:10px;
}
.location input{
	background-image:url(http://www.lewinebar-bordeaux.com/img/fd_locator.jpg);
	background-position:bottom;
	border:none;
	color:#333;
	height:25px;
	cursor:pointer;
}
.location input.hover, .location input:hover{
	background-image:url(http://www.lewinebar-bordeaux.com/img/fd_entete3.jpg);
	background-position:top;
	border:none;
	color:#FFF;
}
.location a{text-decoration:none;}
.alert{	
	color:#e12d2d;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
}
#ligne{border-bottom:1px dashed #999;}
.titre_galerie{
	font-size:13px;
	border-bottom:1px solid #999;
	font-variant:small-caps;
	font-weight:bold;
}
.img_calendrier {vertical-align:top;border:none;}