@charset "utf-8";
.style1 {
	color: #2F2F33;
	font-size: 9px;
}
.style7 {color: #2F2F33; font-size: 7px; }
.style15 {font-weight: bold}
.style16 {font-weight: bold}
.style19 {
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.style20 {color: #FFFFFF}

/* CSS Document */

.textedefaut {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}

body {
	background-color: #2f2f33;

}
.tableau {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
#menu {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: fixed;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 50px;
	top: 0px;
}
#signature {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	position: fixed;
	font-weight: bold;
	top: 30px;
}
#panorama {
	margin-top: 80px;
	padding: 0px;
	margin-bottom: auto;
}

#retour {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
