/*----------------
	  TAGS
-----------------*/
*{
	margin: 0;
	padding: 0;
	border: none;
}

html{
	background: #4c88a1 url(../img/background_html.jpg) repeat-x;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}

p {	
}

a {  
	color: #4a4a4a;
}
a:hover {
	color:#eb601d;
	text-decoration: underline;
}

a:visited{
}

h3 a, #column_main.services p a{
	text-decoration: none;
}

input
{
	border: solid 1px #4a4a4a;
	color: #4a4a4a;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 13px;
	color: #eb601d;
	margin: 3px 0 5px 12px;
	font-weight: normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	font-size: 12px;
	margin: 5px 200px 0 12px;
	color:#5490AA;
}

h3{
	font-size: 12px;
	margin: 5px 0 0 12px;	
}

h4{
	font-size: 11px;
	margin: 5px 0 0 12px;
}

/*----------------
	  CLASSES
-----------------*/
.clear{  
	clear: both;
}


/*----------------
    STRUCTURE
-----------------*/
#allbox{  
	position: relative;
	width: 936px;
	margin:0 auto;
}

#all{  
	width: 936px;
	background: url(../img/accueil_background.gif) repeat-y;
}

#header{ 
	width: 936px;
	height: 159px;
}

#content{  
	width: 936px;
	min-height: 500px;
	background: url(../img/content_background.gif) repeat-y;
}

/* right column */
#column_main {  
	width: 643px;
	min-height: 500px;
	float: left;
}

/* left column */
#column_secondary{ 
	width: 275px;
	min-height: 322px;
	height:auto !important;/* hack ie6*/
    height:322px;/* hack ie6*/
	float: left;
	margin:0 6px 0 6px;
	_margin:0 6px 0 3px;/* hack ie6*/
	background: url(../img/background_column_secondary.gif) top right no-repeat;
}

#footer{  
	height: 25px;
	width: 936px;
	margin: 3px auto;
}
/*---------------- 
  HEADER CONTENT 
-----------------*/
#logo{
	position: absolute;
	top: 30px;
	left: 136px;
}

#zoneclient{
	position: absolute;
	top: 11px;
	/*left: 512px;498px;*/
	right: 27px;/*0px;*/
	font-size: 9px;
}
#zoneclient a{
	text-decoration: none;
	/*margin-left: 8px;*/
}
#zoneclient li{
	width: 95px;
	height: 16px;
	display: block;
	float: left;
	padding: 6px 0 0 0;
}

#zoneclient #zoneclientlink {
	border-right: 1px solid #4a4a4a;
}
#zoneclient #zoneclientlink a{
	display:block;
	width: 85px;
	height: 16px;
	text-align:right;
	margin:0 10px 0 0;
}
#zoneclient #englishlink a{
	display:block;
	width: 85px;
	height: 16px;
	text-align:left;
	margin:0 0 0 10px;
}

#zoneclient #newslink {
	border-right: 1px solid #4a4a4a;
}

#zoneclient #newslink a{
	color: #eb601d;
	display:block;
	width: 85px;
	height: 16px;
	text-align:right;
	margin:0 10px 0 0;
}

/*----------------
    NAVIGATION
-----------------*/
#nav{  
	width: 924px;
	height: 39px;
	padding-bottom:20px;
	margin:0 6px 0 6px;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 53px;/*0 0 0 70px;*/ /*0 0 0 100px;*/
}

#nav li {
	float:	left;
}

#nav a span{		
	/*display: none;*/
}

/* === image nav principal ===*/
#nav a{
	height: 19px;	
	font-size: 10px;
	display: block;
	padding:9px 0;
	text-align:center;
	/*padding: 9px 23px;*//*9px 18px;*/
	width:110px;
	background: url(../img/menu_a.jpg) bottom right no-repeat; 
	text-decoration: none;
	color: #4a4a4a;
	text-transform: uppercase;
}

#nav a.active{
	background: url(../img/menu_active.jpg) bottom right no-repeat; 
}

/*=========== SUBMENU =========== */
/* ====== SUBMENU STARTS HERE ======  */
	#nav li ul {
		display: none;		
		position: relative;			
	}
	
	/* ====== left column menu styles ====== */
	
	#sub-menu-left ul {
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		margin: 0 10px 0 0;
	}
	#sub-menu-left li {
		text-align:right;
		list-style:none;
		margin:0;
		padding:0;
	}
	#sub-menu-left li a{
		display:block; 
		font:bold 10px Arial, Helvetica, sans-serif;
		text-decoration:none;
		color: #4a4a4a;
		padding:5px;
		margin: 0;
		line-height: normal !important;
		line-height: 0px;
	}
	#sub-menu-left li a:hover{
		color:#eb601d; 
	}
	#sub-menu-left li a.active {
		color:#eb601d; 
	}

	/* ====== left column SUB-menu styles ====== */
	#sub-menu-left ul ul{
		margin: 5px 20px 5px 0 !important;/*5px 35px 5px 0;*/
		margin: 15px 20px 5px 0;
	}
	
	#sub-menu-left ul ul li.active a{
		 color: #4a4a4a;
	}
	
	#sub-menu-left ul ul li.active a:hover{
		color:#eb601d; 
		
	}
	#sub-menu-left ul ul li a{
		display:block; 
		font:bold 10px Arial, Helvetica, sans-serif;
		text-decoration:none;
		color: #4a4a4a;
		padding:3px 5px; 
		line-height: normal !important;
		line-height: 0px;
	}

/*---------------- COLUMN MAIN -----------------*/
#full_page{
	width: 930px;
	height: 628px;
	margin:0 0 0 6px;
	_margin: 0 0 0 3px;	/* hack for ie6*/
	background: url(../img/background_accueil.jpg) no-repeat;
	float:left;
	color:#FFF;
}

#full_page p{
	margin: 0 280px 15px 162px;
}
#full_page h1{
	margin: 25px 0 3px 162px;;
	color:#fff;
	font-weight: bold;
	font-size: 13px;/*14px;*/
}

#full_page h2{
	margin: 15px 0 0 140px;
	line-height: 15px; 
	font-size: 14px;
	color:#fff;
}

#full_page h3{
	margin: 25px 0 0 140px;
	line-height: 15px; 
	font-size: 12px;
	color:#fff;
}

#full_page ul{
	margin: 15px 0 15px 167px;
	line-height: 16px; 
}

#full_page a{
	color:#fff;
}	


#content_accueil{  
	position:relative;
	width: 935px;
	height: 728px;
	background: url(../img/accueil_background.gif) repeat-y;
}

#column_main a{
	/*font-size: 11px;*/
}

#column_main p{
	margin:5px 260px 20px 12px;
}

#column_main ul{
	margin: 10px 270px 15px 30px;/*10px 260px 15px 30px;	*/
}

#column_main li, #full_page li {
	margin-bottom:3px;
}

#column_main ul ul{
	margin: 5px 0 10px 20px;	
}

#full_page_no_bg {
	padding: 0px 0px 10px 0px;
}
	
#full_page_no_bg h1,
#full_page_no_bg .partner {
	margin: 5px 90px 30px 90px;
}

.partner td {
	padding: 0px 5px;
}

.partner .narrow {
	width: 15%;
}

.partner .wide {
	width: 85%;
}

div.services{ 
	min-height: 500px;
	background: url(../img/background_services.gif) right 50px no-repeat;
	margin: 0 6px 0 0;
	_margin: 0 0 0 0;/* hack ie6*/
}

div.services_creation{ 
	min-height: 500px;
	background: url(../img/background_services_creation.gif) right 50px no-repeat;
	margin: 0 6px 0 0;
	_margin: 0 0 0 0;/* hack ie6*/
}

div.realisations{ 
	min-height: 500px;
	background: url('/public/img/background_realisations.gif') right 50px no-repeat; /*url(../img/background_realisations.gif) top right no-repeat;*/
	margin: 0 6px 0 0;
}

div.carrieres{ 
	min-height: 500px;
	background: url(../img/background_carrieres.gif) right 100px no-repeat; /*url(../img/background_carrieres.gif) top right no-repeat;*/
	margin: 0 6px 0 0;
}

div.propos_nous{ 
	min-height: 500px;
	background: url(../img/fleur_propos_nous.jpg) no-repeat;
	background-position: 390px 100%;
}


/* plan du site */
.plan ul{
	margin: 10px 0 0 40px;	
}


/*---------------- FOOTER CONTENT -----------------*/
#footer p#right{  
	float: right;
	margin-right: 6px;
	font-size: 8px;
	color: #fff;
}
#footer p#left{  
	float: left;
	margin-left: 168px;
	font-size: 8px;
	color: #fff;
}


#footer a{  
	color: #fff;
	text-decoration: none;
}


/*---------------- SPECIFIC CONTENT -----------------*/
/* accueil-contact feuille */
#feuille_accueil{
	position: absolute;
	width: 342px;
	height: 437px;
	background: url(../img/feuille_accueil.gif) no-repeat;
	top: 409px;
	left: 588px;
}

/* accueil secteur */
div.fade {
	position: relative; 
	margin-left:-6px;
	top:18px;
	height:200px;
}
#accueil_secteurs_agro,
#accueil_secteurs_finance{
	width: 599px;
	height: 200px;
}
#accueil_secteurs_agro p,
#accueil_secteurs_finance p {
	margin: 7px 30px 0 328px;
	color: #787878;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
}

#accueil_secteurs_agro h1,
#accueil_secteurs_finance h1 {
	margin: 37px 30px 0 328px;
	color: #787878;
	font-weight: normal;
	font-size: 11px;
}

.agro{
	position: absolute;
	top:0;
	left:0;
	background: url(../img/accueil_agro.jpg) no-repeat;
}

.finance{
	position: absolute;
	top:0;
	left:0;
	background: url(../img/accueil_finance.jpg) no-repeat;
}

/* client search  */
#recherche{
	display: none;
	width: 200px;/*145px;*/
	height: 25px;
	float:	left;
	color: #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	margin: 2px 0 0 40px;
}

/* client logo  */
table.logos_clients td {
	padding: 10px 50px 20px 6px;
}


/* PAGE EQUIPE */
#liste_equipe li a:hover{
	cursor: default;  
}

#photos_equipe #portrait {
	float:right;
	width:197px;
	height:150px;
	margin-right:2px;
	margin-bottom:15px;
	margin-top:100px;
}
#photos_equipe #photo {
	/*width:197px;
	height:108px;
	margin-bottom:10px;*/
}
#liste_photos {
	display: block;
	text-align:right;
	padding-right:10px;
	color: #5490AA;
	background-color:#fff;
	margin-right:-1px;/**/
}
#liste_photos img {
	border-right:#ff6710 solid 5px;
}

#liste_photos li, #liste_equipe li{
	list-style: none;
}


#photos_equipe #liste_equipe {
	text-align:right;
	margin-right:-1px;
}

#liste_equipe a {
	margin-right: 12px;
	text-decoration: none;
}

#liste_equipe a:hover
{
	cursor: pointer;
}