body {
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: arial; 
	text-align:justify; 
	font-weight:bold; 
}
div.header { 
	width:100%; 
/*	V2
	height:105px; 
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	*/
	float:left;
}
img.logo { 
	margin:10px 20px 0px 20px; 
}
h1 {display:none}
.section {
/*	margin-top: 20px;*/
	text-align:center; 
/*V2*/
	position: relative;
	top: -90px;
}
.header_section {
/*	height: 430px;*/
/*V2*/ height: 368px;
	width: 1200px;
	margin:0px auto;
/*	margin-bottom:25px;*/
/*V2*/ margin-bottom:100px;
}
.header_section img {
  border: 5px solid white;
  border-radius: 350px;
}
.titre_section {
/*  position: absolute;
  top: 29%;
  */
 /*V2*/  position: relative; top: -170px;
  left: 50%;
  width: 1200px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 44px;
  color: black;
  padding: 30px;
  text-align: center;
}
.cadre {
	width: 900px;
	margin:0px auto;
	border: 2px solid #EC5A25;
}
.cadre_top {
	width: 100%;
	min-height: 3px;
	background-color: #E0E0E0;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	margin-bottom:5px; 
}
.buttons {
	margin-bottom:20px; 
}
.buttons input {
	width: 145px;
	height: 55px;	
	background-color: #EC5A25;
	border-radius: 15px;
	font-size: 20px;
	color: white;
	margin-right:10px;
	cursor: pointer;
}
.image-container {
	display: inline-block;
	margin: 20px 40px 20px 20px;
	border: 1px solid #EC5A25;
	padding: 5px;
	cursor: pointer;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}
.selected {
	border: 3px solid #EC5A25;
}
.select_forme {
	width: 180px;
	height: 150px;
}
.select_fond {
	width: 300px;
	height: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image-container img {
	width: 90%;
	margin-top:5px;
	margin-bottom:10px;
}
.params {
	margin-top: 10px; 
	padding-top: 10px; 
	border-top: 3px solid #E0E0E0;
}
.params span {
	display: block;
	width:100%;
}
.results {
	text-align: left;
	padding:20px 0px 25px;
	line-height: 1.6em;
}
.results input { 
	position: absolute;
	left: 48%;
	width: 200px;
}
.results select {
	position: absolute;
	left: 48%;
	width: 210px;
}
.results label {
	margin-left: 60px;
}
.results span {
	position: absolute;
	left: 64%;
}