/*
 * feuille de style de www.lanicheamya.com
 * vert : #6D8E19
 * brun : #664732
 */
BODY
{
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: comic sans ms,sans-serif;
	FONT-SIZE: 14px;
	color: #6D8E19;
	MARGIN: 0px;
	PADDING: 0px;
}
TD
{
	FONT-SIZE: 16px;
	Font-Family: comic sans ms,sans-serif;
	COLOR: #6D8E19;
}
LEGEND
{
	font-style: italic;
}
a:link,a:visited,a:active
{
	color: #664732;
	font-size : 14px; 
	Font-Family: comic sans ms,sans-serif; 
}
a:hover
{
	text-decoration: none;
}
#banner table
{
	background-color  : #E3F3F3;
	background-color  : transparent;	
	border-style      : dashed;
	border-width      : 1px;
	border-color      : #003366;
	padding	      : 6px;
	width             : 500px;
}

/******** Messages ********/
.erreur
{
	color: #FF0000;
	font-size : 11px; 
	Font-Family: Arial,sans-serif;
	font-weight: bold;
}

/******** Menu ********/
ul {
list-style-type: none; /* on supprime les puces, inutiles */
width: 100%; /* précision pour Opera */
}
li { float: left;} /* on aligne les listes sur la gauche */

.menu a {
     margin: 0 2px;
     width: 60px; /* on définit la taille du bouton de menu */
     height: 20px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid #664732;
     text-decoration: none;
     color: #000;
     background: #fff;
     }
	 
.menu a:hover {
     background: #fff;
     border: 2px dashed #6D8E19; 
     }

.menu a:active {
     background: #6D8E19;
     border: 2px dashed #664732; 
     color: #fff;
     }
	 
.menu li a#current
{
     background: #6D8E19;
     border: 2px dashed #664732; 
     color: #fff;
}	 
/******** Pages de contenu ********/
#contenu h1
{
	font-variant: small-caps;
	font-size: 16pt;
	Font-Family: comic sans ms,arial,sans-serif;
	font-weight: bold;
	border: 2px dashed #664732;
	padding-left: 6px;
	background-color: #FFF;
	text-align:center;
	margin-bottom: 24px;
}
#contenu h3:first-letter
{
	font-size: 14pt;
	padding:0px;
}
#contenu h3
{
	font-variant: small-caps;
	font-size: 12pt;
	font-style: italic;
	border-left: 4px solid #003366;
	border-bottom: 1px solid #003366;
	padding-left: 6px;
	background-image: url(/images/fond_h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/******** copyright ********/
.copyright
{
	display: block;
	background-color: transparent;
	margin: 1em 0;
	padding: 1em 0.5em;
	font-weight: bold;
	text-align: center;
}

/******** tableaux ********/
#tableau table
{
	background-color  : transparent;
	border-collapse	: collapse;
}
#tableau th
{
	background-color  : #CEE97E;
	font-family: monospace;
	Font-size: 10pt;
	padding: 5px;
}
#tableau td
{
	font-family: monospace;
	Font-size: 10pt;
	padding: 5px;
	
}

