/*----------- le style général de la page -----------*/
body {   
	margin-top:5px;
	padding:0px;
	width: 760px;
	margin: auto;
	font-family: verdana, arial, sans-serif;
	color: #000099;
	font-size: small;	}
	
/*------------ les divers style de bloc -------------*/
#blocheader {
	width:758px;
	height: 60px;
	background-color: #cfcfcf;
	border: 1px solid #000000;
		}
#blocmenuheader {
	background-color: #ffffcc;
	width: 758px;
	height: 15px;
	border: 1px solid #000000;
	}
#blocmenu {
	background-color: #cccccc;
	border: 1px solid #000000;
	margin-top:5px;
	width: 200px;
	height: 460px; /* cette ligne indique la hauteur du bloc menu */
	float:left;
/*	background-image: url('http://www.cathedrale-chartres.fr/ktd/themes/paques/images/Rubens_Resurrection.jpg');
	       background-repeat: no-repeat; 
		   background-position: center;   */       
	}

#bloccontenu {
	background-image: url('images/ciel_01.jpg');
	border: 1px solid #000000;
	margin-top:5px;
	margin-left:10px;
	overflow: auto;
	width: 545px;
	height: 460px; /* cette ligne indique la hauteur du bloc contenu */
	float:left;
	}

/*------------ Et maintenant les textes -------------*/

a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/*----------------   FIN   -----------------------*/