/* Fichier style.css */

body {
    font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	background-color: #DABD9B;
    color:#FFFFFF
}

/* Menu */
.titre_menu {font-size:16px; font-weight:bold}
.texte_menu {
	font-size:13px;
	color:#FFFFFF;
	text-align: justify;
}

/* Liens (en attente) */
a:link { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none }
a:visited { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none }
a:hover { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: underline }
a:active { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none }

/* En attente */
a.ref:link { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
a.ref:visited { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
a.ref:hover { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: underline }
a.ref:active { font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }


TD { font-family: Arial, Verdana, sans-serif; color:#FFFFFF; font-size:14px }

/* Contenu */
.contenu { color: #FFFFFF; font-size: 14px }
.tit_paragraphe { background-color:#FFFFFF; color: #000000; font-size: 14px; font-weight: bold; padding: 1 }
.sep_para { color:#685CCE }
.tit_part { background-color:#99CC99; color: #000000; font-size: 14px; font-weight: bold; padding: 1 }
.tit_rub_part { font-size: 14px; font-weight: bold}
.tit_liens { background-color:#FFFFFF; color: #000000; font-size: 14px; font-weight: bold; padding: 1 }
.avertissement { background-color:#FFFFFF; color: #000000; font-size: 12px; font-weight: bold; padding: 1 }
