@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;	
}

html, body {
	text-align:center;	
	font-family: Arial, sans-serif;
	height:100%;	
	color:#888888;	
}

/* COIN DROIT */
#coinDroit {
	position: relative;
	right: 0; top: 0;
	float: right; 
	z-index: 99;
}

#coinDroit img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;

}

#coinDroit .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background:url(../images/page-over.png) no-repeat right top;
}

 #coinGauche {
	background:url(../images/bg-haut.jpg) top left	no-repeat;
	width:96px;
	height:191px;
	position:absolute;
}

/*---------------------------------------------------------------------------------------------------------*/
/* GENERAL CSS */
 #image_principale {	float:left;	/* background:red; */	width:410px;	margin-right:20px;}	#main-small{	float:left;	/* background:green; */	width:90px;} .small-img {	margin-bottom:4px;} a img {
	border:0px;
}

#container {
	text-align:left;	
	margin:0 auto;
	width:980px;
	min-height:100%;
	position:relative;
}

a {
	color:#888888;
	text-decoration:none;
	font-size:14px;
}

p {
	font-size:14px;	
}

.clear {
	clear:both;
}
 h1 img {
	margin-right:10px; 
}

.left {
	float:left;
}.right {
	float:right;
}

/* couleurs clean */
.bleu_clair {
	color:#61b5e0;
}

.bleu_fonce {
	color:#33509b;
}

.vert_clair {
	color:#7ab51d;
}

.vert_fonce {
	color:#85a138;
}

/* couleurs bold */
.bleu_clair_bold {
	color:#61b5e0;
	font-weight:bold;
}

.bleu_fonce_bold {
	color:#33509b;
	font-weight:bold;
}

.vert_clair_bold {
	color:#7ab51d;
	font-weight:bold;
}

.vert_fonce_bold {
	color:#85a138;
	font-weight:bold;
}

h1 {
	font-size:26px;
	font-weight:normal;
}

h2 {
	font-size:24px;	
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

.bouton {
	margin-top:15px;
	width:100px;
	text-align:center;
	padding:3px 6px 3px 6px;
	background: #787878;
	background: -webkit-gradient(linear, left top, left bottom, from(#787878), to(#9b9b9b));
	background: -moz-linear-gradient(top, #787878, #9b9b9b);
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
	color:white;
	font-size:12px;
	border:solid 1px #787878;
}

.contenu {
	margin-top:30px;
	text-align:justify;
}

.contenu p {
	margin-bottom:20px
}

.contenu ul {
	margin-bottom:20px
}

.contenu ul li {
	list-style:disc;
	margin-left:17px;
}

.puce {
	width:14px;
	height:13px;
	margin-right:10px;
}

.souligner {
	text-decoration:underline;
}

#coinGauche {
	background:url(../images/bg-haut.jpg) top left	no-repeat;
	width:96px;
	height:191px;
	position:absolute;
}

 #bas {
	background:url(../images/bg-bas.gif) left repeat-x;
	height:110px;
	margin-top:-100px;
} 

.reponse {
	color:#888;	
	margin-top:10px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */

.header {
	width:980px;
	height:280px;
	text-align:center;
}

.header-normal {
	background:url(../images/bandeau.gif) bottom no-repeat;
}

.header-portuaire {
	background:url(../images/bandeau-portuaire.jpg) bottom no-repeat;
}

.header-logistique {
	background:url(../images/bandeau-logistique.jpg) bottom no-repeat;
}

.header-multimodal {
	background:url(../images/bandeau-multimodal.jpg) bottom no-repeat;
}

.header-recrutement {
	background:url(../images/bandeau-recrutement.jpg) bottom no-repeat;
}

.header img {
	margin-top:25px;
}

.header #logo {
	margin-left:45px;
}

#myAlternativeContent {
	margin-top:142px;
}

#langues {
	float:right;
}

#langues img {
	margin-right:5px;
}

#container_menu {
	text-align:center;
}

#menu {
	font-size:14px;
	margin:0 auto;
	margin-top:10px;
	width:670px;
}

#menu li{
	list-style:none;
	display:inline;	
	padding: 10px 5px 5px 5px;
}

#menu li a {
	padding: 10px 5px 5px 5px;
	margin:0px 5px 0px 5px;
}

#menu li a:hover {
	color:white;
}

#menu li:hover {
	background:#85a138;
	color:white;
}

.activeClass {
	background:#85a138;
	padding: 10px 5px 5px 5px;
}

.activeClass a {
	color:white;
}

.sub-title {
	margin-top:-8px;
}



/*---------------------------------------------------------------------------------------------------------*/
/* FOOTER */

#footer {
	width:100%;
	text-align:center;
	margin:130px 0px 10px 0px;
	font-size:12px;
}

#footer img {
	margin:10px 0px 10px 0px;
}



/*---------------------------------------------------------------------------------------------------------*/
/* LEFT COLUMN */

#left_column {
	width:710px;		min-height:500px;
	margin:20px 20px 20px 0px;
}

.separateur {
	margin:16px 20px 0 8px;
	border:0;
	height:1px;
	color:#bfbfbf;
	background-color:#bfbfbf;
}

/*---------------------------------------------------------------------------------------------------------*/
/* RIGHT COLUMN */

#right_column {
	width:202px;
	float:right;
}
#tagcloud {	position:absolute;	top:700px;	width:202px;	height:202px;}
.contact {
	width:202px;
	margin:20px 0px 0px 0px;
	float:right;
	padding:15px 13px 15px 13px;
	background: #b8d599;
	background: -webkit-gradient(linear, left top, left bottom, from(##ecfbe5), to(#b8d599));
	background: -moz-linear-gradient(top, #ecfbe5, #b8d599);
	border:solid 1px #a2c04f;
	color:#517922;
}

.champ_contact {
	margin:10px 50px 10px 0px;
	width:290px;
	height:30px;
	padding-left:10px;
	border:solid 1px #a4a4a4;
	color:#a4a4a4;
}

.textearea_contact {
	margin:10px 20px 10px 0px;
	width:633px;
	height:106px;
	padding: 10px;
	border:solid 1px #a4a4a4;
	color:#a4a4a4;
}

.btn_contact {
	float:right;
	margin-right:60px;
}

#right_column h2 {
	font-weight:bold;
}

#right_column p {
	margin-top:10px;
	font-size:12px;
}

#right_column input {
	width:188px;
	height:15px;
	border:solid 1px #5a6e22;
	background:#89b15a;
	color:white;
}

#right_column textarea {
	width:188px;
	height:49px;
	border:solid 1px #5a6e22;
	background:#89b15a;
	color:white;
}

#right_column .contact_right {
	float:right;
	width:79px;
	height:20px;
	margin-right:2px;
	background:#89b15a;
	border:solid 1px #5a6e22;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
}

.right_contact td {
	border:0px;
	padding:0px;
	font-size:12px;
	text-align:left;
	width:auto;
}

.right_contact table {
	border-bottom:0px !important;
}

.right_contact input {
	border:0px;
	padding:0px;
	margin-right:10px;
	text-align:left;
	width:auto !important;
}


/*---------------------------------------------------------------------------------------------------------*/
/* INDEX */


#index_left_column {
	margin-top:20px;
	width:180px;
	background: #e7f3d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8fbf2), to(#e7f3d1));
	background: -moz-linear-gradient(top, #f8fbf2, #e7f3d1);
	border:solid 1px #a9be75;
	padding-bottom:10px;
	padding-left:5px;
}

#index_left_column li {
	list-style:none;
	margin:10px 5px 0px 5px;
}

#index_left_column a {
	color:#85a138;
	font-size:13px;
	margin-left:5px;
	position:relative;
	top:-10px;
}


#index_center_column {
	/* margin:15px 20px 20px 20px; */	margin:15px 10px 20px 25px;
	width:522px;
}

#index_center_column h1 {
	margin-bottom:15px;
}

#index_center_column h2 {
	text-transform:uppercase;
	font-size:14px;
	font-family:arial,helvetica,sans_serif;
	font-weight:bold;
	margin-top:7px;
}

#produits {
	width:100%;
}

.produit {
	width:156px;
/* 	height:149px; */
	text-align:center;
	margin:0px 18px 25px 0px;
}

.produit p, .produit h2 {
	font-size:12px !important;
}

.produit img {
	padding:5px;		width:80%;
	border:solid 1px #888888;
}


.bouton_recherche {
	width:159px;
	height:28px;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	margin:0px 15px 20px 0px;
}

.bouton_recherche span {
	margin-left:15px;
}

.bouton_recherche div {
	float:right;
	margin:4px 15px 0px 0px;
}

.bouton_annee {
	background:url(../images/bouton_annee.gif) no-repeat;
}

.bouton_fabriquant {
	background:url(../images/bouton_fabriquant.gif) no-repeat;
}

.bouton_heure {
	background:url(../images/bouton_heure.gif) no-repeat;
}


/*---------------------------------------------------------------------------------------------------------*/
/* QUI SOMMES-NOUS ? */


.qui-sommes-nous p {
	margin-bottom: 20px;
}
.qui-sommes-nous ul li {	list-style-image: url("../images/puce2.gif");}

.qui-sommes-nous img {
	margin-right: 10px;
	width:15px;
	height:15px;
}



/*---------------------------------------------------------------------------------------------------------*/
/* NOS PRESTATIONS */

.prestations {
	text-align:center;
}

.schema table {
	text-align:center;
	margin:0 auto;
}

.txt_intro {
	width:700px;
	text-align:center;
	margin:30px 0px 0px 0px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* TOOLTIP */


/* trigger button */
.trigger {
	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
	margin-bottom:30px;
	overflow:hidden;
	cursor:pointer;
}

/* mouseover state */
.trigger:hover {
	background-position:0 -44px ;		
}

/* clicked state */
.trigger:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:white;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius: 15px;
	-moz-box-shadow: 0px 2px 10px #888888;
	-webkit-box-shadow: 0px 2px 10px #888888; 
	box-shadow: 0px 2px 10px #888888;
	
	
	padding:20px 20px 20px 20px;
	text-align:left;
	width:200px;
	font-size:11px;
	color:#888888;
}

.tooltip h3 {
	color:#85a138;
	margin-bottom:20px;
}



.tooltip1 {
	top:400px !important;
	left:450px !important;
}

.tooltip2 {
	top:580px !important;
	left:0px !important;
}.tooltip3 {
	top:350px !important;	left:-20px !important;
}

.tooltip1 img {
	position:absolute;
	top:80px;
	left:-26px;
}

.tooltip2 img {
	position:absolute;
	top:100px;
	left:240px;
}.tooltip3 img {
	position:absolute;
	top:100px;
	left:240px;
}/*---------------------------------------------------------------------------------------------------------*//* FICHE PRODUIT */.photoFiche {	width:522px;	max-height:600px;	overflow:hidden;}.prix {	font-size:12px;	font-weight:bold;	margin-top:5px;	color:#85A138;}.infosFiche {	margin:5px 0;}.descriptionFiche {}.descriptionWysiwig {}.dispo {	font-weight:normal !important;	color:#888888 !important;}.retour {	color:#85A138;	font-weight:bold;	font-size:12px;	margin:-15px 0 10px 5px;}
