/***************************/
/*** STYLES CSS OENOCLIC ***/
/***************************/
  
/*** Styles Courants ***/
body {
	font: 11px Arial; color:#000000;
	scrollbar-face-color:#990020;
	scrollbar-shadow-color:#990020;
	scrollbar-highlight-color:#990020;
	scrollbar-3dlight-color:#990020;
	scrollbar-darkshadow-color:#990020;
	scrollbar-track-color:#ffcccc;
	scrollbar-arrow-color:#ffcccc;
	background-color:#FFFFFF;
	topmargin:5px;
}

td {
	font-family: arial;
	font-size:11px;
	color:#000000;
}

.normal {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.normal-blanc {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

.small {
	font-family: Arial;
	font-size: 9px;
	color: #990020;
	text-decoration: none
	}
	  
.titre-colonne {
	  font-family: Arial;
	  font-size: 11px;
	  font-weight: normal;
	  color: #FFFFFF;
	  text-decoration: none;
	  background-color: #990020;
	  }

/*** Liens hypetextes ***/
.lien-fonction
	{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px; 
	color: #990020;
	font-weight: bold
	}
	
.lien-fonction:hover
	{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px; 
	color: #990020;
	font-weight: bold;
	text-decoration: underline;
	}

.lien-com 
	  {
	  font-family: Arial;
	  font-size: 11px;
	  text-decoration: underline;
	  color: #000099;
	  font-weight: bold;
	  }

.lien-com:hover
	{
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #990020;
	}
	
.lien-region
	  {
	  font-family: Arial;
	  font-size: 11px;
	  text-decoration:none;
	  color: #000000;
	  font-weight: bold;
	  }

.lien-region:hover
	  {
	  font-family: Arial;
	  font-size: 11px;
	  text-decoration: underline;
	  color: #990020;
	  font-weight: bold;
	  }

.lien-barre
	  {
	  font-family: Arial;
	  font-size: 11px;
	  color: #FFFFFF;
	  text-decoration: none;
	  }
	  
.lien-barre:hover
	  {
	  font-family: Arial;
	  font-size: 11px;
	  color: #FFFFFF;
	  text-decoration: underline;
	  }

