body {
	margin:0;padding: 0;

	font-family :arial, Verdana,"Bitstream Vera Sans",Helvetica, Arial, sans-serif;
	font-size: small;
	color:#000;
}

/* 
** Généralités
*/
p {
	padding:5px 0px 0px 0px;
	text-align:justify;
}

img {
	border:none;
}

/* 
** Titres
*/
h1 {
	border-bottom:2px solid #FE7A10;

	font-family:"Trebuchet MS",Sans-serif;
	font-size:25pt;

	font-weight:bold;

	margin:5px 0px 0px 0px;
	text-indent:5px;
	
	width:400px;
}


h2 {
	width:200px;
	border-bottom:1px dotted #000;
	color:#000;
	font-size:100%;
}

/* 
** Liens
*/
a {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

/* 
** menu
*/
#menu{
	display:none;
	width:0px;
	height:0px;
}

/* 
** Le header 
*/
#header {
	height:116px; 	
}

/* 
** Le footer  
*/
#footer{
	width: 100%;	
	font-size: 75%;
	text-align:center;
}

/* 
** Elements cachés
*/
.noprint, .handheld {
	display:none;
	width:0px;
	height:0px;
}
