/*
 * feuille de style de www.lanicheamya.com
 * bleu foncé : #7EB8E0
 * bleu pale : #D4E4F1
 */
BODY
{
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: verdana,sans-serif;
	FONT-SIZE: 14px;
	color: #7EB8E0;
	MARGIN: 0px;
	PADDING: 0px;
}
TD
{
	FONT-SIZE: 14px;
	Font-Family: verdana,sans-serif;
	COLOR: #000000;
}
LEGEND
{
	font-style: italic;
}
a:link,a:visited,a:active
{
	color: #7EB8E0;
	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;
     height: 20px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid #D4E4F1;
     text-decoration: none;
     color: #000;
     background: #fff;
     }
	 
.menu a:hover {
     background: #fff;
     border: 2px dashed #D4E4F1; 
     }

.menu a:active {
     background: #7EB8E0;
     border: 2px dashed #D4E4F1; 
     color: #fff;
     }
	 
.menu li a#current
{
     background: #7EB8E0;
     border: 2px dashed #D4E4F1; 
     color: #fff;
}	 
/******** Pages de contenu ********/
#contenu h1
{
	font-variant: small-caps;
	font-size: 16pt;
	Font-Family: verdana,arial,sans-serif;
	font-weight: bold;
	border: 2px dashed #D4E4F1;
	padding-left: 6px;
	background-color: #FFF;
	text-align:center;
	margin-bottom: 24px;
	COLOR: #7EB8E0;
}
#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
{
	font-size: 8pt;
	color: #000000;
	display: block;
	background-color: transparent;

	font-weight: normal;
	text-align: center;
}

/******** tableaux ********/
#tableau table
{
	background-color  : transparent;
	border: 2px dashed #003366;
	border-collapse	: collapse;
}
#tableau th
{
	background-color  : #D4E4F1;
	font-family: monospace;
	Font-size: 13px;
	text-align: center;
	color:#7EB8E0;
	border-color      : #7EB8E0;
	padding: 5px;
}
#tableau td
{
	border-style      : dashed;
	border-width      : 1px;
	border-color      : #003366;
	padding: 2px;
}