body 
{
	font-family: Verdana, "Trebuchet MS", Arial, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url("fond.jpg");
	margin-bottom: 0;
	padding-bottom: 0;	
}

#header, #haut, #menu, #footer
{
	display: none;
}

/* titres */
h1
{	
	font-size:200%;
}

h2
{
	font-size: 170%
}

h4
{
	font-size:100%;
	
}

h2, h3, h4
{
	margin-left: 10px;
}
/* liens */
a
{
	color: #000000;
	text-decoration: underline;
}

#haut a, #menu li a
{
	color: #826D50;
	font-weight: bold;
	text-decoration: none;
}

#haut .musique_du_moment a
{
	text-decoration: underline;
}

#menu a.en_cours
{
	text-decoration:underline;
	font-weight:bold;
	color:blue;
}

/* images */
img
{
	border:none;	
}

img.imagesdroite, .imagems, .img-generique
{
	float: right;	
}

img.imagesdroite
{
	margin-left: 10px;
	margin-right: 2px;
}

.imagems
{
	margin-right: 10px;
}

.img-generique
{
	margin-left: 10px;
	margin-right: 10px;
}

img.imagesgauche
{
	float: left;
	margin-right: 10px;
	margin-left: 2px;
}

/* listes */
ul
{
	list-style-type:none;
}

.niv1
{
	margin-left: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.niv2
{
	margin-left: 7px;
	font-weight: bold;
}

.listeresumes
{
	margin-left: 90px;
}

/* texte  */
em
{
	font-style: italic;
}
strong
{
	font-weight:bold;
}
.texte_moteur
{
	color: #0B5095;
}

.texterouge
{
	color: #FF0000;
}

.textebleu
{
	color: #0000FF;
}

.textevert
{
	color: #007F00;
}

.textevert, .texterouge, .textebleu
{
	text-decoration:none;
}

.small
{
	font-size:0.75em;
}

.basdepage
{
	font-weight:bold;
	font-style: italic;
	padding-right:5px;
}

/* alignements */
.right, .basdepage
{
	text-align:right;
}

.center, h1
{
	text-align: center;
}

/* divers */

.tableaums
{
	font-size: 0.8em; 
	color: #000000; 
	text-align:left;
	vertical-align: top; 
	margin: auto;
}

fieldset
{	
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #826D50;
	text-align: justify;
}

legend
{
	color: #826D50;
	font-weight: bold;
}	

label
{
	float:left;
	width: 85px;
}
