*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
}

#lecteur
{
	width: 98%;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
}

#head
{
	width: 98%;
	margin: 10px auto;
	padding: 5px 0;
}

#menu
{
	width: 98%;
	margin: 10px auto;
	padding: 5px 0;
}

p
{
	color: #000000;
}


h1
{
	color: #FF9900;
	font-size: 1.4em;
	text-align: center;		
}

h2
{
	color: #FF9900;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-align: center;	
}

ul 
{
	margin-top: 1em;
	margin-bottom: 1em;
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

li 
{

	margin-left: 70px;
	text-indent: 2em;
	background: url(/images/puce.gif) no-repeat;
	margin-right: 2px;
	list-style-type: none;	
}



p.legend
{
	text-indent: 0;
	margin: 0;
	height: 25px;
	background: url(/images/fieldset_label.jpg) top left repeat-x;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

p.legend span
{

	color: #FF6600;
	font-weight: bold;
	font-size: 1.2em;
	text-indent: 0;
	margin-left: 5px;
	float: left;
	
}

.fieldset
{
	width: 90%;
	border: 1px solid #FFCC99;
	margin: 0 auto 15px;
}

.fieldset label img	
{
	margin-left: 5px;
}

.centrer
{
	font-size: 0.8em;
	text-align: center;
	text-indent: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link 
{
	color: #0099FF;
	text-decoration: none;
}
a:visited 
{
	color: #0099FF;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;		
}
a:active 
{
	text-decoration: none;
}
