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

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


a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #959595;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent
}

a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #959595;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
}

a:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
}

a:active {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
 }	

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

h3 { /* pour écrire en blanc dans la page l'Atelier*/
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF ;
	text-align: left;
	line-height: 15px;
	margin-left: 30px;
	margin-right: 25px;
}


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

h6 { /* pour écrire en orange */
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #F8994E;
	text-align: center;
}

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

}

p {	
	margin-left: 20px;

}
/********************* 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;
}

/** pour tapper en html le contenu de la page l'Atelier **/

.AtelierGauche{
	position: absolute;
	background-image: url(../images/PokaSite_Latelier_G.gif);
	height: 405px;
	width: 365px;
	border:0;
	
}

.AtelierDroite{
	position: fixed;
	margin-left: 365px;
	background-image: url(../images/PokaSite_Latelier_D.gif);
	height: 405px;
	width: 355px;
	border:0;
}




