/*******************************************************************/
/*                 MENU                                            */
/*******************************************************************/

/* Prechargement des images pour le roll-over */
.precharge{
	visibility: hidden;
}

#accueil{
	background-image: url("../img/Accueil_blanc.png");
	-background-image: url("../img/IE6/Accueil_blanc.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

#cartes{
	background-image: url("../img/Carte_blanc.png");
	-background-image: url("../img/IE6/Carte_blanc.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

#groupes{
	background-image: url("../img/Groupes_blanc.png");
	-background-image: url("../img/IE6/Groupes_blanc.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

#contact{
	background-image: url("../img/Contact_blanc.png");
	-background-image: url("../img/IE6/Contact_blanc.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

/*******************************************************************/
/*                 CORPS                                           */
/*******************************************************************/
#corp{
	width: 1024px;
	height: 500px;
	margin-left: auto;
	color: #FEFEFE;
}

.mentions{
	overflow: auto;
	width: 800px;
	height: 458px;
	display: block;
	overflow: auto;
	margin-left: 95px;
	margin-top: 20px;
}

.msg_titre{
	margin-top: 20px;	
	text-align: left;
	color: #FEFEFE;
	text-decoration: underline;
}

.articles{	
	margin-top: 20px;
	text-align: left;	
	font-size: 14px;
	line-height: 1.3em;
	color: #FEFEFE;
	
}
