/* ====================================================================
PAGE : apropos.php
-------------------------------------------------------------------*/
#titre {
 top: -230px;
}
#libelle {
 top: -225px;
}
/* ====================================================================
PAGE : bloc NEWSLETTER
-------------------------------------------------------------------*/
#titre_newsletter {
 top: -85px;
}
#libelle_newsletter {
 top: -85px;
}
#bloc_newsletter input[type=submit] {
	padding: 0 5px ;
	margin: 0 0 0 10px;
	text-align: right;
	width: 100px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: arial;
	color: white;
	background-color: #796116;
	border:0px ;
}
/* ====================================================================
PAGE : AGENDA
-------------------------------------------------------------------*/
#agenda_titre {
 top: -312px;
}
#agenda_descriptif {
 top: -312px;
}
#agenda_tarif p {
 text-align: center;
}
#agenda_tarif {
 top: -312px;
}
/* ====================================================================
PAGE : GALERIE
-------------------------------------------------------------------*/
#galerie_annee {
 top: -326px;
}
#galerie_mois {
 top: -326px;
}
#galerie_lst_intitule {
 top: -326px;
}
#bloc_galerie_img img {
 margin: 45px 0 0 15px;
}
#bloc_galerie_img_petite {
 width: 300px;
}
#bloc_galerie_img_compteur {
 width: 290px;
}

.bloc_galerie_vid_titre {
 top: -70px;
}
.bloc_galerie_vid_commentaire {
 top: -60px;
}

/* ====================================================================
PAGE : bloc INFOS
-------------------------------------------------------------------*/
#info_bandeau_bas_l1 {
 /*top: -130px;*/
}
#info_bandeau_bas_l2 {
 /*top: -130px;*/
}
/* ====================================================================
PAGE : bloc CONTACT
-------------------------------------------------------------------*/
#titre_coord_ent {
 top: -65px;
}
#bloc_contact {
 padding: 10px 0 0 15px;
 margin: 0;
}
#contact_gauche {
 top: -178px;
 width: 115px;
}
#contact_droite {
 top: -178px;
}
#contact_droite input,
#contact_droite textarea {
	padding: 0;
	margin: 0 0 5px 0;
	width: 189px;
	border:0px solid;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
  font-family: verdana;
	color: black;
	background-color: white;
	border: 0px solid;
	overflow: hidden; 
}
#contact_droite textarea {
	overflow-y: scroll;
}
#contact_droite input[type=submit] {
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
	width: 189px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
  font-family: verdana;
	color: white;
	background-color: #796116;
	border:0px;
}
/* ====================================================================
PAGE : fin - bloc CONTACT
-------------------------------------------------------------------*/
#mentions_legales_bandeau_l1 {
 top: -350px;
}
#mentions_legales_bandeau_l2 {
 top: -350px;
}
#mentions_legales_bandeau_l3 {
 top: -350px;
}
#contact_texte {
 top: -350px;
}
/* ====================================================================
Fin - BLOC 
-------------------------------------------------------------------*/

.transparent_class {
 width:100%;
 height:100%;
 background-color:#000000;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
}


