/*************************************************************
		AFFICHAGE des colonnes gauche et droite
**************************************************************/
div#module_gauche{
	width:75%;	 
}

div#module_gauche p{
	padding:5px;
}

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

div#module_droite p{
	padding:5px;
}

div#module_gauche2{
	background:url(../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:73%;
}

div#module_droite2 p{
	padding:5px;
}
/*************************************************************
		AFFICHAGE des modules
**************************************************************/

.module_contenu{
	background:url(../img/modules_separateur_h.png) no-repeat top center;
	padding-top:25px;
	text-align:justify;
	min-height:120px;
}

.module_contenu h2{
	margin:10px 0 0 0;
}

.module_contenu h2 a{
	text-decoration:none;
}

.module_contenu h2 a:hover{
	text-decoration:none;
	color:#174555;
}

.module_contenu .photo{
	float:left;
	margin:0px 20px 10px 0px;
	width:130px;
	height:130px;
}
/*************************************************************
		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;

	box-shadow: inset -1px -1px 2px #CCC;
/*	-moz-box-shadow: 3px 3px 2px #CCC;
	-webkit-box-shadow: 3px 3px 2px #CCC;*/
}
/*************************************************************
		Liens retour en haut
**************************************************************/
a.return_top{
	padding:1px 3px;
	background:#70d1f4;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	
	border-radius:3px;
	-moz-radius:3px;
	-webkit-radius:3px;

}

a.return_top:hover{
	background:#004fa7;
}
/*************************************************************
		AFFICHAGE de la date !
**************************************************************/
.date_module{
	background:#cae2ee;
	padding:3px 10px;
	color:#002b5b;
	font-size:14px;
	margin:12px 0 4px 0;
	
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
}
/*************************************************************
  	  AFFICHAGE de jours clé dans le calendrier (news)
**************************************************************/
.class_css_jour_demande a{ 
	background-color: #70d1f4;
	color:#fff;
		
	border-radius:7px;
	-moz-radius:7px;
	-webkit-radius:7px;
}

.class_css_jour_demande a:hover, .class_css_jour_demande a.active{
	background:#085490;
	color:#fff;
	
}
/*************************************************************
  	  AFFICHAGE Moteur de recherche (news)
**************************************************************/
input#recherche{
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	padding:2px;
	margin-bottom:3px;
	width:138px;
}
.inputInactif{
	border: solid 2px #70d1f4;
	background:#ecf5f9;
	color: #002b5b;
	font-style:italic;
}		
.inputActif{
	border:solid 2px #70d1f4;
	background:#ffffff;
	color:#002b5b;
	font-style:normal;
}
input#recherche_valider{
	background:#70d1f4;
	height:24px;
	width:24px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	vertical-align:top;
}
input#recherche_valider:hover{
	background:#004fa7;
}
/*************************************************************
  	  AFFICHAGE Précédent / Suivant / Retour 
**************************************************************/
.precedent{
	width:200px;
	/*background:#f3f3f3;*/
	min-height:50px;
	padding:5px;
	text-align:right;
	cursor:pointer;
}
.precedent img{
	padding-left:5px;
}
.suivant{
	width:200px;
	/*background:#f3f3f3;*/
	min-height:50px;
	padding:5px;
	text-align:left;
	cursor:pointer;
}
.suivant img{
	padding-right:5px;
}
.precedent:hover, .suivant:hover{
	background:#cae2ee;
}
.retour{
	/*background:#f3f3f3;*/
	width:60px;
	height:60px;
	text-align:center;
	cursor:pointer;
}
/*************************************************************
  	 MODULE LIVRE D'OR
**************************************************************/
#btn_ajout_champ {
	font-size:14px;
	background:#ABABAB;
	color:#FFF;
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
	width:20px;
	height:20px;
	text-align:center;
	float:right;
	cursor:pointer;
}
.box_titre{
	padding:5px 5px 5px 10px;
	background-color:#EEE;
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
	box-shadow: inset -1px -1px 2px #CCC;
	font-size:15px;
	font-weight:bold;
}
.fond1{
	background:url(../img/galerie_bas_droite.png) no-repeat bottom right;
}
.fond2{
	background:url(../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: #fff;
	width: 28px;
	height: 28px;
	display: block;
	margin:0;
	padding:5px;
	position: relative;
	text-align: center;
	float: left;
	line-height: 100%;
	border: 1px solid #174555;
}
.infos_date span.mois{
	background: #174555;
	border-bottom: 1px solid #174555;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	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:#002b5b;
}
.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 #4C0000;
}
.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:5px; 
	width:250px;
	color:#002b5b;
	font-weight:normal;
-webkit-box-shadow: 0px 0px 15px rgba(23, 69, 85, 0.5);
-moz-box-shadow: 0px 0px 15px rgba(23, 69, 85, 0.5);
box-shadow: 0px 0px 15px rgba(23, 69, 85, 0.5);
}

.box_entete {
	padding:10px 10px 0px 10px; 
	background:url(../img/fond_accueil_box.jpg) no-repeat;
	height:25px;
	color:#002b5b; 
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.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 {
	border: 1px solid #bdd8e9;
	background-color:#FFFFFF;
	padding:8px;	
}	
.box_corps a {text-decoration:none; color:#085490;}
.box_corps a:hover {color:#174555;}

.box_corps h2 { padding:0; font-size:13px;color:#4C0000;}
.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(../img/fd_locator.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	color:#666;
	font-size:10px;
}

.location input{
	background-image:url(../img/fd_locator.jpg);
	background-position:bottom;
	border:none;
	color:#333;
	height:25px;
	cursor:pointer;
}

.location input.hover, .location input:hover{
	background-image:url(../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;
}