body {
	background: #000000;
	font:14px Georgia,"Times New Roman",Times,serif;
	line-height: 20px;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}

p
{
   text-indent: 30px; 
   text-align: justify; 
}

p:first-letter 
{
   font-weight: bold; 
   font-size: 1.2em; 
   color: red; 
 } 
 

a
{
   color: #8a929f;
   text-decoration: underline;
   
}

/*a:first-letter 
{
   font-weight: bold; 
   font-size: 1.2em; 
   color: red; /
 }  */

a:hover
{
	color: #c50304;
	text-decoration: underline;
	background-color: white;
	
}

#page
{
	width: 760px;
	margin: auto;
	padding: 10px;
	border: 10px solid #b2b9c4;
	background-color: white;
	background-image: url("images/chien.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
}

#en_tete
{
	width: 760px;
	height: 200px;
	background-color: white;
	background-image: url("images/eglisehaut.jpg");
	background-repeat: no-repeat;
	border-bottom: 5px solid white;
}

#menu
{
	margin-top:20px;
	font-size:16px;
	line-height:20px;
	float: left;
}

.sous_menu ul
{
	font-size: 14px;
	list-style-image: url("images/puce.jpg");
}

.sous_menu span
{
	font-size: 11px;
	color : #0db700; 

}
.sous_menu span:hover
{
	color:#c50304;
   text-decoration: underline;
   background-color: #f1f2ef; 

}

.sous_menu a
{
   color: #075e00;
   text-decoration: none;
 
}

.sous_menu a:hover
{
   color:#c50304;
   text-decoration: underline;
   background-color: #f1f2ef;
   
}

#corps
{
	padding: 10px;
	margin-top: 10px;
	margin-left: 190px;
	position: right;
	background-color: #f1f2ef;
	background-image: url("images/cote.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 1px solid #b2b9c4;
}
.imagedroite
{
	border:5px #8a929f solid;
	margin-right :10px;
	float:left;
}
.imagegauche
{
	border:5px #8a929f solid;
	margin:10px;
	float:right;
}
.imagecentre
{
	border:5px #8a929f solid;
	margin-left: 130px;
}

#bas
{
	margin-top:10px;
	margin-left: 450px;
	height:50px;
	
}

.sommaire
{
border:none;
}

#pub
{
width: 760px;
height: 160px;
margin: auto;
padding: 10px;
background-color: white;
border-bottom: 10px solid #b2b9c4;
border-left: 10px solid #b2b9c4;
border-right: 10px solid #b2b9c4;
border-top: 10px solid #b2b9c4;
}