/* CSS Document */
/*GENERALITES*/
	body
	{
	background-color:#e5cd87;
		font color:#544226;
	width:1000;
	}

	/*LIENS*/

	a.lien
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		color:#544226;
		border:none;
	}

	a.lien:hover
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		color:#544226;
		border:none;
	}
	
	a.lien:visited
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		color:#544226;
		border:none;
	}
	
	a.lien2
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		color:#800000;
		font-weight:bold;
		border:none;
	}

	a.lien2:hover
	{
		font-weight:bold;
		color:#544226;
		padding:0px;
		margin:0px;
	}
	
	/*a.lien2:visited
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		color:#800000;
		font-weight:bold;
		border:none;
	}*/
	
	a.lien3
	{
		text-decoration:none;
		color:#544226;
		border:none;
	}

	a.lien3:hover
	{
		color:#800000;
		padding:0px;
		margin:0px;
	}
.imagegauche {
	display: inline;
	float: left;
	margin-right: 10px;
}
	
	a.lien4
	{
		text-decoration:none;
		color:#800000;
		border:none;
	}

	a.lien4:hover
	{
		color:#000000;
		padding:0px;
		margin:0px;
	}
	
	a.mail
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		border:none;
	}

	a.mail:hover
	{
		font-weight:bold;
		color:#800000;
		padding:0px;
		margin:0px;
	}
	
	a.mail:visited
	{
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		border:none;
	}
	
	a.bandeau
	{
		text-decoration:none;
		font-family:Arial;
		font-weight:bold;
		color:#ffffff;
		border:none;
	}

	a.bandeau:hover
	{
		color:#800000;
		font-family:Arial;
		font-weight:bold;
		padding:0px;
		margin:0px;
	}
	
	a.bandeau:visited
	{
		text-decoration:none;
		font-family:Arial;
		font-weight:bold;
		color:#ffffff;
		border:none;
	}
	
	
	dl,dt,dd,ul,li
	{
		margin:0;
		padding:0;
		list-style-type:none;
		background:#800000;
	}
	

/*LIENS DANS BOUTONS*/
	/*MENU A GAUCHE*/
		a.menu:link
		{
			color: #544226;
			text-decoration:none;
		}

		a.menu:visited
		{
			color: #544226;
			text-decoration:none;
		}

		a.menu:hover
		{
			color:#800000;
			text-decoration:none;
		}

	/*MENU EN HAUT*/
		a.menuhaut:link
		{
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			border:none;
			color: #ffffff;
		}

		a.menuhaut:visited
		{
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			border:none;
			color: #ffffff;
		}

		a.menuhaut:hover
		{
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			border:none;
			color: #000000;
			text-decoration:none;
		}
		
		a.legende:link
		{
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			border:none;
			color: #e5cc87;
		}

		a.legende:visited
		{
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
			border:none;
			color: #e5cc87;
		}

		a.legende:hover
		{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bolder;
	border:none;
	color: #800000;
		}
		
		

/*TABLEAUX*/
td
	{
	padding:10px;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	border:none;
	line-height:17px;
	}
	
table#clubentreprises
	{
	border: solid #000 1px;
	border-collapse:collapse;
	}

table#clubentreprises td
	{
	text-align: center;
	padding:10px;
	border: solid #000 1px;
	}
	
.dataclub
	{
	font-family:Arial;
	color:#544226;
	font-size:12px;
	font-weight:bold;
	}
	

.toprow
	{
	padding:10px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
    font-weight:bold;
    text-align: center;
	}
	
	
table#equipe
	{
	border:none;
	border-collapse:collapse;
	}

table#equipe td
	{
	text-align: justify;
	padding:10px;
	border:none;
	vertical-align:top;
	width:350px;
	}
	
.data
	{
	font-family:Arial;
	color:#544226;
	font-size:12px;
	font-weight:normal
	}

table#danseurs
	{
	border:none;
	border-collapse:collapse;
	}

table#danseurs td
	{
	text-align: justify;
	padding:10px;
	border:none;
	vertical-align:top;
	width:210px;
	}
	
.data
	{
	font-family:Arial;
	color:#544226;
	font-size:12px;
	font-weight:normal
	}


/*DEFINITION DES DIV*/
	/*MARGE DU HAUT*/
		/*IMAGE*/
			#entete
			{
	height:142px;
	width:1000px;
	background-color:#e5cc87;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	border:none;
			}
			
		/*MENU DU HAUT*/
			
			/*BOUTONS PAGE CREATIONS*/
				#boutonarborescence
				{
	height:20px;
	width:195px;
	background-color:#800000;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	z-index:100;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
				}
				
#boutonarborescence dl
{
	float: left;
	width: 195px;
}
#boutonarborescence dt
{
text-align:center;
background:#800000;
border:none;
}
#boutonarborescence dd
{
display:none;
background:#800000;
}
#boutonarborescence li {
background:#800000;
text-align:center;
border:none;
height:100%;
}
#boutonarborescence li a, #boutonarborescence dt a
{
display:block;
height:100%;
border:none;   
}
#boutonarborescence li a:hover, #boutonarborescence li a:focus, #boutonarborescence dt a:hover,#boutonarborescence dt a:focus
{
color:#000000;
}

#boutonarborescence2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	z-index:100;
	padding-top: 3px;
				}
				
#boutonarborescence2 dl
{
	float: left;
	width: 195px;
}
#boutonarborescence2 dt
{
text-align:center;
background:#e5cc87;
font-family:Arial;
text-align:center;
color:#800000;
font-size:12px;
text-decoration:none;
font-weight:bold;
border:none;
}
#boutonarborescence2 dd
{
display:none;
background:#e5cc87;
}
#boutonarborescence2 li {
background:#e5cc87;
text-align:center;
border:none;
height:100%;
}
#boutonarborescence2 li a, #boutonarborescence2 dt a
{
display:block;
height:100%;
border:none;   
}
#boutonarborescence2 li a:hover, #boutonarborescence li a:focus, #boutonarborescence dt a:hover,#boutonarborescence dt a:focus
{
color:#000000;
}


				#boutonretourenavant
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:415;
	border:none;
	padding-top: 3px;
				}
				
				#boutonretourenavant2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:415px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutonmodulibre
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:610px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonmodulibre2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:610px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutonrepertoire
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:805px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonrepertoire2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:805px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
			/*BOUTONS PAGE FORMATION PRO*/
			
				#boutonpgmpedago
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonpgmpedago2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutonequipepedago
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonequipepedago2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutontaxe
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:740px;
	border:none;
	padding-top: 3px;
				}
				
				#boutontaxe2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:740px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				
				/*BOUTONS PAGE MECENAT*/
			
				#boutonamiscie
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonamiscie2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutonclubentreprises3
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonclubentreprises4
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutontaxe3
				{
					height:20px;
					width:238px;
					background-color:#800000;
					text-align:center;
					position:absolute;
					top:165px;
					left:717px;
					border:none;
				}
				
				#boutontaxe4
				{
					height:20px;
					width:238px;
					background-color:#e5cc87;
					position:absolute;
					top:165px;
					left:717px;
					border:none;
					font-family:Arial;
					text-align:center;
					color:#800000;
					font-size:12px;
					text-decoration:none;
					font-weight:bold;
					border:none;
				}		
			
			
			
			/*BOUTONS PAGE SENSIBILISATION*/
			
				#boutonfestivalenfants
				{
	height:30px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:146px;
	left:220px;
	border:none;
	padding-top: 1px;
				}
				
				#boutonfestivalenfants2
				{
	height:30px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:146px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 1px;
				}
				
				#boutonfestivalados
				{
	height:30px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:146px;
	left:376px;
	border:none;
	padding-top: 1px;
				}
				
				#boutonfestivalados2
				{
	height:30px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:146px;
	left:376px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 1px;
				}
				
				#boutonfeteduchere
				{
	height:30px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:146px;
	left:532px;
	border:none;
	padding-top: 1px;
				}
				
				#boutonfeteduchere2
				{
	height:30px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:146px;
	left:532px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 1px;
				}	
			
			
			/*BOUTONS PAGE ECOLE*/
			
				#boutoncours
				{
	height:20px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutoncours2
				{
	height:20px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutoncycledanse
				{
	height:20px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:376px;
	border:none;
	padding-top: 3px;
				}
				
				#boutoncycledanse2
				{
	height:20px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:376px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutonprofesseurs
				{
	height:20px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:532px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonprofesseurs2
				{
	height:20px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:532px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}	
			
				#boutonfeteecole
				{
	height:20px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:688px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonfeteecole2
				{
	height:20px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:688px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutontarifs
				{
	height:20px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:844px;
	border:none;
	padding-top: 3px;
				}
				
				#boutontarifs2
				{
	height:20px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:844px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
			
			
			/*BOUTONS PAGE ECHAPPEES BELLES*/
			
				#boutonlieu
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonlieu2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				
				#boutonprogrammation
				{
	height:20px;
	width:260px;
	background-color:#800000;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	z-index:100;
	padding-top: 3px;
				}
				
#boutonprogrammation dl
{
	float: left;
	width: 260px;
}
#boutonprogrammation dt
{
text-align:center;
background:#800000;
border:none;
}
#boutonprogrammation dd
{
display:none;
background:#800000;
}
#boutonprogrammation li {
background:#800000;
text-align:center;
border:none;
height:100%;
}
#boutonprogrammation li a, #boutonprogrammation dt a
{
display:block;
height:100%;
border:none;   
}
#boutonprogrammation li a:hover, #boutonprogrammation li a:focus, #boutonprogrammation dt a:hover,#boutonprogrammation dt a:focus
{
color:#000000;
}

#boutonprogrammation2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	z-index:100;
	padding-top: 3px;
				}
				
#boutonprogrammation2 dl
{
	float: left;
	width: 260px;
}
#boutonprogrammation2 dt
{
text-align:center;
background:#e5cc87;
font-family:Arial;
text-align:center;
color:#800000;
font-size:12px;
text-decoration:none;
font-weight:bold;
border:none;
}
#boutonprogrammation2 dd
{
display:none;
background:#e5cc87;
}
#boutonprogrammation2 li {
background:#e5cc87;
text-align:center;
border:none;
height:100%;
}
#boutonprogrammation2 li a, #boutonprogrammation2 dt a
{
display:block;
height:100%;
border:none;   
}
#boutonprogrammation2 li a:hover, #boutonprogrammation2 li a:focus, #boutonprogrammation2 dt a:hover,#boutonprogrammation2 dt a:focus
{
color:#000000;
}
				
			#boutonacces
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:740px;
	border:none;
	padding-top: 3px;
				}
				
			#boutonacces2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:740px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutonquebec2
				{
					height:20px;
					width:238px;
					background-color:#e5cc87;
					position:absolute;
					top:165px;
					left:717px;
					border:none;
					font-family:Arial;
					text-align:center;
					color:#800000;
					font-size:12px;
					text-decoration:none;
					font-weight:bold;
					border:none;
				}
			
			
			
			/*BOUTONS PAGE INTERNATIONAL*/
			
				#boutonmediterranees
				{
	height:20px;
	width:390px;
	background-color:#800000;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	z-index:100;
	padding-top: 3px;
				}
				
#boutonmediterranees dl
{
	float: left;
	width: 390px;
}
#boutonmediterranees dt
{
text-align:center;
background:#800000;
border:none;
}
#boutonmediterranees dd
{
display:none;
background:#800000;
}
#boutonmediterranees li {
background:#800000;
text-align:center;
border:none;
height:100%;
}
#boutonmediterranees li a, #boutonmediterranees dt a
{
display:block;
height:100%;
border:none;   
}
#boutonmediterranees li a:hover, #boutonmediterranees li a:focus, #boutonmediterranees dt a:hover,#boutonmediterranees dt a:focus
{
color:#000000;
}

#boutonmediterranees2
				{
	height:20px;
	width:390px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	z-index:100;
	padding-top: 3px;
				}
				
#boutonmediterranees2 dl
{
	float: left;
	width: 390px;
}
#boutonmediterranees2 dt
{
text-align:center;
background:#e5cc87;
font-family:Arial;
text-align:center;
color:#800000;
font-size:12px;
text-decoration:none;
font-weight:bold;
border:none;
}
#boutonmediterranees2 dd
{
display:none;
background:#e5cc87;
}
#boutonmediterranees2 li {
background:#e5cc87;
text-align:center;
border:none;
height:100%;
}
#boutonmediterranees2 li a, #boutonmediterranees2 dt a
{
display:block;
height:100%;
border:none;   
}
#boutonmediterranees2 li a:hover, #boutonmediterranees2 li a:focus, #boutonmediterranees2 dt a:hover,#boutonmediterranees2 dt a:focus
{
color:#000000;
}


				#boutonquebec
				{
	height:20px;
	width:390px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:610px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonquebec2
				{
	height:20px;
	width:390px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:610px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
			
			

			/*BOUTONS PAGE EQUIPE*/
				#boutonmichel
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonmichel2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutondanseurs
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:480px;
	border:none;
	padding-top: 3px;
				}
				
				#boutondanseurs2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:480px;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutoncollaborateurs
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:740px;
	border:none;
	padding-top: 3px;
				}
				
				#boutoncollaborateurs2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:740px;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutonconseilscientifique
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:175px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonconseilscientifique2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:175px;
	left:220px;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutonconseiladministration
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:175px;
	left:480px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonconseiladministration2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:175px;
	left:480px;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutonadministration
				{
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:175px;
	left:740px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonadministration2
				{
	height:20px;
	width:260px;
	background-color:#e5cc87;
	position:absolute;
	top:175px;
	left:740px;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}	


			/*BOUTONS PAGE PARTENAIRES*/
				#boutonsubventionneurs
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonsubventionneurs2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}
				
				#boutoncoproducteurs
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:415px;
	border:none;
	padding-top: 3px;
				}
				
				#boutoncoproducteurs2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:415px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutonclubentreprises
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:610px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonclubentreprises2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:610px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

				#boutonsoutienformation
				{
	height:20px;
	width:195px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:805px;
	border:none;
	padding-top: 3px;
				}
				
				#boutonsoutienformation2
				{
	height:20px;
	width:195px;
	background-color:#e5cc87;
	position:absolute;
	top:150px;
	left:805px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 3px;
				}

	/*MARGE DU COTE*/
		/*ECHELLE*/
			#echelle
			{
	height:765px;
	width:80px;
	position:absolute;
	background-color:#e5cc87;
	left:0px;
	top:180px;
	background-repeat:repeat-y;
	border:none;
			}

		/*MENU et BOUTONS*/
			#boutoncreations
			{
	height:25px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:220px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}
		
			#boutoncreations2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:180px;
	border:none;
			}


			#boutonformationpro
			{
	height:40px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:267px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}	

			#boutonformationpro2
			{
				height:85px;
				width:140px;
				position:absolute;
				background-color:#e5cc87;
				text-align:center;
				left:80px;
				top:455px;
				border:none;
			}

			#boutonecoleamateurs
			{
	height:25px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:380px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}		

			#boutonecoleamateurs2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:350px;
	border:none;
			}
	
			#boutonsensibilisation
			{
	height:25px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:465px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}

			#boutonsensibilisation2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:435px;
	border:none;
			}
			
			#boutonechappeesbelles
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:520px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	vertical-align: middle;
			}

			#boutonechappeesbelles2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:520px;
	border:none;
			}	
				
			#boutoninternational
			{
	height:25px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:635px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}

			#boutoninternational2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:605px;
	border:none;
			}
			
			#boutonentreprise
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:690px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}

			#boutonentreprise2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:690px;
	border:none;
			}			

			#boutonequipe
			{
	height:25px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:805px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}

			#boutonequipe2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:775px;
	border:none;
			}
			
			#boutonpartenaires
			{
	height:25px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	left:80px;
	top:890px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#544226;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
			}

			#boutonpartenaires2
			{
	height:85px;
	width:140px;
	position:absolute;
	background-color:#e5cc87;
	text-align:center;
	left:80px;
	top:860px;
	border:none;
			}


	/*CORPS PRINCIPAL SELON PAGES*/
		#corpsaccueil
		{
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-repeat:no-repeat;
	border:none;
	text-align: center;
	height: 392px;
		}
		
		#corpsaccueil2
		{
	height:735px;
	width:755px;
	position:absolute;
	top:180px;
	left:220px;
	line-height:17px;
	word-spacing:2px;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#544226;
	text-align:justify;
	font-weight:bold;
	border:none;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 10px;
		}
		
		#corpsformationpro
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondformationpro.jpg);
	background-repeat:no-repeat;
	border:none;
		}
		
		#corpsecoleamateurs
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondecole.jpg);
	background-repeat:no-repeat;
	border:none;
		}
		
		#corpssensibilisation
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondsensibilisation.jpg);
	background-repeat:no-repeat;
	border:none;
		}
		
		#corpsechappeesbelles
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondechappeesbelles.jpg);
	background-repeat:no-repeat;
	border:none;
		}
		
		#corpsechappeesbelles2
		{
	height:140px;
	width:740px;
	position:absolute;
	top:180px;
	left:240px;
	border:none;
		}
		
		#corpsechappeesbelles4
		{
			height:730px;
			width:695px;
			position:absolute;
			top:220px;
			left:240px;
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			color:#544226;
			text-align:justify;
			font-weight:bold;
			line-height:17px;
			word-spacing:2px;
			border:none;
			overflow: auto;
			overflow-x:hidden ;
		}
		
		
					
		
		#corpsinternational
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondinternational.jpg);
	background-repeat:no-repeat;
	border:none;
	text-align: center;
		}
		
		#corpsinternational2
		{
	height:120px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	border:none;
		}
		
		
					#boutonliban
					{
						height:15px;
						width:165px;
						position:absolute;
						top:55px;
						left:0px;
						background-color:#544226;
						line-height:15px;
						text-align:center;
						border:none;
					}
		
					#boutonmaroc
					{
						height:15px;
						width:165px;
						position:absolute;
						top:55px;
						left:165px;
						background-color:#544226;
						line-height:15px;
						text-align:center;
						border:none;
					}
		
					#boutontunisie
					{
						height:15px;
						width:190px;
						position:absolute;
						top:55px;
						left:330px;
						background-color:#544226;
						line-height:15px;
						text-align:center;
						border:none;
					}
					
					#boutonitalie
					{
						height:15px;
						width:165px;
						position:absolute;
						top:55px;
						left:520px;
						background-color:#544226;
						line-height:15px;
						text-align:center;
						border:none;
					}

		
		#corpsentreprise
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondentreprise.jpg);
	background-repeat:no-repeat;
	border:none;
		}

		#corpsorganigramme
		{
	height:740px;
	width:780px;
	position:absolute;
	top:205px;
	left:220px;
	background-image: url(Images/fondorganigramme.jpg);
	background-repeat:no-repeat;
	border:none;
	overflow: auto;
	overflow-x:hidden;
		}
		
		/*DIV ORGANIGRAMME*/
				#michel
				{
					height:60px;
					width:300px;
					position:absolute;
					top:200px;
					left:220px;
					padding-top:10px;
					padding-right:10px;
					padding-left:10px;
					border:none;
				}

				
				#danseurs1
				{
					height:200px;
					width:215px;
					position:absolute;
					top:200px;
					left:520px;
					padding-top:10px;
					padding-right:10px;
					padding-left:10px;
					border:none;
				}

				#danseurs2
				{
					height:200px;
					width:220px;
					position:absolute;
					top:200px;
					left:735px;
					padding-top:10px;
					padding-right:10px;
					padding-left:10px;
					border:none;
				}

				#collaborateurs
				{
					height:589px;
					width:370px;
					position:absolute;
					top:330px;
					left:585px;
					border:none;
				}
				
				#conseilscientifique
				{
					height:225px;
					width:365px;
					position:absolute;
					top:290px;
					left:220px;
					padding-top:10px;
					padding-right:10px;
					padding-left:10px;
					border:none;
				}
				
				#conseiladministration
				{
	height:200px;
	width:365px;
	position:absolute;
	top:490px;
	left:220px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	border:none;
				}
				
				#administration
				{
	height:220px;
	width:365px;
	position:absolute;
	top:700px;
	left:220px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	border:none;
				}

		#corpsequipe
		{
			/*height:715px;
			width:670px;*/
			position:absolute;
			left: 0px;
			top: 0px;
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			line-height:15px;
			word-spacing:2px;
			color:#544226;
			text-align:justify;
			border:none;
		}
		
		#corpsequipe2
		{
			height:715px;
			width:695px;
			position:absolute;
			top:220px;
			left:240px;
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			color:#544226;
			text-align:justify;
			border:none;
			overflow: auto;
			overflow-x:hidden ;
		}
#corpstexte {
	overflow: auto;
	height: 620px;
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 325px;
}
		
		#corpscreations
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondcreations.jpg);
	background-repeat:no-repeat;
	border:none;
		}
		
		#corpscreations2
		{
	height:120px;
	width:740px;
	position:absolute;
	top:200px;
	left:240px;
	border:none;
		}
		
		
		#corpscreations3
		{
			height:590px;
			width:695px;
			position:absolute;
			top:360px;
			left:240px;
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			color:#544226;
			text-align:justify;
			font-weight:bold;
			line-height:17px;
			word-spacing:2px;
			border:none;
			overflow: auto;
			overflow-x:hidden ;
		}
		
		#corpscreations4
		{
			height:730px;
			width:695px;
			position:absolute;
			top:220px;
			left:240px;
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			color:#544226;
			text-align:justify;
			font-weight:bold;
			line-height:17px;
			word-spacing:2px;
			border:none;
			overflow: auto;
			overflow-x:hidden ;
		}
		
		#legendedanser
		{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:0px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
		}
		
		#legendewhich
		{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:185px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
		}
		
		#legendepalabres
		{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:370px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
		}
		
		#legendearbre
		{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:555px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
		}


		
		#corpspartenaires
		{
	height:765px;
	width:780px;
	position:absolute;
	top:180px;
	left:220px;
	background-image: url(Images/fondpartenaires.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#544226;
	padding-top:10px;
	border:none;
	overflow: auto;
		}
		
		#corpscoordonnees
		{
			height:725px;
			width:695px;
			position:absolute;
			top:220px;
			left:240px;
			line-height:17px;
			word-spacing:2px;
			font-family:Arial;
			font-size:12px;
			text-decoration:none;
			text-align:center;
			color:#544226;
			font-weight:bold;
			border:none;
		}
		
		
/*LEGENDES*/
					#boutonlegende1
					{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:0px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
					}
					#boutonlegendeimg1
					{
	height:100px;
	width:185px;
	position:absolute;
	text-align:left;
	border:none;
					}
		
					#boutonlegende2
					{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:185px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
					}
					#boutonlegendeimg2
					{
	height:100px;
	width:185px;
	position:absolute;
	top:0px;
	left:185px;
	text-align:center;
	border:none;
					}
		
					#boutonlegende3
					{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:370px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
					}
					#boutonlegendeimg3
					{
	height:100px;
	width:185px;
	position:absolute;
	left:370px;
	text-align:center;
	border:none;
					}
					
					#boutonlegende4
					{
	height:15px;
	width:185px;
	position:absolute;
	top:105px;
	left:555px;
	background-color:#544226;
	line-height:15px;
	text-align:center;
	border:none;
					}
					#boutonlegendeimg4
					{
	height:100px;
	width:185px;
	position:absolute;
	left:555px;
	text-align:right;
	border:none;
					}



/*BANDEAU COORDONNEES*/
		#bandeau
		{
	height:50px;
	width:780px;
	text-align:center;
	background-color:#544226;
	line-height:15px;
	position:absolute;
	top:950px;
	left:220px;
	border:none;
	padding-top: 5px;
		}
		
		#cadrecreateur
		{
	height:70px;
	width:220px;
	background-color:#e5cc87;
	line-height:15px;
	position:absolute;
	top:950px;
	left:0px;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#544226;
	border:none;
		}
		


/*PAGE D'INTRO*/
	#entree
	{
		height:500px;
		width:600px;
		margin:auto;
	}
#corpstexte2 {
	overflow: auto;
	height: 640px;
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 300px;
}
#corpstexte3 {
	height: 640px;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 300px;
}
#corpstexte4 {
	overflow: auto;
	height: 640px;
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 278px;
}
#corpstexte5 {
	overflow: auto;
	height: 765px;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 180px;
}
#corpstexte6 {
	overflow: auto;
	height: 765px;
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 180px;
}
#corpscreations5 {
	height:120px;
	width:740px;
	position:absolute;
	top:180px;
	left:240px;
	border:none;
}
#boutonamiscie3 {
	height:20px;
	width:260px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:150px;
	left:220px;
	border:none;
	padding-top: 3px;
}
#corpstexte7 {
	overflow: auto;
	height: 740px;
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #544226;
	text-decoration: none;
	text-align: justify;
	word-spacing: 2px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 220px;
	top: 206px;
}
#boutonfestivalenfantsPB {
	height:30px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:146px;
	left:688px;
	border:none;
	padding-top: 1px;
}
#boutonfestivalenfantsPB2 {
	height:30px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:146px;
	left:688px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 1px;
}
#boutondossierpeda {
	height:30px;
	width:156px;
	background-color:#800000;
	text-align:center;
	position:absolute;
	top:146px;
	left:844px;
	border:none;
	padding-top: 1px;
}
#boutondossierpeda2 {
	height:30px;
	width:156px;
	background-color:#e5cc87;
	position:absolute;
	top:146px;
	left:844px;
	border:none;
	font-family:Arial;
	text-align:center;
	color:#800000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border:none;
	padding-top: 1px;
}
.grasnoir {
	color: #000;
}
#entete2 {
	height:150px;
	width:1000px;
	background-color:#000;
	background-repeat:no-repeat;
	position:static;
	top:0px;
	left:0px;
	border:none;
	margin-right: auto;
	margin-left: auto;
}
#corpsaccueil3 {
	height:375px;
	width:1000px;
	position:static;
	top:650px;
	left:0px;
	line-height:17px;
	word-spacing:2px;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#544226;
	text-align:justify;
	font-weight:bold;
	border:none;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
