.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 610px;
height: 400px; /* Set height to be able to contain height of largest content shown*/
border: 0;
overflow: hidden;}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0;
visibility: hidden;
width: 610px;
z-index: 20;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
display: -moz-inline-box;
display: inline-block;
position: absolute;
width: 75px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
margin: 0;
z-index: 140;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
position: absolute;
border: 3px solid #fff;
color: #b3150a;
padding: 0;
margin-right: 0;
text-decoration: none;
z-index: 140;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
border: 3px solid #b3150a;
}

.glidecontenttoggler a:hover{
border: 3px solid #b3150a;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
position: relative;
z-index: 20;
margin-top: 8px;
margin-left: 20px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
border: 0;}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
border: 0;
background: #b3150a;
color: white;
visibility: hidden;
}

#bandeau
{   
        margin-left:112px;
        margin-top:328px;
        position: absolute; 
        width: 480px ;
	height: 56px ;
z-index: 20;
        background: url(http://www.no-passion.com/version3/Actu/une/bandeau.png) no-repeat left top;

}  

#titre
{
        position: relative;
        margin: 0 auto ;
        text-align: left ;
        font: 1.1em Arial, Helvetica, Clean, Sans-serif;                
        margin-top:5px;
        margin-left:5px;
        width: 470px ;
	height: 56px ; 
}  

#titre a {
  color: #fff;
text-decoration: none;
}

#titre a:hover{
  text-decoration: underline;
  color: #fff;
}