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

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

#accueil{
	background-image: url("../img/Accueil_rouge.png");
	-background-image: url("../img/IE6/Accueil_rouge.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: 440px;
	margin-left: auto;
	color: #FEFEFE;
}

.msg{
	margin-left: 95px;
	margin-top: 80px;
	width: 550px;
	height: 200px;
	text-align: left;	
	color: #FEFEFE;
}

.emporter{
	margin-left: 205px;
	margin-top: 0px;
	text-decoration: underline;
	font-size: 21px;
	font-weight: bold;
}

.alerte{
	margin-top: 15px;
	color: #FEF603;
	text-align: center;
	/*font-size: 16px;*/
	line-height: 1em;
}

.infos{
	margin-top: 70px;
	margin-left: 190px;	
	border: 2px outset;
	width: 650px;
	height: 94px;
	text-align: center;	
}

#corp ul{
	float: right;
}
#img1{
	margin-right: 40px;
	margin-top: 10px;
	width: 300px;
}