/********/
/* HTML */
/********/
h2 {
	margin		: 0;
	font-size	: 14px;
}
/******************************/


/******/
/* ID */
/******/
/* Menu */
#fond_menu {
	background-image	: url(images/fond_page/fond_menu_accueil.jpg);
}

/* Conteneur */
/*
#conteneur {
	background-image	: url(images/fond_page/fond_accueil.jpg);
	background-repeat	: no-repeat;
	width				: 900px;
	height				: 535px;
}
*/

/* Contenu */
#contenu {
	background-image	: url(images/fond_page/fond_contenu_accueil.jpg);
}
#contenu .zone_txt {
	position	: absolute;
	width		: 300px;
	margin-top	: 40px;
	margin-left	: -22px;
	text-indent	: 0px;
	text-align	: justify;
	font-weight	: normal;
}
#contenu .zone_txt p {
	margin-top		: 0px;
	margin-bottom	: 10px;
}
#videos {
	margin-top	: -100px;
	margin-left	: -50px;
}

/*
#contenu .bouton {
	padding-left	: 70px;
	padding-right	: 20px;
	width			: 430px;
	margin-top		: 30px;
	height			: 60px;
}
*/
/*
#contenu .zone_txt {
	background-image: none;
	font-weight		: bold;
	font-size		: 16px;
	text-align		: center;
	position		: absolute;
	margin-left		: -60px;
	width			: 300px;
	height			: 250px;
	padding-left: 0px;
}
*/
/******************************/

/**********/
/* CLASES */
/**********/
.hidden {
	display	: none;
}
