/*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
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
		
}

/* 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;
}
	


/* Bloc contenu */

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



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

.photo
{
		
	width: 210px;	
	float :right;
	margin-top : 45px;
	margin-right : 100px;
	padding : 1px 1px 1px 1px;

}




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

}*/
/* bloc texte */

.p
{
	
	line-height: 25px;
	margin-top:0px;
	margin-left:60px;
	padding: 0px;
	width: 30%;
	text-align: left;
	border:1px solid red;

	}
	
/* 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;
	
	
}



