/*
#conteneur_login{
	bottom: 1%;
	left: 1%;
	overflow: hidden;
	position: absolute;
	right: 1%;
	top: 1%;
	background-color: #EAEAEA;
	padding: 10px;
}
.liste_header{
	color: #FFFFFF;
	background-color: #666666;
	font-variant: small-caps;
	font-size: 1.2em;
	padding-left: 25px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
}
#identification{
	width: 80%;
	position: relative;
	margin: auto;
	padding: 20px;
	border: 1px solid #DDDDDD;
	background-color: #F2F5F7;
	border-radius: 6px;
}
#identification h3{
	margin-bottom: 25px;
}
#identification label{
	display: inline-block;
	width: 200px;
}
#identification div{
	margin: 10px 25px;
}
#identification .indent{
	margin-left: 230px;
	padding: 3px 12px;
}
*/

html,body {  }

body {
background: url('../../imgs/Photo-SPP-2_c.jpeg') no-repeat top fixed;
/*background-color:#002355;*/
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */
}

