*{
padding:0;
margin:0;
}

body{
background: url(../images/fond.jpg) top center no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
}
body.body-overlayed, body.contentpane{
  background:none;
}
.container{

margin:auto;
}
header .top{
height:auto;
background: #fff;
}
footer{
 clear:both; 
    padding-top: 30px !important;
}
#ticLogo{
 
}
#ticDiapo{

}
#ticMenu{
 background:#fff; 
  padding-top:10px;
}
#ticTitre{
 clear:both; 
  padding:6px;
}
#ticRight{
 
}
#ticLeft{

 /* margin-right:10px;*/
  
}
.ticFluid{
 width:100%;
 background: url(../images/fond_bottom.png) bottom center no-repeat; 
 margin-bottom: 110px;
}
#ticFooter{
 background: #d8edfa;
 padding: 24px;

}
#ticAlert, #ticBreadcrumb{
 /* width:100%;*/

  /*margin-bottom:0.75em;*/
}

#ticAlert.infosFlash{
 position: fixed;
  bottom:-130px;
  left:0;
  background: #d4ebc6;
  z-index:100;
  height:180px;
  width:100%;
  transition: transform .3s ease,bottom .5s ease,background-color .3s ease;
}
#ticAlert.infosFlash.open{
	bottom: 0;
}
#ticFootContent{

}
#ticTopContent{
 
}