/* @override Credits */
/*
Date : 01.01.2009
Auteur : Adrien Heury
Projet : 
Logiciel : CSS Edit 2.6 - iMac
Commentaire : CSS non valide à 100% à cause de ce p***** de ie6 qu'il faut sans cesse gruger...

                        
                          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]
Marron : #61381e
Bleu : #2db8d2 
Bleu : #55bbb8
Vert : #74bf9f
Vert : #9ac87f
Vert : #b9d065

Rose : #e41568
Orange : #f39711
Jaune : #ffe000
-------------------------------------------------------------------*/
/*[Typography]
font-family:"Times New Roman", Times, serif
-------------------------------------------------------------------*/


@import url("reset.css");
@import url("grid.css"); 
@import url("typography.css");
@import url("Module_comarquage.css");
@import url("Module_news.css");
@import url("Module_siteutile.css");
@import url("Module_marche.css");
@import url("module_qcm.css");
@import url("pagination.css");
@import url("Module_publication.css");
@import url("Module_extranet.css");

body {
	background: #afc870 url(../images/bkg-repeat-body.png) repeat-x 0 0;
}


#print{
    display:none;
}

/* @group Menu (Lateral Gauche + Lateral Droit) */

/* Menu */
.m1 {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

.m2 {
	padding: 0 0 0 20px;
	margin: 20px 0;
}

.m3 {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

.m4 {
	/*padding: 0 20px 0 20px;*/
	margin: 0 30px 0 30px;
	border-top: 5px solid #5b3b2d;
}

.m5 {
	padding: 0 0 0 20px;
	margin: 20px 10px 20px 0;
}

.m1 span.titre {
	color: #9ac77f;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	display: block;
	margin: 0 0 0.3em 0;
	font-weight:bold;
}

.m2 span.titre {
	color: #b8d065;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	font-size: 1.4em;
	display: block;
	margin: 0 0 0.3em 0;
}

.m3 span.titre {
	color: #74bf9f;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	display: block;
	margin: 0 0 0.3em 0;
	font-weight:bold;
}

.m4 span.titre {
	color: #5b3b2d;
	font-family:Arial;
	font-size: 1.0em;
	display: block;
	margin:5px 0 5px 0;
	text-transform:uppercase;
}

.m5 span.titre {
	color: #3ebcd7;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	display: block;
	margin: 0 0 0.3em 0;
}


.m5 div{
	background : #3DBDD8;
	padding: 10px;
}


.m1 ul {
	background: #9ac77f;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 1em;
}

.m1 ul li {
	margin: 0px 0 3px 5px;
	padding: 3px 0 7px 0;
	border-bottom: 1px dashed #eee;
	/*list-style: disc;*/
}



.m1 ul li a, .m2 ul li a, .m3 ul li a, .m5  div ul li a{
    text-decoration:none;
/*    color: #5b3b2d;*/
}

.m1 ul li a:hover, .m2 ul li a:hover, .m3 ul li a:hover, .m5  div ul li a:hover {
    text-decoration: underline;
    color: #5b3b2d;
}


.m1 ul li a.select, .m2 ul li a.select, .m3 ul li a.select, .m5 div ul li a.select{
    text-decoration: none;
    font-weight: bold;
    color: #5b3b2d;
}


.m2 ul {
	background: #b8d065;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 1em;
}

.m2 ul li {
	margin: 0px 0 3px 5px;
	padding: 3px 0 7px 0;
	border-bottom: 1px dashed #eee;
	/*list-style: disc;*/
}




.m3 ul {
	background: #74bf9f;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 1em;
}

.m3 ul li {
	margin: 0px 0 3px 5px;
	padding: 3px 0 7px 0;
	border-bottom: 1px dashed #eee;
	/*list-style: disc;*/
}


.m5 div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.m5 div ul li {
	margin: 0px 0 3px 5px;
	padding: 3px 0 7px 0;
	border-bottom: 1px dashed #eee;
	/*list-style: disc;*/
}

.m5 div ul li a{
	cursor:pointer;
}

.m1 ul li ul ,.m2 ul li ul ,.m3 ul li ul , .m5 div ul li ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.m1 ul li ul li, .m2 ul li ul li, .m3 ul li ul li, .m5 div ul li ul li {
	margin: 7px 0 3px 0px;
	padding: 3px 0 7px 0;
	list-style: none;
	font-size: 11px;
	border:none;
}

.m1 ul li ul li ul, .m2 ul li ul li ul, .m3 ul li ul li ul, .m5 div ul li ul li ul{
	margin: 0;
	padding: 0;	
}

.m1 ul li ul li ul li, .m2 ul li ul li ul li, .m3 ul li ul li ul li , .m5 div ul li ul li ul li{
	margin: 7px 0 3px 0px;
	padding: 0px 0 7px 0;
	list-style: none;
	border-bottom: none;
	font-size: 10px;
}


.m4 ul {
	list-style: none;
	margin: 20px 20px 0 12px;
}

.m4 ul li {
	margin:8px 0;
	list-style: disc;
	width:120px;
	border-bottom: 1px solid #cdcdcd;
}

.m4 ul li a{
	cursor:pointer;
}

.m4 ul li a:hover {
	text-decoration: underline;
}
/*
*:first-child+html .m4 ul li {
	margin:-6px 8px -6px 5px;	
	border: 1px solid white;
}
*/

.m4 ul li a{
    text-decoration:none;
    color:#494949;
    font-style:italic;
    font-size:11px;
	display:block;
	width:120px;
}

.m4 ul li a span{
    /*display:block;*/
    _display:inline;
    
	margin: 3px 0 3px 0;
	padding: 1px 0 6px 0;
}

/* @end */

/* Extranet */

.mextranet {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

.mextranet span.titre {
	color: red;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	display: block;
	margin: 0 0 0.3em 0;
	font-weight:bold;
}

.mextranet ul {
	background: #8BB372;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 1em;
	
}


.mextranet ul li {
	margin: 0px 0 3px 5px;
	padding: 3px 0 7px 0;
	border-bottom: 1px dashed #eee;
	/*list-style: disc;*/
}



.mextranet div ul li a{
    text-decoration:none;
/*    color: #5b3b2d;*/
}

.mextranet  div ul li a:hover {
    text-decoration: underline;
    color: #5b3b2d;
}


.mextranet div ul li a.select{
    text-decoration: none;
    font-weight: bold;
    color: #5b3b2d;
}


/* @end */

/* Footer */
.footer{
	margin: 20px 20px 10px 20px;
	padding: 10px 0 0 0;
	_margin-left: 50px;
    background: #f7f7f7;
    position: relative;
    height: 75px;
}

.footer ul li {
    display:inline;
    margin: 0 10px 0 0 ;
}

.footer ul li a {
    color: #343a3d;
    font-style: italic;
    font-size: 11px;
}

.footer ul.logos {
	height: 25px;
}

.footer ul.links {
	height: 20px;
	margin: 0 0 20px 20px;
	clear: both;
}

.noelogo{
    position: absolute;
    top: 23px;
    right: 0;
}


.fond{
    /*background:url(../images/bkf-footer.png) no-repeat;*/
}
/* @end */


#outilsIcones{
    position:relative;
}

/*** Icones print/ami ****/
ul#outilsZoom {margin: 0px 10px 0 0;display:inline;list-style: none;position: absolute; top:0;right:0;}
ul#outilsZoom li {list-style: none;margin : 0;padding : 0;display:inline;background: none;}
ul#outilsZoom li a {width:16px;height:19px;display:inline;float:left; border:none}

a#zoomMoins {margin-right:7px;background: url('../images/zoomMoins.png') no-repeat 0 0;}
a#zoomPlus {background: url('../images/zoomPlus.png') no-repeat 0 0;}
a#envoyerAmi {margin-right:7px;margin-left:7px;background: url('../images/envoyerAmi.png') no-repeat 0 0;}
a#imprimer {margin-right:7px;background: url('../images/imprimer.png') no-repeat 0 0;}
a#commentArticle {background: url('../images/commentArticle.png') no-repeat 0 0;}
a#zoomMoins:hover, a#zoomPlus:hover, a#envoyerAmi:hover, a#imprimer:hover, a#commentArticle:hover {background-position: 0 -19px; border:none}
ul#outilsZoom li a span {display:none;}

/*** Chemin ****/
#chemin{
	font-size:11px;
    width:440px;
    display:block;
    font-family: arial;
}
#chemin a{
    color:#9b9b9b;
    font-style:italic;
}

/* @end */



/*** Couleur ***/
.marron{
    background:#5b3b2d;
    height:5px;
    _height:2px;
    margin: 25px 0 0 25px;
    _margin: 25px 0 0 10px;
}
/* @end */


/*** Evenement ***/

.agendaliste{
    float:left;
    width:340px;
    _width:300px;

}

table.calendrier{
    font-size:12px;
    font-family:Arial;
    
}

table.calendrier tr td {
    color:#9B9B9B;   
}


table.calendrier abbr, acronym{
    border:none;
    font-size:11px;
}

table.calendrier caption {
    background:none !important;
    text-align:right;
    font-size:12px;
}

.agendaliste h4{
    font-size:12px;
}

table.calendrier caption h4{
    font-size:12px;
}

table.calendrier thead th {
    background:none !important;
    font-size:12px;
}

div#date ul {
    margin:0; 
    padding:0; 
    font-size:9px !important
}

div#date ul li{
    list-style:none; 
    background:none; 
    margin:0; 
    padding:0; 
    display:inline
}

div#date ul li.jour{
    background:none;
}

div#date ul li.mois{
    background:none;
}

div.agendadet img{
	float: left;
	margin:5px 10px 10px 0;
}

div#calendrier{
	float: right;
	margin-right: 5px;
	width:200px;
}	

#calendrier table th{
    width:15px;
    background:#949599;
    padding:0px;
}

#calendrier table tr td{
    padding:4px 0;
}


#calendrier h4{
    font-size:13px;
    text-align:right;
}

#calendrier p{
    text-align:right;
}

.infoBulle{color:#fff;position:relative;text-decoration:none; padding-left:2px;color:#61381E;padding-right:2px;font-weight:bold;}
.selectedInfoBulle{color:#fff;position:relative;text-decoration:none; padding-left:2px;padding-right:2px;}

.infoBulle:hover{ text-decoration:none}
.selectedInfoBulle:hover{ text-decoration:none}
.infoBulle:hover{cursor:default;}
.selectedInfoBulle:hover{cursor:default;}
/* IE seulement pour que l'infobulle supperpose correctement les autres liens de la page */
html * .infoBulle:hover{z-index:1} 
html * .selectedInfoBulle:hover{z-index:1} 


/* paramètres de l'infobulle */
.infoBulle span, .selectedInfoBulle span {position:absolute;padding:5px;text-align:left;color:#fff;
background:orange;z-index:99;top:2em;left:-9999px;width:120px;
 background: #000;}
.selectedInfoBulle:hover span{left:0;}
.infoBulle:hover span{left:0;}

/* @end */


/*** Divers ***/
.valider,.submit{
    background:#61371E;
    color:#fff; 
    border: none;
    padding: 6px;     
}

/*MESSAGE DE SOUMISSION FORMULAIRE*/
.formINDIC {background:#fcffcb; border:1px solid #d0d2b2; color:#5d5e50; padding:10px; font-weight:bold; font-size:14px}
.formOK {background:#deffcb; border:1px solid #6ba519; color:#3e6505; padding:10px; font-weight:bold; font-size:14px}
.formKO {background:#ffcbcb; border:1px solid #9e5151; color:#a51919; padding:10px; font-weight:bold; font-size:14px}


#droite object{
    _width:130px;
}
/* @end */

.OrganismesLies table tr td p {
margin:0;
padding:0;
}

p.paragraphe_fiche {
margin:1.2px;	
}

.rss{
    background:url('../images/rss.gif') no-repeat 0px 0px;
    padding-left: 15px;
}

.rechercheDiv{
    margin:0 0 20px 0;
}

.rechercheDiv p{
    margin-bottom:5px;
}

.validersearch{
    background:#61371E;
    color:#fff; 
    border: none;
    padding: 2px;     
}



/********************************* SITES UTILES DEBUT **********************************/


div#siteu div#nbresultat{
	font-weight: bold;
	margin-left: 44px;
}

div#siteu form#affiner{
	margin-right: 50px;
	margin-left: 45px;
	margin-bottom: 15px;
	background-color:#f9f9f9;
	border : 1px solid #ccc;
	padding : 20px;
	
}

div#siteu div.resultat{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	width: 200px;
}

div#siteu p.desc{
	width:220px;
}

div#siteu div.vide{
	margin-top: 10px;
	margin-bottom: 20px;
	background: #e8f0fb;
	padding: 5px;
	border:1px solid #ede5da;
	margin-left: 20px;
	margin-right: 20px;

}

div.acrobat{
    margin-top:20px;
}

/********************************* SITES UTILES  FIN **********************************/






/* Sitra */

.blocreponseSitra{

    background: #f3f5f2;
    border: 1px #d2d2d2 solid;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 10px;
    min-height: 170px;
    font-family: "Times New Roman",Times,serif;
}
.blocreponseSitra a{

    font-family: arial;
}
.blocreponseSitra h3 a{

    color: #46b9d1;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    font-family: "Times New Roman",Times,serif;
}
.sitra_puce{

    background: #46b9d1;
    width: 10px;
    height: 10px;
    float: left;
    margin: 7px 10px 0 0;
}

.blocreponseSitra .image, .lightbox .image{
    float: right;
    width: 180px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.sitra_nb_resultat{
    display: block;
    float: right;
    font-size: 14px;
    line-height: 18px;
    color: #46b9d1;
    font-family: arial;
    font-weight: bold;
    font-style: normal;
}

.blocreponseSitra a{

    color: #46b9d1;
    text-decoration: underline;
}

.periode{
    color: #fff;
    background: #46b9d1;
    width: 290px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.periode strong{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
.periode ul{
    margin-top: 10px;
}
.periode ul li{
    color: #fff;
    list-style: square !important;
    margin-bottom: 10px;
}
.periode ul li span{

    color: #5e381f;
    font-size: 14px;
    line-height: 24px;
}
.periode ul li strong{
    color: #5e381f;
    font-size: 12px;
    line-height: 24px;
}


.lightbox{
    background: #fff;
    color: #5e381f;
    padding-top: 20px;
    background: #f3f5f2;
}
.lightbox a{
    color: #5e381f;
}
.lightbox a:hover{
    color: #B8D366;
}

.lightbox h2{
    color: #46b9d1;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
}
.lightbox h2 .sitra_puce{
    background: #46b9d1;
    width: 10px;
    height: 10px;
    float: left;
    margin: 7px 10px 0 0;
}

.lightbox .SitraFiche{
    background: #fff;
    width: 530px;
    padding: 10px;
    border-right: 1px solid #b7d266;
    float: left;
    min-height: 650px;
}
.lightbox .SitraFiche ul{
    margin-left: 20px;
}
.lightbox .SitraFiche ul li{
    
    list-style: none;
}
.lightbox .sitraOnglet{
    float: left;
    margin:50px 0 0;
    padding: 0;
    position: relative;
    color: #5e381f;
}
.lightbox .sitraOnglet li{

    list-style: none;
    position: absolute;
    padding-left: 0;
    left: -24px;
}

.lightbox .sitraOnglet li span.fleche{
    position: absolute;
    background: url(../images/sitra/onglet-fleche1.png) no-repeat 2px 0px ;
    height: 47px;
    width: 26px;
    display: none;
    z-index: 1000;
}


.lightbox .sitraOnglet li.menu2 {
    top: 53px;
}
.lightbox .sitraOnglet li.menu2 span.fleche{
    background: url(../images/sitra/onglet-fleche2.png) no-repeat 2px 0px ;
}
.lightbox .sitraOnglet li a{
    display: block;
    width: 105px;
    height: 32px;
    padding-top: 15px;
    padding-left: 40px;
    margin-left: 24px;
}
.lightbox .sitraOnglet li a:hover, .lightbox .sitraOnglet li a.select{
    color: #fff;
    text-decoration: none;
}


.sitraOnglet li.menu1 a {
    background:url("../images/sitra/picto-localiser.png") no-repeat scroll 10px 13px #6ebd99;
}
.sitraOnglet li.menu2 a {
    background:url("../images/sitra/picto-photo.png") no-repeat scroll 10px 13px #a4ce6e;
}


.lightbox .colonne_gauche{
    float: left;
    width: 260px;
    margin-right: 10px;
}
.lightbox .colonne_droite{
    float: left;
    width: 250px;
    margin-right: 10px;
}
.lightbox .coordonnees dl dt{
    float: left;
    color: #46B9D1;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}
.lightbox .coordonnees dl dd{
    margin-bottom: 10px;
    margin-left: 60px;
}
.lightbox h3{
    color: #47b9d2;
    font-size: 14px;
    line-height: 18px;
}
.lightbox h3 .sitra_puce{
    margin: 4px 10px 0 0;
}

.visualClear{
    clear: both;
    height: 0;
}
.ongetContenu{
    
	background: #59595b;
    padding: 15px;
    display: none;
	z-index: 100;
    width: 500px;
    
    position: absolute;
    left: 10px;
    top: 30px;
	
    
}
.ongetContenu .ongletFermer a{
    float: right;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
}
#divmenu1 h3{
    color: #6EBD99;
}
#divmenu2 h3{
    color: #B8D366;
}
#divmenu1 h3 .sitra_puce{
    background: #6EBD99;
}
#divmenu2 h3 .sitra_puce{
    background: #B8D366;
}

#divmenu1 h4, #divmenu1 label{
    Margin-top: 10px;
	color: #B8D366;
}

#localizeItineraireBox{
    color: #fff;
}

form.affineur{
    background: #f4f9f0;
    color: #5e381f;
    border: 1px #acacac solid;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
	display: block;
	float: left;
	width: 530px;
}
form.affineur fieldset{
	width:235px;
	float: left;
}
form.affineur fieldset div{
    margin: 10px 0 20px 0;
}
form.affineur fieldset div label{
    float: none;
}
form.affineur input, form.affineur select{
    background: #c9e6b8;
    border: 0px;
    padding: 5px;
}
form.affineur .valider{
    background: #61371E;
}





form.affineur div.territoire {
    margin:0;
    padding:0;
    float: left;
    right:0;
    top:0;
    width:235px;
}




div.NavPrev {
	margin: 90px 0 0 0;
	width: 20px;
	float: left;
	display: block;
}

div.NavNext {
	margin: 90px 0 0 0;
	width: 20px;
	float: left;
	text-align: right;
	display: block;
}
#slideshow {
	float: left;
	width: 450px !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 250px;
	text-align: center;
}
#slideshow div {
    width: 450px;
}
/* end sitra */


