/* @override Credits */
/*
Date : 01.08.2011
Auteur : Adrien Heury
Projet : FACIM
Logiciel : CSS Edit 2.6 - iMac
Commentaire : Pour cibler une version de internet-explorer : #IE7, IE8, #IE9

                        
                          oooo$$$$$$$$$$$$oooo
                      oo$$$$$$$$$$$$$$$$$$$$$$$$o
                   oo$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o         o$   $$ o$
   o $ oo        o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o       $$ $$ $$o$
oo $ $ "$      o$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$o       $$$o$$o$
"$$$$$$o$     o$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$o    $$$$$$$$
  $$$$$$$    $$$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$$$$$$$$$$$$$$
  $$$$$$$$$$$$$$$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$$$$$$  """$$$
   "$$$""""$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$
    $$$   o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$o
   o$$"   $$$$$$$$$$$    HAVE FUN WITH MY CSS    $$$$$$$$$$$$       $$$o
   $$$    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" "$$$$$$ooooo$$$$o
  o$$$oooo$$$$$  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$   o$$$$$$$$$$$$$$$$$
  $$$$$$$$"$$$$   $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     $$$$""""""""
 """"       $$$$    "$$$$$$$$$$$$$$$$$$$$$$$$$$$$"      o$$$
            "$$$o     """$$$$$$$$$$$$$$$$$$"$$"         $$$
              $$$o          "$$""$$$$$$""""           o$$$
               $$$$o                                o$$$"
                "$$$$o      o$$$$$$o"$$$$o        o$$$$
                  "$$$$$oo     ""$$$$o$$$$$o   o$$$$""
                     ""$$$$$oooo  "$$$o$$$$$$$$$"""
                        ""$$$$$$$oo $$$$$$$$$$
                                """"$$$$$$$$$$$
                                    $$$$$$$$$$$$
                                     $$$$$$$$$$"
                                      "$$$""*/

/*[Table of contents]
-------------------------------------------------------------------*/
/*[Color codes]
-------------------------------------------------------------------*/
/*[Typography]
-------------------------------------------------------------------*/

@import url("reset.css");
@import url("grid.css");
@import url("typography.css");
@import url("wysiwyg.css");

body {
	background: #e6e6e4 /*#86807c*/;
	color: #7b7b7b;
}

/* http://www.screenfeed.fr/blog/personnaliser-les-scrollbars-webkit-0366 */
::-webkit-scrollbar {									/* Scrollbars */
	width: 14px;
	height: 14px;
	background: #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 repeat;
}
::-webkit-scrollbar-track-piece {						/* Fond */
	background: transparent none;
	border: solid 4px transparent;
	border-right-width: 8px;
	margin: 4px;
	-webkit-box-shadow: inset 1px 1px 0 0 rgb(137,131,117), inset -1px -1px 0 0 rgb(224,220,210);
}
::-webkit-scrollbar-track-piece:horizontal {			/* Fond pour la barre du bas */
	border-right-width: 4px;
	border-bottom-width: 8px;
}
::-webkit-scrollbar-thumb {								/* Barre */
	border: solid 0 transparent;
	border-right-width: 4px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 9px 5px;
	-webkit-border-bottom-right-radius: 9px 5px;
	-webkit-box-shadow: inset 0 0 0 1px rgb(79,79,79), inset 0 0 0 6px rgb(102,102,102);
}
::-webkit-scrollbar-thumb:hover {						/* Barre */
	-webkit-box-shadow: inset 0 0 0 1px rgb(90,90,90), inset 0 0 0 6px rgb(110,110,110);
}
::-webkit-scrollbar-thumb:horizontal {					/* Barre du bas */
	border-right-width: 0;
	border-bottom-width: 4px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px 9px;
	-webkit-border-bottom-left-radius: 5px 9px;
}
::-webkit-scrollbar-corner {							/* Coin de la fenêtre */
	background: #bfb6a3 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
}
::-webkit-scrollbar-button {							/* Boutons */
	height: 26px;
	background: url(../images/webkit-arrows-vert.png) 1px 50% no-repeat;
}
::-webkit-scrollbar-button:increment {					/* Bouton incrément */
	background-position: -19px 50%;
}
::-webkit-scrollbar-button:horizontal {					/* Boutons horizontaux */
	width: 26px;
	background: url(../images/webkit-arrows-horiz.png) 50% 1px no-repeat;
}
::-webkit-scrollbar-button:horizontal:increment {		/* Bouton bas */
	background-position: 50% -19px;
}
body ::-webkit-scrollbar {
	background: transparent none;
}
body ::-webkit-scrollbar-button:horizontal:decrement {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.1)), color-stop(100%, rgba(255,255,255,.1))) 0 0 repeat, url(../images/webkit-arrows-horiz.png) 50% 1px no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-horiz.png) 50% 1px no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-horiz.png) 50% 1px no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
}
body ::-webkit-scrollbar-button:horizontal:increment {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.1)), color-stop(100%, rgba(255,255,255,.1))) 0 0 repeat, url(../images/webkit-arrows-horiz.png) 50% -19px no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-horiz.png) 50% -19px no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-horiz.png) 50% -19px no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	-webkit-border-radius: 0 0 6px 0;
}
body ::-webkit-scrollbar-button:vertical:decrement {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,.1))) 0 0 repeat, url(../images/webkit-arrows-vert.png) 1px 50% no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-vert.png) 1px 50% no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-vert.png) 1px 50% no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
}
body ::-webkit-scrollbar-button:vertical:increment {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,.1))) 0 0 repeat, url(../images/webkit-arrows-vert.png) -19px 50% no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-vert.png) -19px 50% no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(../images/webkit-arrows-vert.png) -19px 50% no-repeat, #e6e6e4 url(../images/bg-blog-repeat.png) 0 0 no-repeat;
	-webkit-border-radius: 0 0 6px 0;
}

::selection {
        background: #e6e6e4; /* Safari */
        }
::-moz-selection {
        background: #e6e6e4; /* Firefox */
}

a {
	color: #0b4f9c;
	text-decoration: none;
}

.container {
	background: #fff;
}

.hidden{ 
	display: none;
}

.download {
	background: url(../images/download.png) no-repeat 0 -3px;
	padding: 0 0 0 25px;
	display: block;
}

.calameo {
	background: url(../images/turn.png) no-repeat 0 -3px;
	padding: 0 0 0 25px;
	display: block;
}

.doctodownload a {
	background: url(../images/download.png) no-repeat 0 -2px;
	padding: 5px 0 0 25px;
	display: block;
	height: 20px;
	margin-top: 5px;
}

.doctodownload div {
	padding: 20px;
	background: #f2f2f2;
	margin-bottom: 20px;
}

.doctodownload h3 {
	display: none;
}

/* @group Header */

.header {
	background: #837f7c;
	position: relative;
	height: 80px;
	padding: 5px 0;
}

.header:hover {
	background: #86807c;
}

.header img {
	position: absolute;
	top: -15px;
	left: 20px;
}

/* @group Langue */

.header .langue {
	position: absolute;
	right: 0;
	top: 20px;
	list-style: none;
	font-weight: bold;
	
	display: none;
}

.header .langue li {
	display: inline;
}

.header .langue .select a {
	color: #c2c2c2;
}

.header .langue li, .header .langue li a {
	color: #fff;
}

.header .langue li a:hover {
	color: #c2c2c2;
}

/* @end */

/* @group Search */

.header .search {
	position: absolute;
	right: 20px;
	top: 40px;
	border: none;
	padding: 5px 5px 5px 25px;
	background: #fff url(../images/loupe.png) no-repeat 6px 5px;
	font-family: Arial;
	font-size: 12px;
	width: 100px;  
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
}

.header .search:focus {  
    width: 250px;  
}

/* @end */

/* @end */

/* @group Menu */

.nav {
	background: #95ac30;
	/*background: #91B828;*/
	/*background: #c31718;*/
	/*background: #fa420e;*/
	margin: 0;
	padding: 0;
	height: 42px;
	font-family: "Lucida grande", "Lucida sans", Arial;
	position: relative;
}

.nav ul, .nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 15px;
}

.nav ul li:hover a{
	background: #778A26;
}
.nav ul li:hover ul li a{
	background: transparent;
}
.nav ul li:hover ul li a:hover{
	background: #5F6E1E;
}
.nav ul li:hover ul li a.select{
	background: #5F6E1E;
} 

.nav .sousmenu{ 
	height:auto;
	position:absolute;
	top:42px;
	left:-9999px;
	width:200px;	
	z-index: 5;
	background: #95ac30;
}
.nav .sousmenu li {
	background: #95ac30;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	width: 100%;	
}

ul li:hover ul.sousmenu {
	left: auto;
}

.nav ul li ul li a {
	text-transform: none;
	line-height: 18px;
	padding: 10px 15px;
}

/* Special */
.nav #m3 .sousmenu, .nav #m3 .sousmenu li {
	width: 300px !important;
}

/* @end */

/* @group Home */

.titreGenerique {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	background: #86807C;
	padding: 3px 6px;
}

/* @group Actualités */

.actualites {
	padding: 0;
	margin: 0;
}

.actualites .type {
	font-weight: bold;
	color: #000;
	margin: 10px 0 5px 0;
	display: block;
}

.actualites .date {
	color: #333;
	background: #f2f2f2;
	padding: 3px 6px;
	margin: 0 0 10px 0;
	display: inline-block;
	font-weight: bold;
}

.actualites h2 {
	margin-bottom: 0.4em;
}

.actualites h2 a {
	color:#000;
	font-size: 22px;	
}

.actualites h2 a:hover {
	color:#0b4f9c;	
}

.actualites p {
	font-size: 12px;
	line-height: 20px;
	color: #646567;
}

/* @end */

/* @group Visitez la Savoie */

/* @group Visitez la Savoie */

.visitez {
	padding: 20px;
	margin: 0 0 20px 0;
	border-top: 1px dashed #e6e6e4;
}

.visitez h2 {
	/*font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 1em;*/
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	background: #86807C;
	padding: 3px 6px;
}

.visitez h3 {
	/*font-size: 12px;
	font-weight: bold;*/
	font-size: 22px;
	line-height: 23px;
	margin-top: -23px;
	margin-bottom: 1em;
}

.visitez img {
	float: left;
	margin: 0 20px 0 0;
}

.visitez p {
	line-height: 160%;
}

.visitez p a {
	margin-left: 230px;
}

/* @end */

/* @group iPhone app */

.visitez .iPhone {
	background: #f2f2f2;
	margin: 10px 0 0 0;
	padding: 10px;
}

.visitez .iPhone img {
	float: left;
	margin-right: 78px;
}

.visitez .iPhone p a {
	margin-left: 0;
}

/* @end */

/* @end */

/* @group Visites du jour */

.visitesJour {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px dashed #e6e6e4;
}

.visitesJour h2 {
	/*font-size: 18px;
	margin-bottom: 1em;
	text-transform: uppercase;*/
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	background: #86807C;
	padding: 3px 6px;
}

.visitesJour img {
	float: left;
	margin: 0 20px 0 0;
}

.visitesJour h3, .visitesJour h3 a {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
}
.visitesJour h3 a:hover {
	color: #0b4f9c;
}
.visitesJour a.readmore{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 150px;
	float: right;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group Interieur */

.intArticle {
	padding: 40px;
}
.intArticle img{ 
	margin: 15px;
	max-width: 430px;
}

/* @group Mise en forme contenu */

.article h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
	margin: -5px 0 60px 0;
	padding: 0;
}

.MENU1 .article h1, .MENU1 .article h2, .MENU1 .article h6, .MENU1 .couleur {
	color: #e36c0a;
}

.MENU2 .article h1, .MENU2 .article h2, .MENU2 .article h6, .MENU2 .couleur {
	color: #365f91;
}

.MENU3 .article h1, .MENU3 .article h2, .MENU3 .article h6, .MENU3 .couleur {
	color: #647d33;
}

.MENU4 .article h1, .MENU4 .article h2, .MENU4 .article h6, .MENU4 .couleur {
	color: #b1479a;
}

.MENU5 .article h1, .MENU5 .article h2, .MENU5 .article h6, .MENU5 .couleur {
	color: #66849b;
}

.MENU1 .miseEnAvant {
	border-left: 3px solid #e36c0a !important;
}

.MENU2 .miseEnAvant {
	border-left: 3px solid #365f91 !important;
}

.MENU3 .miseEnAvant {
	border-left: 3px solid #647d33 !important;
}

.MENU4 .miseEnAvant {
	border-left: 3px solid #b1479a !important;
}

.MENU5 .miseEnAvant {
	border-left: 3px solid #66849b !important;
}

/* Rencontre littéraires */
.DT1307371451 .article h1, .DT1307371451 .couleur {
	color: #d60808 !important;
}

.DT1307371451 .miseEnAvant {
	border-left: 3px solid #d60808 !important;
}

.DT1307371451 h2 {
	color: #d60808 !important;
}

/* Saveurs d'automne */
.DT1307371706 .article h1, .DT1307371706 .couleur {
	color: #4da6c9;
}

.DT1307371706 .miseEnAvant {
	border-left: 3px solid #4da6c9 !important;
}

.DT1307371706 h2 {
	color: #4da6c9 !important;
}

/* Portes du temps */
.DT1243602396 .article h1, .DT1243602396 .couleur {
	color: #cc339d;
}

.DT1243602396 .miseEnAvant {
	border-left: 3px solid #cc339d !important;
}

.DT1243602396 h2 {
	color: #cc339d !important;
}

/* Journées du Patrimoine */
.DT1308573331 .article h1, .DT1308573331 .couleur {
	color: #996633;
}

.DT1308573331 .miseEnAvant {
	border-left: 3px solid #996633 !important;
}

.DT1308573331 h2 {
	color: #996633 !important;
}

/* Grands projets */
.DT1307371648 .article h1, .DT1307371648 .couleur {
	color: #7030a0;
}

.DT1307371648 .miseEnAvant {
	border-left: 3px solid #7030a0 !important;
}

.DT1307371648 h2 {
	color: #7030a0 !important;
}

/* Colloques */
.DT1307371665 .article h1, .DT1307371665 .couleur {
	color: #92d050;
}

.DT1307371665 .miseEnAvant {
	border-left: 3px solid #92d050 !important;
}

.DT1307371665 h2 {
	color: #92d050 !important;
}

.article h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #646567;
	font-family: Arial;
	margin-bottom: 10px;
}

.article h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	font-family: Arial;
}

.article h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	font-family: Arial;
}

.article h5 {
	font-size: 14px;
	line-height: 21px;
	color: #999;
	font-style: italic;
	line-height: 24px;
	margin: 20px;
	padding: 20px 0 20px 50px;
	border-left: 1px solid #ddd;
	background: url(../images/quote.png) no-repeat 0 0;
	font-family: Arial;
}

.article h5 + p {
	display: block;
	margin: -35px 0 20px 70px;
	font-size: 10px;
	font-style: italic;
}

.article h6 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.article p {
	font-size: 12px;
	line-height: 20px;
	color: #646567;
}

.article p strong {
	color: #000;
}

.article ul {
	font-size: 12px;
	line-height: 20px;
	color: #646567;
	list-style: square;
}

.article p + ul {
	margin-top: -15px;

}

/* @end */

/* @group Sitra (Liste) */

.article .affineur {
	margin: 10px 0 15px 0;
	padding-bottom: 15px;
	overflow: hidden;
	width: 480px;
}

.article .affineur .openClose {
	display: block;
	padding: 20px;
	width: 300px;
	float: left;
	background: #f2f2f2;
}

.article .affineur .switch {
	display: block;
	padding: 6px 0 10px 0;
	float: right;
}

.article .blocResultat {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 0;
}

.article .blocResultat .commune {
	font-size: 10px;
	margin: 0 0 5px 0;
	display: block;
}

.article .blocResultat h2 a {
	color: #000;
}

.article .blocResultat img {
	float: left;
	margin: 0 20px 0 0;
}

/* @end */

/* @group Sitra - Fiche / Floatbox */

.floatbox .containerFb {
	padding: 20px 20px 20px 250px;
}

.floatbox .sidebar h2 {
	font-size: 11px;
	font-weight: bold;
}

.floatbox .sidebar p {
	font-size: 11px;
}

.floatbox .sidebar .more h2 {
	font-size: 11px;
	font-weight: bold;
}

.floatbox .sidebar .more ul {
	font-size: 11px;
}

/* @end */

/* @group Tableau */

.article table {
	width: 100%;
}

.article table th {
	border-bottom: 2px solid #DEDEDE;
}

/* @end */

/* @group Mise en avant */

.article .miseEnAvant {
	background: #f2f2f2;
	border: 1px solid #d4d4d4;
	padding: 20px;
	margin: 0 0 20px 0;
}

.article .miseEnAvant p {
	margin: 0;
}

.article .miseEnAvant ul {
	margin-bottom: 0;
}

.article .miseEnAvant img {
	float: left;
	margin: 0 20px 20px 0;
}

.article .miseEnAvant h2 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.article .miseEnAvant h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

/* @end */

/* @group Publications */

.publications {
	list-style: none;
	margin: 0;
	padding: 0;
}

.publications li {
	display: block;
	float: left;
	width: 110px;
	margin-right: 10px;
}

.publications li img {
	height: 130px;
}

.publications li h2, .publications li h2 a {
	font-size: 12px !important;
	color: #000;
}

/* @end */

/* @group Sidebar */

.sidebar .subnav li a {
	background: #333;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	display: block;	
}
.sidebar .subnav li a:hover {
	cursor: default;
}

.sidebar .subnav li.MENU1 a {
	background: #e36c0a;
}

.sidebar .subnav li.MENU2 a {
	background: #365f91;	
}

.sidebar .subnav li.MENU3 a {
	background: #647d33;
}

.sidebar .subnav li.MENU4 a {
	background: #b1479a;
}

/* Rencontres littéraires */
.DT1307371451 .sidebar .subnav li.MENU4 a {
	background: #d60808;
}

/* Saveurs d'automne */
.DT1307371706 .sidebar .subnav li.MENU4 a {
	background: #4da6c9;
}

/* Portes du temps */
.DT1243602396 .sidebar .subnav li.MENU4 a {
	background: #cc339d;
}

/* Journées du Patrimoine */
.DT1308573331 .sidebar .subnav li.MENU4 a {
	background: #996633;
}

/* Grands projets */
.DT1307371648 .sidebar .subnav li.MENU4 a {
	background: #7030a0;
}

/* Colloques */
.DT1307371665 .sidebar .subnav li.MENU4 a {
	background: #92d050;
}

.sidebar .subnav li.MENU5 a {
	background: #66849b;
}

.sidebar .subnav li a.select { color: #fff; }


.sidebar ul, .sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul {
	display: block;
	margin: -30px 0 40px 40px;
	position: relative;
}

.sidebar ul li {
	padding: 10px 0;	
}

.sidebar ul li ul li a.select {
	font-weight: bold;
	color: #000 !important;
}
.sidebar ul li ul li a:hover {
	cursor: pointer !important;	
}

.sidebar ul li ul {
	margin-top: 20px;
	margin-left: 20px;
	margin: 20px 0 0 20px;
}

.sidebar ul li ul li {
	border-bottom: 1px solid #dedede;
	line-height: 18px;
	padding: 7px 0;
}

.sidebar ul li ul li ul{
	margin-left: 50px;
	margin-top: 5px;
}
.sidebar ul li ul li ul li {
	border: none;
}

.sidebar ul li ul li a {
	color: #646567 !important;
	background: none !important;
	padding: 0 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	text-transform: none !important;
}

.sidebar ul li ul li a:hover {
	color: #000 !important;
}

/*.sidebar ul li ul li ul li ul li {
	padding: 5px !important;
}*/

/* @end */

/* @end */

/* @group Sidebar2 */

.sidebar2 {
	background: #f2f2f2;
	padding: 20px 0 0 20px;
	overflow: hidden;
}

.sidebar2 .titre {
	font-size: 18px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	text-transform: uppercase;
}

.sidebar2 .bloc {
	margin-right: 5px !important;
}

.sidebar2 .bloc h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	margin: 5px 0 10px 0;
	padding: 0;
}

.sidebar2 img {
	margin: 0 0 10px 0;
}

.sidebar2 .bloc p {
	font-size: 12px;
	line-height: 18px;
	color: #7b7b7b;
	margin-right: 5px;
}

.sidebar2 .bloc a {
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

/* @end */

/* @group Footer */

.footer {
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
	background: #e6e6e4;
	overflow: hidden;	
}

.footer ul, .footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul li {
	display: inline;
}

.footer ul li a {
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #565656;
}

.footer .annexes {
	padding: 20px 0 15px 0;
}

.footer .social {
	padding: 0 0 20px 0;
}

.footer .social .fb {
	background: url(../images/fb.png) no-repeat 0 3px;
	padding: 5px 0 0 20px;
	margin-right: 20px;
}

.footer .social .twitter {
	background: url(../images/tw.png) no-repeat 0 3px;
	padding: 5px 0 0 20px;
	margin-right: 20px;
}

.footer .social .youtube {
	background: url(../images/youtube_16.png) no-repeat 0 3px;
	padding: 5px 0 0 20px;
	margin-right: 20px;
}

.footer .social .rss {
	background: url(../images/rss_16.png) no-repeat 0 3px;
	padding: 5px 0 0 20px;
}

.footer .signature, .footer .signature a {
	color: #c0bcb9;
	text-decoration: none;
}

.footer .signature a:hover {
	color: #565656;
}

/* @end */

/* @group Liste Sitra */
	
	.blocreponseSitra{
		padding-bottom: 25px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 25px;
		clear: both;
	}
	
	.blocreponseSitra:last-child {
		margin-bottom: 0 !important;
	}

	.listeSitra .nbReponses{
		background: #969690;
		color: #fff;
		padding: 5px;
		margin: 0 0 20px 0;
		display: inline-block;	
		font-size: 10px;		
	}
	
	.listeSitra .visuel{
		width: 150px;
		height: 150px;
		float: left;		
		margin: 0 15px 10px 0;
	}
	.listeSitra .visuel img{
		max-width: 145px;
		max-height: 120px;
		margin: 0;
	}
	.listeSitra .adresse {
		float: left;

		width: 295px;
	}
	.listeSitra h3{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.listeSitra h3 a{
		color: #000;
	}
	.listeSitra h3 a:hover{
		color: #0b4f9c;
	}	
	.blocreponseSitra .periodeDetailFicheSitra {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 10px;
		display: block;
	}
	.listeSitra h4{
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 5px;
		color: #999;
	}
	
	#sitraModeSwitcher{
		background: #f2f2f2;
		padding: 0 10px;
		overflow: hidden;
		margin-bottom: 25px;
	}
	.openCloseSitraMoteur{
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;
	}
	#closeSitraMoteur{
		background: transparent url('/images/arrow-down.png') 0 3px no-repeat;
		padding-left: 13px;
	}
	#openSitraMoteur{
		display: none;
		background: transparent url('/images/arrow-right.png') 0 2px no-repeat;
		padding-left: 10px;
	}
	#sitraModeSwitcher ul{
		display: block;
		float: right;
		width: 105px;
		height: 10px;
		border: 1px solid #ccc;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;		
	}
	#sitraModeSwitcher ul li{
		display: block;
		width: 52px;
		height: 38px;
		float: left;
		margin: 0;
		padding: 0;
	}
	#sitraModeSwitcher ul li a{
		display: block;
		background: transparent url('/images/btn-switch.png') top right no-repeat;
		width: 52px;
		height: 38px;
		line-height: 35px;
		color: #0b4f9c;
		font-weight: bold;
		text-align: center;
	}
	#sitraModeSwitcher ul li a:hover {
		color: #000;
	}
	
	#sitraModeSwitcher ul li a.select{
		background-position: top left;
		color: #999;
		cursor: default;
	}
	.sitraModeSwitcher{
		float: right;
		margin-bottom: 20px;
		background: #544a3f;
		color: #fff;
		padding: 5px 10px;
	}

	.sitraModeSwitcher:hover{
		background: #969690;
		color: #fff;
	}	
	form#sitra{
		clear: both;
		position: relative;
	}	
	#sitra input.submit{
		margin-left: 110px;
	}

	#fbBox{
		border: none !important;
	}
	#fbMainDiv{
		top: 0 !important;
	}
	#fbControlPanel{
		height: 30px !important;
		top: 20px !important;
		right: 20px !important;
	}
	#fbClose{
		display: block !important;
		width: 30px !important;
		height: 30px !important;
		background: transparent url(/images/fbclose.png) center center no-repeat !important;
	}

	/* Moteur de recherche mode liste */
	#sitra fieldset {
		background: #fff;
		border: 1px solid #ccc;
		padding: 10px;
		margin-bottom: 10px;
	}
	#sitra .moteur div{margin-bottom: 5px;}
	.moteur label {
		color: #000;
	}
	
	.savoirplus {
		background: #efefef;
		border: 1px solid #ececec;
		padding: 5px 10px;
		color: #555;
	}
	

/* @end */

/* @group Pagination */

	#pagination{
		margin: 20px auto;
		float: right;
	}
	
	#pagination ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#pagination ul li{
		display: inline;
		margin-right: 5px;
		padding: 0;
		font-size: 12px;
	}
	
	#pagination ul li a {
		background: #fff;
		border: 1px solid #fff;
		padding: 5px;
		color: #0b4f9c;
	}
	
	#pagination ul li strong {
		background: #fff;
		border: 1px solid #ececec;
		padding: 5px 7px 5px 10px;
		color: #000;
	}

/* @end */

/* @group Search */

	.rechercheDiv{
		margin-bottom: 40px;
	}
	.rechercheDiv .referent{
		font-style: italic;
		display: block;
		margin-bottom: 10px;
	}
	.rechercheDiv h3{
		font-size: 14px;
	}
	.rechercheDiv p{
		margin-bottom: 5px;
	}
	.rechercheDiv b{
		color:#95AC30;
	}
	
/* @end */

/* @group Editon / Documentation */

	.documentation{
		margin: 20px 0 40px 0;
	}
	.documentation .photo {
		display: block;
		float: left;
		width: 150px;
	}
	
	.documentation .descriptif {
		display: block;
		float: left;
		width: 290px;
	}
	
	.documentation h2 {
		line-height: 16px !important;
		margin-bottom: 5px;
	}

	.documentation h2 a {
		color: #000;
		font-size: 14px;
	}

	.documentation h2 a:hover {
		color: #0b4f9c;
	}
	.documentation img{
		float: left;
		margin: 0 15px 15px 0;
		padding: 2px;
		border: 1px solid #ccc;
	}
	.documentation img:hover{
		float: left;
		margin: 0 15px 15px 0;
		padding: 2px;
		border: 1px solid #bbb;
	}
	.documentation .ensavoirplus{
		margin-top: 10px;
	}
	
	.documentation .ensavoirplus a{
		background: #efefef;
		border: 1px solid #ececec;
		padding: 5px 10px;
		color: #555;
	}
	#fbBox{ background: transparent !important; }
	#fbBox #fbCanvas{ background: transparent !important; }
	.documentation .doc_auteur{
		color: #777;
		font-style: italic;
		font-size: 11px;
		line-height: 16px;
		margin: 0px 0 8px 0;
		display: block;
	}	

/* @end */

/* @group Contact / Form */

form fieldset div{
	margin-bottom: 0;
	overflow: hidden;
	display: block;
}

form#contactForm fieldset div label {
	width : 150px;
}

form fieldset div label {
	margin: 0;
	padding : 6px 10px 0 0;
	width : 100px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

form fieldset div span.oblig, span.oblig, p.oblig {
	color: #f00;
}

.oblig img {
	display: none;
}

select {
	background: #fff;
	border:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	padding: 5px 5px 5px 0;
	float: left;
}
*+html Moteur select{
	margin: 5px;
	border: none;
}

.moteur select{
	width: 250px;
}


input, textarea {
	padding: 6px;
	display: inline-block;
  margin: 0;
  padding-left: 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

input:hover, textarea:hover, input:focus, textarea:focus  {
	border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

input.submit {
	display: block;
    margin-top: 15px;
    background: #544a3f;
    border: 1px solid #544a3f;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
}

input.submit:hover {
	background: #969690;
	border: 1px solid #969690;
	color: #fff;
}

#contactForm input[type=text], #contactForm textarea, #contactForm select {
	width: 300px;
}

#contactForm .captcha {
	position: relative;
}

#contactForm img.captcha {
	margin-left: 0;
}

#contactForm .captcha input {
	width: 100px;
	display: block;
	margin-left: 160px;
}

#contactForm input.submit {
	margin-top: 0 !important;
}

/* @end */

/* @group Espace Telechargement */

#telecharger h2{
	
}

/* @end */

/* @group Actualites */

.actu{
	overflow: hidden;
	margin-bottom: 20px;
}
.actu img{
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 10px 5px 0;	
}

/* @end */

/* @group Diaporama */

.zonediapo h3{
	text-transform: uppercase;
}
.zonediapo ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.zonediapo ul li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}
.zonediapo ul li a{
	display: block;
	width: 140px;
	height: 110px;
}

.zonediapo ul li a:hover img{
	border: 1px solid #555;
}

.zonediapo ul li img{
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0;	
	width: 130px;
	height: 100px;
}
.jdGallery .slideInfoZone h2{
	font-family: Arial, sans-serif !important;
}
/* @end */

/* @group Breadcrumbs */

	.breadcrumb{
		display: none;
	}

/* @end */


.listedocs {
    font-size: 12px;
}

.listedocs .entete td {
    color: #66849B;
    vertical-align: bottom;
    font-weight: bold;
}

.listedocs .foot td {
    color: #66849B;
    vertical-align: center;
    font-weight: bold;
}
.listedocs .foot td input {
    color: #66849B;
    font-weight: bold;
    font-size: 12px;
    width: 50px;
}

.listedocs td {
    padding: 8px 2px;
}

.listedocs input {
    width: 30px !important;
}
.listedocs input#totalfraisport {
    padding: 1px;
    width: 30px;
    text-align: right;
    margin: 0;
}

.listedocs {
    margin: -20px 0 20px 0;
}

#erreurscommande {
    color: #FF0000;
}

#contactForm fieldset div {
    margin: 5px 0;
}



/* @group plan du site */

ul#plan li ul li ul{
    list-style: disc !important;
}
ul#plan,ul#plan li ul{
    list-style: none !important;
}
ul#plan li ul li ul li a{
    display: block;
}
ul#plan li ul li a{
    display: none;
}
/* @end */
