/* CSS Document */
#global {
     position:absolute;
     left: 50%; 
     width: 900px;
     height: 600px;
     margin-left: -450px; /* moitié de la largeur */
     }

body {
	background-color: #444128;
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-left: 0px;
}
.gris12justif {
	color: #666666;
	font-size: 12pt;
	text-align: justify;
}
.rouge16 {
	color: #FF0000;
	font-size: 16pt;
}
.jaune {
	color: #FFFF00;
	font-size: 10pt;
}
.noirgras12 {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.noir10ptjust {
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}
.bordeau12gras {
	color: #6B2921;
	font-weight: bold;
	font-size: 12pt;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
}


