body { 
  margin:0; 
  background-color:#FFFFFF; 
  font-family:Arial;
  font-size:10px;
} 

a {
  font-family:Arial;
  color: #000000;
	text-decoration: none;
}

a:link {
  font-family:Arial;
	color: #000000;
	text-decoration: none;
}

a:visited {
  font-family:Arial;
	color: #000000;
	text-decoration: none;
}

a:hover {
  font-family:Arial;
	color: #000000;
	text-decoration: none;
}

a:active {
  font-family:Arial;
	color: #000000;
	text-decoration: none;
}

.bandeau {
  background-image: url(../images/bandeau.png); 
  background-repeat : no-repeat; 
  background-color : #0b440d
}

.cache {
  background-color : #0b440d
}

.fond_logo {
  background-image: url(../images/fond_logo.png); 
}


.fond_menu {
  background-image: url(../images/fond_menu.png); 
}

.fond_menu_large {
  background-image: url(../images/fond_menu_large.png); 
}

.fond_menu_vert {
  background-image: url(../images/fond_menu_vert.png); 
  height :23px;
}

.fond_menu_vert_large {
  background-image: url(../images/fond_menu_vert_large.png); 
}

.puce {
  background-image: url(../images/puce.jpg); 
  background-repeat : no-repeat; 
  vertical-align : middle;
}

.titre_menu{
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
}

.pixel_opaque {
  background-image: url(../images/pixel_opaque.png); 
  height : 24px
}

.texte {
  font-family:Arial;
	color: #FFFFFF;
	font-size : 14px
}

.texte_gras {
  font-family:Arial;
	color: #FFFFFF;
	font-size : 14px;
	font-weight : bold
	
}


.texte_lien {
  font-family:Arial;
	color: #FFFFFF;
	font-size : 14px;
	text-decoration : underline;
}

.texte_lien_mini {
  font-family:Arial;
	color: #FFFFFF;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

.sous_titre {
  font-family:Verdana;
	color: #eb6333;
	font-size : 14px;
	font-weight : bold;
}

.sous_titre_italique {
  font-family:Verdana;
	color: #eb6333;
	font-size : 14px;
	font-weight : bold;
	font-style : italic;
	
}

.fond_tableau {
  background-color : #eb6333;
}

.fond_ligne {
  background-color : #0b440d;
}

.message {
  font-family:Arial;
	color: #FF0000;
	font-size : 14px;
	font-weight : bold;
}

.lien_bas {
  font-family:Arial;
  color: #0A450E;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}