/**********************************************/
/*POUR TOUTES LES PAGES*/
/**********************************************/
body
{
	margin : 0;
	padding : 0;
	background : #6495ed;
	padding-right : 0; 
	padding-left : 0; 
	padding-bottom : 0; 
	margin : 0px; 
	font : 80% verdana, arial, sans-serif; 
	padding-top : 0;
}

a:link {
color : #ffffff;
text-decoration:none;
}

a:visited, a:active {
color : #ffffff;
}

a:hover
{
	color:#fc9;
}

/**********************************************/
/*ENTETE DES PAGES*/
/**********************************************/
h1#titre
{
	text-align: center;
	color: #fc9;
	margin: 0;
	font-size: 3.5em;
	font-family: Monotype Corsiva,Times New Roman;
	font-weight: lighter;
	font-style: oblique;
	width:100%;
}

div#menurapide{
	position: relative;
	left: 10px;
	top: -6px;
	width: 970px;
	height : 20px;
	color: black;
	background-color: #fc9;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	border-radius:5px;
	box-shadow: 5px 5px 5px black;
}

div#menurapide a{
	color: black;
	text-decoration: none;
	text-align:right;
}

div#lien
{
	width: 300px;
	position:relative;
	left:750px;
	top:-18px;

}

div#menurapide a:hover{
	text-decoration: underline;
}

div#recherche{
	width: 470px;
	position:relative;
	top:-1px;
}

div#recherche a{
	color:black;
	text-decoration:none;
}

div#recherche a:hover{
	text-decoration:underline;
}

input#motcle {
	border:1px solid black;
	font-family:tahoma,sans-serif;
	height:16px;
}

input#soumettre {
	height:21px;
	border:1px solid black;
	background-color: #000;
	color:white;
}
/**********************************************/
/*FIN ENTETE*/
/**********************************************/

/**********************************************/
/*CONTENU DES PAGES*/
/**********************************************/
#contenu {
	text-align:justify;
	color:white;
	font-size: 1.5em;
	font-family: Times New Roman;
}

span#dernnouv a{
	text-decoration: none;
}

.lettrinecorps{
	float: center;
	font: 1.3em Georgia,Times New Roman;
	color: #fc9;
	margin: 1px;
	padding: 1px;
}

div.titrepage
{
	width:750px;
	height:10%;
	position:relative;
	top:15px;
	background:grey;
	border-radius:20px;
	box-shadow: 5px 5px 5px black;
}

div.titrepage h1
{
	font-size:1.3em;
	text-align:center;
	font-family:Monotype Corsiva;
	margin-top:-1px;
	
}

ul.listealpha li{
	display:inline;
	padding: 2px;
}

ul.listealpha li a
{
	text-decoration:underline;
}

ul#listealpha li a:hover{
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}

img.vignette, a.bullenew img
{
	border:none;
}
	

span.lettre{
	font-size:1.5em;
	color:yellow;
}


a.bulleg span,a.bullenew span{
	display: none;
}

a.bulleg:hover,a.bullenew:hover{
	background: none; /*contournement bug IE*/
}

a.bulleg:hover span,a.bullenew:hover span{
	display: inline;
	position: absolute;
	top: 620px;
	left:400px;
	background: grey;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size:0.9em;
	padding: 0.2em;
	BORDER: white 2px solid;
	letter-spacing:0px;
}

a.bulleg:hover span img{
	margin: 0.2em;
	BORDER: black 1px solid;
	letter-spacing:0px;
}

a.bullenew:hover span{
	top: 510px;
	left: 600px;
}

a.bullenew{
	text-decoration:none;
}

div.bandeau
{
font-size:0.6em;
color:white;
background:grey;
margin-top:30px;
font-style:italic;
width:820px;
text-align:center;
border-radius:5px;
box-shadow: 5px 5px 5px black;
}
/**********************************************/
/*FIN CONTENU*/
/**********************************************/


/**********************************************/
/*PIED DE PAGE*/
/**********************************************/
#pied {
	background-image:url(fond_pied.png);
}

#visites
{
	margin-left: 10px;
}

span#modif
{
	color:navy;
}

span#total{
	color:black;
	font-size : 1.5em;
}

span#compteurquot{
	color:navy;
	font-size : 1.2em;
	font-weight:bold;
	margin-left:75px;
}

div#nbfontaines
{
	margin-left:650px;
	margin-top:-30px;
}

div#conception
{
	margin-left:800px;
	margin-top:-25px;
}

span.nombre
{
	position:relative;
	top:-10px;
}

a.technique img:hover
{
color:grey;
}

a#infoetvous
{
    color:white;
    display:block;
    float:left;
    width: 32%;
    text-align: center;
    background:grey;
    border-radius: 15px;
    margin-right: 5px;
}

a#infoetvous:hover
{
    color:#fc9;
}
/**********************************************/
/*FIN PIED DE PAGE*/
/**********************************************/


/**********************************************/
/*GALERIE PAGE ACCUEIL*/
/**********************************************/
#galleryh {
  padding:0; 
  margin-left:150px;
  margin-top:50px;
  list-style-type:none;
  overflow:hidden;
  width:595px;
  height:240px;
  background:#6495ed;
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #000;
  cursor:hand;
  }
#galleryh li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryh li a:hover img {
  width:320px;
}

span.info
{
margin-left:150px;
font-size:0.6em;
color:#fc9;
}
/**********************************************/
/*FIN GALERIE PAGE ACCEUIL*/
/**********************************************/





/**********************************************/
/*PAGE NOUVEAUTES*/
/**********************************************/
ul.nouveautes
{
list-style: square;
color:#fc9;
}

ul.nouveautes li
{
margin-bottom:5px;
}
/**********************************************/
/*FIN PAGE NOUVEAUTES*/
/**********************************************/






/**********************************************/
/*PAGE FONTAINES*/
/**********************************************/
a.bulle span{
	display: none;
}

a.bulle:hover{
	background: none; /*contournement bug IE*/
}

a.bulle:hover span{
	display: inline;
	position: absolute;
	top: 383px;
	left: 470px;
	background: grey;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size:0.9em;
	padding: 0.2em;
	BORDER: white 2px solid;
}

div.vues
{
	text-align:center;
	margin-top:50px;
	width:750px;
}

img.vues
{
border:5px white outset;
border-bottom-color:black;
border-right-color:black;
margin-right:5px;
}
/**********************************************/
/*FIN PAGE FONTAINES*/
/**********************************************/


/**********************************************/
/*PAGE HISTORIQUE FONTAINES*/
/**********************************************/

a.titrehistorique{
	font-size: 1.5em;
	text-decoration: none;
	display:block;
	text-align:center;
}

div.histoire {
	font-size:0.9em;
	font-family:Book Antiqua, Monotype Corsiva, arial, sans-serif;
	color:white;
	width:750px;
	margin-top:50px;
}

div.histoire table
{
	border-collapse:collapse;
	text-align:center;
}

th.face{
	background : #fc9;
	font-size : 1em;
	font-family : "Monotype Corsiva", "Comic Sans MS", sans-serif;
	color : black;
	text-align:center;
}

td.desc{
	background : lightgrey;
	color : black;
}

td.desc1{
	background : darkgrey;
	color : white;
	border-right: 1px solid black;
}

td.desc2{
	background : darkgrey;
	color : white;
}

td.desc3{
	background : lightgrey;
	color : black;
}

.lettrinehistoire{
	float: center;
	font: 1.3em Georgia,Times New Roman;
	color: #000;
	margin: 1px;
	padding: 1px;
	border: 1px groove #000;
	background-image: url(lettrine.jpg);
}

span#remerciement{
	color:yellow;
	font-size:0.7em;
	font-style:italic;
	display:block;
	width:750px;
}
/**********************************************/
/*FIN PAGE HISTORIQUE FONTAINES*/
/**********************************************/



/**********************************************/
/*PAGE REGIONS*/
/**********************************************/
div#regionsfrance
{
	width:750px;
	margin-top:10px;
	letter-spacing:15px;
}

div.choixregion
{
	width:750px;
	text-align:center;
}
/**********************************************/
/*FIN PAGE REGIONS*/
/**********************************************/


/**********************************************/
/*PAGE DEFINITIONS*/
/**********************************************/
div.definition
{
	font-size:0.9em;
	position:relative;
	margin-top:-20px;
}

/**********************************************/
/*FIN PAGE DEFINITIONS*/
/**********************************************/

/**********************************************/
/*PAGE BIOGRAPHIES*/
/**********************************************/
div#listebio
{
	width:100%;
	height:100%;
	margin-left:2px;
	margin-top:25px;
}

div#colonne1 a,div#colonne2 a,div#colonne3 a{
	text-decoration:none;
	font-size:0.9em;
	display:block;
	/*background:red;*/
}

div#colonne1 a:hover,div#colonne2 a:hover,div#colonne3 a:hover{
	text-decoration:none;
}

div#colonne1,div#colonne2,div#colonne3
{
	width:260px;
	float:left;
}

div.textbio
{
/*background:red;*/
margin-top:10px;
width:750px;
}
/**********************************************/
/*FIN PAGE BIOGRAPHIES*/
/**********************************************/


/**********************************************/
/*PAGE CONTACTS*/
/**********************************************/

table#tblnewsletter
{
width: 100%;
}

.formulaire
{
margin-top:30px;
width:755px;
}

input[type=radio]
{
margin-right:20px;	
}

div#data_vide
{
text-align:center;
background:rgba(000, 000, 000, 0.2);
-moz-border-radius:20px;
-webkit-border-radius:20px;
padding:5px;
color:darkred;
}

div#data_ok
{
text-align:center;
background:rgba(000, 255, 000, 0.2);
-moz-border-radius:20px;
-webkit-border-radius:20px;
padding:5px;
color:darkgreen;
}

span.vide
{
color:red;
font-weight:bold;
}

span.erreur
{
color:gold;
text-decoration:underline;
}

.obligatoire
{
color:red;
}

div#bouton
{
margin-top:5px;
text-align:center;
}

div#bouton #button1,#button2
{
color:green;
background:white;
border: 2px solid #050;
font-size:1.1em;
}

div#bouton #button2
{
color:#000;
border: 2px solid #fc9;
}

legend
{
color:#fc9;
font-weight:bold;
margin-left:100px;
}

#lstchoix,#nom,#prenom,#mail,#mail2
{
width:300px;
}

#lstchoix
{
margin-left:158px;
}

#qui
{
/*background:#030;*/
background:#606060;
border: 1px solid black;
}

#perso
{
/*background:#050;*/
background:#606060;
border: 1px solid black;
margin-top:-12px;
}

#data
{
/*background:#080;*/
background:#606060;
border: 1px solid black;
margin-top:-12px;
}


#perso input
{
margin-bottom:10px;
}

/**********************************************/
/*FIN PAGE CONTACTS*/
/**********************************************/

/**********************************************/
/* PAGE PLAN DU SITE*/
/**********************************************/
div#plan
{
width:750px;
}

div#plan ol
{
margin-left:200px;
}

div#plan span.titreplan
{
font-size:1.5em;
margin-left:-50px;
}

/**********************************************/
/*FIN PAGE PLAN DU SITE*/
/**********************************************/


/**********************************************/
/* PAGE LIENS EXTERNES*/
/**********************************************/
.cachediv 
{
visibility: hidden;
overflow: hidden;
height: 1px;
margin-top: -1px;
position: absolute;
}

#mondiv1
{
border: 1px solid white; 
background-color: grey; 
margin-top: 2px;
font-size:1em;
width:750px;
}

table#tblliens
{
width:750px;
}
/**********************************************/
/*FIN PAGE LIENS EXTERNES*/
/**********************************************/


/**********************************************/
/* PAGE GUESTBOOK*/
/**********************************************/
div.titreguestbook
{
	width:750px;
	position:relative;
	background:grey;
	border-radius:20px;
	box-shadow: 5px 5px 5px black;
}

div.titreguestbook h1
{
	font-size:1.3em;
	text-align:center;
	font-family:Monotype Corsiva;
}

div#pages{
	position:absolute;
	left:645px;
	top:150px;
	font-size:0.7em;
	margin-right:7px;
	border-left:#fc9 3px dotted; 
}

a.encours
{
color:#fc9;
}

p.messlivr
{
margin-left:3px;
}

div#lienspages a{
	letter-spacing:5px;
	text-decoration:none;
	font-size:1.4em;
}

div#lienspages a:hover{
		color: #fc9;
}

span#intro{
	position:relative;
	top:10px;
}

span#vide{
	color:gold;
	position:absolute;
	top:45px;
	left:-400px;
	text-decoration:underline;
}

span#validation
{
color:red;
font-size:1.3em;
text-decoration:underline;
}

span#nbmess{
	color:gold;
	font-size:1.4em;
}

span#pseudo{
	color:#fc9;
}

span#message{
	color:#fff;
	font-size:1.04em;
}

input.envoyer, input.annuler{ 
	font-size: 0.8em; 
	background-color: grey;
}

p#validationlivre
{
color:white;
font-size:0.9em;
text-decoration:underline;
font-weight:bold;
}

.postok
{
    color: white;
    font-size: 1.6em;
    background:green;
    background:-moz-linear-gradient(90deg, green, #6495ed); /* Firefox */
    background:-ms-linear-gradient(90deg, green, #6495ed); 
    background:-o-linear-gradient(90deg, green, #6495ed); 
    background:-webkit-gradient(linear, left top, left bottom, from(green), to(#6495ed)); /* Webkit */
    background: linear-gradient(90deg, green, #6495ed); /* W3C */
    padding: 5px;
    border: 1px solid white;
    border-radius: 15px;
}

.postko
{
    color: white;
    font-size: 1.6em;
    background:red;
    background:-moz-linear-gradient(90deg, red, #6495ed); /* Firefox */
    background:-ms-linear-gradient(90deg, red, #6495ed); 
    background:-o-linear-gradient(90deg, red, #6495ed); 
    background:-webkit-gradient(linear, left top, left bottom, from(red), to(#6495ed)); /* Webkit */
    background: linear-gradient(90deg, red, #6495ed); /* W3C */
    padding: 5px;
    border: 1px solid white;
    border-radius: 15px;
}

/**********************************************/
/*FIN PAGE GUESTBOOK*/
/**********************************************/


/**********************************************/
/* PAGE LIEN DEP*/
/**********************************************/
table#tbllistdep
{
font-size:0.8em;
/*border:1px solid black;*/
}

table#tbllistdep ul
{
list-style: none;
}

/**********************************************/
/* FIN PAGE LIEN DEP*/
/**********************************************/


/**********************************************/
/* PAGE TECHNIQUE/BIBLIO/HISTOSITE*/
/**********************************************/
div#biblio #mondiv1,#mondiv2,#mondiv3,#mondiv4,#mondiv5,#mondiv6,#mondiv7,#mondiv8,#mondiv9,#mondiv10,#mondiv11,#mondiv12
{
border: 1px solid white; 
background-color: grey; 
margin-top: 2px;
font-size:0.8em;
width:550px;
}

div#biblio
{
margin-top:10px;
width: 60%;
height:460px;
}

div#nb
{
position: absolute;
right: 15px;
top: 300px;
}

div#nb2
{
position:relative;
font-size:0.8em;
z-index:-10;
float: left;
}

a.histosite img
{
border:none;
}

div.align
{
background:grey;
margin-bottom:15px;
width:50%;
text-align:center;
}
/**********************************************/
/* FIN PAGE TECHNIQUE/BIBLIO/HISTOSITE*/
/**********************************************/


/**********************************************/
/* PAGE RECHERCHE*/
/**********************************************/
div#rechercheavancee
{
	width:50%;
	margin-left:20%;
}

div.bandeaurecherche
{
font-size:0.8em;
color:white;
background:grey;
margin-top:32px;
text-decoration:underline;
width:750px;
text-align:center;
}

span.resultvide
{
display:block;
background:grey;
width:750px;
text-align:center;
color:white;
border:2px solid red;
}

span.titrerecherche
{
    display: block;
    position: absolute;
    left: 55%;
    font-size: 1.5em;
    font-style: italic;
}
/**********************************************/
/* FIN PAGE RECHERCHE*/
/**********************************************/



/**********************************************/
/* PAGE DEPARTEMENTS*/
/**********************************************/
a.bulledep span{
	display: none;
}

a.bulledep {
	margin:8px;
}

a.bulledep:hover{
	background: none; /*contournement bug IE*/
}

a.bulledep:hover span{
	display: inline;
	position: absolute;
	top: 250px;
	left: 300px;
	background: #fc9;
	text-align: center;
	text-decoration: none;
	color: blue;
	padding: 0.2em;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	letter-spacing:0px;
}

a.bulledep:hover span img{
	margin: 0.2em;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	letter-spacing:0px;
}

div#dep
{
margin-top:15px;
width:750px;
text-align:center;
}
/**********************************************/
/* FIN PAGE DEPARTEMENTS*/
/**********************************************/


/**********************************************/
/* PAGE VILLES*/
/**********************************************/
div.pagesuivante, div.divliste, div#images
{
width:750px;
text-align:center;
}

div.pagesuivante
{
margin-bottom:10px;
}

span.chiffre
{
color:#fc9;
font-size:1.1em;
}

/**********************************************/
/* FIN PAGE VILLES*/
/**********************************************/