.body {
 	/*    background-color: #FFE178;   */
        /*  Couleur de fond de toutes les pages... */
          background-color: #BDB76B;
          
}

.text {
	 /*color: #032137; */
         /*  Couleur des textes hors tableaux */
        color: #000000;
	font-family: tahoma;
	font-size : 12px;
	line-height: 15px;
	margin: 10px;
}

.text01 {
	 /*color: #032137; */
         /*  Couleur des textes hors tableaux */
        color: #000000;
	font-family: tahoma;
	font-size : 12px;
	line-height: 15px;
	margin: 10px;
}

.manif {
	font-family: tahoma;
	font-size: 18px;
	line-height: 24px;
	color: #660000;
	background-color: #C0C0C0;	
	text-align: center;
	border-color: #660000;
	border-width: 1px;
	border-style: solid;
	}

.title {
	font-family: tahoma;
	font-size: 18px;
	line-height: 24px;
	color: #660000;
	background-color: #FFCC99;	
	text-align: center;
	border-color: #660000;
	border-width: 1px;
	border-style: solid;
	}

.subtitle {
            
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;
/*	background-color: #660000;*/
        background-color: #F0F8FF;
/*	color: #FFCC99;*/
        color: #800080;
	text-align: left;
	border-color: #660000;
	border-width: 1px;
	border-style: groove;
	text-decoration: none;
	padding: 3px;
}

.manifsubtitle {
          
        font-family: tahoma;
	font-size: 12px;
        font-weight: bold;
	line-height: 15px;
/*	background-color: #660000;*/
        background-color: #FFFACD;
/*	color: #FFCC99;*/
        color: #800080;
	text-align: center;
	border-color: #660000;
	border-width: 1px;
	border-style: groove;
	text-decoration: none;
	padding: 3px;
	
}

.linksubtitle
{
	font-family: tahoma;
	font-size: 12px;
	line-height: 15px;       
        color: #000000;
/*	color: #FFCC99;*/
	text-decoration:none;
}

.bottom_menu {
	font-family: tahoma;
	font-size: 9px;
	line-height: 15px;
	color: #660000;
	background-color: #FFCC99;
	text-align: center;
	border-color: #660000;
	border-width: 1px;
	border-style: solid;
}
/* Liens */
a {
  /*text-decoration: underline;*/
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #800000;
}
a:hover, a:active {
  color: #0000FF;
}
