/* Ecran ==============================================*/
.ecran{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	/*border:dotted 1px red;
	*/
}

/* CADRE ==============================================*/
.cadre{
	position:relative;
	margin-top: 5px;
	margin-bottom: auto;
	height:auto;
	width:800px;
	vertical-align:middle;
	margin: 0 auto;
	/*border:dotted 1px red;*/
}


/* HAUT ===============================================*/

.bandeauHaut{
	position:relative;	
	top:5px;	
	margin: 0 auto;
	width:500px;
	height:auto;
}

.bandeauHaut img{
	width: 500px;
	height:auto;
}


/* CENTRE =============================================*/

.centre{
	position: relative;
	top:30px;
	margin: 0 auto;
	width:500px;
	height:auto;
}

.centre img{
	width: 500px;
	height:auto;
}

.centre img:hover{
	border-radius: 150px 30px 150px 30px;
	-moz-border-radius: 150px 30px 150px 30px;
	-webkit-border-radius:  150px 30px 150px 30px;
	-o-border-radius:  150px 30px 150px 30px;
}


/* ANNONCE ===========================================*/

.annonce{
	position: relative;
	top:50px;
	margin: 0 auto;
	margin-bottom:5px;
	width:500px;
	height:auto;
	text-align:center;
	font-family:ubuntu, verdana, arial, sans-serif;
	font-size:1.5em;
	color:#ff5900;
	/* border: solid 1px green; */
}


/* SOLA CARTE ===========================================*/

.SolaTogoCarte{
	position: relative;
	top:50px;
	margin: 0 auto;
	width:500px;
	height:auto;
	text-align:center;
	font-family:ubuntu, verdana, arial, sans-serif;
	font-size:.8em;
	color:#ff5900;
	/* border: solid 1px red; */
}


/* BAS =================================================*/

.bandeauBas p{
	position: fixed;
	left:auto;
	right:auto;
	width:800px;
	height:20px;
	bottom:0px;
	text-align:center;
	font-family:ubuntu;
	font-size:0.6em;
	color:#434543
	/*border: solid 1px black;*/
}







