body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.rouge {
	color: #933;
}

.gris {
	color: #676464;
}

.petit {
	font-size: 11px;
}

.droite {
	text-align: right;
}

.justifie {
	text-align: justify;
}

.centre {
	text-align: center;
}

.clear{
	clear:left;
}

/* CONTENEUR PRINCIPAL */
#centre{
	width: 900px;
	height: 534px;
	margin: 0 auto;
	padding: 0;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	/*border:1px red solid;*/
	overflow: hidden;
}

/* CONTENEUR DU SLIDER */
#container{
	width: 400px;
	height: 400px;
	padding: 0;
	margin-left: 490px;
	margin-top: 150px;
	/*border:1px red solid;*/
}
#container li{
	float:left;
}

/* SLIDER */
#slider {
	overflow: hidden;
	width: 400px;
	height: 400px;
	/*border: 1px blue dotted;*/
}

/* CONTENU GLOBAL DU SLIDER */
ul.pages {
	width: 2400px;
}

/* PAGE UNITAIRE DU SLIDER */
ul.pages li.page {
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	height: 400px;
	/*border: 1px blue dotted;*/
}

/* MENU */
#menu {
	float: left;
	width: 120px;
	height: 150px;
	margin-top: 240px;
	margin-left: 23px;
	/*border: 1px green solid;*/
}

ul.menu {
	height: 20px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover, ul.menu a.on {
	color: white;
	background-color: #933;
	text-decoration: none;
}

ul.menu a.on {
	font-weight: bold;
}

ul.menu a:hover {
	color: #933;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
}

ul.menu a.on:hover {
	color: white;
	background-color: #933;
	text-decoration: none;
}

a img {
	border: 2px white solid;
}

a img:hover {
	border-color: #933;
}

