/*****************************************************************************/
/* 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;
}

/*-==========================================================================-*/
/* Design de l'accueil
/*-==========================================================================-*/
#accueil
{
	width: 861px;
	height: 500px;
	background: url('../../img/accueil/accueil.png') no-repeat center;
	margin: auto;
}
/*-==========================================================================-*/
/* Zone pour les news
/*-==========================================================================-*/
	#accueil #news
	{
		padding-top: 15px;
		padding-left: 20px;
		width: 310px;
		height: 180px;
		float: left;
	}
		#accueil #news .titreNews
		{
			color: yellow;
			background-color: inherit;
			font-size: 14px;
			display: inline;
		}
		#accueil #news .detailNews
		{
			font-size: 10px;
			display: inline;
		}
		#accueil .navigationNews
		{
			float: left;
			margin-left: -280px;
			margin-top: 190px;
			font-size: 9px;
		}
		#accueil .navigationNews a
		{
			color: white;
			background-color: inherit;
			text-decoration: none;
		}
		#accueil .navigationNews a:hover
		{
			color: orange;
			background-color: inherit;
		}
		#accueil .numeroNews
		{
			color: white;
			float: left;
			margin-left: -135px;
			margin-top: 180px;
			font-size: 9px;
			width: 120px;
			text-align: center;
		}
		#accueil .numeroNews a
		{
			color: white;
			background-color: inherit;
			text-decoration: none;
		}
		#accueil .numeroNews a:hover
		{
			color: orange;
			background-color: inherit;
		}
		#accueil #news a
		{
			color: white;
			background-color: inherit;
			text-decoration: none;
		}
		#accueil #news a:hover
		{
			color: orange;
			background-color: inherit;
		}
		
/*-==========================================================================-*/
/* Zone pour les screens
/*-==========================================================================-*/
	#accueil #screens
	{
		float: right;
		width: 500px;
		padding-top: 65px;
		padding-left: 20px;
		display: inline;
	}
		#accueil .nombreScreens
		{
			color: white;
			float: left;
			margin-left: 350px;
			margin-top: 22px;
			font-size: 9px;
			width: 120px;
			text-align: center;
		}
	
	#lienLastVersion
	{
		float: left;
		margin-top: 217px;
		margin-left: 230px;
	}



