/* CSS Document *//* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */
/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body    {
	margin: 1.5em;
	text-align: center;
	font-size: 1em;
	color: #333;
	background-attachment: fixed;
	background-color: #B9FFFF;
	background-image: url(etoileNouv.gif); 
	background-repeat: no-repeat;
}

.chapo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.rubriques{
	background-color: #FFFFCC;
	height: auto;
	width: 175px;
	position: absolute;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	right:10%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.menu-titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #FFFF66;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
}

.article {
	height: auto;
	width: 100px;
	float: left;
	margin: 30px;
}

.titre{

}


.last {
	position: absolute;
	top: 75%;
	left: 10%;
	height: auto;
	width: auto;
}


.surbrilliance{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: blink;
	position: absolute;
	height: auto;
	width: 90%;
	top: 72%;
	left: 5%;
	background-color: #FFFFCC;
	border: thin groove #FFFF00;
}

.info {
	font-size: small;
	position: absolute;
      text-align: left;
      top: 45%;
      left: 70%;
      height: auto;
      width: auto;
}

.breve{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;	
	height: auto;
	width: 25%;
	position: absolute;
	top: 50px;
	left: 300px;
	background-color: #FFFFCC;
	border: thin groove #FFFF00;

}
