/* CSS Document */

#page   {
	width: 820px;
	margin: 0px;
	padding: 10px;
	background-color: #444;
	font-family: "Comic Sans MS", Arial, sans-serif;
	position: static;
}
a   {
	font: bold 1.2em "Comic Sans MS", "Lucida Grande CE";
	color:#33FF00;
	text-decoration: none;
}
a:hover  {
	text-decoration: none;  }
	
.blanc { color: #EEE;  } 
.rouge { color: #C00;  } 
.jaune { color: #FF9;  } 
.vert { color: #0B0;  }

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: 420px;
	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: #E9FCFC;
	padding: 0 0 0 0;
	background-color: #000099;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
#titre h3 {
	margin-top: 0px;
	padding-top: 5px;
	font-size: 1.2em;  	}

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

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

#presentation {
	float:left;
	margin-right: 10px;
	padding : 5px;
	width: 380px;
	background-color: #E9FCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000099;
	font-size: 1em;
	margin-top: 10px;
}

#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 : #ffc;   }

#telechargement {
	float:left;
	margin-right: 10px;
	padding : 5px;
	width: 160px;

	background-color: #30c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;   }
#telechargement p {
	font-size: 0.7em;  }
#telechargement a {
	color: red;  }


#droite {
	float: none;
	width : 400px;
	background-color: #E9FCFC;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color : #00b;
	margin-top: 80px;
	position: relative;
	padding-left: 10px;
	clear: none;
	margin-left: 400px;
}
#pied-de-page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
	padding: 20px;
	clear: both;
	margin-top: 30px;
	text-align: center;
	position: static;
}
#pied-de-page  h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #FFFF00;
	font-weight: bolder;
}
#pied-de-page p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFF00;
	text-align: justify;
	text-indent: 25px;
}
