
BODY {
	BACKGROUND-COLOR: #ffffff;
	margin-top:3px;
}


A.cssLienTexteGras {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #1a7aac; 
	FONT-STYLE: normal; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
	padding-left: 10px;
}

a.cssLienTexteGrasSouligne {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #1a7aac; 
	FONT-STYLE: normal; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:underline;
}

a.cssLienTexteGrasSouligne:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #1a7aac; 
	FONT-STYLE: normal; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:underline;
}

A.cssLienTexteGras:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #1a7aac; 
	FONT-STYLE: normal; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
}
.cssTextePrincipal {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR:  #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-align:justify;
	text-decoration:none;
}
.cssTextePrincipalNonJustifie {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR:  #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
}
.cssTitrePrincipal {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
}
a.cssTitrePrincipalBleu{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR:#003399; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
}
a.cssTitreSecondaire {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
}
a.cssTitreSecondaireBleu{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px;
	COLOR: #003399; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-decoration:none;
}
.cssTextePrincipalGras {
	font-size : 12px; 
	font-family : arial, helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
.cssTextePrincipalItalique {
	font-size : 11px; 
	font-family : arial, helvetica, sans-serif;
	color: #000000;
	font-weight:normal;
	font-style:italic;	
	text-decoration:none;
}
.cssTextePrincipalItaliqueBleu {
	font-size : 11px; 
	font-family : arial, helvetica, sans-serif;
	color: #003399;
	font-weight:normal;
	font-style:italic;	
	text-decoration:none;
}

.cssTextePrincipalGrasBleu {
	font-size : 12px; 
	font-family : arial, helvetica, sans-serif;
	color: #003399; 
	font-weight:bold;
	text-decoration:none;
}

.cssTextePrincipalGrasBleuTech {
	font-size : 12px; 
	font-family : arial, helvetica, sans-serif;
	color: #1a7aac; 
	font-weight:bold;
	text-decoration:none;
}

.cssTextePrincipalGrasBleuTechSmall {
	font-size : 8px; 
	font-family : arial, helvetica, sans-serif;
	color: #1a7aac; 
	font-weight:bold;
	text-decoration:none;
}

.cssTextePrincipalGrasBleuTechVerySmall {
	font-size : 6px; 
	font-family : arial, helvetica, sans-serif;
	color: #1a7aac; 
	font-weight:bold;
	text-decoration:none;
}

/**Couleur vert foncé*/
.cssFond{
border-color: #84ba39;
border-width:thick
}
/**vert clair*/
.cssFond3{
background-color:#ebf5de;
}

/** vert moyen*/
.cssFond1{
	BACKGROUND-COLOR: #ffffff;
}

.cssBouton {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
 	background-color:#187BAD;
	text-align:left;
	color : white;
	text-decoration:none;
	cursor:hand;
 }
.texteBleu {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR:  #003399;
	FONT-FAMILY: arial, helvetica, sans-serif;
	text-align:justify;
}
/**Couleur vert fonce*/
.cssFond{
background-color: #84ba39;
}
/**Couleur vert moyen*/
.cssFond1{
background-color:#c8e0a6;
}
/**Tableaux*/
.cssFondClair{
background-color:#ebf5de;
}
.cssFondFonce{
background-color:#84ba39;
}