body {
	width: 900px;
	margin: 0 auto;
	font-family: georgia, arial;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #396;
}

.small {
	text-align: center;
	font-size: 0.9em;
}

#header {
	height: 230px;
}


#menu {
	background-image: url('../images/menu-bg.jpg');
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
}

#menu ul, li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

#menu li{
	display: inline;
}

#menu li a {
	margin: 0 10px;
	padding: 10px 15px;
	line-height: 30px;
}

#menu a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

#main {

}

#main #illustration {
	
	/*
	Pour changer la position de ton image change la valeur du float (Left ou right)
	*/
	float: left;
	margin-right: 20px;
}


#footer {
	background-image: url('../images/menu-bg.jpg');
	//background-color: #FFC;
	color: #333;
	font-size: 0.8em;
	margin-top: 20px;
	text-align:center;
	padding:5px;
}


#footer p {
	margin: 0;
}

#gallerie {
	margin: 0 auto;
	border-spacing: 20px;
	border: 1px solid #DDD;
}

#gallerie td {
	border: 1px solid #DDD;
	margin-left: 20px;
	text-align: center;
}



#gallerie a{
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
}




