
body { 
background-color: #fdfaf1;
color: #33498B;
margin-top: 5px;
margin-left: 20px;
margin-right: 50px;
margin-bottom: 70px; 
font-family: Arial, Verdana, Geneva, Times, sans-serif;
font-size: small;
line-height: 160%
} 
p { text-indent: 10em
}
#top {
  display: none;
  }  
h3 {color: #599742; font-family: Arial, Georgia, "Times New Roman", Times, serif }

h2 {color: #599742; font-family: Arial, Georgia, "Times New Roman", Times, serif }

ol {list-style-type: lower-roman; margin: 1em 0 1em 40px }

a:link 
  {color: #758642; 
  text-decoration: none; 
  background-color: transparent }

a:visited 
  { color: #699; 
  text-decoration: none; 
  background-color: transparent }

a:hover 
  { color: #c93; 
  text-decoration: underline; 
  background-color: transparent }

a:active 
  { color: #900; 
  text-decoration: underline; 
  background-color: transparent }
  
#navigation 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px
	}
  
#nav, #nav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 140%;
}

#nav a {
	display: block;
	width: 13em;
}

#nav li { /* tous les items de liste */
	float: left;
	font-size: 12px;
	color: #6b6c5a;
	background: #e4e3e0;
	width: 13em; /* largeur obligatoire, sinon opera devient fou */
}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	background: #eaeaea;
	width: 13em;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}

#nav li ul ul { /* listes de troisième niveau et plus */
	margin: -1em 0 0 13em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}

#en-tete 
	{
	text-align: center;
	visibility: visible;
	position: relative;
	height: 90px
	}

#en-teteprint {
  display: none;
  } 

.element-de-menu
	{
	color: #758642;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	font-size: small;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
	}

.element-de-menu a:link 
	{
	color: #758642;
	text-decoration: none
	}

.element-de-menu a:hover 
	{
	color: #c63;
	text-decoration: none
	}

.col-gauche
	{
	text-align: right;
	width: 15%;
	float: left
	}

.col-milieu
	{
	padding-left: 36px;
	width: 65%;
	float: left
	}

.col-entier
	{
	padding-left: 36px;
	width: 95%;
	float: left
	}

.col-droite
	{
	color: #758642;
	text-align: right;
	font-size: small;
	font-style: italic;
	line-height: 20px;
	padding-left: 1%;
	width: 14%;
	float: left
	}

#pied-de-page 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #e4e3e0;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left
	}
	
#interligne 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	clear: left
	}