


body
{
width:				900px;
margin:				auto;
margin-top:			20px;
background-color:	#ffa4a4;
}

.menu_gauche
{
float:				left;
}
a img
{
border:				none;
}
a
{
color:				red;
text-decoration:	none;
}
a:hover
{
color:				black;
border-bottom:		1px dashed black;
}
table
{
border-collapse:	collapse;
}

.corps
{
float:				right;
width:				600px;
}


.citation
{
margin:			auto;
width:			90% ;
text-align:		left;
background-color: white;
color:			black;
border:			1px solid black;
padding:		5px;
}







#banniere
{
	width:900px;
	height:200px;
	background-image:url('rouge_banniere.png');
	margin-bottom:30px;

}

.menu
{
width:			200px;
text-align:		center;
}
	.menu .barre
	{
		width:		200px;
		height:		40px;
	}
	.menu .barre .milieu
	{
		padding-top:10px;
		font-size:	18px;
		text-align:	center;
		float:		left;
		width:		120px;
		height:		30px;
		background-image: url('rouge_milieu.png');
	}
	.menu .contenu
	{
		width:		200px;
		text-align:center;
	}
.article
{
width:			600px;
text-align:		center;
background-image:url('rouge_bg_article.png');
}

	.article .barre
	{
		width:		600px;
		height:		40px;
		color:		white;
	}
	.article .barre a
	{
		color:		white;
	}
	
		.barre .gauche
		{
			width:		40px;
			height:		40px;
			float:		left;
			background-image: url('rouge_gauche.png');
			background-repeat:no-repeat;
		}
		.barre .milieu
		{
			padding-top:10px;
			font-size:	18px;
			text-align:	center;
			float:		left;
			width:		520px;
			height:		30px;
			background-image: url('rouge_milieu.png');
		}
		.barre .droite
		{
			width:		40px;
			height:		40px;
			float:		right;
			background-image: url('rouge_droite.png');
			background-repeat:no-repeat;
		}
	
	.article .contenu
	{
		width:		560px;
		padding-left: 20px;
		padding-right:20px;
		background: none;
	}

.image_article
{
	border:		1px solid red ;
}