/*pour page index*/

body, div, ul { margin: 0px, padding:10px;}


body 
{
	

	background-color: #000000;
	font-family: "Times new roman",Times,Arial; sans-serif;
	font-size: 18px;
    	font-style: italic;
}
	    /* Bloc centré pour l'ensemble de la page */

.global
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	
		
}

/* Bloc titre */
.entete
{

	
	width: 750px;
	height: 80px;
	margin-bottom : 10px;
	padding:1px;
	background-color: #FFE4B5;
	/* border:1px solid #000000;*/
}	

/* Bloc menu */
.blocmenu
{
	width: 650px;
	height: 80px;
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	
       
	
	 border:1px solid #FFE4B5;
}



.blocmenu1
{
	width: 280px;
	height: 40px;
	margin-top : 0px;
	margin-left : 15px;
	margin-right : auto;
	
       
	
	 border:0px solid #FFE4B5;
}

	


/* Bloc contenu */

.contenu
{
	width: 750px;
	height: 500px;
 	background-color: #000000;
	color:#FFE4B5;
	margin-left : 50px;
	border:0px solid #FFE4B5;
}

.sousTitre
{
		
	width: 210px;
	margin-left : 15px;
	margin-right : auto;
	margin-top : 20px;
	padding : 5px;
	height: 30px;
	text-decoration : underline;
	

}


.lecteur
{
		
	width: 350px;	
	margin-left : 20px;
	margin-right : auto;
	padding : 5px;

}
	
img
{
		
	width: 200px;
	height: auto;	
	
}

.photo
{
		
	width: 210px;	
	float :right;
	margin-top : 60px;
	margin-right : 150px;
	padding : 1px 1px 1px 1px;

}

/* bloc texte */

.texte
{
	
	width: 610px;
	line-height: 25px;
	margin-top:200px;
	margin-left:20px;
	padding: 0px;
	text-align: left;
	border:0px solid red;

}


/* Bloc citations */
.pied
{
	clear: both;
	background-color: #FFE4B5;
	padding : 10px 10px 10px 10px;
	font -style: italic;
	font-size: 14px;
	text-align: center;
	color:#800000;
}
		
	

/* détail pour le menu de navigation */


#menu 
{
	
}

#menu li 
{
	
	list-style-type: none;
}

#menu li  a, #menu li  a:visited
{
	background-color:transparent;
	display: block;
	float:left;
	line-height: 5px;
	margin: 15px;
	padding: 1px 2px 3px 3px;
	text-decoration: underline;
	font-family: "Times new roman",Times,Arial; sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FFE4B5;
		
	}



/* bloc menu de navigation */


h1 
{
	text-align: center;
	font-size: 32px;
	color:#800000;
	text-shadow:#800000 0px 0px 0px;

	
}
		
h3 
{
	
	font -style: italic;
	font-size: 18px;
	text-align: center;
	color:800000;
	
	
}



