/* CSS Document */

.titreParagraphe{
color:#5a103f;
font-size:11px;
font-weight:bold;
}
.texte{
font-size:11px;
text-align:justify;

}
body{
margin:0px;
font-family:Tahoma;
color:#5a103f;
font-size:11px;
}
p{
font-family:Tahoma;
color:#5a103f;
font-size:11px;
}



/* liens */

a{
color:#F38F02;
text-decoration:underline;
}
a:hover{
text-decoration:underline overline;
}
a:active{
color:#5a103f;
}

td.classTitre{
height:15px;
}

/* hauteur tableau flash */

td.classFlash {
height:244px;
}

/* formulaire 

form.classForm{
size:15px;
color:#FF0000;
}
*/

/* liens spécifiques */

a.classLienExt{
color:#f38f02;
font-weight:bold;
text-decoration:underline;
}
a.classLienExt:hover{
color:#5a103f;
font-weight:bold;
text-decoration:underline;
}
