@charset "utf-8";

/* reset CSS */
* {
    margin: 0;
    padding: 0;
}

/* PAGE WEB */
body
{
	background: #aad7f9 url('http://www.messesinfo.catholique.fr/images/fond_site.gif') repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#top {
	width: 980px;
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 30px 0 5px 0; !important
}
#top span#date_heure {
	float: right;
}
/* ARRONDI HAUT GAUCHE DE LA PAGE CENTRALE*/
#boite
{
	background: #FFF url('http://www.messesinfo.catholique.fr/images/arrondi_gauche.jpg') no-repeat left top;
	width: 980px;
	margin: 0 auto;
}

/* ARRONDI HAUT DROITE DE LA PAGE CENTRALE ET TITRE */
#boite .en_tete
{
	background: url('http://www.messesinfo.catholique.fr/images/arrondi_droite.jpg') no-repeat right top;
	border-bottom: 5px solid #F8AE01;
	height: 142px;
}
#boite .en_tete .ljaune
{
	width: 980px;
	height: 15px;
	margin: -5px 0 0 0;
	background: url('http://www.messesinfo.catholique.fr/images/fond_orange_nav.gif') repeat-x;
}

/* SUPPRIME LES BORDURES DES IMAGES */
#boite .en_tete img
{
	border: 0px;
}

/* CORPS PAGE WEB */
#contenu
{
	background: url('http://www.messesinfo.catholique.fr/images/arrondi_bas_gauche.gif') no-repeat left bottom;
}

#contenu p {
	margin: 0 0 10px 0;
	line-height: 18px;
}
/* PUB */
#contenu #pub_gauche
{
	width:160px;
	float:left;
	margin: 0 0 0 5px;
}

#contenu #pub_droite
{
	width:160px;
	float:left;
	margin: 0 0 0 5px;
}

#contenu #pub_gauche img
{
	border: none;
}

#pub_footer {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
}

/* CHAPEAU */
#contenu #chapeau
{
	text-align:justify;
	padding: 20px 30px;
}

/* FORMULAIRE */

#contenu #formulaire
{
	width:650px;
	float:left;
	margin: 0;
}

#contenu form p
{
	clear: both;
	padding-bottom:5px;
	padding-top:5px;
}

/* LABEL DU FORMULAIRE POUR RENDRE LE CHAMPS ACCESSIBLE PAR SIMPLE CLIC */
#contenu label
{
	float: left;
	text-align: left;
	width: 120px;
	margin-left:10px;
}

/* CHAMPS FORMULAIRE */
#contenu input, #contenu select
{
	float: left;
	text-align: left;
	width:200px;
}

/* AUTO-COMPLETION */
#select_commune, #select_paroisse
{
	width:202px;
	margin-left:130px;
	border:1px solid #aca899;
	display:none;
}

#select_commune p, #select_paroisse p
{
	padding: Opx;
	margin: 0px;
	font-size: 9px;
}

#contenu fieldset
{
	clear:both;
	margin:0px;
	margin-top:7px;
	position:relative;
	padding:8px;
	background:#eaf4fc;
}

/* LEGEND FORMULAIRE (EN-TETE) */
#contenu form legend
{
	color: orange;
	font-weight: bold;
}

/* ARRONDI BAS DROITE */
#contenu .last-element
{
	background: url('http://www.messesinfo.catholique.fr/images/arrondi_bas_droite.gif') no-repeat right bottom;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#contenu .last-element a
{
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

#contenu .last-element a:hover
{
	text-decoration: none;
	color: orange;
}

#contenu .last-element img
{
	border: none;
	position: relative;
	top: 13px;
}

/* CHAMPS RECHERCHER */
.rechercher
{
	background:#f8ae01;
	text-align: center;
	width:90px;
	padding:0px 5px 0px 5px ;
}
