body
	{
		font-size: 62.5%;
		font-size: 1em;
		font-family: 'crbel', sans serif;
		color: white;
	
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.75em;
	
		width: 60em;
	
		background-color: black;
	}
	
/********************************************************/	

		/* Début du div de TITRE */
div#divTitre>a
	{
		position: fixed;
		z-index: 10;
	
		height: 6em;
		width: 10em;
		
		margin-left: 3em;
		
		background: url('../img/logo.png');
	}

div#divTitre>a:hover
	{
		position: fixed;
		z-index: 10;
	
		height: 6em;
		width: 10em;
		
		margin-left: 3em;
		
		background: url('../img/logoOver.png');
	}

		/*   Fin du div de TITRE   */

/********************************************************/	

		/* Début du div de MENU */
div#divMenu
	{
		position: fixed;
	
		height: 10em;
		width: 15em;
		margin-top: 7em;
		
		z-index: 2;
	}
	
.liMenu
	{
		list-style-type: none;
		
		height: 2em;
		width: 13em;
	
		padding-bottom: 0.7em;
		padding-top: 1em;
	
		margin-left: 0em;
		margin-bottom: 0.25em;
	
		text-align: center;
	
		background: url('../img/btonOut.png');
	}

.liMenu:hover
	{
		list-style-type: none;
		
		height: 2em;
		width: 13em;
	
		padding-bottom: 0.7em;
		padding-top: 1em;
	
		margin-left: 0em;
		margin-bottom: 0.25em;
	
		text-align: center;
	
		background: url('../img/btonEnfonc.png');
	}

.lienMenu
	{
		height: 1.7em;
		width: 13em;
	
		padding-top: 1em;
		padding-bottom: 1em;
	
		margin-top: -1em;
	
		color: white;
	
		text-decoration: none;
	
		font-family: Bernard MT Condensed;
		font-size: 1.5em;
	}	

.lienMenu:hover
	{
		height: 1.7em;
		width: 13em;
	
		padding-top: 1em;
		padding-bottom: 1em;
	
		margin-top: -1em;
	
		color: #efefef;
	
		text-decoration: none;
	
		font-family: Bernard MT Condensed;
		font-size: 1.4em;
	}
		/*   Fin du div de MENU   */
	
/********************************************************/	

		/* Début du div de CONTENEUR */
	
div#divConteneur
	{
		width: 34em;
		
		margin-left: 12.5em;
		
		padding-left: 2em;
		padding-right: 2em;
		padding-bottom: 5em;
		
		font-size: 1.2em;
	}
		/*   Fin du div de CONTENEUR  */
	
/********************************************************/	

		/* Début du div de SIGNATURE */
div#divSignature
	{
		position: fixed;
	
		height: 2em;
		width: 60.2em;
	
		bottom: 0em;
		margin-left: -0.15em;
		padding-bottom: 1em;
	
		text-align: center;
	
		background: url('../img/BarreH2.png');
		background-repeat: no-repeat;
	}
	
div#divSignature>p
	{
		height: 1em;
	
		padding-top: 0.5em;
		margin-left: -0.1em;
	}
	
a#contactWM
	{
		text-decoration: none;
	
		color: #ff7b00;	
	}
		/*   Fin du div de SIGNATURE  */
	
/********************************************************/	

		/* Début du div de BORDURES */
div#bordureHaut
	{
		position: fixed;
	
		width: 60em;
		height: 1.8em;
	
		top: 0em;
	
		background: url('../img/BarreH.png');
		background-color: black;
	}
	
div#bordureDroite
	{
		position: fixed;
		z-index: 20;
	
		width: 1em;
		height: 1000em;
	
		top: 1.8em;
		margin-left: -0.25em;
	
		background: url('../img/BarreV2.png');
		background-repeat: repeat-y;
		background-color: black;
	}
	
div#bordureGauche
	{
		position: fixed;
		z-index: 20;
	
		width: 1em;
		height: 1000em;
	
		top: 1.8em;
		margin-left: 59.27em;
	
		background: url('../img/BarreV.png');
		background-repeat: repeat-y;
		background-color: black;
	}
		/*   Fin du div de BORDURES  */

div#fondMax
	{
		height: 35%;
		width: 15em;
		
		position: fixed;
		
		margin-top: 28.5em;
		bottom: 3.48em;
		
		opacity: 0.5;
	}

img#imgFondMax
	{
		height: 100%;
		width: auto;
		
		z-index: 1;
	}
	
.onTop
	{
		z-index: 10000;
	}

.noPuce
	{
		list-style-type: none;
	}
	
.liens
	{
		color: #ff7b00;
	
		text-decoration: none;
	
		border-bottom: solid #ff7b00 0.1em;
	}
	
strong.special
	{
		color:#ff7b00;
	}

.acceuilStyle
	{
		font-family: 'Bernard MT Condensed';
		
		text-align: center;
		
		font-size: 1.5em;
	}
	
h2
	{
		font-family: 'Bernard MT Condensed';
		text-align: center;
		
		font-size: 2em;
		
		margin-top: 0.25em;
		padding-top: 0.5em;
		padding-bottom: 0.55em;
	}
	
/********************************************************/	
			   /*Page Contact*/
/********************************************************/	
.titre
	{
		color: #999999;
		
		text-decoration: underline;
		
		font-family: 'Bernard MT Condensed';		
		font-weight: lighter;
	}

.center
	{
		text-align: center;
	}
