@charset "utf-8";

@import url("../body.css");

@import url("../navigation.css");

@import url("../piedpage.css");

@import url("colonne_gauche.css");

@import url("colonne_centre.css");

@import url("colonne_droite.css");

.ImageHautZoneCentrale
{
	margin-bottom: 5px;
}

.ListeArticles
{
	width:380px;
	padding: 5px 20px 30px 20px;
}

/* --------------------------------------------------------------------------------------------------------- */
/* Navigation Articles */
/* --------------------------------------------------------------------------------------------------------- */

.NavArticles
{

	font-size: 0.77em;
	color: #7A339A;
	font-weight: bold;
	background-color: transparent;
	float:right;
	text-align:right;
	padding: 0 5px 0 0;
}

.NavArticles a
{


	color: #7A339A;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

.NavArticles a:hover
{
	text-decoration:none;
}

.NavArticlesPasseFutur
{
  color:#7A339A;
  text-align: center;
  /*margin-top: 10px;*/
}

.NavArticlesPasseFutur a
{
  color:#7A339A;
}

.TitrePage
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.4em;
	color: #7A339A;
	font-weight: bold;
	background-color: transparent;
}

/* Blocs */
.ListeArticles .hr
{
	width:390px;;
	border-bottom:solid 1px #7A339A;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	height:1px;
	line-height:1px;
	clear:both;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

.BlocArticle
{
	position:relative;
	padding: 0px 0px 5px 0px;
	margin:0;
	font-size: 0.77em;
}

.BlocArticleTexte
{
  color: #3E4753;

  background-color: transparent;
  width:300px;
  padding: 0px 0px 0px 70px;
}

.DateArticle
{
	color: #3E4753;
	font-weight: bold;
	background-color: transparent;
}

.TitreArticle
{
	color: #3E4753;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

.TitreArticle:hover
{
	color: #F35600;
	background-color: transparent;
}


.ImageArticle
{
	position: absolute;
	top: 0px;
	left: 0px;
}


.LienFinArticle
{
	color: #7A339A;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

}

.LienFinArticle:hover
{
	color: #7A339A;
	background-color: transparent;
	text-decoration: none;
}
