* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#000;
}
html {
	background-color:#FFF;
}
html, body {
	width:100%;
	background-color:#FFFFFF;
	color:#000;
}
body {
	height:100%; /* BUG Pour sélection de texte dans IE */
}

html, body, td, h1, h2, h3, h4, h5, h6, p, div, span, input, form, img, iframe {
	margin:0;
	padding:0;
}
	p {
		margin-bottom:8px;}
	iframe {
		overflow:hidden;}
#global {
	position: relative;
	margin:10px auto -10px auto;
	padding:0;
	width:997px;
	height: auto !important;
	min-height:535px;
	height:535px;
}
			
	input.texte{
		border:1px solid #000;
		margin:0 0 0 3px;
		padding:0;
		height:1.2em;
		vertical-align: bottom;
		font-weight:normal;}
	input.radio{
		margin-top:1px;
		width:10px;
		height:10px;
		vertical-align: inherit;}
	#options > input.radio{
		background-color:#C6CACC;}/* pour Opera ou border:1px solid black; */
	
/******* BAS DE PAGE *******/
	#signature a, #signature , #navigation a, #navigation {
		color:#4C4C4C;
		background-color:inherit;}
	#navigation a, #signature a{
		text-decoration:none;
		font-size:0.9em;}
	#navigation a:hover, #signature a:hover{
		text-decoration:underline;
		color:#000;
		background-color:inherit;}
	#navigation {
		margin:4px 0 4px 261px;
		padding:4px 0 3px 0;
		border:1px solid #4C4C4C;
		border-left:0;
		border-right:0;
		text-align:center;}
	#navigation a{
		font-weight:bold;}
	#signature{
		margin-left:261px;
		text-align:center;}

/******* CLASSES *********/
		#global .important{
			color: #00428C;
			font-weight: bold;}
			#global .tres_important{	/* ROUGE */
				color: #00428C;
				font-size: 1.5em;
				font-weight: bold;}
		#global .comment{
			font-size:0.9em;
			font-style:italic;}