/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}


/*
 * MyFonts Webfont Build ID 1114443, 2011-09-02T06:08:04-0400 - REGULAR
 * MyFonts Webfont Build ID 1118460, 2011-09-05T07:13:16-0400 - MEDIUM
 * MyFonts Webfont Build ID 825795, 2011-05-26T03:42:08-0400 - SEMIBOLD
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1114443 - REGULAR
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1118460 - MEDIUM
 * License: http://www.myfonts.com/viewlicense?1056 - SEMIBOLD
 * 
 * Webfont: Geogrotesque SemiBold
 * URL: http://new.myfonts.com/fonts/emtype/geogrotesque/semibold/
 * Foundry: Emtype Foundry
 * Copyright: Copyright © 2009 by Eduardo Manso. All rights reserved.
 * Licensed pageviews: 10,000,000/month
 * 
 * © 2011 Bitstream Inc
*/

/* GEO - Semibold */
@font-face {font-family: 'Geogrotesque-SemiBold';src: url('../fonts/webfonts/geo-semibold/eot/style_169898.eot');src: url('../fonts/webfonts/geo-semibold/eot/style_169898.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-semibold/woff/style_169898.woff') format('woff'),url('../fonts/webfonts/geo-semibold/ttf/style_169898.ttf') format('truetype'),url('../fonts/webfonts/geo-semibold/svg/style_169898.svg#Geogrotesque-SemiBold') format('svg');}

/* GEO - Medium */
@font-face {font-family: 'Geogrotesque-Medium';src: url('../fonts/webfonts/geo-medium/eot/1110FC_0.eot');src: url('../fonts/webfonts/geo-medium/eot/1110FC_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-medium/woff/1110FC_0.woff') format('woff'),url('../fonts/webfonts/geo-medium/ttf/1110FC_0.ttf') format('truetype'),url('webfonts/1110FC_0.svg#wf') format('svg');}

/* GEO - Regular */
 @font-face {font-family: 'Geogrotesque-Regular';src: url('../fonts/webfonts/geo-regular/eot/11014B_0.eot');src: url('../fonts/webfonts/geo-regular/eot/11014B_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-regular/woff/11014B_0.woff') format('woff'),url('../fonts/webfonts/geo-regular/ttf/11014B_0.ttf') format('truetype'),url('../fonts/webfonts/geo-regular/svg/11014B_0.svg#wf') format('svg');}



/* General
***********************/
body {
	background: #fff; font-size: 14px; font-family: Helvetica, 'Arial', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
	height: auto;
}
a {color: #fff; text-decoration: none;}

h3 { 
font-family: titilliummaps25l800_wt , titilliummaps29l800_wt , arial, sans-serif;
color: #0092C8;
font-size: 20px;
margin-bottom: 10px;
letter-spacing: -1px;
}

p {font-size: 14px; line-height: 18px;}

.toggle {margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toggle li {float: left;}
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; 

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;

}
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.toggle li a:hover { background: #ededed; color: #222; }
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }

#slider {
width: 78.7%;
margin: auto !important;
position: relative;
}
#carousel {
width: 100%;
margin : auto !important;
background: #DDD;
border: none;
height :97% ;
}
#carousel li { margin-top: 10px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}


/*CSS ajouté par Guillaume, test*/

#carousel .slides
{
width : 100% !important ;
}

#carousel .slides li
{
float: none !important;
/*width: 78.7% !important;*/
margin: auto;
margin-top: 3%;
list-style-type: decimal;
padding-right: 30px;
background: #CCC;
border-radius : 5px ;
}

#carousel .slides li img
{
border-radius : 5px 0px 0px 5px ; 
max-height : 255px ;
}


/*15 selecteurs pour 15 thumbnails*/
/*normal*/
#carousel .slides li:nth-child(1)
{
background : #CCC url(n1.png) no-repeat 96% center;
}

#carousel .slides li:nth-child(2)
{
background : #CCC url(n2.png) no-repeat 96% center;
}

#carousel .slides li:nth-child(3)
{
background : #CCC url(n3.png) no-repeat 96% center;
}

#carousel .slides li:nth-child(4)
{
background : #CCC url(n4.png) no-repeat 96% center;
}

#carousel .slides li:nth-child(5)
{
background : #CCC url(n5.png) no-repeat 96% center;
}

#carousel .slides li:nth-child(6)
{
background : #CCC url(n6.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(7)
{
background : #CCC url(n7.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(8)
{
background : #CCC url(n8.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(9)
{
background : #CCC url(n9.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(10)
{
background : #CCC url(n10.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(11)
{
background : #CCC url(n11.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(12)
{
background : #CCC url(n12.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(13)
{
background : #CCC url(n13.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(14)
{
background : #CCC url(n14.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(15)
{
background : #CCC url(n15.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(16)
{
background : #CCC url(n16.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(17)
{
background : #CCC url(n17.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(18)
{
background : #CCC url(n18.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(19)
{
background : #CCC url(n19.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(20)
{
background : #CCC url(n20.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(21)
{
background : #CCC url(n21.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(22)
{
background : #CCC url(n22.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(23)
{
background : #CCC url(n23.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(24)
{
background : #CCC url(n24.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(25)
{
background : #CCC url(n25.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(26)
{
background : #CCC url(n26.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(27)
{
background : #CCC url(n27.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(28)
{
background : #CCC url(n28.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(29)
{
background : #CCC url(n29.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(30)
{
background : #CCC url(n30.png) no-repeat 96% center;
}

/*Nvx nombres*/

#carousel .slides li:nth-child(31)
{
background : #CCC url(31.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(32)
{
background : #CCC url(32.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(33)
{
background : #CCC url(33.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(34)
{
background : #CCC url(34.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(35)
{
background : #CCC url(35.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(36)
{
background : #CCC url(36.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(37)
{
background : #CCC url(37.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(38)
{
background : #CCC url(38.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(39)
{
background : #CCC url(39.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(40)
{
background : #CCC url(40.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(41)
{
background : #CCC url(41.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(42)
{
background : #CCC url(42.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(43)
{
background : #CCC url(43.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(44)
{
background : #CCC url(44.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(45)
{
background : #CCC url(45.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(46)
{
background : #CCC url(46.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(47)
{
background : #CCC url(47.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(48)
{
background : #CCC url(48.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(49)
{
background : #CCC url(49.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(50)
{
background : #CCC url(50.png) no-repeat 96% center;
}


/*selected*/

#carousel .slides li:nth-child(1).flex-active-slide
{
background : #0092c8 url(n1.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(2).flex-active-slide
{
background : #0092c8 url(n2.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(3).flex-active-slide
{
background : #0092c8 url(n3.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(4).flex-active-slide
{
background : #0092c8 url(n4.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(5).flex-active-slide
{
background : #0092c8 url(n5.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(6).flex-active-slide
{
background : #0092c8 url(n6.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(7).flex-active-slide
{
background : #0092c8 url(n7.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(8).flex-active-slide
{
background : #0092c8 url(n8.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(9).flex-active-slide
{
background : #0092c8 url(n9.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(10).flex-active-slide
{
background : #0092c8 url(n10.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(11).flex-active-slide
{
background : #0092c8 url(n11.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(12).flex-active-slide
{
background : #0092c8 url(n12.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(13).flex-active-slide
{
background : #0092c8 url(n13.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(14).flex-active-slide
{
background : #0092c8 url(n14.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(15).flex-active-slide
{
background : #0092c8 url(n15.png) no-repeat 96% center;
}


#carousel .slides li:nth-child(16).flex-active-slide
{
background : #0092c8 url(n16.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(17).flex-active-slide
{
background : #0092c8 url(n17.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(18).flex-active-slide
{
background : #0092c8 url(n18.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(19).flex-active-slide
{
background : #0092c8 url(n19.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(20).flex-active-slide
{
background : #0092c8 url(n20.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(21).flex-active-slide
{
background : #0092c8 url(n21.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(22).flex-active-slide
{
background : #0092c8 url(n22.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(23).flex-active-slide
{
background : #0092c8 url(n23.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(24).flex-active-slide
{
background : #0092c8 url(n24.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(25).flex-active-slide
{
background : #0092c8 url(n25.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(26).flex-active-slide
{
background : #0092c8 url(n26.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(27).flex-active-slide
{
background : #0092c8 url(n27.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(28).flex-active-slide
{
background : #0092c8 url(n28.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(29).flex-active-slide
{
background : #0092c8 url(n29.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(30).flex-active-slide
{
background : #0092c8 url(n30.png) no-repeat 96% center;
}

/*Nvx nombres*/

#carousel .slides li:nth-child(31).flex-active-slide
{
background : #0092c8 url(31.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(32).flex-active-slide
{
background : #0092c8 url(32.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(33).flex-active-slide
{
background : #0092c8 url(33.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(34).flex-active-slide
{
background : #0092c8 url(34.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(35).flex-active-slide
{
background : #0092c8 url(35.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(36).flex-active-slide
{
background : #0092c8 url(36.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(37).flex-active-slide
{
background : #0092c8 url(37.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(38).flex-active-slide
{
background : #0092c8 url(38.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(39).flex-active-slide
{
background : #0092c8 url(39.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(40).flex-active-slide
{
background : #0092c8 url(40.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(41).flex-active-slide
{
background : #0092c8 url(41.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(42).flex-active-slide
{
background : #0092c8 url(42.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(43).flex-active-slide
{
background : #0092c8 url(43.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(44).flex-active-slide
{
background : #0092c8 url(44.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(45).flex-active-slide
{
background : #0092c8 url(45.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(46).flex-active-slide
{
background : #0092c8 url(46.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(47).flex-active-slide
{
background : #0092c8 url(47.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(48).flex-active-slide
{
background : #0092c8 url(48.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(49).flex-active-slide
{
background : #0092c8 url(49.png) no-repeat 96% center;
}
#carousel .slides li:nth-child(50).flex-active-slide
{
background : #0092c8 url(50.png) no-repeat 96% center;
}











/* Loading
***********************/
.loading aside {opacity: 0;}
aside {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}
aside h3 {float: left;}

/* Layout
***********************/
#top { position: relative; z-index: 999; height:65px; padding: 5px 0; border-bottom: 1px solid #577794;

background: rgb(226,232,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,232,239,1) 0%, rgba(210,219,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,232,239,1)), color-stop(100%,rgba(210,219,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,232,239,1) 0%,rgba(210,219,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,232,239,1) 0%,rgba(210,219,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,232,239,1) 0%,rgba(210,219,228,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(226,232,239,1) 0%,rgba(210,219,228,1) 100%); /* W3C */ 

 }
#top  { text-align: center; }
#top .top-inner  { max-width: 800px; width: auto; }
#top img  { float: none; display: inline; margin-top: 12px; }
#container {}
header {width: 420px; float: left;}
#main {overflow: hidden; width : 100% ;}

/* Header
***********************/
header h1 { font-family: Geogrotesque-Semibold, Helvetica, Arial, sans-serif; margin: 0 0 10px; text-shadow: 0 1px 0 #2F4C63; color: #fff; font-size: 42px; }
header h2 { margin: 0 0 30px; font: normal 20px Geogrotesque-regular, Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #555; color: #fff; }
header .button { margin: 0 0 50px; padding: 10px 15px 10px 15px; display: block; float: left; position: relative; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease;}
nav {clear: both;}
nav h3 {margin: 0 0 10px; padding: 0 0 3px; font-size: 18px;text-shadow: 0 1px 1px #555; color: #fff; font-family: Geogrotesque-Regular, Helvetica, Arial, sans-serif; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.5); display: inline-block; }
nav li {margin: 0 0 7px; font-size: 15px; text-transform: lowercase;}
nav li a:hover,
nav li a.active {border-bottom: 1px dotted #fff; border-bottom: 1px dotted rgba(255,255,255,0.3); background: none;}
nav li a.active   { cursor: default; }

/* SyntaxHighlighter
***********************/
.syntaxhighlighter {width: auto!important; font-size: 13px !important; line-height: 21px !important; font-family: Courier, "Courier New", monospace; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background-color: #fff !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
.syntaxhighlighter .line.alt1,
.syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
.syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
.syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
.syntaxhighlighter .keyword {color: #2a93b9!important;}

/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

/* Media Queries
***********************/

.button {
	display: inline-block;
	margin: 2px 0;
	padding: 5px 15px 3px;
	border: 1px solid #336693;
	border-bottom-color: #336693;
	color: #fff!important;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-transform: uppercase;
	font: bold 12px/16px sans-serif;
	cursor:pointer;

	/*Border radius*/
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	/*Background*/
	background: #274d70; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #336693), color-stop(1, #274d70));
	background: -moz-linear-gradient( center top, #336693 20%, #274d70 100% );
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

.button:hover {
	color: #fff;
	text-decoration: none!important;
	/*Background*/
	background: #396083; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #3c77ab), color-stop(1, #396083) );
	background: -moz-linear-gradient( center top, #3c77ab 20%, #396083 100% );
}

/* GREEN */

.button.green  {
	border: 1px solid #467d16;
	border-bottom-color: #467d16;
	
	/*Background*/
	background: #447e12; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #71b02f), color-stop(1, #447e12));
	background: -moz-linear-gradient( center top, #71b02f 20%, #447e12 100% );
}

.button.green:hover  {
	/*Background*/
	background: #508e1b; /*Fallback*/
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #7cbc3a), color-stop(1, #508e1b));
	background: -moz-linear-gradient( center top, #7cbc3a 20%, #508e1b 100% );
}


/* Media Queries
***********************/
@media screen and (max-width: 960px) {
  /*#container {padding: 35px;}*/
  #container {
  	padding: 0 35px;
  }
  /*header {width: 380px;}*/
  /*#main {margin-left: 380px;}*/
}
@media screen and (max-width: 768px) {
  /*#container {padding: 20px 30px;}*/
  #container {
  	padding: 0 30px;
  }
  header {width: 100%; float: none; text-align: center;}
  header h1 {margin: 0 auto 10px;}
  header .button,
  header nav {display: none;}
  #main {margin-left: 0;}
}
@media screen and (max-width: 500px) {
  header h1 {width: 246px;  }

  .footerliseuse {
  	position: static;
  }

  .bouton.pdf {
  	margin-bottom: 4px;
  }
}

/*Code Guillaume*/

#liseuseprincipale
{
width : 82% ;
background : white ;
float : left ;
}

#liseusethumb
{
width : 18% ;
float : left ;
background : #dddddd ;
height :97% ;
position :fixed ;
right : 0 ;
}

#headerliseuse img {
width : 100% ;
}

#headerliseuse a img {
	width: auto;
	position: absolute;
	left: 77%;
	top: 20px;
	z-index: 10;
}

.ongletressources img {
margin-left: 10px;
margin-bottom: -7px;
}

#barredeliens {
min-height: 32px;
padding: 9px;
background: #0092C8;
margin-top: -0.5%;
padding-top: 14px;
overflow: hidden;
}

#barredeliens .liensgauche {
float : left ;
}

#barredeliens .liensdroite
{
float : right ;
}


/*compteur de pages*/


.count
{
bottom: 0;
z-index : 10000 ;
color : white ;
margin-bottom: 15px;
margin-left: 50%;
display : block ;
width : 55px ;
height : 31px ;
background : url(fond-compteur.png) no-repeat ;
font-family : arial, sans-serif ;
font-weight : bold ;
font-size : 14px ;
padding-top: 5px;
padding-left: 13px;
}

.count1 ,
.count2 ,
.separateurcount
{
float : left ;
}


.superheaderliseuse
{
padding: 0.5%;
margin-bottom: 2%;
}

.contenutexte
{
width: 55%;
float: left;
margin-top: 26px;
margin-left: 9.5%;
margin-bottom: 30px;
}


.btn-ressources
{
padding-top : 10px ;
padding-left : 10px ;
}

#headerliseuse
{
/*min-height : 126px ;*/
}



/*Styles du bouton du shortcode*/
/* Format bouton */

a.bouton {
display: inline-block;
height: 25px;
padding: 5px 10px 0px 35px;
color: white;
border-radius: 5px;
background: url(../images/bg-btn-ra-lien.png) no-repeat left;
font-size: 12px;
text-decoration: none;
color: white;
}

a.bouton:hover
{
text-decoration : underline ;
}


/* Type de bouton */
.bouton.pdf {
    background: url(../images/bg-btn-ra-pdf.png) no-repeat left;
}
.bouton.lien {
    background: url(../images/bg-btn-ra-lien.png) no-repeat left;
}

#carousel .slides li dd 
{
display : none ;
}

#slider .slides li dd
{
padding-left: 20px;
padding-right: 20px;
/*background: rgba(0, 0, 0, 0.5);*/
color: white;
line-height: 16px;
padding-top: 10px;
padding-bottom: 10px;
}

#slider .slides li dd h3
{
color : white ;
}

#slider
{
background: rgba(0, 0, 0, 0.5);
}






