body
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image:url(images/fond-page.jpg);
	background-position:top left;
    background-repeat:repeat-x;
	background-color:#462300;
	scrollbar:auto;
	scrollbar-arrow-color:#462300;
	scrollbar-track-color:#462300;
	scrollbar-shadow-color:#462300;
	scrollbar-face-color:ffffff;
	scrollbar-highlight-color:#462300;
	scrollbar-darkshadow-color:#462300;
	scrollbar-3dlight-color:#B35900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #462300;
	}

table
  {
  border-collapse: collapse ;
  }

td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #462300;
	}
	
hr
	{
	color:#462300; height:1px;
	}
a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	}
	
a:hover
	{
	color:#2D1600;
	text-decoration: underline;
	}
	
a.blanc-fond
	{
	font-weight:bold;
	color:#ffffff;
	background-image:url(images/fond-pied.jpg); background-position:bottom;
	background-repeat:repeat-x;
	width:100%; height:23px;
}

a.blanc-fond:hover
	{
	color:#422100;
	text-decoration: none;
	background-image:url(images/fond-pied.jpg); background-position:top;
	background-repeat:repeat-x;
}	 
	
a.marron-foncee
	{
	color:#663300;
	}
	
a.marron-foncee:hover
	{
	color:#462300;
	}

a.pied
	{
	font-weight: lighter;
	word-spacing:-2px;
	letter-spacing:-1px;
	line-height:10pt;
	font-size: 10px;
	color: #ffffff;
	}
	
a.pied:hover
	{
	text-decoration:underline;
	}
	
img
	{
	border:0;
	}
	
textarea, input
	{
	background-repeat: no-repeat;
	background-position: center;
	background-color: #d8fae2;
	border-width: 1px;
	border-color: #462300;
	border-style: double;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #462300;
	}
	
.marron
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #462300;
	}

.tiret
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #462300;
	}

.T10
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}

.T12
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	}

.T14
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}

.T16
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	}

.T24
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	}

.T30
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	}
	
.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: #462300;
	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: #462300;
	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;
	}