body {
	background: url(../fond/fond_arriere/fond8.png) repeat-x;
}
#global {
	background: url(../fond/fond_page/fond_lieu_contact_haut.png) no-repeat;
}
header {
	background: #499324 url(../fond/fond_titres/titre_lieu_contacts.png) no-repeat center center;
}
#plan_sur_entete {
	color: #BDBB00;
}
#ecriture_stage span {
    background: #ddedfd; /* same as background */
}
/*#stage_ete:hover, #stage_ete:focus {
	background: url(../fond/fond_opacity30.png) no-repeat;
}*/


h2 {
	display: none;
}
.coordonnees {
	/*float: left;*/
	width: 800px;
	height: 150px;
	margin: 50px 0px 0px 50px;
}
.ninou {
	float: left;
	width: 227px;
	height: 76px;
	margin: 10px 0px 10px 0px;
}
.telephone {
	float: left;
	width: 170px;
	height: 57px;
	margin: 25px 0px 0px 100px;
}
.numero {
	float: left;
	width: 176px;
	height: 37px;
	margin: 33px 0px 0px -10px;
}
.mail {
	width: 88px;
	height: 50px;
	margin: 70px 0px 0px -347px;
}
.adresse_mail {
	float: left;
	width: 281px;
	height: 56px;
	margin: -55px 0px 0px 370px;
	line-height: 1em;
}
#accueil_stages_formations {
	width: 486px;
	height: 74px;
	margin: 30px 0px 0px 25px;
}

.lieu_hors_temps {
	width: 690px;
	height: 56px;
	margin: -10px 0px 20px 15px;
}
.rue_saulne {
	margin: 10px 0px 10px 25px;
}
.coordonnees_gps {
	text-align: center;
	font-size: 1em;
	/*font-size: 0.8em;*/
	font-family: Arial, Helvetica, "sans serif";
	color: black;
	font-variant: small-caps;
	word-spacing: 0.25em;
	text-shadow: 1px 1px 1px #FFF;
	margin: 10px 0px 10px 150px;
}

.coordonnees_gps_minuscules {
	text-align: center;
	font-size: 1em;
	/*font-size: 0.8em;*/
	font-family: Arial, Helvetica, "sans serif";
	color: black;
	font-variant: normal;
	word-spacing: 0.25em;
	text-shadow: 1px 1px 1px #FFF;
	margin: 10px 0px 10px 150px;
}

#plan {
	width: 1000px;
	height: 713px;
	margin: 2px 0px 0px 50px;
	border-left:0.1em solid #878787;
	border-top: 0.1em solid #878787;
	background-color: white;
	-moz-box-shadow: 5px 5px 6px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 5px 5px 6px #999; /* Safari, Chrome */
	-o-box-shadow:5px 5px 6px #999;	/* Opera */
	box-shadow: 5px 5px 6px #999;
	z-index: 10;
}
#cliquer_serraval {
	width: 1000px;
	height: 20px;
	background: #D8361F;
	font-size: 1em;
	font-family: Arial, Helvetica, "sans serif";
	text-align: center;
	color: white;
	margin: 10px 10px 10px 51px;
	border: 1px solid black;
}
#a_cliquer_serraval{
	color: white;
	letter-spacing: 5px;
}
/* Maison */
#maison {
	width: 500px;
	height: 733px;
	margin: 30px 0px 50px 275px;
	background-color: white;
	-moz-box-shadow: 5px 5px 6px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 5px 5px 6px #999; /* Safari, Chrome */
	-o-box-shadow:5px 5px 6px #999;	/* Opera */
	box-shadow: 5px 5px 6px #999;
}
/* THONES */
.thones {
	width: 1000px;
	height: 1244px;
	margin: 100px 0px 20px 20px;
	border-left:0.1em solid #878787;
	/*border-top: 0.1em solid #878787;*/
	background-color: white;
	-moz-box-shadow: 5px 5px 6px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 5px 5px 6px #999; /* Safari, Chrome */
	-o-box-shadow:5px 5px 6px #999;	/* Opera */
	box-shadow: 5px 5px 6px #999;
}
#essentiel {
	width: 1000px;
	height: 1244px;
	margin: 50px 0px 0px 50px;
	border-left:0.1em solid #878787;
	/*border-top: 0.1em solid #878787;*/
	background-color: white;
	-moz-box-shadow: 5px 5px 6px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 5px 5px 6px #999; /* Safari, Chrome */
	-o-box-shadow:5px 5px 6px #999;	/* Opera */
	box-shadow: 5px 5px 6px #999;
}
#cliquer_thones {
	width: 1000px;
	height: 20px;
	background: #D8361F;
	font-size: 1em;
	font-family: Arial, Helvetica, "sans serif";
	text-align: center;
	color: white;
	margin: 10px 10px 10px 51px;
	border: 1px solid black;
}
#a_cliquer_thones {
	color: white;
	letter-spacing: 5px;
}
/* FIN THONES */

/* PHOTOS */
#photos {
	font-family: 'SavoyeLETPlain';
    font-size: 2em;
    line-height: 0.9em
}
.box
{
	display: inline-block;
    float:left;
	height:350px;
	overflow: hidden;
	width:15%;
	margin-left: 5px;
	/*border: 1px ridge #000;*/

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
     transition: width 1s;
}
.box.photo1 {background-color: rgba(45,137,239,0.1);}
.box.photo2 {background-color: rgba(0,163,0,0.1);}
.box.photo3 {background-color: rgba(227,162,26,0.1);}
.box.photo4 {background-color: rgba(159,0,167,0.1);}

.box a
{
	color:#000;
	font-family: 'SavoyeLETPlain';
    font-size: 1.7em;
    line-height: 1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height:100%;
	display:block;
}
.box span {
    display:block;
    /*position:relative;*/
    top:100%;
    text-align: center;

    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    transition: top 1s;
}
.nav:hover .box { width:10%; }
.nav .box:hover { width: 60%; }
.box:hover span{ top:10%; }
/* FIN PHOTOS */

/*LIENS */
#plusieurs_liens {
	margin: 400px 0px 10px 10px;
	font-family: 'SavoyeLETPlain';
    font-size: 4em;
}
p.lien {
	margin: 10px 0px 10px 10px;
	font-family: 'SavoyeLETPlain';
    font-size: 2em;
    line-height: 1em;
	color: black;
}

/*FIN LIENS */

/* PHOTOS */
/*P {
	font-family: 'SavoyeLETPlain';
    font-size: 2em;
    line-height: 0.9em
}
.box
{
	display: inline-block;
    float:left;
	height:350px;
	overflow: hidden;
	width:15%;
	/*margin-left: 5px;*/
	/*border: 1px ridge #000;*/

	/*-webkit-transition: width 1s;
	-moz-transition: width 1s;
     transition: width 1s;
}
.box.photo1      { 
	background-color: rgba(45,137,239,0.1);
 }
.box.photo2     { 
	background-color: rgba(0,163,0,0.1); 
}
.box.photo3 { 
	background-color: rgba(227,162,26,0.1); 
}
.box.photo4  { 
	background-color: rgba(159,0,167,0.1); 
}

.box a
{
	color:#000;
	font-family: 'SavoyeLETPlain';
    font-size: 1.7em;
    line-height: 1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height:100%;
	display:block;
}
.box span
{
    display:block;
    /*position:relative;*/
    /*top:100%;
    text-align: center;

    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    transition: top 1s;
}
.nav:hover .box { width:10%; }

.nav .box:hover { width: 60%; }

.box:hover span{ top:10%; }*/

/* FIN PHOTOS */


/* DIAPORAMA */
/*.diaporama_loges {
	clear: both;
	width: 450px;
	margin: 100px 0px 10px 40px;
	padding: 0;
}*/
/*#diaporama_thones {
	clear: both;
	width: 450px;
	height: 300px;
	margin: 100px 0px 10px 55px;
	padding: 0;
}

#slideshow {
	width: 450px;
	height: 300px;
	margin: 100px 0px 0px 250px;
	border-left:0.1em solid #878787;
	border-top: 0.1em solid #878787;
	border: 0.5em solid #F2F2F2;

	background-color: #FFF;
	-moz-box-shadow: 5px 5px 6px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	/*-webkit-box-shadow: 5px 5px 6px #999; /* Safari, Chrome */
	/*-o-box-shadow:5px 5px 6px #999;	/* Opera */
	/*box-shadow: 5px 5px 6px #999;
}
/* FIN DIAPORAMA */


