p
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   color: black;
   font-size: 18px;
}
body {
	font: bold 11px/1.5em Verdana;
	background: url("/images/degrade_violer1.png") repeat-x  rgb(232,240,244)/* Le fond ne se répètera que sur la première ligne horizontalement,le fond sera répété et Le fond de la page sera bleu clair */
	}

h1 {
	text-align: center;
 font-family: "Arial Black", Arial, Verdana, "Times New Roman", , Arial, Helvetica, sans-serif;/* On essaie d'avoir Arial Black en priorité */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration: blink;
	}
	h1,h2
{
color: blue;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float:left;
	width:100%;
	background:#FCF1F6;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #E276A7;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#333;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#591333;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	
.important
{
   color: red;
   font-size: xx-large;
   text-decoration: blink;
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: navy; /* Le lien sera écrit en bleu foncé quand on pointera dessus */
}
a:active, a:focus /* Quand le visiteur clique sur le lien et Appliquer le même style aux liens active sous ie et focus */
/
{
   background-color: aqua;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
