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

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


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

div#module_droite2{
	float:right;
	width:75%;
}



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

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

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

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

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

.module_contenu .photo{
	float:left;
	margin:-5px 10px 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:#891F38;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	
	border-radius:3px;
	-moz-radius:3px;
	-webkit-radius:3px;

}



/*************************************************************
		AFFICHAGE de la date !
**************************************************************/
.date_module{
	background:#891F38;
	padding:3px 10px;
	color:#FFF;
	font-size:14px;
	
	border-radius:7px;
	-moz-radius: 7px;
	-webkit-radius: 7px;
}


/*************************************************************
  	  AFFICHAGE de jours clé dans le calendrier (news)
**************************************************************/
.class_css_jour_demande{ 
	background-color: #ABABAB;
		
	border-radius:7px;
	-moz-radius:7px;
	-webkit-radius:7px;
}







/*************************************************************
  	  AFFICHAGE Moteur de recherche (news)
**************************************************************/

input#recherche{
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	padding:2px;
	margin-bottom:3px;
}

.inputInactif{
	border: solid 2px #DFDFDF;
	background:#EEE;
	color: #6F6F6F;
	font-style:italic;
}		
.inputActif{
	border:solid 2px #ABABAB;
	background:#EEE;
	color:#000;
	font-style:normal;
}

input#recherche_valider{
	background:#ABABAB;
	height:24px;
	width:24px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	margin-bottom: -7px;
}



/*************************************************************
  	  AFFICHAGE Précédent / Suivant / Retour 
**************************************************************/

.precedent{
	width:200px;
	/*background:#f3f3f3;*/
	min-height:50px;
	padding:5px;
	text-align:right;
	cursor:pointer;
}

.suivant{
	width:200px;
	/*background:#f3f3f3;*/
	min-height:50px;
	padding:5px;
	text-align:left;
	cursor:pointer;
}


.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:0px 10px 10px 10px;
}






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 #891F38;
}

.infos_date span.mois{
	background: #891F38;
	border-bottom: 1px solid #891F38;
	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:#000;
}

.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 #891F38;
}
.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:10px 0;
}
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:250px;
	color:#000;
	font-weight:normal;
}

.box_entete {
	background-color: #891F38;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*background:#666666 url(img/fd_entete.jpg);*/
	font-weight:bold;
	padding:0;
	padding-left:8px;
	padding-top:2px;
	height:24px;
	line-height:24px;
	-moz-border-radius: 5px 5px 0 0; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	padding-right:8px;
	font-size:12px;
	color:#FFF;
}

.box_entete h2 { padding:0; font-size:12px;}
.box_entete h2 a {color:#CC006F; 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:#CC006F; text-decoration:none;}
.box_entete h3 a:hover, .box_entete h3 a.active {color:#000; text-decoration:none;}

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

.box_corps {
	/*background:url(img/fd_box.jpg) repeat-x #fff;
	background-position:top;*/
	border: 1px solid #ccc;
	background-color:#FFFFFF;
	padding:8px;	
	-moz-border-radius: 0 0 5px 5px; 
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color:#891F38;
}	
.box_corps a {text-decoration:none; color:#CC006F;}
.box_corps a:hover {color:#000;}

.box_corps h2 { padding:0; font-size:13px;color:#CC006F;}
.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;
}
