/* ### STYLE GLOBAUX ########################*/
body
{
	background-color : #FFFFFF;
}

h1
{
	font-family : Times News Roman, serif;
	font-size : 1.2em;
}
	
h2
{
	font-family : Times News Roman, serif;
	font-size : 1em;
	font-style : italic;
	font-weight : bold;
	margin-top : 10px;
}

img
{
	border : 1px solid #C0C0C0;
}

/* ### CLASSES PERSONNALISEES ########################*/

/*
Certains titres sont remplaces par des images.
Neanmoins, des titre (h1,h2,..,hn) peuvent etre juxtaposes aux images
pour l'accessibilite (affichage mode texte, lecture par synthese vocale).
Ces titres sont alors caches lors d'un affichage normal.
On garde ainsi la semantique des titres qui est plus porteuse
de sens qu'un attribut "alt".
*/

.picture_replacement
{
	display : none;
}

/* ### MENU GAUCHE ########################*/

#menu
{
	display : none;
}

/* ### CONTENU PRINCIPAL ########################*/

#main_content
{
	border : none;
}

#main_content p
{
	font-family : Times News Roman, serif;
	text-align : justify;
}

/* ### CONTENU SECONDAIRE ########################*/
#secondary_content
{
	clear : both;
	border : none;
}
/* ### PIED DE PAGE ########################*/

#footer
{
	display : none
}
