/**************************************************************************************************************************/
										/*CSS de la pahe historique.php : */
/**************************************************************************************************************************/

#divTitreRefMetier
{
	margin-top : 10px;
	width : 520px;
	height : 80px;
}

#divTitreRefMetier p, #divSousTitreRefMetier p
{
	margin : 0;
}

#contenu #dateRefMetier
{
	margin-top : 2px;
	margin-left : 540px;
	position : absolute;
	width : 194px;
	height : 55px;
}

#contenu #imgContour
{
	position : absolute;
	margin-left : 533px;
	margin-top : 56px;
}
#divTitreRefMetier #surTitreRefMetier
{
	font-size : 16px;
	letter-spacing : 8px;
	font-weight : bold;
	font-family : arial;
}

#divTitreRefMetier #titreRefMetier
{
	font-size : 50px;
	text-align : center;
	position : absolute;
	margin-top : -10px;
	margin-left : 130px;
	color : blue;
}

#divTitreRefMetier #sousTitreRefMetier
{
	position : absolute;
	background-color : blue;
	width : 520px;
	text-align : center;
	color : white;
	letter-spacing : 6px;
	margin-top : 50px;
}

#divSousTitreRefMetier #sousTitre1
{
	width : 520px;
	text-align : center;
	font-weight : bold;
	color : blue;
	margin-top : 15px;
}

#divSousTitreRefMetier #sousTitre1 span
{
	border-bottom : 1px solid blue;
}

#divSousTitreRefMetier #sousTitre2
{
	width : 520px;
	text-align : center;
	font-weight : bold;
	color : blue;
	font-size : 16px;
}

.columns 
{
	width : 520px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top : 10px;
}

.columns p
{
	text-align : justify;
	margin : 0;
}

.columns p span
{
	margin-top : 20px; /*-30px;*/     
	font-size : 80px;
	float : left;
	color : blue;
	margin-bottom : 3px; /*-20px*/
}

.columns p span span
{
	margin-top : 9px;/*20px;*/
	font-family : batang;
}

.columns p{ /*Ajouté*/
	font-family :Georgia, serif;
	line-height: 20px;
}

.miniTitreRef
{
	color : blue;
	font-weight : bold;
	font-size : 13px;
}

#footerHistorique
{
	margin-top : 10px;
}

#footerHistorique img:nth-child(1)
{
	display : inline-block;
	height : 30px;
	margin-left : 100px;
}

#footerHistorique img:nth-child(2)
{
	display : inline-block;
	height : 33px;
	margin-left : 160px;
}

#schemaHist
{
	display : block;
	position : absolute;
	margin-top : 155px;
	margin-left : 529px;
	width : 205px;
	border-left : 1px solid rgb(170,170,170);
	box-sizing : border-box;
	padding-left : 10px;
	padding-right : 10px;
	box-shadow: -1px 2px 2px grey, 0px -1px 2px grey;
	border-radius : 10px;
	font-family :Georgia, serif; /*Ajouté*/
	line-height: 21px;			/*Ajouté*/
}

#schemaHist div .titreDroiteHistorique, #schemaHistGau div .titreSchemaHistGau
{
	border-bottom : 1px solid blue;
	text-align : center;
	font-size : 14px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : blue;
	font-weight : bold;
}

#schemaHist div ul, #schemaHistGau div ul
{
	padding-left : 0px;
}

#schemaHist div ul li, #schemaHistGau div ul li
{
	list-style-type : none;
	margin-left : 10px;
	text-align : justify;
	margin-bottom : 5px;
	list-style-image : url('/images/puce-fleche/puce/puceRondeRouge.png');
}

#schemaHist div .titreDroiteFooterHistorique
{
	text-align : center;
	font-size : 13px;
	color : white;
	background-color : rgb(254,0,0);
	line-height : 14px;
	padding-top : 6px;
	padding-bottom : 8px;
	border-radius : 5px;
	box-shadow: -2px 2px 2px black;
	text-shadow: 2px 2px 1px black;
	margin-bottom : 15px;
	font-weight : bold;
	margin-top : 15px;
}

#schemaHistGau
{
	position : absolute;
	margin-top : 155px;
	margin-left : -208px;
	width : 193px;
	box-sizing : border-box;
	padding-left : 10px;
	padding-right : 10px;
	box-shadow: 0px 2px 2px grey, 0px -1px 2px grey;
	border-radius : 10px;
	font-family :Georgia, serif; /*Ajouté*/
	line-height: 21px;			/*Ajouté*/
}

#schemaHistGau .hauteurLigne
{
	line-height : 13px;
	padding-bottom : 4px;
}

#schemaHistGau .titreSchemaHistGauche
{
	background-color : blue;
	text-align : center;
	border-radius : 5px;
	padding-top : 7px;
	padding-bottom : 7px;
	color : white;
	font-weight : bold;
	text-shadow : 2px 2px 1px black;
	font-size : 12px;
}