body{
	background-color: #18384F;
	color: #E3EBEE;
	margin: 0;
	padding: 0;
	text-align: center; /* bug IE */
	font-family: "Comic Sans MS", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
.invisible{
	display: none;
}
.container{
	width: 760px;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative; /* utile? */
	text-align: center; /* bug IE */
}
.titre{
	text-align: center;
	font-size: 28px;
}
a.retour_bleu {
	display: block;
	width: 116px;
	height: 159px;
	background-image: url(images/btn_retour_bleu.jpg);
	margin: 20px 0 0 auto;
}
a.retour_noir {
	display: block;
	width: 116px;
	height: 159px;
	background-image: url(images/btn_retour_noir.jpg);
	margin: 20px 0 0 auto;
}
a.retour_noir_galerie {
	display: block;
	width: 116px;
	height: 159px;
	background-image: url(images/btn_retour_noir.jpg);
	margin: 20px 60px 0 auto;
}
a.retour_blanc {
	display: block;
	width: 116px;
	height: 159px;
	background-image: url(images/btn_retour_blanc.jpg);
	margin: 20px 0 0 auto;
}
a{
	text-decoration: none;
	color: #E3EBEE;
}
.texte_principal{
	font-weight: lighter;
	font-size: 1.4em;
}
.galerie img{
	margin: 10px;
}