/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 54px 50px 10px 50px;
	font-family: Verdana, Arial, Helvetica, "Nimbus Sans L", sans-serif;		
	font-size: .73em;
	line-height: 1.23;
	letter-spacing: 0.01em;
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.0em;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}


/* Liens */
a {
	outline: none;
	text-decoration: underline;
}
a:hover, a:focus {
	color: white;
}

a:focus
{
outline:0;
}

a img {
	border: none;
	outline: none; 
}


strong {
	font-weight: bold;	
}




