body
	{
	margin:0;
	padding:0;
	scrollbar:auto;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F0F0EB;
	scrollbar-shadow-color:black;
	scrollbar-face-color:#FFFFF0;
	scrollbar-highlight-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-3dlight-color:#FFFFF0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background:#FFF0BC;
	}

table
  {
  border-collapse: collapse ;
  }

td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	}

th {
	color:white;
	font-size: large;
	background:black;
	padding:5px 2px;
	
}

h1 {
	margin:0;
	padding:0;
}
	
h2 {
	color:;
	border-bottom:0;
	margin:0 20px 10px 20px;
	font-variant: small-caps;
	font-size: x-large;
	border-bottom:1px solid;
}

h3 {
	background:;
	padding:5px;
	color:;
}

h3>a {
	color:;
	font-size: larger;
	font-weight:bold;
	}
	
a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:#26619C;
	}

a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	}

img
	{
	border:0;
	}

#presentation {
	text-align:justify;
	margin:0 20px;
}

#liens {
	margin-left:50px;
	}

#liens>li>a {
	color:;
}

.menuh {
	width:990px;
	height:26px;
	background:black;
}
	
.menuh a {
	display:block;
	padding:5px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
	color:white;
}

.menuh a:hover {
	font-weight:bold;
	text-decoration: underline;
}

.menu {
	display:block;
	padding:5px 0 2px 10px;
	font-weight: bold;
	text-decoration:none;
}


.menu:hover {
	color:#DFF2FF;
	font-weight:bold;
	background:black;
	}

.pied
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-stretch: ultra-condensed;
	word-spacing:-2px;
	letter-spacing:-1px;
	line-height:10pt;
	font-size: 10px;
	color:white;
	}


.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #CA0000;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}