@charset "iso-8859-1";
/* CSS Document */
body {
	background-color: #CCCCCC;
}

#global {
width:1000px;
margin-left:auto;
margin-right:auto;
}

#menu {
width: 1000px;
height: 50px;
}

#haut{
	width:1000px;
	height:120px;
	background-image:url(images/banniere.gif);
	background-repeat:no-repeat;
}

#corps {
width:1000px;
float:right;}

.accueil {
	font-family: Arial;
	font-size:14px;}
.important {
	font-weight:bold;
	color: red;
	text-align:center;
	font-size: 18px;	
}

