@font-face {
    font-family: 'greatvibes-regular';
    src: url('./fonts/greatvibes-regular-webfont.eot');
    src: url('./fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/greatvibes-regular-webfont.woff') format('woff'),
         url('./fonts/greatvibes-regular-webfont.ttf') format('truetype'),
         url('./fonts/greatvibes-regular-webfont.svg#greatvibes-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	font-family:Calibri, "Times New Roman", Verdana, serif;
	overflow: scroll;
    color: black;
}

#conteneur /* Cadre fixe contenant la page */
{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}

h1 /* Titre */
{
	font-family: greatvibes-regular, Palatino, "Book Antiqua", serif;
	font-size:3em;
	font-style:normal;
	text-align:center;
}
h3 /* Titre */
{
	font-family: greatvibes-regular, Palatino, "Book Antiqua", serif;
	font-size:1.8em;
	font-style:normal;
	text-align:center;
}

#fixed-width-image_index {  width: 600px; }  
#fixed-width-image_fin   {  width: 350px; }
#fixed-width-logo        {  height: 50px; }  
#fixed-width-logo_ISEM   {  height: 40px; }  

span.amp  /* Esperluette */
{
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

em /* Mots mis en valeur */
{
	font-weight:bold;
	font-style: normal;
}

p  /* Paragraphes */
{
	font-size:1em;
	margin-left : 40px;
	margin-right : 40px;
	margin-top : 5px;
}

.texte 
{
	text-align: center;
	margin-left : 110px;
	margin-right : 110px;
}


.texte p{
font-size:1.4em;
color:blue;
margin-bottom: 20px;
}

a /* Liens */
{
	font-style: italic;
	text-decoration: none;
}

a:visited  /* Liens visités */
{
	font-style: normal;
}


/*///////////////////////* Image Bandeau ////////*/
.zoom img  
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width:200px;
	border-radius: 10px;
}

/*//////////////////////////////* Couleurs polices ////////////////////////////////////*/
h1, em, a, a:visited, .questions
{
	color: #597064;
}

/*/////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////* Boutons //////////////////////////////////////////////*/

.participez
{
	/*/// Texte /////*/
    font-size: 1.1em;
	font-weight: bold;
	color: white;
	text-align: center; /*/// aligne horizontalement /////*/
	line-height:1.5em; /*/// aligne verticalement /////*/
	/*/// forme bouton /////*/
	background-color: #597064;
	border-radius: 15px;
	height: 35px;
	/*/// position /////*/
	margin: auto;
	margin-top : 40px;
		cursor: pointer;
}


/*/// Largeur des boutons /////*/
.participez, .commencer 
{
	width: 300px;
}

.bouton_BEH
{
	width: 400px;
}

.participez a, .commencer a, .bouton_BEH a /* Liens des boutons */
{
	font-style: normal;
	color: white;

}

footer
{
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:0.9em;
	padding-top:10px;
	font-style:italic;
}

.logo{
margin-top : 30px;
margin-bottom:20px;
border-style: solid;
border-radius: 15px;



}

