#init {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 370px;
	height: 180px;
	margin-left: -185px;
	margin-top: -90px;
}
#header {
	witdh: 900px;
	height: 87px;
}
#page_title {
	width: 900px;
	height: 50px;
}
#navigation {
	witdh: 900px;
	height: 70px;
}
#accueil_content {
	witdh: 900px;
	height: 350px;
	background-image: url(../images/index_background.jpg);
	background-repeat: no-repeat;
}
#services_content {
	witdh: 900px;
	height: 350px;
	background-image: url(../images/services_background.jpg);
	background-repeat: no-repeat;
}
#financement_content {
	witdh: 900px;
	height: 350px;
	background-image: url(../images/financement_background.jpg);
	background-repeat: no-repeat;
}
#contact_content {
	witdh: 900px;
	height: 350px;
	background-image: url(../images/contact_background.jpg);
	background-repeat: no-repeat;
}
#occasions_content {
	witdh: 900px;
	height: 350px;
	background-image: url(../images/occasions_background.jpg);
	background-repeat: no-repeat;
}
#offres_content {
	witdh: 900px;
	height: 350px;
	background-image: url(../images/offres_background.jpg);
	background-repeat: no-repeat;
}
#annonce {
	width: 260px;
	height: 150px;
	background-image: url(../images/back_annonce.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 10px;
}
#annonce_title {
	margin-top: 18px;
	margin-left: 20px;
	witdh: 220px;
}
#annonce_infos {
	position: relative;
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	witdh: 130px;
	height: 50px;
}
#annonce_photo {
	position: relative;
	float: left;
	margin-top: 18px;
	margin-left: 10px;
	witdh: 70px; 
	height: 45px;
}
#annonce_btn {
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
	witdh: 120px; 
	height: 45px;
}
#post_footer {
	width: 900px;
	height: 120px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#footer {
	width: 900px;
	height: 60px;
}
#player_viral {
	width: 350px;
	height: 240px;
	margin-left: 270px;
	margin-top: 24px;
}
#detail_total {
	position: absolute;
	background-color: white;
	width: 500px;
	height: auto;
	left: 50%;
	margin-left: -250px;
	overflow: auto;
}
#detail_img {
	margin-top: 10px;
	margin-left: 50px;
	width: 400px;
}
#detail_data {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#detail_printBTN {
	background-color: white;
	width: 110px;
	height: 26px;
	margin-left: 195px;
}
#title_interne {
	height: 26px;
	background-color: #C60E55;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
