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 {
	color:orange; 
	
	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:orange;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

/* 
** menu
*/
#menu{
	border-bottom:1px solid orange;
	height:27px;
	
	display:inline;
	vertical-align:bottom;
	
	font-size:13pt;
}
#menu a:hover {
	text-decoration:none;
	font-size:14pt;
}

/* 
** Le header 
*/
#header {
	height:116px; 	
}

/* 
** Le footer  
*/
#footer{
	width: 100%;	
	font-size: 75%;
	text-align:center;
}

/* 
** Elements cachés 
*/
.print, .noprint{
	display:none;

}

.handheld {
	display:block;
}
