@CHARSET "ISO-8859-1";

/********************/
/* Couleur du texte */
/********************/

html {font-size: 100%;}

body {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}


/* TinyMCE specific rules */
body.mceContentBody {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background:#000000;
}
/******************/
/* Titre Niveau 1 */
/******************/

h1{
	display: block;
	color:#FFFFFF;
	text-align:left;
	padding: 5px;
	border-bottom: solid 5px #9F0A0E;
	margin:0;
	font-size: 200%;
	font-weight:normal;
	background: transparent url(../images/gif_anime_puces_246.gif) center left no-repeat;
	padding-left:30px;
	margin-right:30px;
}

/******************/
/* Titre Niveau 2 */
/******************/

h2{
	font-size: 150%;
	font-weight:normal;
	color:#FFFFFF;
	border-bottom: solid 4px #9F0A0E;
	background: transparent url(../images/gif_anime_puces_094.gif) center left no-repeat;
	padding-left:30px;
	margin-right:30px;
}

/*********/
/* Liens */
/*********/

/* images : pas de bordures */
a img,:link img,:visited img { border: none; }

/* normal : Couleur rouge, pas de soulignement */
a {
  text-decoration: none;
  color: #9F0A0E;
}

/* surbrillance : soulignement */
a:hover {
  text-decoration: underline;
}


/************/
/* Tableaux */
/************/

table {
	cells-padding:0;
	border-collapse: collapse;
}

td {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/

}

th {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 14px;
	color: #9F0A0E;
	text-align: center;
}

.texte_rouge {
color: #9F0A0E;
}
