/*
	Total wrapper width: 350px+5px+5px=360px
*/

/* TEMOIGNAGE PAGE INTERNE */
#bloc_temoignage .glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px;
width: 100%;
height: 350px;
visibility: hidden;
background: white;
}

/* ZOOM SUR EN HOME */
#bloc_temoignage-home .glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
margin: 0px 0px 10px 10px;
width: 255px;
height: 250px;
visibility: hidden;
background: white;
}

.temoignage {
	background: url('../img/quoteR.png') bottom right no-repeat;
	text-indent: 28px;
	font-style: italic;
	padding-top: 7px;
}

.quote {
	background: #fff url('../img/quoteL.png') top left no-repeat;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 90%;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
position:absolute;
top:90%;
left:40%;
z-index: 500;
}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0;
background: #fff;
color: #a51625;
padding: 1px 3px;
font-weight: bold;
text-decoration: none;
font-size:1.2em;
text-align:center;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #fff;
color: #a00;
}

