/* ----- Internet Handheld Style Sheet ----- */ 

/* Corps du documents */
h1	{color: #33cc00;
	font-size: medium;
	}
h2   {color: #33cc00;
	font-size: small;
	font-weight: bold;
	}
h3  {color: #33cc00;
	font-weight: bold;
	}
p, li	{text-align: justify;
	}

td, th{text-align: left;
	vertical-align: top;
	}
body    {color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: x-small;
	background: white ;
	margin: 0px;
	padding: 110px 3px 5px 3px;
	border-bottom: 2px solid #33cc00;
	border-top: 2px solid #007577;
	border-left: 1px solid #007577;
	border-right: 1px solid #007577;
	
	max-width: 500px;
	}
img	{margin: 5px;
	border: 1px solid black;
	}
.evidence{font-weight: bold;
	}
.centre	{text-align: center;
	}

/* Liens */											
a   	{color: #007577;
	}
a:hover {color: white;
	background: #33cc00;
	}

/* Barre de navigation latérale */
#nav	{
	font-size: 12px;
	border-top:  #33cc00 2px solid;
	border-bottom:  #33cc00 2px solid;
	border-right: 1px solid #007577;
	background: #007577;
	}
div#nav a{text-decoration: none;
	color: white;
	margin: 2px 0px 2px 0px ;
line-height: 18px;
	border-top:  #33cc00 1px solid;
	}
div#nav a:before{
	content: ' | ';
	}
div#nav a.special{
	border-top: 1px solid  #33cc00;
	border-bottom: none;
	}
div#nav a:hover{
	background: none;
	color: black;		
	}

/* Logo */
#logo	{
	position: absolute;
	left: 1px;
	top: 2px;
	border-bottom: 1px solid #007577;
	width: 100%;
	}
div#logo	img{
	margin: 0px;
	border: none;
	}

/* Illustrations */
#illustrations img{
	border: none;
	}

/* Barre de navigation horizontale*/
#nav2	{background: #007577;
	color: white;
	font-size: 13px;
	padding: 3px 0px 5px 30px;
	text-align: right;
	border-top:  #33cc00 2px solid;
	border-bottom:  #33cc00 2px solid;
	}
div#nav2 a{text-decoration: none;
	background: #007577;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	padding: 5px;
	}
div#nav2 img{
	margin: 0px;
	padding: 1px;
	border: none;
}
div#nav2 img:hover{
	background: #33cc00;
	color: #007577;	
	}
div#nav2 span{
	font-size: 16px;
}
/* Barre de navigation droite */
#nav3	{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	position: absolute;
	right: 10px;
	top: 110px;
	width: 160px;
	border:  #007577 1px solid;
	display: none; 
	}
div#nav3 a{text-decoration: none;
	color:  #007577;
	display: block;
	border-top: 1px solid  #007577;
	padding: 3px;
	}
div#nav3 a:hover{
	background: #007577;
	color: white;		
	}
#nav3	span.titre{
	display: block;
	padding: 3px;
	font-weight: bold;;
	}

/* Pied de page */
address	{text-align: center;
	padding-top: 5px;
	font-size: x-small;
	font-style: normal;
	border-top: 2px solid black;
	}

.newsletter{
	display: none;
	}

#fonctions{
	display: none;
	}

/* Formulaires */
button	{background:#007577;
	color:  white;
	cursor: pointer;
	}
button:hover{
	background: white;
	color: #007577;
	}

/* News */
.newsAccroche{
	font-style: italic;
	}
.fullNews img{
	float: right;
	margin-right: 200px;
	}
.newsfeed {
	display: none;
	}

/* Livre d'or */
form#formlivredor label{
	display: block;
	} 

