/* General */
body{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size: 18px;
	color: #666666;
}
img{
	border: 1px solid gray;
}
a{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
.link1{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
.link2{
	color:blue;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

/* Structure de la page */
.header {
	color: white;
	border-bottom: 1px solid #CCCCCC;
	background-image: url('/img/bgheader.gif');
	height:20px;
	margin:auto;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 20px;
}
.main{
	font-size: 11px;
	width: 900px;
	margin: auto;
}
.footer{
	width: 100%; 
	position: absolute; 
	bottom: 0px;
	color: #CCCCCC;
	margin: auto;
	text-align: center;
	font-size: 10px;
}


/* Quelques gŽnŽralitŽs */
.image{
	margin: 20px;
}

.left{
	float: left;
}
.clear{
	clear: both;
}
.center{
	width: 500px;
	margin: auto;	
}
