/* @override Credits */
/*
Date : 09.06.2010
Auteur : Adrien Heury + Guillaume Philippon
Projet : Bourg en Bresse
Logiciel : CSS Edit 2.6 - iMac
Commentaire : 

                        
                          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]
body générique  #d8f1fb
Deplacement 	#ef8100
Environnement 	#239a19
Emploi 			#efcb00
Habitat 		#003665
Loisirs 		#ae478f
Agglo 			#4788ae
-------------------------------------------------------------------*/
/*[Typography]
-------------------------------------------------------------------*/

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

#sfWebDebug {
	z-index: 1000000 !important;
	position: absolute;
}

body {
	background: #c9e1ee/*d8f1fb*/; /*f2f2f2*/
	/*background: #fff url(../images/bkg-body.png) repeat-x 0 0 fixed;*/
	color: #636363;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
}

body.deplacement {
	background: #fce3c4/*ffdbae*/;
}

body.environnement {
	background: #cffecb/*9cf096*/;
}

body.emploi {
	background: #fff4b7/*f6e9a0*/;
}

body.habitat {
	background: #c5ddf3/*a9c6e0*/;
}

body.loisirs {
	background: #ece0e9/*e1ccdb*/;
}

body.agglo {
	background: #c9e1ee/*b0d0e1*/;
	/*background: url(../images/bkg.jpg) fixed repeat-x 0 0;*/
}

/* @group Header */

.header {
	background: #fff url(../images/bkg-header.png) repeat-x 0 bottom;
	/*border-bottom: 3px solid #e5e5e5;*/
	height: 233px;
	z-index: 50000;
	position: relative;
}

.header .intHeader {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* Logo */
.header .intHeader h1 {
	margin: 0;
	padding: 0;
}

.header .intHeader h1 a {
	position: absolute;
	top: 20px;
	left: 20px;
	text-decoration: none;
	border: none;
	border-right: 1px solid #d6d6d7;
	border-bottom: 1px solid #d6d6d7;
	display: block;
	height: 166px;
	width: 144px;
	background: url(../images/logo.png) no-repeat 0 0;
}

.header .intHeader h1 a:hover {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.header .intHeader h1 span {
	display: none;
}

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

.header ul li {
	display: inline;
}

/* @group Menu Principal */

.header ul.menuPrincipal {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 151px;
	right: 0;
	margin: 0;
	padding: 0;
}

.header ul.menuPrincipal li {
	margin: 0;
	padding: 12px 0 5px 0;
	height: 27px;
	border-right: 1px solid #e5e5e4;
	float: left;
}

.header ul.menuPrincipal li a {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 14px;
}

.header ul.menuPrincipal li a span {
	margin: 0 15px;
}

.header ul.menuPrincipal li.deplacement a {
	border-top: 5px solid #ef8100;
}

.header ul.menuPrincipal li.deplacement.select, .header ul.menuPrincipal li.deplacement:hover {
	background: #fdf2e5;
}

.header ul.menuPrincipal li.environnement a {
	border-top: 5px solid #239a19;
}

.header ul.menuPrincipal li.environnement.select, .header ul.menuPrincipal li.environnement:hover {
	background: #e9f5e8;
}

.header ul.menuPrincipal li.emploi a {
	border-top: 5px solid #efcb00;
}

.header ul.menuPrincipal li.emploi.select, .header ul.menuPrincipal li.emploi:hover {
	background: #fdfae5;
}

.header ul.menuPrincipal li.habitat a {
	border-top: 5px solid #003665;
}

.header ul.menuPrincipal li.habitat.select, .header ul.menuPrincipal li.habitat:hover {
	background: #e5ebef;
}

.header ul.menuPrincipal li.loisirs a {
	border-top: 5px solid #ae478f;
}

.header ul.menuPrincipal li.loisirs.select, .header ul.menuPrincipal li.loisirs:hover {
	background: #f7ecf4;
}

.header ul.menuPrincipal li.agglo {
	border-right: none;
}

.header ul.menuPrincipal li.agglo a {
	border-top: 5px solid #4788ae;
}

.header ul.menuPrincipal li.agglo.select, .header ul.menuPrincipal li.agglo:hover {
	background: #ecf3f7;
}

.header ul.menuPrincipal li a:hover {
	color: #111;
}

.header ul.menuPrincipal li a:hover span {
	text-decoration: underline;
}

/* @end */

/* @group Menu secondaire (barre bleue) */

.header .menuSecondaire {
	position: absolute;
	top: 203px;
	left: 0;
	width: 950px;
	z-index: 50000;
}

/* @group Btn "S'identifier" + "S'inscrire" */

.header .menuSecondaire .logCommunaute {
	float: left;
	width: 165px;
	margin: 0 30px 0 25px;
	_margin: 0 30px 0 12px;
	color: #fff;
	font-weight: normal;
}

.header .menuSecondaire .logCommunaute a {
	background: #282828;
	border-bottom: 1px solid #7896ac;
	border-right: 1px solid #7896ac;
	padding: 3px 6px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.header .menuSecondaire .logCommunaute a:hover {
	background: #111;
	color: #d1eef7;
}

/* @end */

/* @group Liens externes */

.header .menuSecondaire .liensExternes {
	float: left;
}

.header .menuSecondaire .liensExternes li {
	margin: 0;
	padding: 0;
}

.header .menuSecondaire .liensExternes li.carre a {
	float: left;
	height: 23px;
	width: 61px;
	background: url(../images/btn-links.png) no-repeat 0 0;
}

.header .menuSecondaire .liensExternes li.crd a {
	float: left;
	height: 23px;
	width: 31px;
	background: url(../images/btn-links.png) no-repeat -63px 0;
	_background: url(../images/btn-links.png) no-repeat -62px 0;
}

.header .menuSecondaire .liensExternes li.ot a {
	float: left;
	height: 23px;
	width: 89px;
	background: url(../images/btn-links.png) no-repeat -96px 0;
}

.header .menuSecondaire .liensExternes li.eco a {
	float: left;
	height: 23px;
	width: 54px;
	background: url(../images/btn-links.png) no-repeat -188px 0;
}

.header .menuSecondaire .liensExternes li.extranet a {
	float: left;
	height: 23px;
	width: 48px;
	background: url(../images/btn-links.png) no-repeat -244px 0;
}

.header .menuSecondaire .liensExternes li.carre a:hover {
	background-position: 0 -23px;
}

.header .menuSecondaire .liensExternes li.crd a:hover {
	background-position: -63px -23px;
	_background-position: -62px -23px;
}

.header .menuSecondaire .liensExternes li.ot a:hover {
	background-position: -96px -23px;
}

.header .menuSecondaire .liensExternes li.eco a:hover {
	background-position: -188px -23px;
}

.header .menuSecondaire .liensExternes li.extranet a:hover {
	background-position: -244px -23px;
}

.header .menuSecondaire .liensExternes li a span {
	display: none;
}

/* @end */

/* @group Menu Déroulant (3 liens) */

.header .menuSecondaire .liensDeroulants {
	float: left;
	margin-left: 5px;
	_margin-left: 25px;
}

* html .header .menuSecondaire .liensDeroulants {
	position: absolute;
	top: -8px;
	left: 450px;
}

.header .menuSecondaire .liensDeroulants li {
	position: relative;
}

.header .menuSecondaire .liensDeroulants li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 8px 20px 12px 8px;
	margin: 0 0 0 10px;
	background: url(../images/down.png) no-repeat right 10px;
	_background: url(../images/down.png) no-repeat right 6px;
}

* html .header .menuSecondaire .liensDeroulants li a {
	padding: 0 20px 0 0;
}

.header .menuSecondaire .liensDeroulants li:hover a {
	background: #fff url(../images/down-over.png) no-repeat right 10px;
	_background: #fff url(../images/down-over.png) no-repeat right 6px;
	color: #000;
}

.header .menuSecondaire .liensDeroulants .mDeroulantContenu {
	display: none;
	position: absolute;
	top: 25px;
	left: 10px;	
	padding: 8px;
	background: #fff;
	width: 240px;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	z-index: 100000 !important;
}

* html .header .menuSecondaire .liensDeroulants .mDeroulantContenu {
	top: 20px;
	left: 0px;
}

.header .menuSecondaire .liensDeroulants .communes .mDeroulantContenu {
	width: 420px;
	_width: 450px;
}

.header .menuSecondaire .liensDeroulants .projets .mDeroulantContenu {
	width: 180px;
}

.header .menuSecondaire .liensDeroulants .pratique .mDeroulantContenu {
	width: 180px;
}

.header .menuSecondaire .liensDeroulants .mDeroulantContenu a {
	color: #555;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cecece;
}

.header .menuSecondaire .liensDeroulants .mDeroulantContenu ul li a {
	color: #555;
	display: block;
	width: 165px;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 0 3px 11px;
	border-bottom: 1px solid #eee;
	background: url(../images/puce-square.gif) no-repeat 0 9px;
}

.header .menuSecondaire .liensDeroulants .communes .mDeroulantContenu ul li a {
	width: 130px;
}

.header .menuSecondaire .liensDeroulants .mDeroulantContenu a:hover {
	color: #2786c2;
	background: #eee url(../images/puce-square.gif) no-repeat 0 9px;
}

/* @end */

/* @group Search */

.header .menuSecondaire fieldset.search {
	border: none;
	float: right;
	_margin-left: 10px;
}

.header .menuSecondaire fieldset.search legend {
	display: none;
}

.header .menuSecondaire fieldset.search div label {
	display: none;
}

.header .menuSecondaire fieldset.search div input {
	float: left;
	font-family: Arial;
}

.header .menuSecondaire fieldset.search div input.texte {
	border: none;
	padding: 8px 5px 2px 22px;
	_padding: 1px;
	padding: 4px 5px 2px 22px\9;
	height: 17px\9;
	margin: 0;
	color: #8d8d8d;
	background: #fff url(../images/loupe2.png) no-repeat 5px 4px;
	font-size: 12px;
}

*+ html .header .menuSecondaire fieldset.search div input.texte {
	padding: 5px 5px 4px 22px;
	height: 15px;
	background-position: 5px 5px;
}

.header .menuSecondaire fieldset.search div input.loupe {
	border: none;
	width: 22px;
	height: 23px;
	cursor: pointer;
	margin: 0;
	background: url(../images/loupe.png) no-repeat 0 -1px;
	display: none;
}

/* @end */

/* @end */

/* @end */

/* @group Home */

/* @group coucheActus */

.coucheActus {
	background: #fff /*url(../images/bkg-gradient.png) repeat-x 0 0*/;
	height: 300px;
}

* html .coucheActus .visualClear {
	display: none;
}

.coucheActus h2 {
	font-size: 28px;
	margin-bottom: 14px;
}

.coucheActus .intCoucheActus {
	padding: 20px 0 10px 0;
	margin: 0 auto;
	width: 950px;
	z-index: 0;
	position: relative;
	/*background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;*/
}

.coucheActus .intCoucheActus .visuel {
	margin: 0 20px 0 10px;
	position: relative;
}

.coucheActus .intCoucheActus .visuel .videoOver {
	display: block;
	background: #f00;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 180px;
	background: url(../images/picto-play.png) no-repeat 0 0;
}

.coucheActus .intCoucheActus .visuel .legende {
	background: url(../images/black-80.png) repeat 0 0;
	position: absolute;
	padding: 5px;
	bottom: 12px;
	width: 390px;
	left: 7px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
}

* html .coucheActus .intCoucheActus .visuel .legende {
	bottom: 10px;
}

*+ html .coucheActus .intCoucheActus .visuel .legende {
	bottom: 10px;
}

.coucheActus .intCoucheActus .visuel img {
	padding: 6px;
	background: #fff;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.coucheActus .intCoucheActus .description {
	width: 390px;
	_width: 375px;
}

.coucheActus .intCoucheActus .type {
	display: block;
	margin-top: 14px;
	font-weight: bold;
	color: #333;
}

.coucheActus .intCoucheActus .prev a {
	display: block;
	height: 23px;
	width: 30px;
	background: #fff url(../images/prev.png) no-repeat 0 0;
	border: 1px solid #fff;
	margin: 120px 0 0 20px;
}

.coucheActus .intCoucheActus .prev a:hover {
	background-position: 0 -23px;
}

.coucheActus .intCoucheActus .prev a span {
	display: none;
}

.coucheActus .intCoucheActus .next a {
	display: block;
	height: 23px;
	width: 30px;
	background: #fff url(../images/next.png) no-repeat 0 0;
	border: 1px solid #fff;
	margin: 120px 0 0 0;
}

* html .coucheActus .intCoucheActus .next a {
	position: absolute;
	top: 0;
	right: 0;
}

.coucheActus .intCoucheActus .next a:hover {
	background-position: 0 -23px;
}

.coucheActus .intCoucheActus .next a span {
	display: none;
}

.coucheActus .intCoucheActus h2 {
	line-height: 26px;
}

.coucheActus .intCoucheActus h2 a {
	color: #2786c2;
	text-decoration: none;
}

.coucheActus .intCoucheActus h2 a:hover {
	color: #333;
}

.coucheActus .intCoucheActus a.readMore {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.coucheActus .intCoucheActus a.readMore:hover {
	color: #333;
}

.coucheActus .intCoucheActus a.readMore.right {
	float: right;
	/*background: url(../images/coquette/comment2.png) no-repeat 0 0;
	padding-left: 20px;*/
}

.coucheActus .intCoucheActus a.readMore span.comments {
	font-weight: normal;
}

* html .coucheActus .intCoucheActus #slideActus {
	
}

/* @end */

/* @group coucheAgenda */

.coucheAgenda {
	background: #c9e1ee/*d8f1fb*/;
}

.coucheAgenda .intCoucheAgenda {
	padding: 20px 0;
	margin: 20px auto;
	width: 950px;
	_height: 370px;
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.coucheAgenda .intCoucheAgenda h3 {
	margin-top: 0;
}

/* Agenda */
.coucheAgenda .intCoucheAgenda .blocAgenda2 {
	margin-top: 35px;
	margin-right: 30px;
	width: 300px;
	margin-left: -60px;
	/*padding: 10px;
	border: 1px solid #ddd;*/
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 div.color1 {
	background: #fff;
	padding: 10px 5px 0 5px;
	margin: 0;
	height: 60px;
	overflow: hidden;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 div.color2 {
	background: #f6f6f6;
	padding: 10px 5px 0 5px;
	margin: 0;
	height: 60px;
	overflow: hidden;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 span.date {
	display: block;
	float: left;
	width: 40px;
	font-size: 24px;
	margin-right: 10px;
	padding: 5px 0 0 0;
	color: #fff;
	font-family: Arial;
	text-align: center;
	background: #54aae0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 span.date span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #2786c2;
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 h4 {
	display: block;
	margin-left: 60px;
	border-bottom: none;
	font-size: 13px;
	line-height: 15px;
	color: #777;
	cursor: default;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 a {
	font-size: 14px;
	line-height: 14px;
	color: #555;
	cursor: default;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 a:hover {
	color: #555;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav {
	border-top: 1px solid #eee;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav a {
	float: left;
	margin: 10px 2px 0 2px;
	cursor: pointer;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav .prev {
	display: block;
	height: 15px;
	width: 15px;
	background: #fff url(../images/prev2.png) no-repeat 0 0;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav .prev:hover {
	background-position: 0 -15px;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav .prev span {
	display: none;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav .next {
	display: block;
	height: 15px;
	width: 15px;
	background: #fff url(../images/next2.png) no-repeat 0 0;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav .next:hover {
	background-position: 0 -15px;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav .next span {
	display: none;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav #handleAgenda a {
	display: block;
	height: 15px;
	width: 10px;
	background: #fff url(../images/bullet.png) no-repeat 0 3px;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav #handleAgenda a:hover, .coucheAgenda .intCoucheAgenda .blocAgenda2 .nav #handleAgenda a.activeSlide {
	background-position: 0 -13px;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav #handleAgenda a span {
	display: none;
}

.coucheAgenda .intCoucheAgenda .blocAgenda2 .nav a.readMore {
	float: right;
}

/* Evenements */
.coucheAgenda .intCoucheAgenda {
	position: relative;
}

.coucheAgenda .intCoucheAgenda .blocEvents {
	margin-left: 350px;
	_position: absolute;
	_top: 60px;
	_left: 355px;
	_margin-left: 0;
}

.coucheAgenda .intCoucheAgenda .blocEvents .evenement {
	margin-right: 35px;
	_margin-right: 20px;
	position: relative;
}

.coucheAgenda .intCoucheAgenda .blocEvents .evenement h4 {
	height: 35px;
	overflow: hidden;
}

* html .coucheAgenda .intCoucheAgenda .blocEvents .evenement img {
	width: 230px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
	margin: 20px 20px 0 0;
	_width: 550px;
	_position: absolute;
	_bottom: -10px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav a {
	float: left;
	margin: 0 2px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav .prev {
	display: block;
	height: 15px;
	width: 15px;
	background: #fff url(../images/prev2.png) no-repeat 0 0;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav .prev:hover {
	background-position: 0 -15px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav .prev span {
	display: none;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav .next {
	display: block;
	height: 15px;
	width: 15px;
	background: #fff url(../images/next2.png) no-repeat 0 0;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav .next:hover {
	background-position: 0 -15px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav .next span {
	display: none;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav #handleEvent a {
	display: block;
	height: 15px;
	width: 10px;
	background: #fff url(../images/bullet.png) no-repeat 0 3px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav #handleEvent a:hover, .coucheAgenda .intCoucheAgenda .blocEvents .nav #handleEvent a.activeSlide{
	background-position: 0 -13px;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav #handleEvent a span {
	display: none;
}

.coucheAgenda .intCoucheAgenda .blocEvents .nav a.readMore {
	float: right;
}

.coucheAgenda .intCoucheAgenda h3 {
	font-weight: bold;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin-left: 15px;
    /*padding: 1px 0 2px 36px;
    background: url(../images/coquette/calendar.png) no-repeat 0 -5px;*/
}

.coucheAgenda .intCoucheAgenda h4 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 16px;
	border-bottom: 1px solid #eee;
}

.coucheAgenda .intCoucheAgenda h4 a {
	font-size: 16px;
	text-decoration: none;
	color: #2786c2;
}

.coucheAgenda .intCoucheAgenda h4 a:hover {
	color: #333;
}

.coucheAgenda .intCoucheAgenda img {
	padding: 6px;
	background: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}

.coucheAgenda .intCoucheAgenda span.date {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

.coucheAgenda .intCoucheAgenda p {
	font-size: 12px;
	margin: 0 10px 0 0;
}

.coucheAgenda .intCoucheAgenda a.readMore {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.coucheAgenda .intCoucheAgenda a.readMore:hover {
	color: #333;
}

.coucheAgenda .intCoucheAgenda .next a {
	display: block;
	height: 23px;
	width: 30px;
	background: #fff url(../images/next.png) no-repeat 0 0;
	border: 1px solid #fff;
	margin: 120px 0 0 0;
}

.coucheAgenda .intCoucheAgenda .next a:hover {
	background-position: 0 -23px;
}

.coucheAgenda .intCoucheAgenda .next a span {
	display: none;
}

/* @end */

/* @group coucheModules */

.coucheModules {
	background: #eee;
	border-top: 1px solid #fff;
}

.coucheModules .intCoucheModules {
	padding: 20px 0;
	margin: 0 auto;
	width: 950px;
}

* html .coucheModules .intCoucheModules .visualClear {
	display: none;
}

.coucheModules .intCoucheModules .bloc {
	background: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	min-height: 170px;
	margin: 0 16px;
	position: relative;
}

* html .coucheModules .intCoucheModules .bloc {
	height: 170px;
}

.coucheModules .intCoucheModules .bloc:hover {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
}

.coucheModules .intCoucheModules .bloc h4 {
	font-size: 13px;
	line-height: 14px;
	margin: 5px 10px 0 10px;
	padding: 5px 0 5px 0;
	color: #333;
	border-bottom: 1px solid #eee;
}

.coucheModules .intCoucheModules .bloc a {
	text-decoration: none;
	font-size: 12px;
}

.coucheModules .intCoucheModules .bloc img {
	padding: 10px;
}

/* @group Météo */

.coucheModules .weatherLabel {
	display: none;
}

.coucheModules .temperature {
	position: absolute;
	top: 60px;
	right: 20px;
	color: #000;
	font-size: 18px;
}

.coucheModules .seeMore {
	display: block;
	margin-left: 10px;
	position: absolute;
	bottom: 10px;
	padding: 5px 0 0 0;
	border-top: 1px solid #eee;
	left: 0;
}

/* @end */

/* @end */

/* @end */

.container {
	/*display: none;*/
}

/* @group Contenu (Interieure) */

.contenu {
	background: #fff;
	padding: 20px 30px;
	margin: 20px 20px 0 0 !important;
	float: left;
	width: 598px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	position: relative;
}

/* @group Ariane */

.contenu .ariane {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}

.contenu .ariane a {
	text-decoration: none;
}

.contenu .ariane .next {
	display: inline-block;
	height: 5px;
	width: 3px;
	margin: 0 5px;
	background: url(../images/ariane-next.gif) no-repeat 0 0;
	_background: url(../images/ariane-next.gif) no-repeat 0 6px;
}

*+ html .contenu .ariane .next {
	height: 10px;
}

/* @end */

/* @group Blocs complementaire pour un article (Liens, Download, map...) */

.blocComplementaire {
	background: #fff;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin-bottom: 20px;
}

.blocComplementaire h3 {
	background: #eee;
	padding: 10px;
	margin-top: 0;
	font-weight: normal;
}

.blocComplementaire ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style: none;
}

.blocComplementaire ul li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #eee;
}

.blocComplementaire ul li a {
	text-decoration: none;
}

.blocComplementaire ul li a {
   -webkit-transition-property: color, background-color, padding-left;
   -webkit-transition-duration: 500ms, 500ms, 500ms;
}
         
.blocComplementaire ul li a:hover {
   color: #333;
   padding-left: 10px;
}

.blocComplementaire.links h3 {
	background: #eee url(../images/coquette/link.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 45px;
}

.blocComplementaire.links ul li {
	background: none;
	margin-left: 35px;
}

.blocComplementaire.downloads h3 {
	background: #eee url(../images/coquette/download.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 45px;
}

.blocComplementaire.downloads ul li {
	margin-left: 5px;
	padding-left: 20px;
}

.blocComplementaire.downloads span.poids {
	font-size: 11px;
}

.blocComplementaire.renseignement h3 {
	background: #eee url(../images/coquette/info.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 45px;
}

.blocComplementaire.renseignement ul li {
	margin-left: 25px;
	padding-left: 20px;
}

.blocComplementaire.renseignement p {
	padding: 0 10px 0 10px;
}

.blocComplementaire.contact h3 {
	background: #eee url(../images/coquette/mail.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 45px;
}

.blocComplementaire.contact p {
	padding: 0 10px 0 10px;
}

/* @end */

/* @group Tags */

.contenu .tags {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	float: left;
	/*background: url(../images/tag_blue.png) no-repeat 0 0;
	padding: 0 0 0 30px;*/
}

.contenu .tags a {
	display: inline-block;
	padding: 0px 5px;
	margin: 0 5px 0 0;
	font-size: 10px;
	border: 1px solid #e7e6e0;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	color: #555;
}

.contenu .tags a:hover {
	color: #222;
}

/* @end */

/* @group Share */

.addthis_toolbox {
	margin: 12px 0;
	padding: 10px;
	background: #f7f8f3;
	border: 1px solid #ddd;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	clear: both;
	width: 575px;
	min-height: 20px;
}

.addthis_toolbox a.addthis_button_compact {
	text-decoration: none;
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #555;
}

.addthis_toolbox a.addthis_button_compact span {
	display: block;
	margin: 2px 5px 0 0;
}

/* @end */

/* @group Resultats Tags */

.resultatsTags h2 {
	margin-bottom: 0;
}

.resultatsTags .tagSaisi {
	color: #999;
	font-weight: normal;
}

.resultatsTags .lineResults {
	padding: 10px 0 10px 0;
}

.resultatsTags .lineResults h3 {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
	color: #333;
}

.resultatsTags .lineResults.articles h3 {
	padding: 12px 0 0 40px;
	height: 25px;
	background: url(../images/coquette/edit.png) no-repeat 0 5px;
}

.resultatsTags .lineResults.documents h3 {
	padding: 12px 0 0 40px;
	height: 25px;
	background: url(../images/coquette/download.png) no-repeat 0 5px;
}

.resultatsTags .lineResults.videos h3 {
	padding: 12px 0 0 40px;
	height: 25px;
	background: url(../images/coquette/film.png) no-repeat 0 5px;
}

.resultatsTags .lineResults.photos h3 {
	padding: 12px 0 0 40px;
	height: 25px;
	background: url(../images/coquette/photo_camera.png) no-repeat 0 5px;
}

.resultatsTags .lineResults.sons h3 {
	padding: 12px 0 0 40px;
	height: 25px;
	background: url(../images/coquette/sound.png) no-repeat 0 5px;
}

.resultatsTags .lineResults h3 span {
	font-weight: normal;
	color: #999;
}

.resultatsTags .lineResults h4 {
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
}

.resultatsTags .lineResults h4 a {
	font-size: 16px;
	text-decoration: none;
}

.resultatsTags .lineResults p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.resultatsTags .lineResults table {
	margin: 0;
	padding: 0;
}

.resultatsTags .lineResults table a {
	font-size: 12px;
	text-decoration: none;
}

.resultatsTags .lineResults .infoDoc {
	font-size: 11px;
	font-style: italic;
}

.resultatsTags .blocImage {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	position: relative;
}

.resultatsTags .blocImage .videoOver {
	display: block;
	background: #f00;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 45px;
	background: url(../images/picto-play.png) no-repeat 0 0;
}

.resultatsTags .blocImage a {
	text-decoration: none;
}

.resultatsTags .allResults {
	display: block;
	float: right;
	font-size: 12px;
	padding: 0 0 5px 0;
	text-decoration: none;
	background: url(../images/arrow-down.gif) no-repeat 0 8px;
	color: #333;
}

.resultatsTags .allResults:hover {
	color: #2786c2;
}

.resultatsTags .allResults span {
	padding: 0 0 0 12px;
}

/* @end */

/* @group SideBar */

/* Colonne de droite */
.sidebar {
	margin: 0;
	float: left;
	width: 270px;
	_width: 260px;
}

.sidebar h3 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	background: url(../images/bkg-h3.jpg) repeat-x 0 0;
	margin: -10px 0 10px -20px;
	_margin: -10px -20px 10px -20px;
	width: 229px;
	_width: auto;
	padding: 8px 20px 6px 20px;
	font-size: 12px;
}

*+ html .sidebar h3 {
	width: 230px;
	position: relative;
	top: -10px;
	left: -20px;
	margin-bottom: 0;
}

/* Une couleur par rubrique */
body.deplacement .sidebar h3 {
	background: #ef8100 url(../images/bkg-h3deplacement.png) repeat-x 0 0;
}

body.environnement .sidebar h3 {
	background: #239a19 url(../images/bkg-h3environnement.png) repeat-x 0 0;
}

body.emploi .sidebar h3 {
	background: #efcb00 url(../images/bkg-h3emploi.png) repeat-x 0 0;
}

body.habitat .sidebar h3 {
	background: #003665 url(../images/bkg-h3habitat.png) repeat-x 0 0;
}

body.loisirs .sidebar h3 {
	background: #ae478f url(../images/bkg-h3loisirs.png) repeat-x 0 0;
}

body.agglo .sidebar h3 {
	background: #4788ae url(../images/bkg-h3agglo.png) repeat-x 0 0;
}

.sidebar h3 span {
	background: url(../images/arrow.png) no-repeat 0 0;
	padding-left: 25px;
}

/* @group Bloc Arborescence */

.sidebar .blocArbo {
	margin: 20px 0 0 0;
	padding: 10px 20px 20px 20px;
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	/*border-top: 2px solid #2786c2;*/
}

.blocArbo ul li a {
   -webkit-transition-property: color, background-color, padding-left;
   -webkit-transition-duration: 500ms, 500ms, 500ms;
}
         
.blocArbo ul li a:hover {
   color: #333;
   padding-left: 10px;
}

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

.sidebar .blocArbo ul li {
	margin: 0;
	padding: 4px 0 4px 15px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/bullet4.png) no-repeat 0 11px;
}

.sidebar .blocArbo ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.sidebar .blocArbo ul li a:hover, .sidebar .blocArbo ul li a.select {
	color: #2786c2;
}

body.deplacement .sidebar .blocArbo ul li a:hover, body.deplacement .sidebar .blocArbo ul li a.select {
	color: #ef8100;
}

body.environnement .sidebar .blocArbo ul li a:hover, body.environnement .sidebar .blocArbo ul li a.select {
	color: #239a19;
}

body.emploi .sidebar .blocArbo ul li a:hover, body.emploi .sidebar .blocArbo ul li a.select {
	color: #efcb00;
}

body.habitat .sidebar .blocArbo ul li a:hover, body.habitat .sidebar .blocArbo ul li a.select {
	color: #003665;
}

body.loisirs .sidebar .blocArbo ul li a:hover, body.loisirs .sidebar .blocArbo ul li a.select {
	color: #ae478f;
}

body.agglo .sidebar .blocArbo ul li a:hover, body.agglo .sidebar .blocArbo ul li a.select {
	color: #4788ae;
}

.sidebar .blocArbo ul li ul li {
	border: none;
	margin-left: 3px;
	padding: 2px 0;
	background: none;
}

.sidebar .blocArbo ul li ul li a {
	font-weight: normal;
}

.sidebar .blocArbo ul li ul li ul li a {
	font-size: 10px;
	margin-left: 10px;
}

/* @end */

/* @group blocMiseEnAvant */

.blocMiseEnAvant {
	margin: 20px 0 0 0;
	_width: 220px;
	padding: 10px 20px 0 20px;
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	/*border-top: 2px solid #c0d9e1;*/
}

.blocMiseEnAvant div.bloc {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}


.blocMiseEnAvant div.bloc img {
	padding: 3px;
	margin: 0 5px 5px 0;
	float: left;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.blocMiseEnAvant div.bloc p {
	font-size: 14px;
}

.blocMiseEnAvant div.bloc h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0;
}

.blocMiseEnAvant div.bloc h4 a {
	text-decoration: none;
}

.blocMiseEnAvant div.bloc a.readMore {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.blocMiseEnAvant div.bloc a.readMore:hover {
	color: #333;
}

/* @end */

/* @group blocMemeSujet */

.blocMemeSujet {
	margin: 20px 0 0 0;
	_width: 220px;
	padding: 10px 20px 0 20px;
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	/*border-top: 2px solid #2786c2;*/
}

.blocMemeSujet div.bloc {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.blocMemeSujet div.bloc img {
	padding: 3px;
	margin: 0 5px 5px 0;
	float: left;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.blocMemeSujet div.bloc h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.blocMemeSujet div.bloc h4 a {
	text-decoration: none;
}

.blocMemeSujet div.bloc a.readMore {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.blocMemeSujet div.bloc a.readMore:hover {
	color: #333;
}

.blocMemeSujet a.more {
	display: block;
	border-top: 1px solid #eee;
	padding: 10px 20px 10px 20px;
	margin: 10px 0 0 -20px;
	width: 228px;
	_width: 200px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	background: #f7f7f7;
	color: #333;
	/*border-right: 1px solid #c0d9e1;*/
}

.blocMemeSujet a.more:hover {
	text-decoration: none;
}

/* @end */

/* @group blocAgenda */

.blocAgenda {
	margin: 20px 0 0 0;
	_width: 220px;
	padding: 10px 20px 0 20px;
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	/*border-top: 2px solid #2786c2;*/
}

.blocAgenda div.bloc {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.blocAgenda div.bloc img {
	padding: 3px;
	margin: 0 5px 5px 0;
	float: left;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.blocAgenda div.bloc h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.blocAgenda div.bloc h4 a {
	text-decoration: none;
}

.blocAgenda div.bloc a.readMore {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.blocAgenda div.bloc a.readMore:hover {
	color: #333;
}

.blocAgenda a.more {
	display: block;
	border-top: 1px solid #eee;
	padding: 10px 20px 10px 20px;
	margin: 10px 0 0 -20px;
	width: 228px;
	_width: 200px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	background: #f7f7f7;
	color: #333;
	/*border-right: 1px solid #c0d9e1;*/
}

.blocAgenda a.more:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Pagination */

.pagination {
	text-align: center;
	margin-top: 20px;
}

.pagination ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #f7f8f3;
	border: 1px solid #ddd;
	height: 15px;
}

.pagination ul li {
	display: inline;
	font-size: 14px;
}

.pagination ul li a {
	padding: 2px 2px 0 0;
	text-decoration: none;
}

.pagination ul li.select a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.pagination ul li a:hover {
	text-decoration: none;
	color: #333;
}

/* Première page */
.pagination ul li.firstPage a {
	display: none;
}

.pagination ul li.firstPage.deactivated a {
	display: none;
}

/* Dernière page */
.pagination ul li.lastPage a {
	display: none;
}

.pagination ul li.lastPage.deactivated a {
	display: none;
}

/* Page précédente */
.pagination ul li.previousPage a {
	display: block;
	padding: 0;
	margin: 0;
	height: 17px;
	width: 13px;
	background: url(../images/arrows.png) no-repeat -13px -17px;
	float: left;
}

* html .pagination ul li.previousPage a {
	margin: 2px 0 0 0;
}

.pagination ul li.previousPage a:hover {
	background-position: 0 -17px;
}

.pagination ul li.previousPage a span {
	display: none;
}

.pagination ul li.previousPage.deactivated a {
	background-position: -100px -100px;
}

/* Page suivante */
.pagination ul li.nextPage a {
	display: block;
	padding: 0;
	margin: 0;
	height: 17px;
	width: 13px;
	background: url(../images/arrows.png) no-repeat 0 0;
	float: right;
}

* html .pagination ul li.nextPage a {
	margin: -19px 0 0 0;
}

*+ html .pagination ul li.nextPage a {
	margin: -21px 0 0 0;
}

.pagination ul li.nextPage a:hover {
	background-position: -13px 0;
}

.pagination ul li.nextPage a span {
	display: none;
}

.pagination ul li.nextPage.deactivated a {
	background-position: -100px -100px;
}

/* @end */

/* @end */

/* @group Formulaire (Généralités) */

form fieldset {
	border: none;
}

form fieldset legend {
	display: none;
}

form fieldset div {
	clear: both;
}

form fieldset div label {
	display: block;
	float: left;
	width: 150px;
}

form div textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 5px 3px;
	background: #feffe8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #eee;
}

form div input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	background: #feffe8;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

form div textarea:focus, form div input:focus {
	background: #fefbcd;
}

form div.submitFormField input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #d1e9f4;
	border-right: 1px solid #88c3dd;
	border-left: 1px solid #f1f8fc;
	border-bottom: 1px solid #88c3dd;
	border-top: 1px solid #f1f8fc;
	display: block;
	padding: 6px 12px;
	margin: 10px 0 0 150px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

*html form div.submitFormField input {
	margin: 10px 0 0 0;
}

*+ html form div.submitFormField input {
	margin: 10px 0 0 0;
}

form div.submitFormField input:hover {
	color: #333;
	border-right: 1px solid #f1f8fc;
	border-left: 1px solid #88c3dd;
	border-bottom: 1px solid #f1f8fc;
	border-top: 1px solid #88c3dd;
}

form div.formFieldError {
	color: #f00;
}

form div.formFieldError span {
	display: none;
}

/* @end */

/* @group Affineur (Module) */

.filterForm {
	margin: 0 0 20px 0;
	padding: 10px 5px 10px 10px;
	background: #ebf8fe;
	border: 1px solid #ddd;
	height: 25px;
	/*position: absolute;
	top: 0;
	right: -290px;
	width: 250px;
	_width: 240px;*/
}

* html .filterForm {
	height: 20px;
	padding: 10px;
}

*+ html .filterForm {
	height: 23px;
}

.filterForm .formField {
	width: auto;
	display: inline;
	float: left;
}

* html .filterForm .formField {
	margin-top: 5px;
}

.filterForm .formField label {
	font-size: 11px;
	display: none;
}

.filterForm .submitFormField {
	width: auto;
	display: inline;
	float: right;
}

.filterForm .submitFormField input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #fff;
	border-right: 1px solid #88c3dd;
	border-left: 1px solid #f1f8fc;
	border-bottom: 1px solid #88c3dd;
	border-top: 1px solid #f1f8fc;
	display: block;
	padding: 6px 12px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	margin-top: -2px;
	text-transform: capitalize;
}

* html .filterForm .submitFormField input {

}

*+ html .filterForm .submitFormField input {
	margin-top: -5px;
}

.filterForm .submitFormField input:hover {
	color: #333;
	background: #d1e9f4;
	border-right: 1px solid #88c3dd;
	border-left: 1px solid #f1f8fc;
	border-bottom: 1px solid #88c3dd;
	border-top: 1px solid #f1f8fc;
}

/* Message Aucun resultat */
.noresults {
	background: #fefbcd;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}

/* @end */

/* @group Module : Commentaire */

.contenu .commentaire {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 0;
	margin: 20px 0 0 0;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	clear: both;
}

.contenu .commentaire h3 {
	margin: 10px 0 5px 0;
}

.contenu .commentaire h4 {
	padding: 0 0 10px 0;
	margin: 0;
	color: #333;
	font-weight: normal;
}

.contenu .commentaire h4 span {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.contenu .commentaire ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contenu .commentaire ul li {
	margin: 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #eee;
	clear: both;
}

*html .contenu .commentaire ul li {
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
	border: none;
	display: inline;
}

.contenu .commentaire ul li h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #555;
}

.contenu .commentaire ul li div.avatar {
	float: left;
	display: block;
	margin-right: 20px;
	width: 40px;
}

.contenu .commentaire ul li img {
	padding: 3px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.contenu .commentaire ul li div.comment {
	display: block;
	float: left;
	width: 500px;
}

.contenu .commentaire ul li div.comment p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.contenu .commentaire form fieldset label {
	display: none;
}

/* @group Commentaire Form */

.commentaire .formField label {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px;
}

.commentaire .submitFormField input {
	margin: 0;
}

.commentaire .formField textarea {
	width: 555px;
}

.commentaire .commentwaiting {
	background: #eeffe8;
	color: #6c9d33;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}

/* @end */

/* @end */

/* @group Module : Délibérations */

.deliberation {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

.deliberation h3 {
	margin: 10px 0 0 0;
}

.deliberation .type {
	font-size: 11px;	
}

.deliberation .file {
	margin: 10px 0;
	border: none;
}

/* @end */

/* @group Module : FAQ */

.question {
	background: #fff url(../images/quote.gif) no-repeat 0 20px;
	min-height: 70px;
	border-bottom: 1px solid #eee;
}

*+ html .question {
	background-position: 0 30px;
}

.question h3 {
	margin: 10px 0 0 0;
}

.question p {
	padding: 10px 0 0 60px;
}

/* @end */

/* @group Module : Quizz */

.noeQuizFront .quizz {
	background: url(../images/quizz.png) no-repeat right 0;
}

.quizz .question {
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #eee;
	border-top: 6px solid #eee;
	background: #fff;
}

.quizz .question h3 {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px 0;
	margin-top: 0;
}

.quizz .question h3 label {
	float: none;
	width: auto;
}

.quizz .question div {
	
}

.quizz .question div label {
	margin-left: 0;
}

.quizz .question div div {
	padding: 0;
}

.quizz .question div div label {
	display: none;
	width: auto;
	margin-left: 10px;
}

.quizz .question div div ul {
	margin: 0;
	padding: 0;
}

.quizz .question div div ul li {
	margin: 0;
	padding: 5px 0;
	clear: both;
}

.quizz .question div div ul li label {
	display: block;
}

.quizz ul li {
	background: none;
}

.quizz ul li input {
	float: left;
}

.quizz .valider {
	margin-top: 5px;
	margin-left: 150px;
}

/* @end */

/* @group Module : Sondage */

.noePollFront .question {
	background: none;
	margin: 0 0 10px 0;
}

.noePollFront .question h3 {
	display: none;
}

.noePollFront .question .formField {
	font-weight: bold;
	padding: 0;
	color: #333;
	font-size: 16px;
}

.noePollFront .question .radio_list {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	color: #636363;
	font-size: 13px;
}

.noePollFront .question .formField label {
	display: inline;
	width: auto;
	float: none;
}

.noePollFront .formField label {
	display: block;
	width: 150px;
	float: left;
}

.noePollFront .submitFormField input {
	margin: 10px 0 0 0;
}

/* @end */

/* @group Module : Offre d'emploi */

.noeJobFront .contenu h3 {
	/*background: url(../images/job.png) no-repeat 0 -5px;
	padding: 0 0 0 40px;
	height: 30px;*/
}

.noeJobFront dl dt {
	width: 200px;
	font-weight: bold;
}

.noeJobFront dl dd {
	display: block;
	margin-left: 200px;
	font-weight: normal;
}

/* @end */

/* @group Module : Marché publics */

.noeRFPFront h3 {
	/*background: url(../images/coquette/office_folders.png) no-repeat 0 -5px;
	padding: 0 0 0 40px;
	height: 30px;*/
}

.noeRFPFront .blocComplementaire h3 {
	height: auto;
	margin: 10px 0 0 0;
}

.noeRFPFront h4 {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.noeRFPFront p {
	margin: 0 0 10px 0;
}

.noeRFPFront .blocMiseEnAvant ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.noeRFPFront .blocMiseEnAvant ul li{
	margin: 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px dashed #ccc;
}

.noeRFPFront .blocMiseEnAvant ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.noeRFPFront .blocMiseEnAvant ul li .date {
	display: block;
	font-size: 11px;
}

.noeRFPFront .blocMiseEnAvant ul li a:hover, .noeRFPFront .blocMiseEnAvant ul li a.select {
	color: #2786c2;
}

/* @end */

/* @group Module : Download */

.file {
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

.file h4 {
	background: #eee url(../images/coquette/download.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 45px;
	margin: 10px 0 0 0;
	font-weight: normal;
}


.file p {
	margin: 0;
}

.file .download {
	background: #f7f8f3;
	padding: 5px 10px;
	font-size: 10px;
}

.file .download .downloadLink {
	font-size: 14px;
	-webkit-transition-property: color, background-color, padding-left;
   	-webkit-transition-duration: 500ms, 500ms, 500ms;
}

/* @end */

/* @group Module : Contact */

.noeContactFront form {
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.noeContactFront label {
	float: left;
	width: 150px;
	display: block;
}

.noeContactFront .submitFormField {
	
}

.noeContactFront select {
	width: 300px;
	background: #feffe8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
}

/* @end */

/* @group Module : RSS */

.noeFeedsFront ul.feedList {
	list-style: none;
	margin: 0 0 0 -5px;
	padding: 0;
}

.noeFeedsFront ul.feedList li {
	border-bottom: 1px solid #ddd;
	height: 30px;
}

.noeFeedsFront ul.feedList li a {
	height: 40px;
	display: block;
	background: url(../images/coquette/rss2.png) no-repeat 0 0;
	text-decoration: none;
	padding: 0 0 0 30px;
}

/* @end */

/* @group Module : Tag */

.noeTagsFront h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 20px 0;
}

.noeTagsFront h2 span {
	font-weight: bold;
}

.noeTagsFront .feed {
	height: 40px;
	display: block;
	padding: 0 0 0 30px;
	margin: 20px 0 0 0;
	background: url(../images/coquette/rss2.png) no-repeat 0 0;
}

/* @end */

/* @group Module : Météo */

.noeWeatherFront .meteojour {
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 0 20px 0;
	position: relative;
}

.noeWeatherFront .meteojour h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

.noeWeatherFront .meteojour .temperature {
	color: #000;
	font-size: 18px;
	position: absolute;
	top: 65px;
}	

.noeWeatherFront .meteojour .weatherLabel {
	font-style: italic;
	color: #999;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 92px;
	left: 98px;
}

.noeWeatherFront .prevision {
	width: 140px;
	height: 170px;
	margin: 0 25px 20px 0;
	padding: 10px;
	float: left;
	border: 1px solid #eee;
}

.noeWeatherFront .prevision img {
	margin-left: 30px;
}

.noeWeatherFront .prevision h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

.noeWeatherFront .prevision .weatherLabel {
	font-style: italic;
	color: #999;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.noeWeatherFront .prevision .mini {
	font-size: 11px;
	margin-right: 20px;
}

.noeWeatherFront .prevision .maxi {
	font-size: 11px;
}

/* @end */

/* @group Module : Générateur de formulaires */

.noeFormGeneratorFront h3 {
	font-size: 32px;
    line-height: 33px;
    margin-top: 10px;
}

.noeFormGeneratorFront .formField {
	margin: 5px 0 0 0;
	padding: 0;
}

.noeFormGeneratorFront ul.radio_list, .noeFormGeneratorFront ul.checkbox_list {
	clear: both;
	list-style: none;
	position: relative;
	top: -20px !important;
	margin: 0;
	padding: 0;
}

.noeFormGeneratorFront ul.radio_list li, .noeFormGeneratorFront ul.checkbox_list li {
	margin: 0 0 0 150px;
	padding: 0;
}

.noeFormGeneratorFront ul.radio_list li input, .noeFormGeneratorFront ul.checkbox_list li input {
	float: left;
}

.noeFormGeneratorFront ul.radio_list li label, .noeFormGeneratorFront ul.checkbox_list li label {
	width: auto;
	float: left;
	font-size: 13px;
	margin-left: 5px;
}

.noeFormGeneratorFront .formFieldError ul.radio_list li label, .noeFormGeneratorFront .formFieldError ul.checkbox_list li label {
	color: #636363;
}

.noeFormGeneratorFront .submitFormField {
	
}

.noeFormGeneratorFront .formOK {
	background: #eeffe8;
	color: #6c9d33;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}

.help {
	display: block;
	font-size: 11px;
	margin-left: 150px;
}

/* @end */

/* @group Module : Identification */

.sfGuardAuth .formField label {
	display: block;
	width: 150px;
	float: left;
}

.sfGuardAuth .submitFormField {

}

/* @end */

/* @group Module : Publications + Mon profil */

.noeUserManagement .blocMiseEnAvant ul, .noeCommunityPublicationFront .blocMiseEnAvant ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.noeUserManagement .blocMiseEnAvant ul li, .noeCommunityPublicationFront .blocMiseEnAvant ul li {
	margin: 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px dashed #ccc;
}

.noeUserManagement .blocMiseEnAvant ul li a, .noeCommunityPublicationFront .blocMiseEnAvant ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.noeUserManagement .blocMiseEnAvant ul li .date, .noeCommunityPublicationFront .blocMiseEnAvant ul li .date {
	display: block;
	font-size: 11px;
}

.noeUserManagement .blocMiseEnAvant ul li a:hover, .noeUserManagement .blocMiseEnAvant ul li a.select, .noeCommunityPublicationFront .blocMiseEnAvant ul li a:hover, .noeCommunityPublicationFront .blocMiseEnAvant ul li a.select {
	color: #2786c2;
}

.addPublicationLink a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #f1f8fc;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #f1f8fc;
	padding: 6px 12px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.addPublicationLink a:hover {
	color: #333;
	border-right: 1px solid #f1f8fc;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #f1f8fc;
	border-top: 1px solid #ddd;
}

.noeUserManagement .toggleUpdatePassword {
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	background: url(../images/arrow-right.gif) no-repeat 0 9px;
}

.noeUserManagement .toggleUpdatePassword:hover {
	text-decoration: none;
}

.noeUserManagement .toggleUpdatePassword.display {
	background: url(../images/arrow-down.gif) no-repeat 0 9px;
	text-decoration: none;
	color: #333;
}

.noeUserManagement .updateProfile {
	padding: 10px 10px 0 10px;
	margin: 10px 0;
	background: #ebf8fe;
	border: 1px solid #ddd;
}

.noeUserManagement .submitFormField {
	text-align: center;
}

.noeUserManagement .submitFormField input {
	margin: 10px auto;
}

.noeCommunityPublicationFront .details {
	font-size: 12px;
	border-top: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.noeCommunityPublicationFront .publicationTypeChooser {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	height: 33px;
}

.noeCommunityPublicationFront .publicationTypeChooser li a {
	padding: 5px 10px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.noeCommunityPublicationFront .publicationTypeChooser li.selected a {
	background: #ebf8fe;
	text-decoration: none;
	color: #333;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ebf8fe;
}

.noeCommunityPublicationFront .publication_type {
	background: #ebf8fe;
	padding: 10px;
	margin: -1px 0 0 0;
	border: 1px solid #ddd;
}

.noeCommunityPublicationFront .submitFormField {
	text-align: center;
}

.noeCommunityPublicationFront .submitFormField input {
	margin: 10px auto;
}

.noeCommunityPublicationFront .publicationAwaiting {
	background: #eeffe8;
	color: #6c9d33;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}

/* @end */

/* @group Resultats de recherche Google */

#searchBloc {
  	display: none;
	position: relative;
	clear: both;
	width: 100%;
}

#searchBloc h2 {
	width: 810px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #fff;
	border-right: 1px solid #cecece;
	clear: both;
}

#searchBloc .gsc-control-cse table {
	display: none;
}

.gsc-tabsArea {
	display: none;
}

.gsc-results.gsc-webResult {
	background: #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 20px;
	margin: 0 auto 20px auto;
	width: 810px;
}

.gsc-results.gsc-webResult b {
	background: #fefbcd;
	padding: 3px;
}

.gsc-results.gsc-webResult .gs-title {
	color: #2786c2;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.gsc-results.gsc-webResult .gs-title:hover {
	color: #000;
}

.gsc-results.gsc-webResult .gs-title b {
	color: #2786c2;
	font-weight: bold;
	text-decoration: none;
}

.gs-visibleUrl.gs-visibleUrl-short {
	color: #999 !important;
	font-style: italic;
}

.gs-no-results-result {
	background: #fefbcd !important;
	border: none !important;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #ddd !important;
	font-family: tahoma;
	font-size: 14px;
}

.gs-no-results-result .gs-snippet {
	background: #fefbcd !important;
	border: none !important;
}

/* @group Pagination */

.gsc-cursor-box {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

.gsc-cursor-box .gsc-cursor-page {
	padding: 2px 2px 0 0;
	text-decoration: none !important;
	color: #2786c2 !important;
}

.gsc-cursor-box .gsc-cursor-page:hover {
	color: #000 !important;
}

.gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
	color: #333 !important;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

/* @end */

/* @end */

/* @group Barre Twitter + Rss + newsletter */

/* Juste avant le footer (contient le twitter, RSS, Newsletter) */
.barreTwittRssLetter {
	background: #fff;
	text-align: right;
	border-top: 1px solid #cecece;
	position: relative;
	height: 50px;
}

.barreTwittRssLetter .intbarreTwittRssLetter {
	margin: 0 auto 0 auto;
	padding: 5px 0 10px 0;
	width: 950px;
	position: relative;
	clear: both;
	height: 30px;
}

.barreTwittRssLetter .intbarreTwittRssLetter .twitter {
	font-weight: bold;
	/*float: left;*/
	color: #222;
	/*width: 660px;*/
	width: 780px;
	text-align: left;
	padding-left: 40px;
	float: left;
}

.barreTwittRssLetter .intbarreTwittRssLetter .twitter .noTweet {
	color: #999;
	font-weight: normal;
	font-size: 11px;
}

.barreTwittRssLetter .intbarreTwittRssLetter .twitter img {
	position: absolute;
	top: 9px;
	left: 0px;
}

.barreTwittRssLetter .intbarreTwittRssLetter .twitter span.message {
	font-weight: normal;
	color: #999;
	font-style: italic;
	line-height: 10px !important;
	font-size: 12px;
}

.barreTwittRssLetter .intbarreTwittRssLetter .twitter a {
	font-size: 10px;
	color: #555;
}

.barreTwittRssLetter .intbarreTwittRssLetter .twitter a:hover {
	color: #2786c2;
}

.barreTwittRssLetter .intbarreTwittRssLetter .rssNewsletter {
	text-align: center;
	float: left;
}

.barreTwittRssLetter .intbarreTwittRssLetter .rssNewsletter a.rss {
	padding: 0 5px 0 28px;
	display: inline-block;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/coquette/rss2.png) no-repeat 0 -1px;
}

.barreTwittRssLetter .intbarreTwittRssLetter .rssNewsletter a.newsletter {
	padding: 0 5px 0 28px;
	display: inline-block;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/coquette/mail2.png) no-repeat 0 -2px;
}

.barreTwittRssLetter .intbarreTwittRssLetter .rssNewsletter a.rss:hover {
	color: #2786c2;
}

.barreTwittRssLetter .intbarreTwittRssLetter .rssNewsletter a.newsletter:hover {
	color: #2786c2;
}

/* @end */

/* @group Big Footer */

/* Le big footer (Nuage de mots clés...) */
.footer {
	background: #267cbb; /*fafcfd*/ /*dfdcce*/ /*3c86ab*/
	border-top: 1px solid #d1eef7;
	background: #343434;
}

.footer .intFooter {
	background: /*#fafcfd url(../images/bkg-footer.png) no-repeat 0 0*/;
	margin: 0 auto 0 auto;
	padding: 20px 0 10px 0;
	width: 950px;
	position: relative;
}

.footer .intFooter h3 {
	color: #fff;
	margin-top: 0;
	font-size: 14px;
}

.footer .intFooter h3 span {
	background: url(../images/arrow.png) no-repeat 0 2px;
	padding-left: 25px;
}

*html .footer .intFooter h3 span {
	background-position: 0 4px;
}

.footer .intFooter .communes {
	border-left: 1px dotted #666/*d1eef7*/;
	padding: 0 0 0 20px;
}

.footer .intFooter .projets {
	border-left: 1px dotted #666/*d1eef7*/;
	padding: 0 0 0 20px;
}

.footer .intFooter .pratique {
	border-left: 1px dotted #666/*d1eef7*/;
	padding: 0 0 0 20px;
}

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

.footer .intFooter ul li {
	padding: 0 0 0 0;
	margin: 0 0;
	/*background: url(../images/arrow-next.png) no-repeat 0 6px;*/
	/*border-bottom: 1px solid #eee;*/
}

.footer .intFooter ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: url(../images/bullet3.png) no-repeat 0 5px;
	_background-position: 0 5px;
	padding-left: 10px;
	/*border-bottom: 1px dotted #ccc;*/
}

*+ html .footer .intFooter .projets ul li a {
	background-position: 0 7px;
}

* html .footer .intFooter .projets ul li a {
	background-position: 0 7px;
}

.footer .intFooter ul li a:hover {
	color: #d1eef7 /*2786c2*/;
}

.footer .intFooter .pratique ul li {
	border-bottom: 1px solid #444/*#649dc6*/;
	margin-right: 20px;
}

.footer .intFooter .tagsEtMiniSites {
	position: relative;
	float: right;
	width: 250px;
}

.footer .intFooter .tagCloud.last {
	/*border: 1px solid #eee;*/
	padding: 20px !important;
	width: 210px;
	margin: 0 0 20px 0;
	background: #fff;
	border-radius: 3px;
	display: block;
}

.footer .intFooter .tagCloud a {
	text-decoration: none;
	/*color: #17aed9;*/
}

.footer .intFooter .tagCloud a:hover {
	color: #2786c2;
	color: #333;
}

.footer .intFooter .tagCloud .more10 {
	font-size: 12px;
}

.footer .intFooter .tagCloud .more20 {
	font-size: 16px;
}

.footer .intFooter .tagCloud .more30 {
	font-size: 18px;
}

.footer .intFooter .tagCloud .more40 {
	font-size: 20px;
}

.footer .intFooter .tagCloud .more50 {
	font-size: 22px;
}

.footer .intFooter .miniSites {
	position: relative;
	z-index: 10000;
	margin: 0;
	padding: 0 !important;
	width: 250px;
}

.footer .intFooter .miniSites a {
	text-decoration: none;
}

/* @end */

/* @group Footer Credit */

/* Le footer qui contient les crédits et autres liens en petit */
.footerCredit {
	background: #444;
	margin: 0;
	padding: 3px 0 0 0;
	height: 30px;
}

.footerCredit ul {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	list-style: none;
	position: relative;
}

.footerCredit ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.footerCredit ul li a {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 0;
	color: #999;
	text-decoration: none;
}

.footerCredit ul li a:hover {
	color: #fff;
}

.footerCredit ul li.handmade {
	position: absolute;
	left: 830px;
	font-style: italic;
}

/* @end */
