/*
Fichier design.css commencé le 18 juin 2010 pour un site de Religion.
Auteur: François de Mahieu.

*/

body{
		background-color: #d7d7d7;
}
#banniere{
		background: url("../images/banniere.jpg") no-repeat center;
		height:143px;
		width:100%;
		text-indent: -5000000px;

}
#menu{
	background: url("../images/fd-menu.jpg") repeat-x;
	width: 841px;
	height: 25px;
	margin-left:10px;

}

#menu a{
	display:block;
	float:left;
	width:19.5%;
	height:25px;
	text-align:center;
	text-decoration:none;
	font-size:1.1em;
	color:white;
	

}
#menu a:hover{
	font-size: 1.2em;
	text-decoration:underline;
	
}
#menu .admin{
	width: 25px;
	margin-left: -20px;

}

#header{

	margin-top: 100px;
	font-size:0.7em;
	color: #9ba29b;
	text-align:center;
	
}
#corps{
	margin-left:50px;
	margin-top:25px;
	width:90%;


}

/*  Bloc de présentation */
#presentation{
	width:340px;
	}
#presentation p{
	width:220px;
	
	}
#presentation img{
	float:right;
	margin-top: -112px;

}
#presentation h3{
		background: url("../images/adresse.jpg") no-repeat;
		height:36px;
		width:340px;
		text-indent: -5000px;
	
}
#presentation a{
	color:#2677c9;
	text-decoration: none;
}

/* Bloc de evenement*/

#evenement{
	margin-top: -170px;
	margin-left: 450px;
}
#evenement a{
	color:#2677c9;
	text-decoration: none;
}
#evenement h3{
	background: url("../images/evenement.jpg") no-repeat;
	height: 34px;
	width: 305px;
	text-indent: -50000px;

	}
	
/*bloc qui suis-je ? */
#qui{
	margin-top:100px;
	width: 305px;
}
#qui h3{
	text-indent: -5000px;
	background: url("../images/qui.jpg") no-repeat;
	height: 36px;
	width: 340px;

}

#qui a{
	color:#2677c9;
	text-decoration: none;
}

/* Bloc Infos-Lettre */

#newsletter{
	margin-top: -207px;
	margin-left: 450px;
	height: 200px;
	text-indent: 20px;
}
#newsletter h3{
	background: url("../images/info-lettre.jpg") no-repeat;
	height: 34px;
	width: 305px;
	text-indent: -5000px;
	
}

/* Fond de corps*/
#ensemble{
	background: url("../images/fd-corp.jpg") repeat-y center;
	width: 860px;
	margin-left: 13.5%;
	
}

/* Page contact */
#contact textarea{
		margin-left: 23%;
		margin-top: -20px;
}
#contact input.text{
		margin-left: 13%;
}
#contact input.send{
		margin-left:45%;
}
#message{
		width:100px;
}




