/* CSS Document */

#page   {
	width: 780px;
	margin: 0px;
	padding: 10px;
	background-color: #ccc;
	font-family: "Comic Sans MS", Arial, sans-serif;   }
a   {
	color:#0000FF;
	text-decoration: none; }
a:hover  {
	text-decoration: none;  }

h1 {
	clear : left;
	background-color: #FDF2B3;
	margin: -10px 10px 10px 10px;
	border-bottom: 4px solid #800;
	font-size: 1.5em;
	color:#800;  	}

#gilbert {
	width : 250px;
	height: 70px;
	float : left;
 	margin: 0px 20px 10px 0;  
	padding-left: 5px;
	border-top: 4px;
	border-left: 4px;
	border-bottom: 0px; 
	border-right: 0px; 
	border-style: solid;
	border-color: blue;
	
	font-size : 0.9em;
	background-color: #E9FCFC;
	color: #00b;   }
#gilbert p {
	margin-top: 10px;   }

#titre {
	float: left;
	width: 380px;
	height: 70px;
	margin: 0px 20px 10px 0;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 4px; 
	border-right-width: 4px; 
	border-style     : solid;
	border-color: #800;
	padding: 0 0 0 0;

	background-color: #FDF2B3;
	text-align: center;
	color: #800;   }
#titre h3 {
	margin-top: 0px;
	padding-top: 5px;
	font-size: 1.2em;  	}

#retour1 {
	float : right;
	width: 90px;
	height: 70px;
	background-color: #FFFFFF;
	border: 2px solid blue; }
#retour1 p {
	margin-top: 5px;
	text-align: center;  }

#commentaire {
	clear: left;
	margin : 0px;
	margin-bottom: 10px;
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#FFFFCC;
	border-bottom: 4px solid #800;
	color:#800;  	}

#presentation {
	float:left;
	margin-right: 20px;
	padding : 5px;
	width: 250px;

	background-color: #FAFADA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #800;   }
#presentation p {
	font-size: 0.8em;  }

#illustration {
	float: left;
	margin-right: 10px;
	width: 170px;  }
#illustration p{
	margin: 0px;
	padding-bottom: 5px;
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color : #444;   }

#extrait {
	float: right;
	width : 290px; 
	padding : 10px;

	background-color: #E9FCFC;
	font: 0.8em "Comic Sans MS", Arial, sans-serif;
	text-align: justify;
	text-indent: 20px;
	color : #222;   }


