/* définition générales */
html,body{
	margin:5px;		/* marge nulle autour des objets */
	padding:0px;		/* padding nul */
	background-color:black; /* couleur générale de fond */
	color:red; /* couleur générale de caractère */
}

/* définitions du corps de page */
body{
	font-size:110%;
	font-style:	normal;
   font-family:	"Times New Roman", Times, serif;
	width:auto;
	height:auto;
}

h2{
 margin-top:1.5%;
 font-size:200%;
 font-weight: normal;
 text-align:center;
}
h3{
 margin-top:0.5%;
 font-size:150%;
 font-weight: normal;
 text-align:center;
 color:white;
}
h4{
 margin-top:0.5%;
 font-size:115%;
 font-weight: normal;
 text-align:center;
 color:red;
}

/* définitions du paragraphe */
p{
 font-size:	medium;
 font-weight: normal;
 margin-left: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;
	color:red;
}
/* définition d'une ancre survolée */
a:hover{
 color:orange;
}
/* définition d'une ancre visitée */
a:visited{
}
/* définition d'une ancre active */
a:active{
}

/*définition du div menu */
div.menu{
	float: left;
	height:200pt;
   width:13%;
	margin-top:15%;
	margin-bottom:15%;
	margin-left:1%;
	padding:0.5%;
	border:1px solid #333; 
	overflow:auto;
}

/* définition du div d'une option menu (répété by class) dans la partie entête */
div.option{
   display: block; 
	height:auto;
	margin-top:15pt;
	margin-left:0px; margin-right:0px;
   padding:0px;
	border:none;
}
/* définition du lien d'une option menu */
.option a{
   font-size:100%; 				/* fixe police du lien */
	font-weight:normal;
   text-align:center; 		/* positionne le texte du lien */
   color:red; 			/* couleur texte lien */
   display:block; 
   text-decoration:none; 	/* pas de soulignement du lien */
   margin:0;
   padding:2pt 2pt 2pt 2pt; 		/* espace le texte des bords du li */
}
/* définition du survol d'une option menu */    
.option a:hover{
 background:#444;
 color:orange;
}
/* div d'une option menu image */
div.logo{
	width:90%;
	height:130px;	/*pour espacer les options */
	margin:2%;
   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, div.corps3, div.corps4, div.corps5, div.corps6 {
 float:right;
 width:82%; 
 height:auto;
}
div.corps2 {
 float:right;
 width:82%; 
 height:auto;
 margin-bottom:15px;
}
/* div de l'image agrandie */
div.corpsimage{
 float:right;
 width:95%; 
 height:590px;
 border: none;
 overflow:auto;
}
/* texte préformaté */
pre{
	overflow:auto ;
}
/* définition du div de pied de page  */
div.pied{
 background:#888;
 height:40px;
 clear:both;
 border:1px solid #666;
}
p.pied_texte{
 display: inline;
 text-align:center;
 margin-left: 5%; 
 font-size: small;
 color:#315
}
/* format images W3C validator */
img.valide {
 margin-top: 2px;
 border:0; width:88px; height:31px;
}
/* définition de la page accueil  */  
/* compteur de visiteurs */
div.visiteurs{
 background: #222;
 color:#888;
 display: inline;
 margin-left: 1%;
 padding: 0.2%;
 font-size: 80%;
 font-weight: normal;
 border: thin #444 solid;
}
/* compteur de pages */
div.pages_lues{
 background: #222;
 color:#888;
 display: 	inline;
 margin-left: 1%;
 padding: 0.2%;
 font-size: 80%;
 font-weight: normal;
 border: thin #444 solid;
}

/*-------- cadre accueil --------*/
div.accueil{
 height:600px; 
 width:auto;
 margin:auto;
}
/* texte accueil */
div.texte1{
 float: left;
 margin-top:17%;
 width: 40%; 
}
/* p de texte accueil  */  
p.texte1{
 display:block;
 text-align:center ;
 font-size:13pt; 
}
/* définition du div d'image accueil  */  
img.image1{
 display:block;
 float:right;
 margin-right:2%;
 margin-top:10%;
 width:50%;	

 border-color:white;
}

/*-------- cadre bio --------*/
div.bio{
 height:auto; 
 width:auto;
 margin:auto;
/* overflow: auto; */
}
/* texte bio */
/* p de texte bio  */  
p.biotexte{
 text-align:left ;
 font-size:11pt; 
 margin:15px;
}
/* définition du div d'image bio  */  
div.bioimage{
 float:left;
 width:230px;	
}
img.bioimage{
 margin: 15px;
 width:180px;
 border: double white;
}

/*-------- cadre contact --------*/
div.contact{
 height:auto; 
 width: auto;
 margin:auto;
}
/* texte contact */
div.contacttexte{
 margin-top:5%;
 width:	99%; 
/* border: 1px red solid; */
}
/* p de texte bio  */  
p.contacttexte{
/* display:block; */
 margin-top:10%;
 text-align:center ;
 font-size:15pt; 
}

/*-------- cadre expo --------*/
div.expo{
 height:auto; 
 width: auto;
 margin:auto;
/* overflow: auto; */
}
/* texte expo */
div.expotexte{
 margin-left:2%; margin-right:2%;
 width:95%;
}
/* p de texte expo  */  
p.expotexte{
 display:block;
 margin-top:1%;
 text-align:center ;
 font-size:12pt; 
}

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

/*** définition de la page galerie ****/
/* définition du div liste imagettes  */  
div.liste_imagette{
 height:auto; 
 width:auto;
 margin:auto; 
}
/* lien imagette */
a.imagette:hover{
 }
/* définition du div imagette  */  
img.imagette{
 border:1px #444 solid;
 float:left;
 margin: 12px;
 height: 125px;
}
/* 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 black solid; 
 height:86%; width:99.8%;
 text-align:center;	/* IE */
}
/* définition du div titre image  */  
p.titre_image{
 font-size:180%;
 font-weight:normal;
 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-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:groove;
 margin-top:2%;
 width:96%; 
}
/* définition du p titre_texte  */  
p.titre_texte{
 background:#ecf;
 margin-left:5%;
 margin-right:5%;
 font-size:150%;
 text-align:center;
}
/* définition du div paragraphe  */  
p.paragraphe{   /* changé */
 width: 90%; 
 margin-left:5%;
 margin-right:5%;
 text-align:justify;
}
/* 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;
}

