/* ------------------------------------ */
/*                                      */
/*            Body                      */
/*                                      */
/* ------------------------------------ */

body {
	margin: 0;
	padding: 10px 0;
	background: #e2e2e2;
	font-family: verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

#global {
	background: #fff;
	width: 80%;
	border: 1px solid #9eaecc;
	margin: 0 auto;
	text-align: left;
}

#page {
	padding: 0 10px 10px 10px;
}

a.lien {
	color: #5a6a8c;
}

a.lien:hover, a.lien:active, a.lien em {
	color: #f90;
}

a.lien em {
	font-style: normal;
}

a.lien:hover, a.lien:active {
	text-decoration: underline;
}

#page p {
	padding-top: 10px;
	line-height: 1.4em;
	font-size: .8em;
}

h2 {
	color: #8a97ab;
	font-weight: bold;
	font-size: 1.1em;
}

h3 {
	color: #536cb7;
	margin-top: 10px;
	font-weight: bold;
	font-size: 1em;
}
