/* ***********************************************************	*/
/* PERFBOOK - CSS */
/* ***********************************************************	*/



/* ***********************************************************	*/
/* Element Par defaut */
/* ***********************************************************	*/

body 
{
	margin: 0;  padding: 0;
	font-weight : normal; 
	font-size : 16px; 
	font-family: arial,helvetica,sans-serif;
	color:#FFFFFF;
	background:#1f254a;
}

strong{color:#000000;}

img {border:0px;}

a, a:visited{color:#33AAEE; text-decoration: none; cursor:pointer; transition: all 0.4s ease;}
a:hover, a:active{color:#FFCF40; text-decoration:none;}



/* ***********************************************************	*/
/* Contenu */
.contenu
{
	
	width:100%;
	height:100vh;
	display:flex;
	flex-flow:row nowrap;
	justify-content: center;
	align-items:center;
	align-content:center; 
}

.message_attente
{
	text-align:center;
	color:#999999;
	font-size:1.1em;
	padding:20px;
	box-sizing:border-box
}

.message_attente img{width:90%; max-width:210px;}
.message_attente span{display:block; color:#FFFFFF;}


.message_attente a{display:block; margin:auto; color:#FFFFFF; font-size:1.3em; background:#cd5015; border:2px solid #cd5015; padding:5px;  border-radius:10px; }

