@charset "iso-8859-1";

/* body generaux (chartes graphique) */

body {

font-family: Times New Roman, Arial, Baskerville Old Face, Book Antiqua, Arial Black;

/* 
scrollbar-base-color = couleur de base des barres de défilement
scrollbar-3dlight-color = couleur pour les effets de relief (3D)
scrollbar-arrow-color = couleur pour les pointeurs de défilement
scrollbar-darkshadow-color = couleur pour les ombres
scrollbar-face-color = couleur pour la surface
scrollbar-highlight-color = couleur pour le bord haut et le bord gauche
scrollbar-shadow-color = couleur pour le bord droit et le bord du bas
scrollbar-track-color = couleur pour la barre de défilement non-cachée par le pointeur de défilement
*/

scrollbar-base-color: #140958;
scrollbar-3dlight-color: #09042E;
scrollbar-arrow-color: #5646D4;
scrollbar-darkshadow-color: #261F57;
scrollbar-face-color: #282D7E;
scrollbar-highlight-color: #D1D2F0;
scrollbar-shadow-color: #D1D2E5;
scrollbar-track-color: #EDEEF5;
/* scrollbar */
} 

/* classes */

.titre {
text-align:center;
font-weight:bold;
text-decoration:underline;
font-size:20pt;
color:#4242EE;
}

.titrebis {
text-align:center;
font-weight:bold;
text-transform:capitalize;
font-size:20pt;
}

.cvtitre {
text-align:center;
font-weight:bold;
text-decoration:underline;
font-size:20pt;
}

.delire {
font-family:Comic Sans MS, Trebuchet MS, Arial BlackChiller, Mistral, Michelle, Lucida Handwritting;
}

.normale {
font-family:Baskerville Old Face, Book Antiqua, Arial Black;
}

.copyright {
color:white;
font-size:10pt;
font-style:italic;
text-transform:capitalize;
text-align:right; 
}

/* liens normaux (soulignés) */
A.liennormal {
color: #373BA6;
text-decoration: underline;
}

A:hover.liennormal {
color: #5861FE;
text-decoration: underline;
}

/* liens qui se soulignent (bas) avec la souris */
A.lienbis {
text-decoration:none;
}

A:hover.lienbis {
text-decoration:underline;
}

/* liens qui se soulignent (haut/bas) avec la souris */
A.lientris {
text-decoration:none;
}

A:hover.lientris {
text-decoration:overline underline;
}

/* liens menus */
A.lienmenu {
text-decoration:none;
}

A:hover.lienmenu {
text-decoration:overline underline;
}