
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 21, 2013 */
@font-face {
    font-family: 'alba_superregular';
    src: url('albas-webfont.eot');
    src: url('albas-webfont.eot?#iefix') format('embedded-opentype'),
         url('albas-webfont.woff') format('woff'),
         url('albas-webfont.ttf') format('truetype'),
         url('albas-webfont.svg#alba_superregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
background-color:white;
width:100%;
line-height:180%;
}     

.zone_centre{
margin-left:auto;
margin-right:auto;
width:75%;
max-width: 1300px;
min-width: 700px;
background-color:white;
}
    
.tabcenter{
   margin-left:auto;
   margin-right:auto;
}

/* Pour séparer le site en colonnes flottante */
div#colonne1 {
    float: left;
    width: 30%;
	background: white;
}

div#colonne2 {
    float: right;
    width: 70%;
    background: white;
}

/* Pour que les liens ne changent pas de couleur après être cliqués, et qu'ils changent de couleur au survol */

a{ 
text-decoration:none;
color: black;
}
 
a:hover{ 
color:grey; 
}

/* Pour que les liens images changent de couleur au survol */
a img {
opacity: 1.0;
}

a.lien:hover img {
opacity: 0.8; 
}


/* Caractéristiques des textes */
 
 #TitreA1 {  
  color: #907B05;  
  font-family: "alba_superregular";  
  font-size: 220%;
  }

#TitreA2 {  
  color: #AA5501;  
  font-family: "alba_superregular";  
  font-size: 220%;
  }
 
#TitreA3 {  
  color: #DF8F4E;  
  font-family: "alba_superregular";  
  font-size: 220%;
  }
 
 
#Textecopyright {  
  color: #AA5501;  
  font-weight: bold;
  font-family: "arial";  
  font-size: 80%;
  }
 
#Texte_pg_suivante {  
  color: #555555;  
  font-family: "Arial";
  font-size: 70%;
}

 #TitreP {  
  color: #AA5501;  
  font-family: "alba_superregular";  
  font-size: 160%;
  }
  
 #TitreI {  
  color: #C45757;  
  font-family: "alba_superregular";  
  font-size: 160%;
  }
 
 #TitreC{  
  color: #7C6B09;  
  font-family: "alba_superregular";  
  font-size: 160%;
  }
 
#TitreM {  
  color: #955017;  
  font-family: "alba_superregular";  
  font-size: 160%;
  }
  
#TitreA {  
  color: #D3D3D3;  
  font-family: "alba_superregular";  
  font-size: 160%;  
  }
  
 /* Zone de sélection et d'affichage des images pour les pages d'images*/	
	
		ul.gallery1, ul.gallery1 li {
			margin:0;
			padding:0;
			list-style:none;
			}
/*zone avec les thumbs  */
      ul.gallery1 {
			width:350px;
			height:500px;
			position:relative;
			background:#FEFEFE no-repeat 50% 40%;
			}			
/*position des thumbs liste 1 : jouer sur margin-top  */
      .liste1 a{
			float:left;
			display:inline;
			margin-top:20px;
            }				
    ul.gallery1 a span{
			display:none;
			}
	ul.gallery1 a:hover{
			background:none;
			z-index:100;
			}	
/*position des images qui apparaissent au survol : jouer sur top et left  */
    ul.gallery1 a:hover span{
			position:absolute;
			width:700px;
			height:400px;
			top:30px;
            left:400px;
			display:block;
			}				  
         
/* Fin du code pour la zone de sélection et d'affichage des images */      
