html {
   	margin: 0 0 0 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}
 
body  {
	width: 1200;
	background : url("fondpage.gif");
   	margin: 0 0 0 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}

td  {
   	margin: 0 0 0 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}


a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 18px;
	text-align: center;
}

h2 {
	background : url("h2.gif") no-repeat;
	padding: 0 20;
	color: #BA55D3;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

h3 {
	background : url("h3.gif") no-repeat;
	padding: 0 20;
	font-size: 12px;
	font-weight: light;
}

 .visu { 
	font-size: 12px;
	padding: 0 100 0 100;	
	text-align: justify;
  }
 
/* Layout
********************************************************/

#main{
	margin: 0 0 0 200;
	padding: 0 0 0 20;
	font-family: Verdana, Arial;
	font-size: 12px;
}


#top {
	margin: 10 0 0 0;
	background : url("fondtop.jpg");
	height: 145px;
}

#top h1 {
	text-align: left;
}

#top h4 {
	font-size: 12px;
	padding : 116 0 0 80;
}

#menu {
	float : left;
	width : 198px; 
	text-align: right;
}

#menu h1 {
	margin: 20 0 0 10;
	font-size: 12px;
	padding : 5 10 6 20px;
	background-image : url("fondmenu_off.gif");
	text-align: right;
	color: black;
}

#menu a {
	margin: 0 0 0 10;
	font-size: 12px;
	line-height : 25px;
	padding : 5 10 6 10px;
	text-decoration: none;
	color: black;
}


#menu a:hover {
	margin: 0 0 0 10;
	font-size: 12px;
	line-height : 25px;
	padding : 5 10 6 10px;
	text-decoration: none;
	background-image : url("fondmenu_on.gif");
	color: white;
}

#navigation {
	width: 200px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	}

#navigation li a {
	display: block ;
	background: #800 url(lienCoulissant.png) left top no-repeat ;
	color: #fff ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	}	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #033 url(lienCoulissant.png) right top no-repeat ;
	}


#myform .textinput{
width: 160px;
line-height: 12px;
border: 1px solid black;
}

#myform .submit{
background-color: black;
color: white;
}

.aide{ 
	font-size: 10px;
	text-decoration: none;
	color: grey;
 }
