body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial;
	background-color: #FEFFED;
}

.clear {
	clear: both;
}

#mainpage {
   margin: 0px auto;
   text-align: left;
   width: 800px;
}

/* header */

#header{
top:0px;
position:relative;
width:800px;
height:200px;
}

#header #flash{
position:relative;
top:0px;
width:800px;
height:164px;
}

#header #backheaderbas{
position:relative;
background-image: url(../img/topbas.jpg); 
top:0px;
width:800px;
height:36px;
}
#header #backheaderbas #title1{
	position:absolute;
	left:444px;
	top:12px;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	width: 358px;
}


/* MENU LEFT*/
#menuleft {
  position: relative; 
  top:0px;
  left:0px;
  float: left;
  width: 150px;
  height:500px;
  background-image: url(../img/menu.gif);
}
#menuleft2 {
  position: relative; 
  top:0px;
  left:0px;
  float: left;
  width: 150px;
  height:931px;
  background-image: url(../img/menu2.gif);
}

#menuleft3 {
  position: relative; 
  top:0px;
  left:0px;
  float: left;
  width: 150px;
  height:640px;
  background-image: url(../img/menu3.gif);
}

/* FOOTER*/
#footer {	
	margin: 0px auto;
	position: relative;
	width:800px;
    height:15px;
    background-image: url(../img/topbas.gif); 
	padding: 5px 0;
	clear: both;}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #D3D8C4;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #D3D8C4;
	text-decoration: none;
	border-bottom: 1px dotted #D3D8C4;
}

#footer h2 a:hover {
	color: #F7F7F6;
	text-decoration: none;
	border-bottom: none;
	background-color: #A5003B;
}

/* BODYFILE*/

#content {
    position: relative; 
    top:10px;
    left:5px;
    width:645px;
    float: left;
}
	
#bloc1 {
    position: relative; 
    top:10px;
    left:7px;
    width:205px;
	overflow:auto;
	height: 350px;
}
#bloc2 {
	position: relative;
	top:10px;
	left:217px;
	width:205px;
	height: 350px;
}
#bloc3 {
    position: relative; 
    top:10px;
    left:426px;
    width:205px;
	height: 350px;
}

#bloc4 {
    position: relative; 
    top:360px;
    width:600px;
}

.text {
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #5B604C;
margin-bottom: 10px;
}

.text1 {
font: 12px Verdana, Arial, Helvetica, sans-serif;
padding-left:0px;
color: #FFF;
}
.text2 {
font: 12px Verdana, Arial, Helvetica, sans-serif;
padding-left:0px;
color: #000000;
}

.formlabel { font-family: tahoma; font-size: 12px; color: #ffffff }

.TextForm {font-family: tahoma;
font-size: 11px;
color: #333333;
border: 1px solid #000;}

.formtable {
text-align:center;
width:194px;
border: 1px black solid;}

