/*****************************************************************************/
/* Version : CSS 3.0
/* Nom du fichier : accueil.css
/* Programmeur : Alexandre Belleau-Gingras
/* 21/06/08: Ragnarok : Création de la structure de base du fichier
/* But du module : Fichier css, contenant le design de la page accueil
/*****************************************************************************/

/*****************************************************************************/
/* Contenu
/*****************************************************************************/
#contenu 
{ 
	background: url('../../img/defaut/corps.png') repeat-y center;
}
	#contenu  a
	{
		color: white;
		background-color: inherit;
		text-decoration: none;
	}
	#contenu  a:hover
	{
		color: orange;
		background-color: inherit;
	}
/*-==========================================================================-*/
/* Design des news
/*-==========================================================================-*/
#newsHaut
{
	background: url('../../img/accueil/hautNews.png') no-repeat center;
	height: 168px;
}
#newsContenu
{
	background: url('../../img/accueil/milieu.png') repeat-y center;
	padding-left: 100px;
	padding-right: 100px;
}
#newsBas
{
	background: url('../../img/accueil/bas.png') no-repeat center;
	height: 91px;
}
/*-==========================================================================-*/
/* Zone pour les news
/*-==========================================================================-*/
	
	#allNews
	{
		width: 700px;
		text-align: center;
		margin-left: 0px;
		overflow: hidden;
	}
		#allNews .titreNews
		{
			color: yellow;
			background-color: inherit;
			font-size: 14px;
			display: inline;
		}
		#allNews .detailNews
		{
			font-size: 10px;
			display: inline;
		}



