body {
	background-color: #CCCCCC;
	background-image: url(../img/wallpaper.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0;
	padding:0;
}

.main {
	display:block;
	width:100%;
}

.corps {
	display:block;
	background-image:url(../img/la_planete.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color:#ffffff;
	width:950px;
	margin:10px;
	padding:10px;
	text-alignement:left;
}

/* fil ariane */ 

.ariane {
	font-size:28px;
	font-weight:bold;
	color:#000000;
	margin:15px;"
}
/* bouton */
.bouton {
	float:center;
 } 
 
.bouton a {
	 background-color:#f2c72f;
	 color:black;
	 text-decoration:underline;
	 text-align:center;
	 padding:5px;
	 border:0;
 } 
 
.bouton a:hover {
 	background-color:#ffffff;
}

/* tableau */ 

.table-title {
	font-weight:bold;
	background-color:#000000;
	color:#ffffff;
}

.table-types {
	font-weight:bold;
	background-color:#dddddd;
}

table tr td {
	padding:5px;
	vertical-align: top;
}

/* links */ 
	
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #444444;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	}
