#realisation {
 width:100%;
 height:539px;
 padding:0;
 margin:0 auto;
}
#realisation_menu {
 float:left;
 /* height:519px; */
 width:260px;
 padding:10px;
 margin:0;
 /* background: url("realisation_menu.gif") no-repeat; */
 text-align:center;
}
#realisation_list {
  height:560px;
  width:250px;
  margin:0 auto;
  padding:5px;
  overflow: auto;
  text-align:center;
}
#realisation_list ul {
 width:233px;
 margin:0 auto;
 text-align:center;
}
#realisation_list li {
 width:233px;
 margin:0 auto;
 padding:0;
 list-style:none;
 background: none; 
}
li.realisation_spacer {
 height: 560px;
}

.realisation_item {
 width:225px;
 display:block;
 text-decoration:none; 
 background: #F2F2F2;
 color: #004863;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #D3D3D3;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #D3D3D3;
 font-size: 12px;
 text-align:center;
 padding:5px 2px 5px 2px;
 /*font-weight:bold;*/
 margin:0 auto;
 _height: 0.0000001%; /* Pour permettre la réaction des liens block */
 background: #F2F2F2 url(/css/sub_menu_bk.png) repeat-y top left;
}
.realisation_item:visited{
  color: purple;
}
.realisation_item:hover {
 background:#FFFFFF;
 color: #0085ab;
 /*background: url(gogo_real.gif) no-repeat center right;*/
 background: #F2F2F2 url(/css/sub_menu_bk_hover.png) repeat-y top right;
}
.realisation_active, 
.realisation_active:visited {
 width:225px;
 display:block;
 text-decoration:none; 
 background: #F2F2F2;
 color: #0085ab;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #D3D3D3;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #D3D3D3;
 font-size: 12px;
 text-align:center;
 padding:5px 2px 5px 2px;
 font-weight:bold;
 margin:0 auto;
 _height: 0.0000001%; /* Pour permettre la réaction des liens block */
 /* background: url(active_real.gif) no-repeat center right;*/
 background: #F2F2F2 url(/css/sub_menu_bk_active.png) repeat-y top left;
}
#realisation_list_img {
  border:none;
}
#realisation_list_link {
  display:block;
  margin:1px 0 10px 0;
}
.realisation_spacer {
 display:block;
 height: 10px;
}
#realisation_body {
 float:right;
 width:472px;
 /*height:519px;*/
 padding:10px;
 margin:0;
 /*background: url("realisation_body.gif") no-repeat;*/
 text-align:center;
 overflow: hidden;
}
#realisation_scroll {
 width:462px;
 /* height:519px; */
 margin:0 auto;
 padding:0px 5px;
 text-align:center;
 /* overflow: auto; */
}
#realisation_body img {
 margin: 0px;
 border:none;
}
#realisation_img {
 border:none;
 max-width:445px;
 height:260px;
}
#realisation_title {
 padding: 0px;
 margin:3px 0px 14px 0px;
 font-size:16px;
 font-weight: bold;
 text-align: center;
}
#realisation_description {
 margin: 15px 0px 0px 0px;
 font-size:12px;
 text-align: justify;
}
#realisation_description p{
 font-size:12px;
 text-align: justify;
}
#Sectors, #Technologies, #Clients, #Partners {
 clear:both;
 text-align:center;
}
#Sectors h3, #Technologies h3, #Clients h3, #Partners h3 {
 padding-top:15px;
 text-align:left;
}
#SectorsOut, #TechnologiesOut, #ClientsOut, #PartnersOut {
 float: left;
 width: 350px;
 height: 100px;
}
#SectorsIn, #TechnologiesIn, #ClientsIn, #PartnersIn {
 float: right;
 width: 350px;
 height: 100px;
}