﻿@charset "utf-8";
/* CSS Document */

/**************************/
/**************************/
/**************************/
/* PAGE D'ACCUEIL DU SITE */
/**************************/
/**************************/
/**************************/



/***********/
/* CONTENU */
/***********/
#global #contenu {
	position: absolute;
	height: 456px;
	background: none;
	}
	#global #contenu #titreRubrique {
		visibility: hidden;
		display: none;
	}
	#global #contenu #textes {
		visibility: hidden;
		display: none;
	}


	/*********************/
	/* NAVIGATION GAUCHE */
	/*********************/
	#global #contenu #navigGauche {
		visibility: hidden;
		}
		/**********************************/
		/* NAVIGATION GAUCHE : SOUS-MENUS */
		/**********************************/
		/* Menu 1 */
		#global #contenu #navigGauche #menu1 {
			top : 92px;
			left: 780px;
		}
		html>body #global #contenu #navigGauche #menu1 {
			left: 780px;
			}
		/* Menu 2 */
		#global #contenu #navigGauche #menu2 {
			top : 165px;
			left: 400px;
		}
		html>body #global #contenu #navigGauche #menu2 {
			left: 400px;
			}


	/**************/
	/* ANIM FLASH */
	/**************/
	#global #contenu #introduction {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 990px;
		height: 456px;
		z-index: 2;
	}


	/***************/
	/* ENCART NEWS */
	/***************/
	#global #contenu #newsAccueil {
		position: absolute;
		bottom: 5px;
		left: 28px;
		margin: 0;
		padding: 0;
		width: 500px;
		font-size: 14px;
		font-style: italic;
		z-index: 3;
		}
		#global #contenu #newsAccueil #tableImgNews {
			margin: 0;
			padding: 0;
			float: left;
			}
		#global #contenu #newsAccueil span {
			position: absolute;
			width: 100%;
			bottom: 5px;
			padding-top: 20px;
			background: transparent url(../img/com/navig/puce_carre_rouge.gif) 0 0 no-repeat;
		}


/**************/
/* SLOGAN BAS */
/**************/
#global #slogan {
	visibility: hidden;
}

