/*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;
}

span{
	color: rgb(89, 0, 179);
}

#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;
}

#imageCadeaux{
	width: 450px;
	float: left;
}

#texte1{
	width: 450px;
	float: left;
	padding-top: 2em;
	margin-left: 1em;
}

#texte2{
	clear: both;
	padding: 1em 0em;
}

.imageAgrandie{
	 width: 450px;
	 margin-top: 1em;
	 height: auto;
}

.imagesReduites img{
	width: 82px;
	height: 61px;
}

#remarque{
	font-size: 16px;
}

.texteSansEspace{
	margin: 0em 0em;
}

#proposition{
	margin-bottom: 0em;
}
