
/* Balises HTML */


BODY{background-color: #D2EBFF;}


A:hover {
	background-color: #BBABFF; color: #FF00CC
}

.titre{color: #004080; font-size: 19px; letter-spacing: 1px; font-family: Helvetica,Arial; font-weight: bold }

.rubrique{color : #000000; font-size : 19px; letter-spacing : 1px; font-family : Helvetica,Arial; font-weight: bold }

.numero{font-size : 17px; color: black; font-family : Verdana, Arial; letter-spacing : 2px; background-color: #BBBBFF}

.date{ 
	color: #800080; font-weight: bold
 }

.taille1{font-size : 12px; color : #000000}
.taille11{font-size : 12px; font-family: Helvetica,Arial; text-align: justify }
.taille11a{font-size : 12px; font-family: Helvetica,Arial; color: #004080; text-align: justify }
.taille10{font-size : 11px; font-family: Helvetica,Arial;color: #004080 }
.taille2{font-size : 16px; color : #000000}
.taille2a{font-size : 11px; font-family: Helvetica,Arial }

/* barre de navigation*/
/* -------------------------------------------------------------------------------------------- */
.menu a {
	font: 11px Helvetica,Arial;
	color: #ff0000;
	margin: 1px;
  	padding-left:6px; 
  	padding-right:6px;
  	padding-top:1px; 
  	padding-bottom:1px;
	height: 18px;
	text-align: center;
	border: 1px solid #0000aa;
	text-decoration: none;
	background: #aaddff;}

.menu a:visited {
	color: #dd0000;}

.menu a:hover {
	background: #b5b5f8;
	color: black;
	border: 1px solid #faf06b;}

.menu a:active {
	color: black;}
/* -------------------------------------------------------------------------------------------- */


