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

A:link {color: #0000FF }
A:visited {color: #FF0000 }
A:active {color: #FF0000 }

h1, h2, h3 { color: #0000FF; text-align: center; vertical-align: middle }
	/* Titre page */
h1 {font-size: 18pt; line-height: 110% }
	/* Titre rubrique */
h2 {font-size: 14pt; line-height: 110%; color: #0000FF }
	/* nom/ref produit */
h3 {font-size: 12pt; line-height: 110% }
	/* intro produit */
h4 {font-size: 10pt; line-height: 110%; color: #4D5280; text-align: justify; font-weight: normal }
	/* description produit */
h5 {font-size: 10pt; line-height: 110%; color: #0000FF; text-align: center }
h6 {font-size: 8pt; line-height: 110%; color: #0000FF; text-align: center }

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

td {font-size: 10pt; line-height: 110%; color: #000000; text-align: justify; font-weight: normal }

ul { text-align: LEFT; font-weight: lighter; list-style: disc }

ul ul { text-align: LEFT; font-weight: lighter; list-style: square }

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

	/* 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: 11pt; line-height: 110%; color: #004080; font-weight: bold }
.menu {text-align: center; vertical-align: middle; font-weight: normal; font-size: 7pt; line-height: 110% }	/* Complement */
	



.orange { color: #FF8000 }
.rouge { color: #FF0000 }
.cyan { color: #00FFFF }
.blanc { color: #FFFFFF }
.mauve { color: #FF00FF }
.bleu { color: #0000FF }
.jaune { color: #FFCC33 }

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

.gauche { text-align: left }
.centre { text-align: center }
.droite { text-align: right }


p { line-height: 200% }

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