
/* Espace */
article.connexion h1{
	margin-bottom: 20px;
	font-family:'Myriad W01 SmBd';
	font-weight: normal;
	font-size: 30px;
	color: #244f82;
	text-align: center;
}
article.connexion div.description{
	text-align: center;
	color: #555;
	margin-bottom: 50px;	
}

article.connexion form{
	width: 60%;
	margin: auto;
	padding: 20px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}
article.connexion form > div{
	width: 280px;
	margin: auto;
}
article.connexion label{
	width: 100px;
	display: inline-block;
}
article.connexion input{

}


article.connexion div.field{
	margin-bottom: 10px;
}
article.connexion div.submit{
	text-align: center;
	margin-top: 20px;
}

.logout{
	float: right;
	color: #555;
}



article.espace h1{
	color: #244f82;
	margin-bottom: 20px;
	font-size: 25px;
}
article.espace h2{
	color: #347cce;
	margin-bottom: 10px;
	font-family:'Myriad W01 SmBd Cnd';
	font-size: 25px;
	margin-bottom: 10px;
}

article.espace .espace-annonce{
	background-color: #edf4f8;
	padding: 10px;
	border: 1px solid #e5f2f9;
	color: #245793;
	padding-left: 45px;
	position: relative;
}
article.espace .espace-annonce p{
	margin: 5px 0;
}
article.espace .espace-annonce:before{
font-family: FontAwesome; 
content: "\f05a";
position:absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
font-size: 22px;
	color: #93b9e5;
}

article.espace .espace-annonce.maint{
	background-color:#fce2e2;
	color:#bb0000
}
article.espace .espace-annonce.maint:before{
font-family: FontAwesome; 
content: "\f071";
	color: #e69395;
}


article.espace .publications{
	_float: left;
	_width: 50%;
}
article.espace .publications ul{
	list-style: none;
	color: #333;

}
article.espace .publications ul li{
	padding: 8px 10px;
	position: relative;
}
article.espace .publications ul li span{
	font-style: italic;
	color: #666;
	font-size: 0.8em;
}
article.espace .publications ul li a{
	color: #347cce;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 5px;
	
}
article.espace .publications ul li:nth-child(odd){
	background-color: #e0e0e0;	
}


article.espace .factures{
	float: left;
	width: 50%;
}
article.espace .factures ul{
	list-style: none;
	color: #333;
	width: 70%;
}
article.espace .factures ul li{
	padding: 8px 0px;
	border-bottom: 1px solid #ccc;
}
article.espace .factures ul li span.date{
	display: block;
	font-style: italic;
	color: #666;
	font-size: 0.9em;
	margin-left: 10px;
}
article.espace .factures ul li a{
	color: #347cce;
	text-decoration: none;
	margin-left: 10px;
}
article.espace .factures ul li:last-child{
	border-bottom: none;
}

article.espace .factures .regler{
	display: block;
	color: red;
}


/* Page paiement facture
------------------------------------------*/
.page-id-231 .text{
	text-align: center;
	font-size: 1.3em;
	color: #555;
}
.page-id-231 #paiement-form{
	text-align: center;
	margin-top: 50px;
	background-color: white;
	border: 1px solid #ccc;
	padding: 20px;
	width: 400px;
	margin: auto;
	margin-top: 50px;
}
.page-id-231 #paiement-form input[type="submit"]{
	font-size: 15px;
	margin-top: 30px;
}
.page-id-231 #paiement-form .paybox-logos{
	text-align: center;
	margin-top: 10px;
}
.page-id-231 #paiement-form img{
	vertical-align: middle;
}

#paybox-form{
	_display: none;
}



/* Mon compte - Formations en ligne
-------------------------------------*/
.espace .formation{
	list-style: none;
}
.espace .formation-title{
	color: #555;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
}

.espace .formation-date{
	color: #777;
}

.espace .formation-detail{
	display: none;
}

.espace .formation.active{
	margin-bottom: 20px;
	list-style: none;
	border-left: 2px solid #347cce;
	padding-left: 20px;
	margin-bottom: 30px;
}

.espace .active .formation-title{
	font-size: 24px;
}
.espace .active .formation-detail{
	display: block;
}