body{
	background-color: #CCC;
	margin: 0;
	margin-left: 0!important; /*Pour Firefox : il prend le !important */
	margin-left: 2px; /*Pour IE : il prend le dernier element */
	background-position: top center;
  	background-image: url(images/bg.gif);
  	background-repeat:no-repeat;
}
img{
	border:0;
}
body,table,td,tr,div{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}
a,a:hover,a:link,a:visited,a:active{
  	color: #0066CC;
}
h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
  	color: #0066CC;
	margin:0 0 5px 20px;
}
.cen{
	margin:5px;
}
.menu{
  	font-weight:bold;
  	background-image: url(images/menu.gif);
  	background-repeat:no-repeat;
	padding:0 5px 0 10px;
  	color: #FFF;
}
.mt{
	list-style-type: none;
	margin-left:1px;
	padding-left:1px;
	margin-top:0;
  	color: #0066CC;
}
.mt li a,a:hover,a:link,a:visited,a:active{
  	color: #000;
	text-decoration:none;
  	font-weight:bold;
}
.mt li a:hover{
	color: #0099ff;
}
li:before{
    content: "\00BB \0020";
}
.sp{
	font-size:xx-small;
}
#ft{
	color: #FFF;
}
#ft a, #ft a:link, #ft a:visited, #ft a:active{
	color: #FFF;
}
#ft a:hover{
	color: #ff6600;
}
.tvert {
color: #336600;
}
.trouge {
color: #FF0000;
}
.gras {
font-weight: bold;
}
.search{
background-color:#0066CC;
width:400px;
padding:10px;
}