body  {
	background-color: #ffc;
	font-family: Comic Sans MS, Arial, sans-serif;  }

#page {
	width: 1000px;
	background-color: #ccc;
	margin : 10px;
	padding: 10px;  }

a  {
	color: #e00;
	text-decoration: none;  }
a:hover  {
	text-decoration: underline;  }

/* Style de l'En_tête */
#en_tete {
	width: 510px;
	float: left;
	border-top-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 0px; 
	border-right-width: 0px; 
	border-style: solid;
	border-color: blue;
	background-color: #E9FCFC;
	text-align: left;
	color: #00B;   }
#en_tete h3 {
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;   }
#en_tete p{
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 10px; 
	font-size: 14px; }



/* Style du bloc de présentation */
#pourquoi  {
	width: 450px;
	float: right;
	padding: 0;
	background-color: #E9FCFC;
	border-left-width: 0px; 
	border-top-width: 0px; 	
	border-bottom-width: 4px; 
	border-right-width: 4px; 
	border-style: solid;
	border-color: blue;
	text-align: center;
	color: #00b  }
#pourquoi p  {
	margin: 0;
	padding: 0px 5px 0 5px;
	font-size: 13px;  }


/* Style de la liste des options */
#accueil
{
	width: 360px;
	float: left;
	padding: 10px;
	margin-right: 0px;
	background-color: inherit;
	border-left-width: 4px; 
	border-top-width: 0px; 	
	border-bottom-width: 4px; 
	border-right-width: 0px; 
	border-style: solid;
	border-color: maroon;
	color: maroon;
	font-size: 24px; 
}
#je_suis
{
	width: 100px; 
	float: right;
	margin-top: 20px;
	margin-right: 25px;
	padding: 10px;
	
	background-color: inherit;
	border-left-width: 0px; 
	border-top-width: 4px; 	
	border-bottom-width: 0px; 
	border-right-width: 4px; 
	border-style: solid;
	border-color: maroon;
}

#calage
{
	clear: left;
}

/* Style de photo du mois */
#photo_mois
{
	float: left;
	margin-top: 10px;
	padding: 5px;
	
	background-color: #000;
	font-family: Verdana;
	font-size: 1.1em;
	text-align: center;
	color: white;
}

/* Style du commentaire */
#commentaire
{
	float: right;
	width: 540px; 
	margin-top: 20px;
	padding: 5px;
	
	background-color: white;
	font-family: Verdana;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: maroon;
}
	
/* Style du bas de page */
#bas_de_page  { 
	float: right;
	width: 540px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0000BB;
}
	
	