@charset "iso-8859-1";
body { background-color: #4080C0; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF ; }

A:link {color: #00FFFF }
A:visited {color: #00FFFF }
A:active {color: #00FFFF }

	/* Ligne 1 */
.ligne1 {text-align: center; vertical-align: middle; font-weight: normal; color: blue; font-size: 7pt; line-height: 9pt }

	/* Lignes 2 */
.ligne2 {text-align: center; vertical-align: middle; font-weight: normal; color: #004080 ; font-size: 8pt; line-height: 11pt }

	/* Lignes 3-4 */
.ligne3 {text-align: center; vertical-align: middle; font-weight: normal; color: #FF0000 ; font-size: 9pt; line-height: 110% }	/* Complement */

.desc {text-align: center; vertical-align: middle; font-weight: normal; font-size: 14pt; line-height: 110%; color: #00FFFF; font-weight: bold }

	/* vers site */
.goon {font-size: 10pt; line-height: 110%; color: #FFFF00; text-align: center; font-weight: bold }

	/* baseline */
.baseline {font-size: 14pt; line-height: 110%; color: #FF9900; text-align: center; font-weight: bold }

	/* corps texte */
h2 {font-size: 18pt; line-height: 110%; color: #FF9900; text-align: center; font-weight: bold }
h3 {font-size: 16pt; line-height: 110%; color: #FFFF00; text-align: center; font-weight: normal }
h4 {font-size: 12pt; line-height: 110%; color: #FFFFFF; text-align: justify; font-weight: normal }
h5 {font-size: 10pt; line-height: 110%; color: #FFFF00; text-align: center; font-weight: normal }

cite {font-size: 12pt; line-height: 110%; color: #FFFFFF; text-align: justify; font-style: italic }

td {font-size: 12pt; line-height: 110%; color: #FFFFFF; font-weight: normal }

	
.rouge { color: #FF0000 }
.bleu { color: #0000FF }

.normal { font-weight: normal }
.gras { font-weight: bold }
.ital { font-style: italic }
.light { font-weight: lighter }

p { line-height: 100% }


#big { font-size: 120% }
#upper { text-transform: uppercase } 
