/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:
    font-family: Arial, Helvetica, FreeSans, sans-serif; */
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}

a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}





body{
	margin:0;
	font-family:arial, sans-serif;
}

.bg{
    background: url('../en/layout/bg.gif') repeat-x;

}
.general{
	width:1024px;
	margin:0 auto 0 auto;


}
p, h1, h2, a{
	font-family:arial, sans-serif;
}

.header{
	width:1004px;
	height:170px;
	background: url('../en/layout/bg_header.jpg');
	background-repeat: no-repeat;
}
.header_home{
	width:1004px;
	height:514px;
	background: url('../en/layout/bg_header_home.jpg');
	background-repeat: no-repeat;

}
.header_societe{
	width:1004px;
	height:150px;
	background: url('../en/layout/bg_header_societe.jpg');
	background-repeat: no-repeat;

}
.header_service{
	width:1004px;
	height:150px;
	background: url('../en/layout/bg_header_services.jpg');
	background-repeat: no-repeat;

}
.header_contact{
	width:1004px;
	height:150px;
	background: url('../en/layout/bg_header_contact.jpg');
	background-repeat: no-repeat;

}
.header_references{
	width:1004px;
	height:150px;
	background: url('../en/layout/bg_header_references.jpg');
	background-repeat: no-repeat;
	

}

.header_actu{
	width:1004px;
	height:150px;
	background: url('../en/layout/bg_header_actu.jpg');
	background-repeat: no-repeat;

}



/********************   HEADER   *********************/

.logo{
	width:210px;
	height:150px;
	margin:0 0 0 0px;
	float:left;
	border:0;
}


.logo-home{
	width:307px;
	height:227px;
	margin:0 0 0 25px;
	border:0;
	float:left;
}
.langues{
    width:50px;
    float:right;
    margin: 5px 5px 5px 5px;
}

.langues ul{
    margin:0;
    padding:0;
    list-style: none;
}
.langues li{
    padding:3px;
    float: left;
}



.accroche .ce_text{
    margin: 0px;
    line-height: 20px;
    font-size: 17px;
    color:#ffffff;
}
.accroche{
	float:left;
	width:640px;
	margin: 20px 0 0 70px;
	color: #ffffff;
}
.accroche p{
	font-size: 17px;
	margin:0 0 8px 0;
	text-align: left;

}

.accroche p.phrase{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	
}

.accroche-home{
	width:553px;
	margin: 55px 0 0 105px;
	color: #ffffff;
	text-align:right;
}

.accroche-home p{
	font-size: 18px;
	margin:0 0 5px 0;
	

}
/******************  CONTENT   *****************/

.content{
	width:1004px;
	padding:20px 0 0 0;
	margin:0 0 0 0;
	background: #ffffff url('../en/layout/bg_content.gif') no-repeat;
	background-position: bottom;
	padding-bottom:96px;

}

* html .content{
	width:1004px;
	padding:20px 0 0 0;
	margin:-3px 0 0 0;
	background: #ffffff url('../en/layout/bg_content.gif') no-repeat;
	background-position: bottom;
	padding-bottom:96px;

}



/*************   gabarit 3 colonnes  **************/
.gauche{
	width:259px;
	margin: 0 0 60px 4px;
	float:left;
	
}

* html .gauche{
	width:259px;
	margin: 0 0 60px 2px;
	float:left;
	
}

.centre{
	width:537px;
	margin: 0px 0 0 20px;
	float:left;
}

* html .centre{
	width:537px;
	margin: 0px 0 0 15px;
	float:left;
}

.droite{
	width:151px;
	margin: 35px 13px 80px 0;
	float:right;
}

* html .droite{
	width:151px;
	margin: 39px 5px 80px 0;
	float:right;
}


/*************   gabarit 2 colonnes ***************/
.content-index{
	width:1004px;
	margin:0 0 0 0;
	padding-bottom:40px;
	background: #ffffff url('../en/layout/bg_content_index.gif') no-repeat;
	background-position: bottom;
	

}

.centre-index{
    width:1004px;
    margin: 0 0 0 0;

}
.droite-index{
	width:151px;
	margin: 0 13px 80px 0;
	float:right;
}

/***********   GABARIT GAIA ********************/

.centre-gaia{
	width:710px;
	margin: 0px 0 0 20px;
	float:left;
}

/***************** MENU  ********************/
.menu-home{
    width:966px;
    margin:0 0 45px 4px;
    padding: 15px;
    list-style: none;
     background: url(../en/layout/bg_menu.gif) no-repeat;
}
* html .menu-home{
    width:966px;
    margin:0 0 45px 4px;
    padding: 15px 15px 5px 15px;
    list-style: none;

}
.menu-home ul{

    margin:0 0 0 0;
    padding: 0;
    list-style: none;
    background: #f5f5f5;
}

.menu-home li{
    float:left;
    font-size:35px;
    margin-left: 15px;
}
* html .menu-home li{
    float:left;
    font-size:35px;
    margin-left: 10px;
}

.menu-home li a{
    color:#165171;
    font-family: arial;
    text-transform: uppercase;
    text-decoration:none;
    font-size:35px;

}

.menu-home a.Societe{
    width:127px;
    height:50px;
    margin-left: 20px;
    display:block;
    text-indent: -9000px;
    background: url('../en/layout/bt_societe_home.gif') no-repeat;
    background-position: top;
    }
.menu-home a.Company{
    width:166px;
    height:50px;
    margin-left: 20px;
    display:block;
    text-indent: -9000px;
    background: url('../en/layout/bt_societe_home.gif') no-repeat;
    background-position: top;
    }



   
.menu-home a:hover.Societe,
.menu-home a:hover.Company{
    background: url('../en/layout/bt_societe_home.gif') no-repeat;
    background-position: bottom;
    }


/********************************************/
.menu-home a.Services{
    width:141px;
    height:50px;
    margin-left: 60px;
    display:block;
    text-indent: -9000px;
    background: url('../en/layout/bt_services_home.gif') no-repeat;
    background-position: top;
    }

.menu-home a:hover.Services{
    background:  url('../en/layout/bt_services_home.gif') no-repeat;
    background-position: bottom;
    }

/*********************************/


.menu-home a.References,
.menu-home a.Companies_disposing_of_equipment_manufacturers{
    width:187px;
    height:50px;
    margin-left: 80px;
    display:block;
    text-indent: -9000px;
    background: url('../en/layout/bt_references_home.gif') no-repeat;
    background-position: top;
    }
    
  
.menu-home a:hover.References,
.menu-home a:hover.Companies_disposing_of_equipment_manufacturers{
    background: url('../en/layout/bt_references_home.gif') no-repeat;
    background-position: bottom;
    }

/**********************************/


.menu-home a.Actualites,
.menu-home a.News{
    width:0px;
    height:0px;
    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_actualites_home.gif') no-repeat;
    background-position: top;
    }
    
.menu-home a.News{
    width:0px;
    height:0px;
    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_actualites_home.gif') no-repeat;
    background-position: top;
    }

.menu-home a:hover.Actualites,
.menu-home a:hover.News{
    background: #ffffff url('../en/layout/bt_actualites_home.gif') no-repeat;
    background-position: bottom;
    }

/***********************************/
.menu-home a.Contact{
    width:167px;
    height:50px;
    margin-left: 50px;
    display:block;
    text-indent: -9000px;
    background: url('../en/layout/bt_contacts_home.gif') no-repeat;
    background-position: top;
    }

.menu-home a:hover.Contact{
    background: url('../en/layout/bt_contacts_home.gif') no-repeat;
    background-position: bottom;
    }


/***************************************  Menu gauche  *************************************************/


.menu ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.menu li{
    margin:0 0 3px 0;
    padding: 0;
    list-style: none;
}


.menu a.Societe, 
.menu a.Company{
    width:259px;
    height:26px;

    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_societe.gif') no-repeat 0 0;

    }
    

.menu a:hover.Societe, .menu a.active.Societe, 
.menu a:hover.Company, .menu a.active.Company{
    width:259px;
    height:26px;
    display:block;
    background: #ffffff url('../en/layout/bt_societe.gif') no-repeat 0 -26px;
     background-position: bottom left;

    }

* html .menu a.Societe,
* html .menu a.Company{
        background-position: top left;
}
* html .menu a:hover.Societe, .menu li.active a.active.Societe,
* html .menu a:hover.Company, .menu li.active a.active.Company{
        background-position: bottom left;

    }
/********************************************/
.menu a.Services{
    width:259px;
    height:26px;
    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_services.gif') no-repeat 0 0;
    }
.menu a:hover.Services, .menu a.active.Services{
    width:259px;
    height:26px;
    display:block;
    background: #ffffff url('../en/layout/bt_services.gif') no-repeat 0 -26px;
    }
    
* html .menu a.Services{
    background-position: top left;
    }
* html .menu a:hover.Services, .menu li.active a.active.Services{
    background-position: bottom left;
    }
/*********************************/

.menu a.References{
    width:259px;
    height:26px;
    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_references.gif') no-repeat 0 0;
    }
.menu a:hover.References, .menu a.active.References{
    width:259px;
    height:26px;
    display:block;
    background: #ffffff url('../en/layout/bt_references.gif') no-repeat 0 -26px;
    }

* html .menu a.References{
    background-position: top left;
    }
* html .menu a:hover.References, .menu li.active a.active.References{
    background-position: bottom left;
    }

/**********************************/


.menu a.Actualites,
.menu a.News{
    width:259px;
    height:26px;
    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_actualites.gif') no-repeat 0 0;
	 }
	 
	 
.menu a:hover.Actualites, .menu a.active.Actualites,
.menu a:hover.News, .menu a.active.News{
    width:259px;
    height:26px;
    display:block;
    background: #ffffff url('../en/layout/bt_actualites.gif') no-repeat 0 -26px;
    }
    
.page_actu_detail .menu a.Actualites,
.page_actu_detail .menu a.News{
    background: #ffffff url('../en/layout/bt_actualites.gif') no-repeat 0 -26px;
}

* html .menu a.Actualites,
* html .menu a.News{
    background-position: top left;
    }
* html .menu a:hover.Actualites, .menu li.active a.active.Actualites,
* html .menu a:hover.News, .menu li.active a.active.News{
    background-position: bottom left;
    }
/***********************************/
.menu a.Contact{
    width:259px;
    height:26px;
    display:block;
    text-indent: -9000px;
    background: #ffffff url('../en/layout/bt_contacts.gif') no-repeat 0 0;
    }
.menu a:hover.Contact, .menu a.active.Contact{
    width:259px;
    height:26px;
    display:block;
    background: #ffffff url('../en/layout/bt_contacts.gif') no-repeat 0 -26px;
    }

* html .menu a.Contact{
    background-position: top left;
    }
* html .menu a:hover.Contact, .menu li.active a.active.Contact{
    background-position: bottom left;
    }
    
/*********************  SUB MENU 1  ***********************/


ul.level_2{
    padding:10px 0 10px 45px;
    list-style: disc;

}
ul.level_2 li{
    color:#000000;
    font-size: 12px;
    margin:0 0 3px 0;
    font-weight: bold;

}
ul.level_2 li a{
    color:#000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

}
ul.level_2 li.active a.active{
    text-decoration: underline;
    margin:0;

}
ul.level_2 li a:hover{
    text-decoration: underline;
}
/*********************  SUB MENU 2  ***********************/


ul.level_3{
    padding:5px 0 5px 20px;
    list-style: disc;

}
ul.level_3 li{
    color:#666666;
    font-size: 12px;
    margin:0 0 3px 0;
    font-weight: bold;

}

ul.level_3 li a{
    color:#666666;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    

}
ul.level_3 li a.active{
    text-decoration: underline;

}
ul.level_3 li a:hover{
    text-decoration: underline;
}


/************************   fin menu **********/


/**********************************  CONTENU  ************************************/


/***********  ariane  *******/
.ariane {
    font-size: 13px;
    color: #000000;
	font-weight:bold;
	margin-bottom: 18px;
	
	
	

}
.ariane .Accueil{
    font-size: 13px;
    color: #000000;

}
.ariane a{
    font-size: 13px;
    color: #000000;
    text-decoration:none;
	font-weight:normal;
	
	

}
.ariane a:hover{
    font-size: 13px;
    text-decoration:underline;
	font-weight:normal;
	


}

/****************  Plan acces & bannière *****************/

.banne{
     padding:0 0 55px 0;
     border-left:1px solid #155070; 
     margin: 0 0 25px 0;
     font-size: 11px;
    color: #999999;
    font-weight: bold;
}
.banne p{
     padding:0 0 0 5px;
     margin:0 0 8px 0;
}
.banne a{
     color:#155070;
    font-size:11px;
    font-weight: bold;
    text-decoration:none;
}
.banne a:hover{
    text-decoration:underline;
}

p.plan_acc{
    padding:0;
}

/*************  PLan site ***********/

.mod_sitemap .Accueil,
.mod_sitemap .Home{
    color:#000000;
    text-decoration: none;
    font-weight: bold;
}
.mod_sitemap a:hover{
    text-decoration: underline;
}
/****************   generic   *****************/

.centre .ce_text h2{
    color:#333333;
    font-size:21px;
    margin: 0 0 8px 0;
    line-height: 25px;
}
.centre .ce_text{
    color:#666666;
    font-size:12px;
    margin: 0 0 10px 0;
    line-height: 18px;
    padding:0 0 0 0;
}
.centre .ce_text p{
    margin: 4px 0 0 0;
    text-align: justify;

}
.centre .ce_text a{
   color:#155070;
    font-size:12px;
    font-weight: bold;
    text-decoration:none;
}
.centre .ce_text a:hover{
    text-decoration:underline;
}



/********************   COnstructeur **************************/
.centre .ce_text ul{
    margin:8px 0 0 0;
    padding:0 0 0 25px;
}
.art-cons{
  

}
/********************  page reference ***************************/
.reference .tableau_ref table{
    background:#f5f5f5;
    border:1px solid #999999;
    color:#666666;
    text-transform: uppercase;
    text-transform
    font-size: 11px;

}

.reference .tableau_ref h2{
     color:#666666;
}
.reference .tableau_ref td{
    padding:10px;
    width:250px;
    vertical-align: top;
}

/************************ ACTUALITES *********************************************/

.actu-home{
    width:500px;
    margin:0 0 0 100px;
    padding:40px 20px 0px 40px;
    background: url('../en/layout/bg_actualite-home.gif') no-repeat;
   /* border:1px solid #d4d4d4;  */
   padding-bottom: 2px;
    float:left;
    
}
* html .actu-home{
    margin:0 0 0 40px;
}

.layout_short_home{
    line-height: 14px;
    padding: 5px;
    margin-bottom:12px;
}

.layout_short_home h2{
    margin:0;
    
    
    
}
.layout_short_home h4{
    margin:0;
    color:#666666;
    
}
.layout_short_home p.info{
    margin:0;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    background:#624372;
    color:#ffffff;
    padding:5px;
}
.layout_short_home p.info a{
    color:#ffffff;;
    font-size:12px;
    text-decoration: none;
}

.layout_short_home p.info a:hover{

    text-decoration: underline;
}

.layout_short_home p.more{
    text-align: left;
    font-weight:bold;
    margin:0;
}
.layout_short_home p.more a{
    color:#624372;
    font-size:12px;
    text-decoration: underline;
}



.layout_short_home .text{
    color:#666666;
    font-size:12px;
}
.layout_short_home .text p{
    margin:0;
}

.layout_short_home p.teaser{
    color:#515151;
    font-size:12px;
    font-weight:bold;
    margin:8px 0 8px 0;
}
/*************  page item actu *************/


.short_page{
    background: #f3f4f6;
    margin-bottom: 15px;
    padding:15px;
    border:1px solid #d6d6d6;
}

.layout_full{
    margin: 20px 0 8px 0;
}

.layout_full h1{
    color:#333333;
    font-size:21px;
    margin: 8px 0 8px 0;
    line-height: 22px;
}


.droite-home{
    margin:0 50px 0 0;
    float:right;
}
* html .droite-home{
    margin:0 25px 0 0;
    float:right;
}

.bt-social-comit{
    float:right;
    margin:0 49px 20px 0;
}
* html .bt-social-comit{
    float:right;
    margin:0 25px 20px 0;
}
#link-actu{
    margin: 25px 370px 0 0;
    text-align: right;
}
#link-actu a{
    color:#624372;
    font-weight:bold;
}
/******************   PAGE ACTUALITES  ********************/

.actu-full{
   margin:25px 0 0 0;    
}

p.back a{
    
    color:#155070;
    font-size:14px;
    text-decoration: none;
}

p.back a:hover{
    text-decoration: underline;
}

/*****************  PAGE GAIA  ******************************/


.logo-gaia-page{
    margin:20px 0 0 30px;
}
.bloc-gaia{
    width: 258px;
    float:left;
    margin:25px 17px 0 0;
}
.bloc-gaia h2{
    padding:10px 14px 10px 14px;
    font-size:12px;
    color:#0a6284;
    margin:0;
    background:  url('../en/layout/bg_titre_bloc_gaia.gif') no-repeat;
    background-position:bottom;
}
.bloc-gaia p{
    padding:10px 14px 10px 14px;
    font-size:12px;
    color:#666666;
    margin:0 0 8px 0;
}
.banne-gaia{
    width: 151px;
    float:right;
    margin:25px 0 0 0;
    color:#666666;
    font-size:11px;
    font-weight:bold;
    
}
.banne-gaia h2{
    width: 151px;
    margin:0;
    font-size:13px;
    color:#0a6284;
    text-transform:uppercase;
}

.banne-gaia a{
    color:#0a6284;
    font-weight:bold;
    font-size:13px;
}
/************************   CONTACT  *********************************************/

.bloc-contact{
    width:100%;
    font-size:16px;
    color: #999999;
    background: #f3f4f6 url('../en/layout/bg_contact.gif') no-repeat;
}
.bloc-contact p{
    width:300px;
    padding:25px 0 12px 45px;
}
.contact a{
    font-size:16px;
    color: #334668;
    padding:10px;

}


.ce_form {
    margin:20px 0 0 0;
     background: #f3f4f6;
     padding:20px 10px 34px 20px;
}

.ce_form label{
    width:90px;
    float:left;
    margin:0 3px 0 0;
    color: #b1b1b2;
    font-size: 11px;
    padding: 3px 0 3px 0;
    text-align:right;
}
.ce_form input.my_input{
    width:220px;
    border:1px solid #999999;
    padding: 3px;
    color: #999999;
    background: #ffffff;
    font-size: 11px;
    height: 18px;
    margin:0;
}
.ce_form select.my_select{
    width:228px;
    border:1px solid #999999;
    padding: 3px;
    color: #999999;
    background: #ffffff;
    font-size: 11px;
    height: 25px;
}
.ce_form textarea.my_textarea{
    width:375px;
    height: 235px;
    border:1px solid #999999;
    padding: 3px;
    color: #999999;
    background: #ffffff;
    font-size: 11px;
}

.ce_form div.errorform{
    margin:0;
    color:red;
    margin: 0 0 0 115px;
    font-size:10px;
}
.ce_form span.mandatory{
    color:red;
    float:left;
    margin:0 10px 0 0;
}

.ce_form .item{
    margin:0 0 10px 0;
}
.ce_form .submit_container{
    margin:0 18px 0 0;
    float:right;
}

.menu-presse-plan{
    margin: 35px 0 0 35px;
    
}
.menu-presse-plan a{
color:#165070;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.menu-presse-plan a:hover{
    text-decoration: underline;
}

/*********************** FOOTER  ***************/

.bg_footer{
    width:1004px;
	padding:35px 0 0 0;
	margin:0 0 0 0;
	background: #ffffff url('../en/layout/bg_footer_1024.gif') no-repeat;
	background-position: bottom;
	padding-bottom:25px;
}
.footer{
	width:996px;
	padding:10px 0 10px 0;
	margin:0 0 0 4px;
	color:#FFFFFF;
	font-size:14px;
	line-height: 14px;
}

.footer .footer-bloc1{
    float:left;
    width:130px;
	margin:0 0 0 40px;
}
.footer .footer-bloc2{
    float:left;
    width:180px;
	margin:0 0 0 20px;
}

.footer .footer-bloc3{
	float:left;
    width:130px;
	margin:0 0 0 20px;
}
.footer .footer-bloc4{
	float:left;
    width:130px;
	margin:0 0 0 20px;
}


.footer .footer-bloc5{
	float:left;
    width:130px;
	margin:0 0 0 24px;
}

.footer .credits{
    float:right;
    width:200px;
	margin:0 20px 0 0;
	color:#165070;
	font-size:10px;
	font-weight:bold;
}
.footer .credits h2{
    margin:0 0 3px 0;
    font-size:10px;
    text-transform:uppercase;
}

.footer .footer-bloc1 p, .footer .footer-bloc2 p, .footer .footer-bloc3 p, .footer .footer-bloc4 p, .footer .footer-bloc5 p, .footer .credits p{
    margin:0 0 0 0;
}

.footer .footer-bloc1 .Societe, .footer .footer-bloc2 .Services, .footer .footer-bloc3 .Companies_disposing_of_equipment_manufacturers, .footer .footer-bloc4 .News{
    text-transform:uppercase;
    font-weight: bold;
}
/****  englais *************/

.footer .footer-bloc1 .Company, .footer .footer-bloc2 .Services, .footer .footer-bloc3 .References, .footer .footer-bloc4 .Actualites{
    text-transform:uppercase;
    font-weight: bold;
}

.footer .footer-bloc5 p{
    width:230px;
	margin:0 0 0 0;
	font-size:10px;
	font-weight:bold;
}
.footer ul{
	margin:0;
	padding:0;
	list-style: none;
}

.footer ul li{
	margin:0;
	padding:0;
	list-style: none;
}

.footer a{
	color:#165070;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.footer .credits a{
    text-decoration: underline;
}
.footer a:hover, .footer a.active{
	text-decoration: underline;
	color:#85b916;
}

	
/************************************************ STYLE  ************************/

a{
 outline: none;   

}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.clear{
	clear:both;
}
img{
	border:0;
}
/****  couleur   ****/



.gras{
	font-weight:bold;
}
.italic{
	font-style:italic;
}

form{
	margin:0;
	padding:0;
}
.size11{
	font-size:11px;
}
.souligne{
	text-decoration:underline;
}
.invisible{
display:none;
}
