body {
	  margin: 0;
	  text-align: center; /* bug de centrage IE */
	  padding: 0; 
	  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	  background-color:#ecf0f3;
	  color: #333; 
	  font-size: 62.5%; /* Resets 1em to 10px */
	  line-height:180%;
}

#page {
	background-color: white;
	background-image: url("bg.jpg");
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	text-align:left;
	padding:0;
	width: 850px;
}

.content {
	padding: 20px;
	font-size: 1.2em; 
}




.clearer{
	clear:both;
	height:0px;
}

.center{
	text-align: center;
}

#header {
	top: 10px;
	background: url("entete.jpg") no-repeat top center;
	padding: 0;
	height:20px;
	width: 100%;
}


#multi img,.multi img{
	vertical-align: middle;
	display: inline; 
}
.gauche{width:60%;float:left;}


.code .br0{color:#6c6;} 
.code .co1{color:#808080;font-style:italic;} 
.code .co2{color:#808080;font-style:italic;} 
.code .coMULTI{color:#808080;font-style:italic;} 
.code .es0{color:#009;font-weight:bold;} 
.code .kw1{color:#b1b100;} 
.code .kw2{color:#000;font-weight:bold;} 
.code .kw3{color:#006;} 
.code .kw4{color:#933;} 
.code .kw5{color:#00f;} 
.code .me0{color:#060;} 
.code .nu0{color:#c6c;} 
.code .re0{color:#00f;} 
.code .re1{color:#00f;} 
.code .re2{color:#00f;} 
.code .re4{color:#099;} 
.code .sc0{color:#0bd;} 
.code .sc1{color:#db0;} 
.code .sc2{color:#090;} 
.code .st0{color:#f00;} 
.code{font-size:100%;padding:0.5em;color:Black;background-color:#f5f5f5;overflow:auto;} 

h1{font-size: 24px;
	font-weight:bold;
}

h2{font-size: 18px;
	font-weight:bold;
}

#footer {
	margin:auto;
	background-color: #eee;
	background: url("footer.jpg") no-repeat bottom center;
	border: 0;
	width: 850px;
	height: 90px;
	clear: both;
	text-align: center;
}
small, .small{
	float:right;
	text-align:left;
	margin-right:10px;
	margin-left:20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	color:#888;
	width:600px;
}

html>body #footer small{
	font-size: 0.9em;
	line-height: 1.5em;
}
