/* Paramètres visuels corps de page */

body
	{
		background: url("images/fbt.jpg") fixed;
		overflow: scroll;
	}

nav
	{
		background-color: #333333;
		height: 150px;
		width: 100%;
		position: fixed;
		top: 0px;
		text-align: center;
		line-height: 75px;
	}

footer
	{
		background-color: #333333;
		height: 35px;
		width: 100%;
		position: fixed;
		bottom: 0px;
		text-align: center;
		line-height: 25px;
		font-size: 13px;
		font-family: Verdana;
		color: white;
		font-weight: bold;
		padding-bottom: 5px;
	}
	
/* Paramètres visuels du menu principal de navigation (variable suivant la résolution)*/

.nav-logo
	{
		display: none;
	}

.nav-menu
	{
		display: inline-block;
		background-color: #333333;
		height: 75px;
		width: 150px;
		font-size: 12px;
		font-family: Verdana;
		color: white;
		font-weight: bold;
	}
	
.nav-menu:hover
	{
		display: inline-block;
		background-color: #99CC00;
		height: 75px;
		width: 150px;
		font-size: 12px;
		font-family: Verdana;
		color: #333333;
		font-weight: bold;
		text-decoration: none;
	}

.nav-menu:visited
	{
		color: white;
	}
	
/* Paramètres visuels éléments de la partie contenu (variable suivant la résolution)*/

.contenu-maps
	{
		padding-top: 155px;
		text-align: center;
		overflow: auto;
		margin: auto;
		max-width: 600px;
	}

.contenu-presentation
	{
		text-align: center;
		overflow: auto;
		background-color: white;
		min-height: 500px;
		margin: auto;
		max-width: 600px;
	}
	
.contenu-activite
	{
		text-align: center;
		overflow: auto;
		background-color: white;
		min-height: 500px;
		margin: auto;
		max-width: 600px;
	}
	
.contenu-materiel
	{
		text-align: center;
		overflow: auto;
		background-color: white;
		min-height: 500px;
		margin: auto;
		max-width: 600px;
	}

.contenu-equipe
	{
		text-align: center;
		overflow: auto;
		background-color: white;
		min-height: 500px;
		margin: auto;
		max-width: 600px;
	}

.contenu-projet
	{
		text-align: center;
		overflow: auto;
		background-color: white;
		margin: auto;
		max-width: 600px;
	}
	
.contenu-contact
	{
		text-align: center;
		overflow: auto;
		background-color: white;
		min-height: 500px;
		margin: auto;
		max-width: 600px;
	}

.contenu-image
	{
		height: 250px;
		overflow: hidden;
		margin: auto;
		max-width: 600px;
	}

/* Paramètres visuels texte et lien */	

p 
	{
		color: #333333;
		font-size: small;
		font-family: Verdana;
		font-weight: normal;
	}
	
h1
	{
		background-color: #99CC00;
		color: black;
		font-size: large;
		font-family: Verdana;
		font-weight: bold;
	}

h2
	{
		color: #99CC00;
		font-size: large;
		font-family: Verdana;
		font-weight: normal;
	}

h3
	{
		color: #333333;
		font-size: medium;
		font-family: Verdana;
		font-weight: bold;
	}

a
	{
		color: #222222;
		font-size: small;
		font-family: Verdana;
		text-decoration: none;
		font-style: italic;
		text-decoration: underline;
	}

a:hover
	{
		color: #99CC00;
		font-size: small;
		font-family: Verdana;
		text-decoration: underline;
		font-style: italic;
	}

a:visited
	{
		color: #333333;
		font-size: small;
		font-family: Verdana;
		text-decoration: underline;
		font-style: italic;
	}

img
	{
		vertical-align: middle;
	}

/* Paramètres visuels cartes de contact */
	
#contenu-contact-FWE
	{
		display: inline-block;
		background-image: url("images/FWE.png");
		height: 150px;
		width: 150px;
		text-decoration: none;
		margin: 10px;
		color: #444444;
	}

#contenu-contact-FWE:hover
	{
		display: inline-block;
		background-image: url("images/FWE-2.png");
		height: 150px;
		width: 150px;
		font-weight: bold;
		text-decoration: none;
		color: black;
		margin: 10px;
	}
	
#contenu-contact-RHE
	{
		display: inline-block;
		background-image: url("images/RHE.png");
		height: 150px;
		width: 150px;
		text-decoration: none;
		margin: 10px;
		color: #444444;
	}

#contenu-contact-RHE:hover
	{
		display: inline-block;
		background-image: url("images/RHE-2.png");
		height: 150px;
		width: 150px;
		font-weight: bold;
		text-decoration: none;
		color: black;
		margin: 10px;
	}