#container ul{
	display: inline;
}
#container li{
	display: inline;
}
#container h1 {
	clear:both; 
	padding-top:80px; 
	text-align:center; 
	font-family: georgia, "times new roman", serif;
	font-size:3em; 
	font-weight:normal; 
	color:#fff;
}
#container h1 em {font-size:0.6em; color:#000;}


/*--------------<Mise en page du listing des articles>--------------------------------------*/
/*------------------------------------------------------------------------------------------*/

	.presentation .img_list, .presentation .images{
		border: 1px solid #8A834F;
		float: left;
		padding: 0px;
		margin: 0px 5px 5px 10px;
		/* Le z-index permet de positionner l'image par dessus la division bottom*/
		z-index: 1;
		position: relative;
		/*-----------------------*/
	}
	.presentation img{
		margin: 0px;
	}
	.presentation .description, .presentation .photo .clear{	
		margin: 0px 40px 0px 20px;
	}
	.presentation .description{
		border:none;
		padding: 20px 0em 0px 20px;
	}
	.presentation .description h5{
		display: block;
		border-top: 1px solid #8A834F;
	}
	.presentation .description p{
		border-bottom: 1px solid #8A834F;
	}
	.presentation .clear img{
		border: 1px solid #8A834F;
	}
	/*Récupération des marges négatives crée pour afficher le cadre*/
	.cellTwo .photo .images img, .cellTwo .photo .clear img{
		margin: 0px;
	}
	.cellTwo .photo .images{
		margin: -30px 10px 0px 20px;
		border:none
	}
	/*hack IE*/
	html>body .cellTwo .photo .images{
		margin-left: 35px;
	}
	.cellTwo .photo .clear img{
		margin: 10px 0px -30px 20px;
	}
	.presentation table{
		width:290px;
		margin: -30px 0px 15px 0px;
		border-collapse:collapse;
		border: 1px solid #8A834F;
		border-width: 1px;
		/* Le z-index permet de positionner l'image par dessus la division bottom*/
		z-index: 1;
		position: relative;
		/*-----------------------*/
	}
	html>body .presentation table{
		width: 297px;
	}
	.presentation td{
		padding:5px;
		color: #595959;
	}
	.presentation td.donnees{
		background:  url(images/point_l_g.gif) left top repeat-y;
		color: #6A6A6A;
	}
	.presentation tr.paire td.donnees{
		background-color:#F1E3C5;
	}
	.presentation tr.paire{
		background-color:#F1E3C5;
	}

.retour{
	margin: 0px 0px 0px 0px;
}
.option{
	text-align: center;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	
}
	.option a{
		background: url(images/retour.gif) bottom no-repeat;
		font-weight: bolder;
		padding-bottom:10px;
	}
	.option a:hover{
		background-image:url(images/retour_h.gif);
		color: #A77E4A;
	}

/*Propriété du tableau
--------------------------------------------------------------------------------*/

#eng{
	display: none;
}
#eng a, #fr a{
	text-indent:-9000px;
	background: url(images/lange_fr.gif) top left no-repeat;
	float:right;
	display: block;
	width:60px; 
	height: 32px;
	margin:-83px 80px 0px 0px;
	position:relative;
	z-index:20;
}
#fr a{
	background-image: url(images/lange_eng.gif);
}
#eng a:hover, #fr a:hover{
	background-position: bottom left;
}
.pied_tableau{
	clear: both;
	margin-bottom:10px;
}