﻿
body
{
 font-family: Arial, Helvetica, sans-serif;
 color: #005802;
 font-size:small;
scrollbar-face-color: #DAFFC7;
scrollbar-track-color: #005A03;
scrollbar-shadow-color: #005A03;
scrollbar-darkshadow-color: #005A03;
scrollbar-3dlight-color: #005A03;
scrollbar-highlight-color: #005A03;
}

a
{
   color:#005A03;
   font-weight:bold;
}

a:hover
{
   color:#FD5800;
}
           
.Titre
{
     background-color:White;
     font-size:large;
     color: orange;
      font-weight:800;
      text-align:center;
   
}

.piedpage 
{
 position:relative;
 top:-62px;    
 z-index:0;
}

.container 
{
 position:relative;
 top:0;    
 z-index:1;    
 background-color:White;
 height:420px;
 overflow-y:scroll;
 overflow-x:hidden;   
 border-style:solid;
 border-width:1px;
 border-color:#005A03;
}

.contours
{
 background-color:#005A03;  
}

.encadre
{  background-color: #FBFEB8;
    color: Black;
    border-style:solid;
    border: 2px;
    border-color: orange;
    padding: 10px;
    width: 310px;
    
    font-size:small;
     padding:10px;
     text-align:left;
}

.Logos
{     margin-right :10px;
      
}

.ElementsFormulaires
{
     border: 1px solid #005802;
    background-color: transparent;
}

.Bouton
{
         border: 1px solid #005802;
    background-color: transparent;
}

.Bouton:hover
{
         background-color: #DAFFC7;
}

.titre
{
 color:Orange;
 font-weight:bold; 
}


.fisheye
{
	height: 30px;
	position:relative;
	top:31px;
	left:80px;
	z-index:3;
}

a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}

.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span
{
	display: none;
	font-size:x-small;
	font-family:Arial;
	font-weight:bolder;
	text-align:center;
	color:orange;	
	border-width:2px;
	border-color:#005802;
	border-style:solid;
	background-color:#005802;
	
}
.fisheyeContainter
{
	background-color: transparent;
	height: 50px;
    top:50;
	position:absolute;
	z-index:3;
}












