html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

body{
	margin:0px;
	background:#ffffff top center repeat-x url('./images/bg.jpg') fixed;
	font-szie:10px;
	height:100%;
	scroll:yes;
}

div.Bouton{
	background:#005DF8 url('images/bgBoutons.jpg') top left repeat-x;
	border:1px solid #0066CC;
	border-right-color:#0099CC;
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	text-align:center;
}

a.Bouton{
	text-decoration:none;
}

a.Bouton:hover{
	text-decoration:underline;
	color:#66CCFF;
}

div.Joindre{
	background:url('images/bgJoindre.jpg') no-repeat;
	width:180px;
	height:140px;
	padding:65px 20px 30px 20px;
	font-size:12px;
	font-style:italic;
	text-align:center;
}

td.LeftCol{
	 width:220px;
	 background:#B9D3FF;	 
	 vertical-align:top;
}

td.MainCol{
	width:510px;
	vertical-align:top;
	padding:20px;
	font-size:12px;
}



div.PageTitle{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#006699;
}