body
	{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#ffffff;
	scrollbar:auto;
	scrollbar-arrow-color:#5313CA;
	scrollbar-track-color:#928dcb;
	scrollbar-shadow-color:#5313CA;
	scrollbar-face-color:#e8e7f7;
	scrollbar-highlight-color:#5313CA;
	scrollbar-darkshadow-color:#5313CA;
	scrollbar-3dlight-color:#e8e7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000070;
	}

table
  {
  border-collapse: collapse ;
  }

td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000070;
	}

a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#5313CA;
	/*background: #000070;*/
	text-decoration: none;
	}

a.lavande
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#5313CA;
	text-decoration: none;
	}
a.lavande:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #5313CA;
	text-decoration: underline;
	}
img
	{
	border:0;
	}
	
.corp {     
	width: 770px;
    background-image: url("images/corp.gif");
    background-repeat: repeat-y;
	background-position: center;
	}

.haute {
    background-image: url("images/haute.gif");
    background-position: top center;
    background-repeat: no-repeat;
	}

.bas {
    background-image: url("images/bas.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
	} 
	
textarea, input
	{
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff8a9;
	border-width: 1px;
	border-color: #0037d0;
	border-style: double;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000070;
	}

select
	{
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff8a9;
	border-width: 1px;
	border-color: #0037d0;
	border-style: double;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000070;
	}

ul
	{
	list-style-image: url("img/puce.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000070;
	line-height: 150%;
	}

.bleuciel
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #037cd0;
	}

.tiret
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #037cd0;
	}

.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;
	}

.pied
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	word-spacing:-2px;
	letter-spacing:-1px;
	line-height:10pt;
	font-size: 10px;
	color: #000070;
	}
	
a.pied:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	word-spacing:-2px;
	letter-spacing:-1px;
	line-height:10pt;
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
	}
	
.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;
	}