/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #e2e2e1;
}
/*div 1 : conteneur général*/
#conteneur {
	width:785px;
	height: 600px;
	margin:0 auto;
	background-image:  url(../images/index/index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*div 2 : header : contient le nom de la commission*/
#header {
	background-image:  none;
}
#header h1 {
	display:none
}

/*div 3 : langues : contient le choix de langue*/

#langues {
	top: 350px;
	left: 275px;
	width: 140px;
	position: relative;
	color: #ffffff;
}
#langues a {
	color: #ffffff;
	text-decoration:none;
}
#langues a:hover {
	color: #ffffff;
	text-decoration:none;
}
#langues a:visited {
	color: #ffffff;
	text-decoration:none;
}

