@import url(../style_theme/style_theme10.css);
@import url(../style_theme/style_theme10_1.css);
@import url(../fenetre/style_fenetre2.css);
@import url(../fenetre/style_fenetre3.css);
@import url(../fenetre/style_fenetre4.css);
@import url(../fenetre/style_fenetre_page.css);
@import url(../bouton/style_bouton_ok.css);


.un_article{
	display:block;
	overflow: hidden;
	width:90%;
	margin:5%;
	padding:0px;
}
.image{
	float:left;
	margin:5px;
}
.gauche{
	float:left;
}
.droite{
	float:right;
}
.titre{
	font-size:17px;
	color:#971c15;
}
.article{
	text-align:justify;
}
/*_________/acces formation\_____________*/
.acces_formation{
	float:left;
	padding: 0px 200px 0px 200px;
	margin:0px;
}
.formulaire {
	width:100%;
 	margin:0px;
	padding:0px;
}
/*_________/Formulaire\_____________*/
.entree {
	display:block;
	overflow: hidden;
	width: 100%;
	margin:0px;
	padding:0px;
}
.entree label{
	float:left;
	margin-left:5px;
	width:100px;
}
.entree input {
	width:190px;
	margin:2px 0px 2px 0px;
}
.erreur{
	text-align:left;
	color:#F00;
	margin: 0px 0px 0px 100px;
}
/*_______________/Bouton\_____________________*/
.bouton_ok {
	width:100%;
	margin:0px;
	padding:5px 0px 5px 0px;
	text-align:center;
}	
/*_______________/Apercu\_____________________*/
.lecteur{
    margin-left:205px;
}
.info_apercu{
    width:100%;
    text-align:center;
}
