/* Created by Marc Rolli */
/* last modified 14.10.2003 */

/* color */
/* bleu clair = 31B3E7 */
/* bleu fonce = 006699 */
/* vert = 00CC00 */

body { 
/* font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; */
background-color: #ffffff;
}

h2 { font-size: 20px; font-weight: bold; line-height: 120%; color: #006699 }
h3 { font-size: 18px; font-weight: bold; line-height: 120%; color: #006699; font-stretch: extra-condensed }

.h3t { font-size: 18px; font-weight: bold; font-stretch: extra-condensed }
.h4t { font-size: 15px; font-weight: bold; color: #006699; font-stretch: extra-condensed }

/* alignement */
*.left { text-align: left !important; }
*.right { text-align: right !important; }
*.center { text-align: center !important; }
*.justify { text-align: justify !important; }

/* encadrements */
.tth { border-top: 1px dotted #006699 }
.ttb { border-bottom: 1px dotted #006699 }
.ttg { border-left: 1px dotted #006699 }
.ttd { border-right: 1px dotted #006699 }
.tph { border-top: 1px solid #006699 }
.tpb { border-bottom: 1px solid #006699 }
.tpg { border-left: 1px solid #006699 }
.tpd { border-right: 1px solid #006699 }
.frame1 { 
border-top: 1px solid #006699;
border-bottom: 1px solid #006699;
border-left: 1px solid #006699;
border-right: 1px solid #006699;
}
.frame { 
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}


a:link { color: #006699; text-decoration: none }
a:visited { color: #006699; text-decoration: none }
a:hover { color: #990000; text-decoration: underline }

.pbig { font-size: 20px; line-height: 150% }
.hmenu { 
font-size: 16px;
line-height: 100%;
}
ul { font-size: 15px; line-height: 120%; text-align: justify }
.footer { color: #999; font-size: 10px; }

.centre { text-align: center }
