/* définition générales */
html,body{
	margin:0px;		/* marge nulle autour des objets */
	padding:0px;		/* padding nul */
	background-color:#ee9; /* couleur générale de fond */
	color:green;
}

/* définitions du corps de page */
body{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:80%;
}

/* définitions du paragraphe */
p{
 font-size:	medium;
 margin-left:15px;
 margin-right:15px;
}
/* définition de la première lettre d'un paragraphe */
p:first-letter{
}

/* définition de la première ligne d'un paragraphe */
p:first-line{
}
/* lien */
a {
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
}
/* définition d'une ancre survolée */
a:hover{
 color:red;
}
/* définition d'une ancre visitée */
a:visited{
/* background: #cef; */
}
/* définition d'une ancre active */
a:active{
}

/*définition du div menu */
div.menu{
	float: left;
	height:450px;
	width:12%;
	margin-top:4.5%;
	margin-left:1%;
	border:none; /* 1px solid green; */
}

/* définition du div d'une option menu (répété by class) dans la partie entête */
div.option{
	width:100%;
	height:30px;	/*pour espacer les options */
   padding:0;
	border:none;
}

/* définition du lien d'une option menu */
.option a{
   font-size:120%; 				/* fixe police du lien */
	font-weight:bold;
   text-align:center; 		/* positionne le texte du lien */
   color:green; 			/* couleur texte lien */
   display:block; 
   text-decoration:none; 	/* pas de soulignement du lien */
   margin:0;
   padding:2pt 0 2pt 0; 		/* espace le texte des bords du li */
    }

/* définition du survol d'une option menu */    
.option a:hover{
 color:green;
 background:#ff9;
}
/* div d'une option menu image */
div.logo{
   margin-top:5%;
	width:99%;
/*	height:130px;	/*pour espacer les options */
/*   height:25%; */
   padding:0;
	border:none;
	text-align:center; /* IE */
}
img.option {
 height: 100px;
 margin-left:auto; margin-right:auto;
 border: 1px solid #ccc;
}
/* select de changement de langue */
select.langue {
 margin-top: 30px;
 margin-left: 40px;
}
/* définition du div de corps de page  */  
div.corps1 {
 float:right;
 width:83%; 
 background:#ff9;
 overflow:auto;
} 
div.corps2, div.corps3, div.corps4, div.corps5, div.corps6 {
 float:right;
 width:83%; 
 background:#ff9;
 overflow:auto;
}
/* div de l'image agrandie */
div.corpsimage{
 float:right;
 width:95%; 
 height:590px;
 overflow:auto;
}
/* texte préformaté */
pre{
	overflow:auto ;
}
/* définition du div de pied de page  */
div.pied{
 background:#cae;
 height:40px;
 clear:both;
 border:1px solid purple;
}
p.pied_texte{
 text-align:center;
 margin-left:20px; 
 font-size: small;
 color:#315
}
/* format images W3C validator */
img.valide {
 border:0; width:50px; height:20px;
}

/* définition de la page accueil  */  
/* compteur de visiteurs */
div.visiteurs{
 background: #ff9;
 display: inline;
 margin-left: 1%;
 padding: 1%;
 height: 3%;  
 font-weight: bold;
 border: thin #ccc solid;
}
/* compteur de pages */
div.pages_lues{
 background: #ff9;
 display: 	inline;
 margin-left: 1%;
 padding: 1%;
 height: 3%;  
 font-weight: bold;
 border: thin #ccc solid;
}
/* cadre accueil */
div.accueil{
 height: 80%; width: 95%;
 margin-top: 4%; padding: 1%;
 border: 1px solid green ;
 overflow: auto; 
}
/* texte accueil */
div.texte1{
 float: left;
 text-align:center;
 width: 100%; 
}
/* p de texte accueil  */  
p.texte1{
 display:inline;
 font-size:125%; 
}
/* définition du div d'image accueil  */  
img.image1{
 display:block;
 margin-right:37%;
 margin-left:37%;
 margin-top:2%;
 width:25%;
 border:1px solid green;
}
/* définition du logo sfa  */  
img.image2{
 display:block;
 float:right; 
 margin-right:2%;
 margin-top:5%;
 height:80px;
 border:double green;
}
/* définition du logo sequoia  */  
img.image3{
 display:block;
 clear:both;
 float:left;
 margin-left:2%;
 margin-top:5%;
 height:80px;
 border:double green;
}

/* p de déroulant */
p.deroulant{
 text-align:left;
 color:blue;
 font-size:110%;
 font-weight: bold;	
}

/*** définition de la page galerie ****/
/* définition du div liste imagettes  */  
div.liste_imagette{
 height:100px; 
 margin:0 auto ; 
 border:1px green solid;
 overflow:auto; 
}
/* lien imagette */
a.imagette:hover{
 }
/* définition du div imagette  */  
img.imagette{
 border:1px green solid;
 float:left;
 margin: 5px;
 height: 75%;
}
/* définition du div cadre image  */  
div.cadre_image{
 height:470px; 
 margin:0;
 border:groove;
 overflow:auto;
}
/* div et img image zoomée directement */  
/*div.image{
 display:block;
 height:400px; width:90%; 
 text-align:center;	/* IE 
}*/
/* div et img image */  
div.image{
 border:1px white solid; 
 height:86%; width:99.8%;
 text-align:center;	/* IE */
}
/* définition du div titre image  */  
p.titre_image{
 font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-size:200%;
 font-weight:bold;
 margin:0 auto ; 
 text-align:center;
}
img.image{
 display:block;
 border:none;
 max-height:400px; /*Gecko */
 max-width:800px; /*Gecko */
 margin-top:0.3%;
 margin-left:auto;
 margin-right:auto;
 height:99%;
 text-align:left;  /* IE */
}
/* définition du div légende image  */  
p.legende_image{
 font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-size:110%;
 margin:0 auto ;
 text-align:center;
 }
/* définition du div zoom */ 
div.zoom {
 width:99.8%;
}
img.zoom{
 display:block;
 width: 90%;
 margin-top:2%; 
 margin-left:auto;
 margin-right:auto;
 margin-bottom:2%;
}

/**** définitions de la page textes ****/
/* définition du div cadre_bouton_texte  */  
div.cadre_bouton_texte{
 height:6%; margin-top:2.5%; 
}
/* définition du div groupe bouton_texte  */  
img.bouton_texte_f,img.bouton_texte_p, 
img.bouton_texte_n,img.bouton_texte_l{
  height:80%; margin-left:15px; margin-right:15px;
  border:0;
}
a.bouton_texte_f,a.bouton_texte_p,
a.bouton_texte_n,a.bouton_texte_l{
 background-color:#cea;
}

a.bouton_texte_f:hover,a.bouton_texte_p:hover,
a.bouton_texte_n:hover,a.bouton_texte_l:hover{
 background-color:#ac8;
}
/* définition du div cadre texte  */  
div.cadre_texte{
 border: 1px solid green;
 background:#ff9;
 margin-top:2%;
 width:96%; 
}
/* définition du p titre_texte  */  
p.titre_texte{
/* background:#ff9; */
 background:white;
 margin-left:5%;
 margin-right:5%;
 font-size:150%;
 text-align:center;
}
/* définition du div paragraphe  */  
p.paragraphe{   /* changé */
 background:#ff9;
 overflow:auto;
 margin-left:5%;
 margin-right:5%;
 text-align:justify;
}

img.reference {
   display:block;
	float:right;
	width: 250px;
	margin: 15px;
	border: 1px solid green;	
}
img.materiel {
   display:block;
	float:right;
	width: 300px;
	margin: 15px;
	border: 1px solid green;	
}
img.activite {
   display:block; 
	float:right; 
	width: 200px;
	margin: 15px;
	margin-top:5px;
	border: 1px solid green;	
}
/* p auteur  */  
p.auteur_texte{
 background:#cea;
 width:40%;
 color:blue;
 text-align:right;
}
/* pages en construction */
p.construction {
 background:#ff0;
 margin-left:5%;
 margin-right:5%;
 font-size:150%;
 text-align:center;

}


