body {
	margin:0;
	padding:0;
	height: 509px;
	
	color: #FFFFFF;	
	font-family: "Helvetica", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 0.6em;	
	background-image: url(Elements/bg.png);
	background-repeat:repeat-x;
	background-position:top;

}


#conteneur {
	height: 509px; 
}


#bandeau {
	margin: 15px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

#menu 
{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align:justify;
}

#menu a 
{	text-decoration: none;	}

#menu img { border: none; }

.article {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 320px;
	height: 300px;
	text-align: justify;
	overflow: visible;
}

.article .texte {  }

.article img { border: 10px solid #FFFFFF; margin: 0px;	}

.article img.bonom {	border: none; margin: -3px; padding: 0px;	}

#logo {
	position: fixed;
	top: 550px;
	left: 500px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#logo img { border: none; }

