@charset "UTF-8";
/* CSS Document */
html { font-size: 100%;
    -webkit-text-size-adjust: none;
}

@media only screen and (max-width: 480px) {
	
html
{	
font-size: 100%;
}

body {
margin-left: 0.9em !important; 
margin-top: -0.3em !important; 
}

#adresse, #links a {
	margin-left: 0  !important;
}}

body      {
	font-size: 1em;
	font-family: "Fedra Sans Screen Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875em;
	background-color: rgb(228,249,252);
	color:rgb(112,89,0);
	margin-top: 1.8em;
	margin-left: 2em;
}

#content {
	font-size: 1.3125em
}

#content a{
	font-family: "Fedra Sans Screen Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.35em;
	color: rgb(112,89,0);	
	background-color: rgb(228,249,252);
	margin-left: -2px;
	font-size: 100%;
	text-decoration: none;

}
#content a:hover {
	color: rgb(255,255,255);
	background-color: rgb(255,204,0);
	line-height: 1.35em;
	border-radius: 5px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
}

#content p{
font-size: 0.55em;
}

#adresse {
	margin-left:1.2em;
}
#links a{
	margin-left:1.2em;
	font-family: "Fedra Sans Screen Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	color: rgb(191,152,0);
	background-color: rgb(255,255,255);
	text-decoration: none;
	border-radius: 5px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	height: 1.875em;
	line-height: 1.6em;
}

#links a:hover{
	color: rgb(255,255,255);
	background-color: rgb(255,204,0);
	line-height: 1.6em;
}

h1{ font-size: 1.3em;
	font-family: "Fedra Sans Screen Regular";
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
}