/* CSS Document */
#conteneur{
	min-height: 800px;
	width: 950px;
/*	border: thin solid #000000;*/
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 950px;
	height: 200px;
}

#gauche{
	width: 200px;
	min-height: 800px;
	float: left;
	padding-top: 5px;
}

#droite{
	width: 750px;
	float: left;
	height: 600px;
	position: relative;
/*	background-color: #FFFF99;*/
}
/* PAGES : */
#pggauche{
	float: left;
}
#pgdroite{
}
#pied{
	text-align: center;
}
#anim{
	/*	background-color: #CCFFFF;*/
	text-align: center;
	height: 200px;
	width: 250px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#texte1{
	background-image: url(../img_fonds/fondtexte1.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 470px;
	padding-top: 80px;
	padding-right: 80px;
}
#sousmenu{
	background-image: url(../img_fonds/fondsousmenu2.png);
	height: 310px;
	width: 210px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	position: relative;
}

#dv_sous_menu ul{

}
#dv_sous_menu li{
	list-style-type: square;
}

