/***************************************************************************************************************
  * PAGE_INFORMATIONS.CSS - Gere le positionnement et l'affichage des elements de la page informations.aspx
  ***************************************************************************************************************/
  
/*** APPEL DES FEUILLES DE STYLE ANNEXES ***/
div#centre
{
    margin:0 auto;
    width:718px;
}

/*** STYLES DE LA PAGE INFORMATIONS ***/
/*titre*/
.titrePage {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #042286; /*bleu marine*/
}

/*positionnement des blocs de contenu*/
.blocMentions,
.blocInfos {
	width: 718px;
	padding: 10px;
	border: 1px solid #97B3DD; /*bleu clair*/
	font-family: Tahoma;
	color: #050B6F; /*bleu marine*/
	font-size: 11px;
	font-weight: normal;
	background-color: #FFF;    
    text-align:left;	
}
.blocInfos {
	margin-top: 15px;
}

/*grands titres*/
.blocMentions h3,
.blocInfos h3 {
	font-family: Tahoma;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #5D5D5D; /*gris marron*/
	margin: 0px;
	padding: 3px 7px;
}
/*titre pour chaque paragraphe*/
div.titreParagraphe {
	font-family: Tahoma;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	margin: 25px 0px -5px 0px;
}
div.titreParagraphe span {
	color: #042286; /*bleu marine*/
}
/*listes a puces*/
.blocMentions ul,
.blocInfos ul {
	list-style-type: disc;
}
.blocMentions ul li,
.blocInfos ul li {
	margin: 7px 0px;
}