a:link {background-color : inherit; color : #000; text-decoration : none; font-family : Verdana, Arial, Helvetica, sans-serif;} 
a:visited { text-decoration : none; background-color : inherit; color : #000; font-family : Verdana, Arial, Helvetica, sans-serif;} 
a:hover { text-decoration : underline; 
background-color : inherit; color : #9836e2; font-family : Verdana, Arial, Helvetica, sans-serif; } 
a:active { text-decoration : none; 
background-color : inherit; color : #000; font-family : Verdana, Arial, Helvetica, sans-serif; } 

a img /* Toutes les images contenues dans un lien */
{border: none; /* Pas de bordure */}
body 
{margin: 0; padding: 0; }

#container
{position:absolute;left:10px;width: 890px; height: 1200px;background-attachment:scroll;
background-image:url('http://www.registrescancers-bn.org/image/fond4_1_1.jpg');
background-repeat:no-repeat;margin-left:60px;margin-right:80px;margin-top:10px;text-align:left;
-moz-border-radius: 1em;
border-radius: 1em;

}
#entete
{
   position:absolute;
   left: 129px;
   top:0px;
   width: 500px; 
   height: 90px;font-size:27px;font-family : Verdana, Arial, Helvetica, sans-serif;margin-left:50px;
   margin-right:50px;
   color:#1e388c;
}
#menu
{
 position:absolute; 
 top: 95px; 
 height: 720px;
 width: 129px;
 margin:auto;
 font-weight:bold;/* En gras*/
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#1e388c;
  }
#menu a
{
 color:#1e388c;
  }
  
#smenu3,  #smenu4, #smenu5, #smenu6, #smenu7
{
font-size:12px;
display:block;
color:#1e388c;

 }  
 
  #piedpage
{
 position:absolute;
 left:300px;
 bottom: 0px; 

 text-align:center;
 font-size:9px;
  }
#piedpage a
{
 font-size:9px;
  }


#acceuil
{
position:absolute;
left:150px;
top:150px;
width:600px;
font-size:12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
line-height:20px;
 }
 
 #grell
 {

font-size:12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
line-height:20px;
border:2px solid #1e388c;

 }
 
 #news
{position:absolute;left:765px;
top:95px;
font-size:16px;
height:80%;
width: 120px;
border:2px inset black;
 }
#news a
 {
 color:white;
 text-align:center;
 
 }
 #news h5
 {
 color:white;
 text-align:center;
 background-color:black;
 font-size:14px;
 margin-top:0px;
  }
#texte
{
 position:absolute; 
 left: 150px; 
 top: 120px; 
 width: 730px;
 height: 850px;
 overflow: auto;
 padding: 3px;
 font-size:12px;
 text-align: justify;
 font-family : Verdana, Arial, Helvetica, sans-serif;
 line-height:20px;
 }
 #texte p:first-letter
{
padding-left: 40px;
}
 #logo1
{
 position:absolute; 
 left: 10px; 
 top: 10px; 
 }
#logo2
{
 position:absolute; 
 left: 760px; 
 bottom: 0px; 
 }
#logo3
{
  position:absolute; 
 left: 10px; 
 bottom: 0px; 
 }
#logo4
{
  position:absolute; 
 left: 540px; 
 bottom: 0px; 
 }
#logo5
{
  position:absolute; 
 left: 150px; 
 bottom: 0px; 
 }
#logo6
{
  position:absolute; 
 left: 270px; 
 bottom: 0px; 
 }
 #logo7
{
  position:absolute; 
  right: 10px; 
  top: 10px; 
 }
 #passe
{
 position:absolute; 
 left: 40%; 
 top: 10%;
 
 }
 
 h1
 {
 font-size:18px;
 text-align:center;
 font-family : Verdana, Arial, Helvetica, sans-serif; 
 }
 h2
 {
 font-size:16px;
 font-family : Verdana, Arial, Helvetica, sans-serif; 
 }
 h3
 {
 font-size:14px;
 font-family : Verdana, Arial, Helvetica, sans-serif; 

 }
td,th /* Mettre une bordure sur les td ET les th */
{
   border: 1px solid black;
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
}


fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: white;
}

fieldset p
{
padding-left: 0px;
}
/* CSS pour infobulle*/
a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 20px; /* on positionne notre infobulle */
   left: 20px;

   background: white;
   font-size:10px;
   color: black;
   padding: 3px;

   border: 1px solid black;
   border-left: 4px solid black;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; }

#red {color:red;}





