body { 
color: #dcd3d4; 
font-size: 11px; 
font-family: Arial, Verdana, Helvetica, sans-serif; 
margin: 0; 
padding: 0; 
width: 100%;
background-color: #2e2e2e;
}


.bloc_global {
position: absolute;
margin-left: -500px;
left: 50%;
width: 1000px;
height : 630px;
background-image:  url(../images/home/fond-home.jpg); 
background-repeat: no-repeat;
}

#bandeau_home {
position: absolute; 
margin-left: -500px; 
left: 50%; 
top : 0;
width: 1000px; 
height: 210px;

}

.logo{
height: 200px;
width : 223px;
margin-left : 20px;
margin-top: 20px; 
background-image:  url(../images/communs/kopo.jpg); 
background-repeat: no-repeat;

}



#langues {

height: 200px;
width : 108px;
margin-left : 20px;
margin-top: 20px; 
padding-left : 10px;
float : right;
}

#bandeau_menu {

height: 140px;
width : 610px;
margin-top: 20px; 
padding-top : 25px;
float : right;

}

.menu_container {
float: left;
margin: 8px 0px 0px 0px;
font-size : 12px;
letter-spacing: 1px;
}

#contenu_pages_home{
position: absolute;
margin-left: -500px;
left: 50%;
width: 1000px;
margin-top: 308px;
background-color : none;
}

#contenu{
/* original width 1000px */
width: 990px;
height : 265px;
padding-top : 30px;
background-color: none;
}

#footer {
height: 23px;
width: 1000px;
background-color: none;
color: #999882;
text-align: right;
font-size:10px;
font-weight : bold;
}

#footer_liens_text {
float: right;
padding-top: 6px;
}


/* Les blocs texte home page
----------------------------------------------------*/

#home_bloc { 
/* orig width 222px; */
width: 295px;
height : 215px;
background-color : none;
float: left;
margin-right : 40px;
padding-left : 55px;
padding-right : 5px;
text-align:left;
overflow:hidden;
position:relative;

}


.home_bloc_middle { 
/* orig width 222px; */
width: 195px;
background-color : none;
float: left;
margin-right: 15px;
padding-top : 30px;
padding-left : 10px;
text-align:left;
}

.home_bloc_end { 
/* orig width 222px; */
width: 220px;
background-color : none;
float: left;
padding-left : 150px;
padding-top : 120px;

}

/* Les textes
----------------------------------------------------*/

.black {  
font-weight: bold;
}

.btn_align_droit {
width : 290px;
text-align : right;
padding-top : 15px;
}


.btn_align_droit_2 {
width : 195px;
text-align : right;
}

.titre_actu{
font-size : 16px;
font-weight : bold;
}


/* Les images 
----------------------------------------------------*/

img {
border : none;
}

.puce_menu {
padding-left : 10px;
padding-right : 10px;
vertical-align: middle;
} 

.net-design {
vertical-align: middle;
}

/* Scroll
----------------------------------------------------*/

#scrollerText{
   overflow:hidden;
   position:relative;
}
.scoll{

float : right;
height : 180px;
width : 20px;
margin-left : 10px;
}


.fleche-bas{

padding-top : 155px;

}




/* Les liens 
----------------------------------------------------*/

a:link { color : #2e2e2e; text-decoration: none; }
a:visited { color : #2e2e2e; text-decoration: none; }
a:hover { color : #2e2e2e; text-decoration: underline; }
a:active { color : #2e2e2e; text-decoration: none; }

a.lien_contenu { color: #dcd3d4; text-decoration : none;  }
a.lien_contenu:link { color: #dcd3d4; text-decoration : none;  }
p a.lien_contenu:hover{ color: #dcd3d4; text-decoration : underline;  }
a.lien_contenu:visited{ color: #dcd3d4; text-decoration : none;  }
a.lien_contenu:active{ color: #dcd3d4; text-decoration : none;  }

a.lien_footer:link { color: #999882;  text-decoration: none; }
a.lien_footer:visited { color: #999882;  text-decoration: none;  }
a.lien_footer:hover { color: #dfdbd7;  text-decoration: none; }
a.lien_footer:active { color: #dfdbd7; text-decoration: none; }

a.lien_footer_actif { color: #FFFFFF;  text-decoration: none; }
a.lien_footer_actif:link { color: #dfdbd7;  text-decoration: none; }
a.lien_footer_actif:visited { color: #dfdbd7;  text-decoration: none;  }
a.lien_footer_actif:hover { color: #dfdbd7;  text-decoration: none; }
a.lien_footer_actif:active { color: #dfdbd7; text-decoration: none; }

