/* FEUILLE DE STYLE DU PLAN DU SITE */

/* Background fond général */
.smp_mainbg{width: 636px; border: none; vertical-align: top; overflow: auto; min-height: 200px;}
/* Colonne 1/3 */
.smp_colonne1{width: 33%; vertical-align: top; text-align: center;}
/* Colonne 2/3 */
.smp_colonne2{width: 33%; vertical-align: top; text-align: center;}
/* Colonne 3/3 */
.smp_colonne3{width: 34%; vertical-align: top; text-align: center;}
/* Cellules des menus principaux */
.smp_men{height: 20px; vertical-align: middle; text-align: left;}
/* Cellules des sous-menus */
.smp_smn{height: 20px; vertical-align: middle; text-align: left;}
/* Liens principaux */
.smp_men_l{text-decoration: none; font-family: Trebuchet, Tahoma, Arial, Serif; font-size: 8pt; color: #ff0000; font-weight: bold;}
.smp_men_l:visited{color: #ff0000; text-decoration: none;}
.smp_men_l:active{color: #ff0000; text-decoration: none;}
.smp_men_l:hover{color: #ff0000; text-decoration: underline;}
/* Liens sous-menus */
.smp_smn_l{text-decoration: none; font-family: Trebuchet, Tahoma, Arial, Serif; font-size: 7pt; color: #ff0000}
.smp_smn_l:visited{color: #ff0000; text-decoration: none;}
.smp_smn_l:active{color: #ff0000; text-decoration: none;}
.smp_smn_l:hover{color: #ff0000; text-decoration: underline;}

