@charset "UTF-8";

/*** Bandeau superieur ***/

/*pour bandeau cookie*/
.centrer {
    text-align: center;
}

#bandeauSuperieur {
	color: #404040;
	font-size: 90%;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#bandeauSuperieur li {
	display: inline;
	list-style: none;
}

#bandeauSuperieur li:before {
	content: " | ";
}

#bandeauSuperieur li:first-child:before {
	content: "";
}

#bandeauSuperieur a{
	color: #404040;
	font-size: 17px;
    text-decoration: underline;
}

#bandeauSuperieur a:hover{
	text-decoration: underline;
}

/*** Titre ***/

#titrePortail {
        margin: 0px 0px 0px 3em;
}

#logo img{
   max-height : 80px;
   padding-right : 10px
}

#nomappli{
	font-size: 75%;
}

#urlappli{
	font-size: 60%;
}

/** Contenu **/
#contenu{
	margin-bottom : 3em;
}

/** Lien identifiant et mot de passe oubliés **/
/** HORS PAGE : pour la description fournie par les application **/
#lienIdMdpPerdu{
    color: #404040;
	font-size: 90%;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#lienIdMdpPerdu li {
	display: inline;
	list-style: none;
}

#lienIdMdpPerdu li:before {
	content: " | ";
}

#lienIdMdpPerdu li:first-child:before {
	content: "";
}

#lienIdMdpPerdu a{
	color:  #0000FF;
	font-size: 17px;
        text-decoration: underline;
}

#lienIdMdpPerdu a:hover{
	text-decoration: underline;
}

/*** Pied de page ***/
#piedPage {
	color: #404040;
	font-size: 90%;
	background-color: #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 3em;
}

#piedPage li {
	display: inline;
	list-style: none;
}

#piedPage li:before {
	content: " | ";
}

#piedPage li:first-child:before {
	content: "";
}

#piedPage a{
	color: #404040;
}

#piedPage a:hover{
	text-decoration: underline;
}


 




.informationsComplementairesCss{

display: block;

font-size: 0.9em;

font-style: normal;

border: 2px dotted #505050;

border-radius : 10px;

background-color: white;

padding: 10px 10px 10px 10px;

margin-bottom: 10px;

}