/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove the unwanted space above or/and under a paragraph
*/
* > p {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}
/*
END
******/

input.ignore {
	width:auto;
}





/* Tag utiliser par les éditeurs Contribute*/


.titre_de_page {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight:bold;
	color:#002364;
 	font-size:12px;
 	margin-top: 50px;
}

.titre_souligne_jaune{
	border-bottom:1px dashed #EA802C;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	color:#000;		
}

.texte_jusfitier{text-align:justify;}

.lien_haut_de_page{
	display:block;
	margin-top:0px;
	position:absolute;
	right:30px;
	text-align:right;	
}
