body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	margin:0px;
}
a {
	color: #0267CC;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
h5 {
font-weight:bold;
}
.fond_haut {
background-image:url(images/fond_haut.gif);
background-repeat:repeat-x;
}
.fond_cadre {
	background-image:url(images/cadre_fond.gif);
	background-repeat:repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
.fond_gauche {
background-image:url(images/fond_gauche.gif);
background-repeat:repeat-y;
}
#nav_bas_page {
	font-size:6px;
	color:#CCCCCC;
	margin: 25px;
}
#nav_bas_page a {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	padding: 15px;
}
#nav_bas_page a:hover {
color:#0267CC;
text-decoration:underline;}

/*			Accueil / index							*/


#main{
margin-left:35px;
	

}
img{
border:0px;
 
}
 
 #training  {
	 
	border:0px;
}
 a#training {
	display: block; 
	width:126px;
	height:23px;
	background-image: url(images/bt_maptr_off.gif); /* source de l'image de départ */
   	background-repeat: no-repeat;
}
  a#training:hover{
	background:url(images/bt_maptr_on.gif);
	 
}
  a#handling {
	display: block; 
	width:126px;
	height:23px;
	background-image: url(images/bt_maphd_off.gif); /* source de l'image de départ */
   	background-repeat: no-repeat;
}
  a#handling:hover{
	background:url(images/bt_maphd_on.gif);
	 
}
  a#logistic {
	display: block; 
	width:126px;
	height:23px;
	background-image: url(images/bt_maplo_off.gif); /* source de l'image de départ */
   	background-repeat: no-repeat;
}
  a#logistic:hover{
	background:url(images/bt_maplo_on.gif);
	 
}
 
/*			Page contact 				*/


#titre_contact {
	height:20px;
	background-position:1px -3px  ;
	background-image:url(images/puce_bleu.gif);
	background-repeat:no-repeat;
}
#titre_contact  span{
	margin:25px;
	 
}
 
 
#form_contact textarea {
	padding:0;
	margin:0;
	color:#000;
	background:#FFF;
	text-align:left;
	font-weight:normal;
	font-size:10px;
	 
}
#table_news{
	
	width:173px;
	height:100%;
	padding:0;
	margin:0;
	border:0;

}

#contact_error{
	padding:15px;
	margin-left:10px;
	color:red;

}

#form_contact{

	 
	width:650px;
	margin-left:30px;
 
 }
#form_contact label {

	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	height:23px;

}
#form_contact input {
	border:1px solid #000;
	padding:4px;
	margin-bottom: 10px;
}
#form_contact label {
	text-align: right;
	width: 105px;
	padding-right: 20px;  
	 
}
#form_contact textarea {
	padding:0;
	margin:0;
	color:#000;
	background:#FFF;
	text-align:left;
	font-weight:normal;
	font-size:10px;
	 
}
 
