Body { /* proprietes du body */
	background-color: #000000;
	margin: 0px;
}

#lien_image {
	border: 0px;
	outline: none;
}
/********************* mise en page ********************/



h2 { /* pour écrire en gris 122*/
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #7a7a7a;
}


h5 { /* pour écrire en orange */
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #F49B46;
}

 #lien_404 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F8994E;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;

}
/********************* Index ********************/

/** pour centrer la boite **/


#horizon        
	{
	background-color: #000000;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -424px;
	position: absolute;
	top: -191px;
	left: 50%;
	width: 848 px;
	height: 459px;
	visibility: visible
	}

	#horizonPage      
	{
	background-color: #000000;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#contentPage 
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -424px;
	position: absolute;
	top: -202px;
	left: 50%;
	width: 848 px;
	height: 459px;
	visibility: visible
	}

	
/** pour inserrer les images **/

.Contenu_Index {
	background-color: #000000;
	height: 459	px;
	width: 848px;
	border:0;
}

.Contenu_IndexTop {
	background-color: #000000;
	height: 405px;
	width: 848px;
	border:0;
	position: relative;
}

.Contenu_IndexBottom {
	background-color: #000000;
	border:0;
	float: right;
}

/******************** pour le reste *******************************/


.PageFull {
	background-color: #000000;
	height: 459px;
	width: 848px;
	border:0;
}


/** menu **/

.MenuTop {
	background-color: #000000;
	height: 54px;
	width: 848px;
	border:0;
	padding: 0px;
	margin: 0px;
	outline: 0;

}

.MenuTop_Logo {
	background-color: #000000;
	height: 54px;
	width: 128px;
	border:0;
	position: absolute;
	left: 0px;
	background-image: transparent;
}


.MenuTop_Contenu {
	background-color: #000000;
	height: 54px;
	width: 720px;
	border:0;
	position: absolute;
	left: 128px;
}

.MenuTop_ContenuTop {
	background-color: #000000;
	height: 28px;
	width: 720px;
	border:0;
	padding: 0px;
	margin: 0px;
}

/** partie gauche empty now **/

.ContenuGauche {
	position: absolute;
	background-color: #282828; /* couleur du fond de la partie de gauche*/
	height: 405px;
	width: 128px;
	border:0;
	left: 0px;
}

/** pour le reste **/

.ContenuDroite {
	position: fixed;
	margin-left: 128px;
	background-color: #000000;
	height: 405px;
	width: 720px;
	border:0;
}
