﻿#boite1_demo {
	background-color: white;
	left: 170px;
	position: relative;
	top: -430px;
	width: 430px;
	height: 130px;
	border: 0px solid royalblue;
}

#boite2_demo {
	background-color: white;
	left: 170px;
	position: relative;
	top: -470px;
	width: 82%;
	height: 75%;
	border: 0px solid royalblue;
}

#boite3_demo {
	background-color: white;
	left: 0px;
	position: relative;
	top: 0px;
	width: 99.5%;
	height: 125px;
	border: 0px solid royalblue;
}

#boite5_demo {
	background-color: white;
	left: 0px;
	position: relative;
	top: 10px;
	width: 99.5%;
	height: 125px;
	border: 0px solid royalblue;
}

#boite6_demo {
	background-color: white;
	left: 0px;
	position: relative;
	top: 20px;
	width: 99.5%;
	height: 125px;
	border: 0px solid royalblue;
}



#boite4_demo {
	background-color: white;
	left: 330px;
	position: relative;
	top: -430px;
	width: 669px;
	height: 436px;
	border: 0px solid royalblue;
}
	
#titre_boite1_demo {
	background-color: white;
	left: 0px;
	position: relative;
	top: 0px;
	width: 600px;
	height: 55px;
	border: 0px solid royalblue;
	font-size: 48px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000000;
}