#Article
{
	margin: 0 0 0 200px;
	padding : 0px 275px 5em 32px;
	border : 0px;
}

#Article h1
{
	font-size:30px;
	color : #224f21;
	font-weight : normal;
	background-image : url(../images/icones/feuille-grande.gif);
	background-repeat : no-repeat;
	height : auto;
	padding-left : 50px;
	padding-top: 20px;
	margin : 10px 0;
}

#Article H4
{
	color:#2F6F2E;
	font-size: 24px;
	margin-left: 6px;
	font-weight : normal;
}

#Article p img{
	max-width : 490px;
	margin-right: 25px;
}

ul#imageList
{
	float : right;
	list-style : none;
	margin : 200px 0 0 0;
	padding : 0;
	width : 200px;
	height: auto;
}

ul#imageList li{
	font-size: 11px;
	color : #224f21;
	margin : 5px 0;
	padding : 0;
	height : auto;
}

.thumb
{
	visibility : hidden;
	margin : 0 auto;
}

.zoomable{
	cursor : pointer;
	visibility : hidden;
	margin : 0 auto;
}

/*début itemizedList*/
/*type de puce pour les listes standard */
.Simple
{
	list-style-type: none;
}

.Carre
{
	list-style-type: square;
}

.Disc
{
	list-style-type: disc;
}

.Perso
{
	list-style-position:outside;
}

/*fin itemizedList*/

/*debut orderedList*/
/*type de puce pour les listes ordonnées*/

.Arabic
{
	list-style-type: decimal;
}

.UAlpha
{
	list-style-type: upper-alpha;
}

.URoman
{
	list-style-type: upper-roman;
}

.LAlpha
{
	list-style-type: lower-alpha;
}

.LRoman
{
	list-style-type: lower-roman;
}
/*fin orderedList*/

/*alignement texte pour les tableaux*/
table.textcenter{
	text-align : center;
}