@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#f8b230;
}
.corps {
	width: 900px;
	height:900px;
	text-align: center;
margin-left: auto; 
  margin-right: auto;
  margin-top:50px;
}
.top {
	width: 900px;
	height: 139px;
	background-image: url(images/top.png);

}
.trans {
	background-image: url(images/fondtrans.png);
background-repeat:repeat ;
}
.titre {
	color: #B90065;
	font-weight: bold;
	font-size: x-large;
}
.small {
	font-size: x-small;
}
.titre2 {
	color: #ED780E;
}
.a {
	color: #ED780E;
}
.titre3 {
		color: #B90065;
	font-weight: bold;
	font-size: medium;
}
.cent {
	text-align: center;
}
