body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/fon_body.png);
}
a:active    {text-decoration: none;color:black;}
a:visited   {text-decoration: none;color:black;}
a:link      {text-decoration: none;color:black;}
a:hover		{text-decoration:none;color:red}

A.titre1:visited {text-decoration: none;color:white;font-family:Arial,Verdana,Helvetica;font-size: 12px}
A.titre1:visited {text-decoration: none;color:white;font-family:Arial,Verdana,Helvetica;font-size: 12px}
A.titre1:link {text-decoration: none;color:white;font-family:Arial,Verdana,Helvetica;font-size: 12px}
A.titre1:hover {text-decoration: none;color:yellow;font-family:Arial,Verdana,Helvetica;font-size: 12px}

.table_head { background-image: url("../image/haut.jpg")}

.td_leftmenu { background-image: url("../image/menu_1.png")}

.tr_bas { background-image: url("../image/bas.jpg")}

.additions {background-color: #ccffcc;}

a.motorlink:active    {text-decoration: none;color:green;}
a.motorlink:visited   {text-decoration: none;color:green;}
a.motorlink:link      {text-decoration: none;color:green;}
a.motorlink:hover		{text-decoration:none;color:green}

/* Recherche */
#search{
	background: #FFF url(../image/search_field.png) no-repeat;
	background-position: 0px center;
	padding-left: 16px;
	width: 10em;
}

/* Autre recherche */
#navig input{
	border:1px solid #004000;
	background-image:url(../image/rechercher.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:1px 1px 1px 19px;
	width:180px;
}
#navig input.bt{
	width:70px !important;
	background-image:none;
	padding:0px;
        background: #fff;
}