
body
	{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: 50%;
	width: 800px;
	margin: 0 0 0 -400px;
	text-align: left;
	}

#siteweb
	{
	background-color: #CCC7C3;
	color: #2B2D2C;
	}

#entete
	{
	margin: 0;
	padding: 0;
	left: 0px;
	width: 800px;
	height: 250px;
	text-align: right;
	background-image: url('img/bandeau.jpg');
	background-repeat: no-repeat;
	}
	
#accroche
	{
	top: 0px;
	left: 210px;
	width: 170px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	}

#sommaire
	{
	margin: 0;
	padding: 10px;
	text-align: center;
	}

#corps
	{
	margin: 0;
	padding: 10px;
	min-height: 400px;
	}

#float_r
	{
	margin: 10;
	float: right;
	}

#pied
	{
	height: 30px;
	background-color: #FFFFFF;
	border-top-color: #8F9BC5;
	border-top-style: dotted;
	border-top-width: 5px;
	margin-top: 30px;
	padding-top: 5px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6
	{
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
	color: #000000;
	margin: 6px;
	}
	
h1
	{
	color: #141005;
	font-size: 20px;
	}
	
h2
	{
	color: #4E4F47;
	font-size: 18px;
	}
	
h3
	{
	color: #000000;
	font-size: 14px;
	font-style: italic;
	}

span.error {color: #FF0000;}

dl, dt, dd, ul, li
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#menu
	{
	position: absolute;
	top: 260px;
	left: 35px;
	width: 100%;
	}
	
#menu dl
	{
	float: left;
	width: 12em;
	margin: 0 1px;
	}
	
#menu dt
	{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #8F9BC5;
	color: #FFFFFF;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1.6em;
	}
	
#menu dd
	{
	border: 1px solid gray;
	}
	
#menu li
	{
	text-align: center;
	background: #8F9BC5;
	color: #FFFFFF;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1.6em;
	}

#menu li a, #menu dt a
	{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	}

#menu li a:hover, #menu dt a:hover
	{
	background: #7982A5;
	}

img
	{
	border: 0px;
	}

img.flr
	{
	border: 0px;
	float: right;
	margin: 5px;
	}

a:link, a:visited { text-decoration: underline; color: #653B64;}
a:hover { color: #653B64; background: #FFFFFF;}
a:active { color: #AA6EFF; }

a.ngweb:link, a.ngweb:visited, a.ngweb:active {text-decoration: none; color: #8F9BC5; font-size: 10px;}
a.ngweb:hover {color: #CCCCCC;}

p.ref {font-size: 10px; color: #777777;}
p.big {font-size: 36px; color: #777777; margin: 20px;}

span.b {font-weight: bold;}

td.lrg150 {width: 150px;}