/*GENERAL*/

		/*Corps entier*/
body{
	background-color: rgb(255, 255, 204);
	font-family: Monotype Corsiva, serif;
	font-size: 20px;
}

a{
	color: black;
}

a:visited{
	color: black;
}

hr{
	clear: both;
	margin: 1em 0em;
}

#contenu{
	text-align: center;
}

#contenu img{
	border: none;
}
		/*Haut de page*/
#haut_page{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
		/*Banniere*/
#bandeau{
	width: 966px;
}
		/*Menu langue*/
#langues img{
	float: left;
	width: 39px;
	height: 26px;
	padding-left: 2em;
}
		/*Menu general*/
#menu{
	clear: both;
	text-align: center;
	margin-top: 1em;
}

.imageMenu{
	float: left;
	width: auto;
	height: 50px;
	margin-left: 0.5em;
}

.texteMenu{
	float: left
}

		/*Bas de page*/
#info{
	color: rgb(89, 0, 179);
}

#liens{
	font-size: 24px;
}

/*CONTENU*/

#developpement{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

tr{
	padding-top: 1em;
}
