body, html
{
	/* Par de marge en haut pour coller l'en-tête en haut de l'écran */
	margin-top: 0;
	/* Couleur de fond */
	background-color:#FC6;
	
	/* Sinon min-height n'est pas pris en compte par Firefox et IE 7 !! */
	/* Sous KHTML (Safari, Omniweb), cette ligne n'est pas nécessaire */
	height:100%;
	
	/* IE Hack*/
	text-align:center;
}

#container
{
	/* Couleur de fond */
	background-color:#E6E6E6;
	
	/* Taille relative calculée en fonction de la taille de la police*/
	width:60em;
	
	/* Au minimum la taille de la page. La couleur de bg de body et de ce bloc diffèrent */
	min-height:90%;
	
	/* Les marges en 'auto' permettent de centrer le bloc à l'écran */
	margin-left:auto;
	margin-right:auto;
}

#header
{
	/* Couleur de fond */
	background-color:#FC6;
}

#footer
{
	/* Couleur de fond */
	background-color:#FC6;
	
	/* Taille relative calculée en fonction de la taille de la police*/
	width:60em;
	
	/* Les marges en 'auto' permettent de centrer le bloc à l'écran */
	margin-left:auto;
	margin-right:auto;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:center;
}

#corps
{

}

.titre1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:center;
}

.titre2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:center;
}

.texte
{
		text-indent: 20px;
		width:90%;
		
		/* Les marges en 'auto' permettent de centrer le bloc à l'écran */
		margin-left:auto;
		margin-right:auto;

		/* IE Hack */
		text-align:left;
}

#enum
{	
	 list-style-type : none;
}

#enum li
{
	padding: 5px 0 5px 0;
}

/* TAGS: Images */
img
{
	border:none;
}

#header a:hover
{
	background-color: #FC6;
}

/* TAGS: liens*/
a
{	
	color: #C66300;
	text-decoration: none;
	cursor: default;
}

a:hover 
{
	color: #FF8000;
	background-color:#CCC;
	text-decoration: none;
	cursor: default;
}
