/* CSS Document */
.icone {
	box-sizing:border-box;
	line-height:1;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	text-align:center;

}
.texte  #bloc_intranet.espace .icone_dossier_ferme:before {
	content:"\f07b";
    color: #666666;
    font-size: 16px;
}

.texte  #bloc_intranet.espace .icone_dossier_ferme {
	font-size:15px;
}

.texte  #bloc_intranet {
	margin-top:20px;
}

.texte  #bloc_intranet p {
	text-align:center;
}

.texte  #bloc_intranet form {
	width:45%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.texte  #bloc_intranet.espace {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}


.texte  #bloc_intranet.espace p {
	text-align:left;
}

.texte  #bloc_intranet.espace p a {
    color: #333132;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.texte  #bloc_intranet.espace p#deconnexion {
	text-align:right;
	font-size:12px;
}

.texte  #bloc_intranet.espace p#deconnexion a {
	font-size:12px;
}

.texte  #bloc_intranet.espace p#ariane {
	font-size:12px;
	padding-bottom:20px;
}

.texte  #bloc_intranet.espace p#ariane a {
	text-decoration:underline;
	font-size:12px;
}

.texte  #bloc_intranet.espace p#ariane a:hover {
	text-decoration:none;
}


.texte  #bloc_intranet input.textbox {
    background-color: #dcddde;
    color: #333132;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    width: 290px;
}


.texte #bloc_intranet input.bouton_contact {
    background-color: #c81a21;
    color: #ffffff;
    cursor: pointer;
    font-family: "Ubuntu",sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    margin: 10px 0 0 0px;
    text-align: center;
    width: 304px;
}

.texte #bloc_intranet div.erreur p {
	color:#F00;
	font-weight:bold;
	text-align:center;
}

.texte #bloc_intranet div.confirm p {
	color:#009900;
	font-weight:bold;
	text-align:center;
}