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

#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_rouge.png");
	-background-image: url("../img/IE6//Groupes_rouge.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;
	text-align: center;
}

#exemple{
	margin-top: -15px;
	margin-right: 60px;
	font-size: 17px;
	float: right;	
}
#exemple img{
	width: 250px;
	*margin-top: 30px; /* specifique a ie7 et inferieurs */
}
#exemple p{
	width: 250px;
	height: 230px;
	display: block;
	border: 2px solid;
}

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

.infos{
	margin-left: 190px;
	margin-top: 50px;
	*margin-left: 0px; /* specifique a ie7 et inferieurs */
	border: 2px outset;
	width: 650px;
	height: 94px;	
}