body {
	min-width: 650px;
	margin: 0 auto;
	text-align: center;
	background-color: #4d5681;
}

div.container {
	text-align: center;
	position: relative;
	margin-top: 5vh;
}
div.center {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
div.text_center {
	text-align: center;
}
div.left {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
div.bloc_gris {
	text-align: center;
	margin: 0 auto;
	border-radius: 7px;
	border: 0px;
	box-shadow: 1px 1px 12px #000000;
	background-color: #d3cfbd;
}
div.bloc_transparent {
	text-align: center;
	margin: 0 auto;
	border: 0px;
}
div.bloc_titre {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	top: 10px;
	height: 150px;
}
div.bloc_bas_page {
	position: absolute;
	min-width: 680px;
	bottom: 0px;
	height: 24px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
div.bloc_bas_page_gris {
	text-align: center;
	margin: 0 auto;
	border-radius: 7px;
	border: 0px;
	box-shadow: 1px 1px 12px #000000;
	background-color: #d3cfbd;
	width: 90%;
	min-width: 650px;
	max-width: 980px;
	height: 100%;
}
div.bas_page {
	top:820px;
	height:1px;
}
div.bloc_entete {
	min-width: 680px;
	top: 150px;
	height: 100px;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
div.bloc_entete_gris {
	width: 90%;
	min-width: 650px;
	max-width: 980px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	border-radius: 7px;
	border: 0px;
	box-shadow: 1px 1px 12px #000000;
	background-color: #d3cfbd;
}
div.entete_donnees {
	text-align: center;
	position: relative;
	z-index: 20100;
	top: 16px;
	width: 560px;
	border: 0px;
	margin: 0 auto;
}

span.bas_page {
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
span.entete_titre {
	position: relative;
	z-index: 20088;
	border: 0px;
	font-family: 'Arial';
	font-size: 24px;
	font-weight: bold;
	color:#111111;
}
span.entete_message {
	position: relative;
	z-index:20088;
	border: 0px;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: #111111;
}

iframe.contour {
	border-radius: 7px;
	border: 0px;
	box-shadow: 1px 1px 12px #000000;
	background-color: #d3cfbd;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

img.contour {
	border: 1px solid #fffcc1;
	border-radius: 9px;
	box-shadow: 1px 1px 12px #000000;
}

form.formulaire {
	font-family: 'Arial';
	font-size: 13px;
}

a {
	color: #000000;
}
a.blanc {
	color: #ffffff;
}
