@charset "UTF-8";
/* CSS Document */

#onglets {
	font-size: 11px;
	font-style: italic;
	font-weight: 800;
}

.dessus {
	color: #FF6600;
}
.titre {
	font-size: 12px;
	text-align:right;
	color: #072f60;
	display: block;
	margin-bottom: 5px;
	border-bottom: solid #d7c57d 3px;
	width: 145px;
	font-weight: bold;
		}
.description {
	font-size: 12px;
	text-align:left;
	color: #072f60;
	width: 145px;
	padding-bottom: 0px;
	}
.description img {
	margin: 0 0 0 10px;
	}		
.description a:visited,a:link{
	text-decoration: none;
	color: #072f60;}
.description a:hover{
	text-decoration: underline;
}
#texte {
	font-size: 10px;
}

