body {
	margin: 0px;
	padding:0px;
	background-color:#ffffff;
	font-family: Tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(images/fond.gif);
	
}
#container {
	width:980px;
	margin:auto;
	background:#ffffff;
}
#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:125px;

}
/*MENU*/
.menu{
	background-image:url(images/fondmenu.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:435px;
	float:left;
}
	.elementmenu{
		margin:5px 0px 0px 12px;
	}

/*CENTRE*/
.infocentre{
	width:530px;
	float:left;
	background:#ffffff;
}
	.txt{
		font-size:14px;
		margin:40px 45px 0px 35px;
	}
	#horaires{
		height:202px;
		width:214px;
		background-image:url(images/horaires.png);
		background-repeat:no-repeat;
		text-align:center;
		float:left;
	}
	.plus{
		height:202px;
		width:301px;
		background-image:url(images/plus.png);
		background-repeat:no-repeat;
		float:right;
	}
	.formule{
		height:210px;
		width:530px;
		background-image:url(images/cadreformule.png);
		background-repeat:no-repeat;
	}
	.formule1{
		height:288px;
		width:530px;
		background-image:url(images/cadreformule1.png);
		background-repeat:no-repeat;
	}
	.formation{
		font-size:12px;
	}
	.alinea{
	margin-left:20px
	}

	.titre{
	font-size:16px;
	text-align:center;
	color:#339966;
	}
	.gdtitre{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#339966;
	margin-top:5px;
	}
	.texte1{
		float:left;
		width:380px;
		margin-top:20px;
	}
	.texte2{
		width:500px;
		margin-top:20px;
		float:left;
	}
	.image1{
		float:right;
		margin-top:5px;
		margin-left:15px;
	}

/*INFO DE DROITE*/
.infodroite{
	height:435px;
	width:261px;
	float:left;
}

/*PIED DE PAGE*/
.footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:61px;
	clear:both;
}
.txtfooter{
	font-size:12px;
	color:#ffffff;
	padding:7px;
}

#sign{
	color:#808080;
	text-align:center;
	margin-top:0px;
}
#sign a{
	color:#808080;
	text-decoration:none;
}
#sign a:hover{
	text-decoration:underline;
}


.lien
{
	color:#000000;
}