/*************************/
/* Présentation générale */
/*************************/
DIV,P,A,TD,INPUT,TEXTAREA,SELECT
	{font-family:verdana,arial,sans-serif;
	color:black;
	font-size:11px;
	}
A{text-decoration:none;
	color:#4E3803;
	}
A:link{text-decoration:none;
	color:#4E3803;
	}
A:active{text-decoration:none;
	color:#4E3803;
	}
A:visited{text-decoration:none;
	color:#4E3803;
	}
A:hover{text-decoration:underline;
	color:#705508;
	}
	
.titreArticle
{
	font-size: 14px;
	font-family: Arial;
	color: #004E98;
	padding-left: 30px;
	padding-bottom: 30px;
	margin-top: 44px;
	padding-top: 22px;
	padding-right: 1px;
	font-weight: bold;
	background-image: url(images/fond_gros_titre.jpg);
	background-repeat: no-repeat;
}
	
.titre, .title 	  
{
	font-size: 14px;
	font-family: Arial;
	color: #004E98;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-right: 1px;
	font-weight: bold;
}

.stitre, .soustitre
{
	font-size: 12px;
	font-family: Arial;
	color: #004E98;
	padding-left:5px;
	padding-bottom: 4px;
	padding-top: 6px;
	padding-right: 1px;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;	
}

.intro
{ 
	font-size: 9px;
	font-style: normal;
	color: #FFD953;
	text-align:justify;
}

.p, li
{
	text-align: justify;
	list-style: url(images/puce_liste_rouge.gif);
	font-family: Arial;
	font-size: 12px;
	margin-top: 1px;
	padding-left:5px;
	vertical-align: top;
	list-style-type: lower-roman; 
}

.li2{
	font-size: 12px;
	font-family: Arial;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 1px;
	font-weight: normal;
	background-image: url(images/puce_liste_ora.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

.table
{ 
    border-collapse:collapse;
    border: solid 0px black;
    border-space: 0px;
}	
	
td, tr
{
    margin: 0px;
    padding: 0px;
	/*text-align: left;	*/
}

.citation
{ 
	font-size: 10px;
	font-style: italic;
}

.date{
	font-size: 11px;
	font-family: Arial; 
	color: #000CFF;
   text-indent: 1px;
	padding-left:5px;
   padding-bottom: 5px;
}
/*************************/

/********************/
/* Fond du viewNode */
/********************/ 
.ViewNodeContent 
{
	background-position: left top;
	background-repeat: no-repeat;
	width:840px;
}

.ViewNodeContent td
{
	vertical-align: top;
	padding-left: 15px;
}
/***************************/
