
p{
		margin-top:10px;
		margin-bottom:1em;
		padding-right:5px;

		width:auto;
		max-width:750px;
		/*overflow:auto;*/
		clear:left;
	}
* html #contenu p {
		width: expression(document.body.clientWidth > 1000? "760px":"auto" ); /* for IE min-width unsupported*/
	}
#chapo{
	font-weight:bold;}
h1{
	font-weight: bold;
	font-size: 145%;
	font-family: Arial, Helvetica, sans-serif;
		margin-top:10px;
}

h2 {
	font-weight: bold;
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	color:#333333;
	width:750px;
}
		
h3 {
	font-weight: bold;
	font-size: 105%;
	color:#666666;
	max-width:750px;
}

h5 {
	font-size: 92%;
}

a{
	text-decoration : underline;
	font-size : 9pt;
	font-family : Arial,Geneva;
	font-style : normal;
	color : #4B4545;
	font-weight : bold;
}
a:visited{
	text-decoration : underline;
	font-style : normal;
	color : #60990E;
	font-family : Arial,Geneva;
	font-size : 9pt;
	font-weight : bold;
}
a:active{
	text-decoration : underline;
	font-style : normal;
	color : #4B4545;
	font-family : Arial,Geneva;
	font-size : 9pt;
	font-weight : bold;
}
a:hover{
	text-decoration : none;
	color : #4B4545;
	font-family : Arial,Geneva;
	font-size : 9pt;
	font-weight : bold;
}
.descriptif {
	font-size: 92%;
	font-style: italic;
	color: #444444;
	align: right
}
#contenu ul{
	margin-bottom:15px;
}
#contenu ul.liste{
	list-style-type:disc;
	list-style-position:inside;
	margin-left:15px;
}
.lienBlanc a{
	color:#FFFFFF;}
	
#option{
	width:500px;
	}
table{
		float:left;}
		
