@charset "utf-8";
#container {
	height: 740px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#container #header {
	background-image: url(img/maquette_competences_01.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 1180px;
}
#container #page {
	background-image: url(img/maquette_competences_02.jpg);
	height: 496px;
	width: 1180px;
	background-repeat: no-repeat;
}
#container #menu {
	height: 190px;
	width: 1180px;
}
body {
	background-image: url(img/degrade-competences.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container #page #panno {
	float: right;
	width: 780px;
	margin-right: 40px;
	height: 420px;
}
#container #page #panno #Accordion2 {
	float: right;
	height: 400px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF6600;
	list-style-type: none;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	list-style-type: circle;
	text-align: left;
	text-indent: 20px;
}

