html, body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	line-height: 16px;
	background-color : White;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #4060b0;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #626262;
	border : 1px solid;
	background : #EFEFEF;
	padding : 5px;
	margin-top : 0px;
	margin-bottom : 10px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	color: Black;
	border : 1px solid;
	background : #FFFFFF;
	padding : 5px;
	margin-top : 0px;
	margin-bottom : 10px;
}
li {
	line-height: 15px;
	margin-bottom : 5px;
}

ul{
	margin-bottom : 5px;
	margin-top : 5px;
}

a {
	color: #3c3c3c;
}
a:hover {
	color: #9F9F9F;
}

.texte-location {
	font-weight: bold;
	text-indent: 10px;
	color: White;
}
a.texte-location, a.texte-location:hover {
	color: White;
}

.texte-important {
	color: Red;
}

.texte-light {
	font-size: 10px;
	color: #777777;
	line-height: 15px;
}

.menu-titre {
	text-indent: 15px;
	font-weight: bold;
	color: #626262;
}
.menu-lien-selectionne {
	width: 184px;
	height: 18px;
	padding-top: 3px;
	border: 1px solid #9E9E9E;
	background-color: #F6F6F6;	
}
a.menu-lien {
	display: block;
	width: 184px;
	height: 18px;
	padding-top: 3px;
	border: 1px solid #EFEFEF;
	text-decoration: none;
	color: #3c3c3c;
}
a.menu-lien:hover {
	border: 1px solid #9E9E9E;
	background-color: #D1D1D1;
	color: Black;
}

a.lien-gras {
	font-weight: bold;
}

.espace-interieur {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.espace-dessous {
	margin-bottom: 15px;
}

.screenshot-img {
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-right: 1px solid Silver;
	background-color: #EFEFEF;
}
.screenshot-txt {
	height: 20px;
	border-left: 1px solid White;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	font-size: 10px;
	color: #777777;
	text-align: center;
}