/*Liens non encore visités*/
a:link       { text-decoration: none}
/*Liens visités*/
a:visited    { text-decoration: none }
/*Liens actifs*/
a:active     { text-decoration: none ;}
/*Réaction au passage du curseur de la souris sur le lien*/
a:hover      { text-decoration: none ; color: #ffdc06}

BODY{
	margin-left : 0;
	margin-right : 0 ;
	margin-top : 0;
	margin-bottom : 0;
}

TABLE.sommaire{
	font-family : Arial;
	padding : 0;
}
TD.sommaire{
	text-align : center;
	font-size : 10pt ;
	color : #114477;
	padding : 0;
	}

/*Liens non encore visités*/
a.sommaire:link       { text-decoration: none ; color: #005F9E }
/*Liens visités*/
a.sommaire:visited    { text-decoration: none; color: #005F9E }
/*Liens actifs*/
a.sommaire:active     { text-decoration: none; font-weight : bold ; color: #005F9E }
/*Réaction au passage du curseur de la souris sur le lien*/
a.sommaire:hover      { text-decoration: none; font-weight : bold ; color: #005F9E }

TABLE.bandeau{
	padding : 0;
}

TD.droite{
	font-family : Arial;
	font-size : 10pt ;
	color : #FFFFFF;
	padding : 0;
}

/*Liens non encore visités*/
a.droite:link       { text-decoration: none ; color: #ffffff }
/*Liens visités*/
a.droite:visited    { text-decoration: none; color: #ffffff }
/*Liens actifs*/
a.droite:active     { text-decoration: none; color: #ffdc06 }
/*Réaction au passage du curseur de la souris sur le lien*/
a.droite:hover      { text-decoration: none; color: #ffdc06 }

P.titre{
	font-size : 12pt;
	font-weight : bold ;
	margin-right : 20pt;
	margin-left : 30pt;
	text-decoration : underline ;
	color : #005F9E;
}

P.soustitre{
	font-size : 10pt;
	font-weight : bold ;
	margin-top : 40pt;
	margin-right : 20pt;
	margin-left : 40pt;
	color : #005F9E;
}

P.soustitre2{
	font-size : 10pt;
	font-weight : normal;
	margin-right : 20pt;
	margin-left : 50pt;
	margin-bottom : 10pt;
	text-decoration : underline ;
	color : #000000;
}

UL{
	list-style-image : url(../images/puce.gif);
}

LI{
	margin-top : 10;
	margin-right : 30;
	text-align : justify;
}

TABLE.contenu{
	margin-right : 20;
	margin-left : 20;
	font-family : Arial;
	font-size : 10pt ;
}

TH.contenu{
	border : solid 1px;
	border-color : #005F9E;
	font-weight : bold;
	text-align : center;
	color : #005F9E;
	background-color : #fada02;
}

TD.contenu{
	border : solid 1px;
	border-color : #005F9E;
	padding : 5pt ;
	vertical-align : top;
}

TD{
	font-size : 10pt ;
}

P.justifie{
	text-align : justify;
	margin-right : 20;
	margin-left : 20;
	}