/** {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}*/

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center; 
}
	 
body {
	margin: 0; /* pour éviter les marges */
	text-align: center;  
	background-color: #004990;
	/*background-color: #004A8E;*/
	
}

.anni_bulle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.anni_bullebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #3671aa;
	text-align: justify;
}
.texte_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	color: #FFFFFF;
}
TR.texte_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
}


#texte_centre {
	font-size: 9px;
	font-weight: regular;
}
#texte_jaune {	
	font-weight: bold;	
	color: #fdd702;
}


/*------------------ Styles liens ----------------------------------*/

A.lien:link { 
					text-decoration:none;
					color:white;
					font-size:12px;
					font-weight:normal;
					font-family:Arial, Helvetica, sans-serif; 
}

A.lien:visited { 	text-decoration:none;
					color:#66CCFF;
					font-size:12px;
					font-weight:normal;
					font-family:Arial, Helvetica, sans-serif;
}					
A.lien:hover { 		text-decoration:underline;
					color:white;
					font-size:12px;
					font-weight:normal; 
					font-family:Arial, Helvetica, sans-serif;
}

A.lien:active {     text-decoration:none;
					color:white;
					font-size:12px;
					font-weight:normal; 
					font-family:Arial, Helvetica, sans-serif;
}

