html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* STYLE */

@charset "utf-8";
/* CSS Document */
/*ATOMS CSS DEFAULT STYLES - TO COMPLETE FOR EACH SITE ------------------------------------------------*/
/* ARROUND */
img.imgAlignLeft{
margin:0 10px 10px 0;
}
img.imgAlignRight {
margin:0 0 10px 10px;
}
/* NEW LINE*/
div.imgRight  {
display:block;
text-align:right;
}
div.imgLeft {
display:block;
text-align:left;
}
div.imgCenter img.imgCenter {
margin:auto;
}
/*EDITOR TEXT OPTIONS*/
/*CLASS NAME CAN CHANGE - Ask the webdev for more infos*/
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignJustify{
	text-align:justify;
}
/*
@media screen and (min-width: 980px) {

	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 700;
	  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
	}
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 700;
	  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
	}
	@font-face {
	  font-family: 'Open Sans';
	  font-style: italic;
	  font-weight: 400;
	  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
	}
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	}

}
*/
body{
	font-family: Verdana,Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	background-color: #eeeeee;
	color: #313131;
}

div#wrapHeader{
	height: 150px;
	background-image: url(./img/bgHeader2.jpg);
	margin-top: 50px;
}

div#header{
	width: 960px;
	margin: auto;
	position: relative;
}

#logo a{
	display: block;
	text-indent: -5000px;
	text-transform:capitalize;
	background-image: url(./img/sprite.png);
	background-position: -164px -456px;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	height: 200px;
	width: 150px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	position: absolute;
	top: -83px;
	float: left;
}

#logo a:hover{
	opacity: 0.9;
}

#menu ul{
	margin-left: 162px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0;
}

#menu ul li{
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 39px;
	float: left;
	margin-top: 1em;
	list-style-type: none;
	margin-left: 0;
}

#menu ul li.spge {
	background-image: url(./img/sprite.png);
	background-position: center -1204px;
}

#menu ul li.pash{
	background-image: url(./img/pash.png);
	background-position: center 23px;
}

#menu ul li.assainissement{
	background-image: url(./img/sprite.png);
	background-position: center -1026px;
}

#menu ul li.egouttage{
	background-image: url(./img/sprite.png);
	background-position: center -937px;
}

#menu ul li.captage{
	background-image: url(./img/sprite.png);
	background-position: center -670px;
}

#menu ul li.metiers{
	background-image: url(./img/sprite.png);
	background-position: center -1115px;
}

#menu ul li.legislation{
	background-image: url(./img/sprite.png);
	background-position: center -759px;
}

#menu ul li.liens{
	background-image: url(./img/sprite.png);
	background-position: center -848px;
}

#menu ul li a{
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	padding: 1.1em 0.7em 3em 0.6em;
}

#menu ul li a:hover{
	background-image: url(./img/flecheMenu.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #eee;
}

#menu ul li ul.sub{
	margin-top: 3em;
	background-color: white;
	color: blue;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0.7em;
	margin-top: 3.5em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	>margin-left: -10em;
}

#menu ul li:hover ul.sub{
	visibility: visible;
	padding-bottom: 1em;
	opacity: 1;
}

#menu ul li ul.sub li{
	padding-bottom: 0em;
	float: none;
	margin: 0;
}

#menu ul li ul.sub a{
	color: #54a7c2;
	text-shadow: none;
	padding: 0.5em 1em;
	margin: 0;
	display: block;
}

#menu ul li ul.sub a:hover{
	color: #2a7c97;
	background-image: none;
}

#languages ul{
	position: absolute;
	right: 0;
	color: white;
	text-transform: uppercase;
	top: 10px;
	font-size: 12px;
}

#languages ul li{
	border: none;
}

#languages ul a{
	text-decoration: none;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-right: 0;
}

#languages ul a:hover{
	text-decoration: underline;
}

div#content{
	width: 960px;
	margin: auto;
}

#dynamicStations,#dynamicChiffres{
	margin-top: 2em;
}

h1,h2,h3,h4,h5,h6{
	font-size: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #287895;
	text-shadow: 0px 2px 2px white;
	margin-top: 1em;
}

h1,.homepage h2{
	background-color: #54a7c2;
	color: white;
	text-shadow: none;
	padding: 1px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h1{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 12px;
}

#centre h1,#centre h2:first-child,#centre h3:first-child,#centre h4:first-child,#centre h5:first-child,#centre h6:first-child{
	margin-top: 1em;
}

#contentRight h2:first-child{
	margin-top: 0;
}

div#centre{
	width: 660px;
	padding-right: 20px;
	float: left;
}

div#detailDocument{
	padding-right: 270px;
	width: 960px;
	max-width: 100%;
}

div#contentRight{
	float: right;
	width: 260px;
	margin-top: -65px;
}

.home div#contentRight{
	margin-top: -84px;
}

div#contentRight h3{
	font-size: 16px;
  	font-weight:normal;
	text-shadow: 0px 2px 2px white;
	background-color: #e5e5e5;
	color: #313131;
	padding: 0.4em 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#comboboxCategories, #comboboxDocuments{
  width:70%;
}
#comboboxCategories form, #comboboxDocuments form {
  padding:20px 0 20px 20px;
}
#comboboxCategories form select, #comboboxDocuments form select{
  padding:2px;
}
div#contentRight>div, #comboboxCategories .subCategories, #comboboxDocuments .block{
  	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subCategories,.documents,#profils,#news__lastNews{
	border: 1px solid #c1c1c1\9;
	overflow: hidden\9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eeeeee;
}
.subCategories{
	min-height: 110px;
}
#listDocuments h2,#listCategories h2,.titleMenu{
	margin-top: 0\9;
}
#news__lastNews .blockHead{
	margin-top: -48px\9;
}
#main #contentRight ul{
	margin-top: 0;
}
#contentRight ul li{
	list-style-type: none;
	margin-left: 0;
}
#contentRight ul li a{
	border: 0;
}
#contentRight .module-menu ul li {
  background-color: #53a6c0;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contentRight .module-menu ul li a {
  padding: 0.4em 1em;
  display: block;
  width: 270px;
  color: #eee;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  text-decoration: none;
  background-repeat: no-repeat;
	background-position: center right;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contentRight .module-menu ul li.carto a {
  background-image: url(./img/carte.png);  
}
#contentRight .module-menu ul li:hover, #contentRight .module-menu ul li a:hover{
	background-color: #f29400;
}

div.module-news{
	padding-bottom: 4em;
}

div.news .content{
	width: auto!important;
}

div.module-news .blockBody>div{
	padding: 0.5em 1.2em;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	font-size: 14px;
}
div.module-news .blockBody>div h4{
	font-size: 14px;
	margin-top: 0;
}
div.module-news .blockBody>div h4 a{
	color: #006AB3;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.module-news .blockBody div.miseEnAvant {
	background-color: #EA921C;
	padding: 20px 30px;	
}
div.module-news .blockBody div.miseEnAvant h4 ,
div.module-news .blockBody div.miseEnAvant h4  {
	text-shadow: unset;
}
div.module-news .blockBody div.miseEnAvant h4 a {
    color: #000;
}
div.module-news .blockBody>div h4 a:hover{
	border: none;
}

#chiffres .header h2:first-child{
	background-color:rgba(151,191,13,0.8)
}

div#contentRight h3,div#contentRight h2, #comboboxCategories h2, #comboboxDocuments h2{
	background-image: url(./img/news.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #e5e5e5;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0px 2px 2px white;
	background-color: #e5e5e5;
	color: #313131;
	padding: 0.4em 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid white;
}

div#profils h3{
	border-bottom: 0;
	background-image: url(./img/vousetes.png);
}

div.documents h2,div.subCategories h2{
	background-image: url(./img/page_mini.png)!important;
}


div#contentRight .documents a,div#contentRight .subCategories a{
	display: block;
	padding: 0.5em 2.5em;
	font-size: 14px;
	text-decoration: none;
	background-image: url(./img/autres.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

div#contentRight .documents .current a,div#contentRight .subCategories .current a{
	background-color: #54a7c2!important;
	color: white;
}

div#contentRight .documents .current a:hover,div#contentRight .subCategories .current a:hover{
	background-image: url(./img/autres.png);
}

div#contentRight .documents .even a,div#contentRight .subCategories .even a{
	background-color: #dedede;
}

div#contentRight .documents a:hover,div#contentRight .subCategories a:hover{
	background-color: #54a7c2;
	color: white;
}

div.module-news h3 a{
	display: block;
	text-decoration: none;
	color: #131313;
}

div#agenda h4,div#news h4{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.module-menu#profils ul li{
	font-size: 14px;
	display: block;
	border-top: 1px solid white;
	color: white;
	text-decoration: none;
	font-weight: bold;
	height: 80px;
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 0;
}

.module-menu#profils ul li a{
	padding: 4px 0 4px 20px;
	margin-top: 53px;
	display: block;
	width: 240px;
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.module-menu#profils ul li.particulier a{
  	background-color: #f29400;
	background-color: rgba(242,148,0,0.8);
}
.particulier #centre h1,.particulier #centre h2,.particulier #centre h3,.particulier #centre h4,.particulier #centre h5,.particulier #centre h6{
	color: rgb(242,148,0);
}
.particulier #centre h1{
	color: white;
	background-color: rgb(242,148,0);
}
.particulier div#contentRight .subCategories h2,.particulier div#contentRight .blockHead h2{
	background-color: rgb(242,148,0);
	background-color: rgba(242,148,0,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	color: white;
}
.collectivite div#contentRight .subCategories h2,.collectivite div#contentRight .blockHead h2{
	background-color: rgb(151,191,13);
	background-color: rgba(151,191,13,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	color: white;
}
.entreprise div#contentRight .subCategories h2,.entreprise div#contentRight .blockHead h2{
	background-color: rgb(226,0,122);
	background-color: rgba(226,0,122,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	color: white;
}
.enseignant div#contentRight .subCategories h2,.enseignant div#contentRight .blockHead h2{
	background-color: rgb(0,185,233);
	background-color: rgba(0,185,233,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	color: white;
}
.module-menu#profils ul li.collectivite a{
	background-color: #97bf0d;
	background-color: rgba(151,191,13,0.8);
}
.collectivite #centre h1,.collectivite #centre h2,.collectivite #centre h3,.collectivite #centre h4,.collectivite #centre h5,.collectivite #centre h6{
	color: rgb(151,191,13);
}
.collectivite #centre h1{
	color: white;
	background-color: rgb(151,191,13);
}
.module-menu#profils ul li.entreprise a{
	background-color: #e2007a;
	background-color: rgba(226,0,122,0.8);
}
.entreprise #centre h1,.entreprise #centre h2,.entreprise #centre h3,.entreprise #centre h4,.entreprise #centre h5,.entreprise #centre h6{
	color:  rgb(226,0,122);
}
.entreprise #centre h1{
	color: white;
	background-color: rgb(226,0,122);
}
.module-menu#profils ul li.enseignant a{
	background-color: #00b9e9;
	background-color: rgba(0,185,233,0.8);
}
.enseignant #centre h1,.enseignant #centre h2,.enseignant #centre h3,.enseignant #centre h4,.enseignant #centre h5,.enseignant #centre h6{
	color: rgb(0,185,233);
}
.enseignant #centre h1{
	color: white;
	background-color: rgb(0,185,233);
}
.module-menu#profils ul li:hover a{
	height: 73px;
	margin-top: 0;
}

.module-menu#profils ul li.particulier{
	background-image: url(./img/sprite.png);
	background-position: 0 -1313px;
}
.module-menu#profils ul li.collectivite{
	background-image: url(./img/sprite.png);
	background-position: 0 0;
}
.module-menu#profils ul li.entreprise{
	background-image: url(./img/sprite.png);
	background-position: 0 -360px;
}
.module-menu#profils ul li.enseignant{
	background-image: url(./img/sprite.png);
	background-position: 0 -230px;
}

#icons ul{
	margin-left: 160px;
	position: absolute;
	top: -33px;
	padding-left: 3px;
}

#icons ul li{
	float: left;
	margin-left: 5px;
	margin-left: 0px\9;
	list-style-type: none;
}

#icons ul li a{
	/*display: block;
	width: 25px;
	height: 25px;
	text-transform:capitalize*/
	background-image: url(/img/sprite.png);
	background-position: -67px -205px;
	background-repeat: no-repeat;
	text-indent: 0;
	background-color: #54a7c2;
	width: auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: white;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.7;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 0.2em 0.7em 0.2em 2em;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	height: 23px;
	margin-top: 1px;
}

#icons ul li.home a{
	background-image: url(./img/sprite.png);
	background-position: -67px -132px;
}

#icons ul li.sitemap a{
	background-image: url(./img/sprite.png);
	background-position: -67px -182px;
}

#icons ul li.contact a{
	background-image: url(./img/sprite.png);
	background-position: -67px -157px;
}

#icons ul li.last a{
	background-image: url(./img/jobs.png);
	background-position: 4px 2px;
}

#icons ul li.carto a{
	background-image: url(./img/carto.png);
	background-position: 5px center;
}


#icons ul li a:hover{
	background-color: #ea8f00;
}

/*#icons ul li.home a:hover{
	background-position: 0 -515px;
}

#icons ul li.sitemap a:hover{
	background-position: 0 -1468px;
}

#icons ul li.contact a:hover{
	background-position: 0 -155px;
}*/

#search{
	position: absolute;
	top: -35px;
	right: 0;
}

#search input[type=text],.searchFormResult input[type=text]{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 0;
	padding: 0.2em 0.6em;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
	width: 215px;
	color: #313131;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.searchFormResult{
	margin-top: 2em;
}

.searchResultList>div{
	margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.searchResultList>div div{
	position: relative;
	z-index: 2;
}

#searchResults .searchResultNr{
	font-size: 11em;
	color: #e7e6e6;
	position: absolute;
	top: -0.4em;
	right: -0.2em;
	letter-spacing: -15px;
	font-weight: bold;
}

p.search-nb-resultats{
	font-style: italic;
	margin-bottom: 1em;
}

#search input[type=submit],.searchFormResult input[type=submit]{
	border: 0;
	background-color: transparent;
	height: 25px;
	width: 25px;
	background-image: url(./img/sprite.png);
	background-position: 0 -590px;
	text-indent: -5000px;
	text-transform:capitalize;
	cursor: pointer;
}

#search input[type=submit]:hover,.searchFormResult input[type=submit]:hover{
	background-position: 0 -615px;
}

.pagination-bar{
	font-size: 14px;
	margin-bottom: 1em;
}

.pagination-bar span.previousDisabled,.pagination-bar span.selected,.dataTables_paginate.paging_full_numbers span a.paginate_active{
	padding: 0.3em 0.5em;
	background-color: #e6e6e6;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: none;
	margin-top: 0.5em;
	color: #9d9d9d;
}

.dataTable td{
	padding: 0.5em!important;
}

#centre .pagination-bar span a,.dataTables_paginate.paging_full_numbers a,.dataTables_paginate a{
	padding: 0.3em 0.5em;
	background-color: #53a6c0;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white!important;
	border: none!important;
	margin-top: 0.5em;
	color: white;
	background-image: none;
}

#centre .pagination-bar span a:hover,.dataTables_paginate.paging_full_numbers a:hover,.dataTables_paginate a:hover{
	background-color: #f29400;
}

#pathway{
	position: absolute;
	top: 125px;
	font-size: 13px;
	color: white;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	height: 20px;
	overflow: hidden;
	max-width: 680px;
}
#pathway:after{
	content: "…";
}
#pathway span, #pathway ul li{
	float: left;
}
#pathway span{
  margin-right:3px;
}
#pathway ul li.divider{
  margin-left:2px;
  margin-right:1px;
}

#pathway a{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#pathway a:hover{
	border: 0;
}

div#centre,div#centre p,div#centre ul,div#centre ol,div#centre table,.summary,.diffusion{
	font-size: 11px;
	margin-top: 1em;
}
.diffusion{
	padding: 1em;
	background-color: #f4f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style: italic;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
div#centre table, div#centre table.dataTable{
	border-collapse: collapse;
	max-width: 100%;
  width:auto;
}
div#centre table td,div#centre table th{
	padding: 0.5em 0.5em 0.5em 0;
}
div#centre table th{
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div#centre table.border, div#centre table.dataTable {
	border: 1px solid #b4b4b4;
}
div#centre table.border th, div#centre table.dataTable th{
	background-color: #54a7c2;
	color: white;
}
div#centre table.border td,div#centre table.border th, div#centre table.dataTable th, div#centre table.dataTable td{
	padding: 0.5em;
	border-bottom: 1px solid #b4b4b4;
	border-left: 1px dotted #c1c1c1;
}
div#centre table.dataTable th{
	padding-right:20px;
  white-space: nowrap;
}
div#centre table.border tr:nth-child(odd){
	background-color: #e6e6e6;
}
div#centre table.border td:first-child,div#centre table.border th:first-child{
	border-left: 0;
}
div.news .item:first-child{
	margin-top: 3em;
}
div.news .item,div.documents .blockBody>div{
	padding-top: 0.5em;
	clear: both;
	padding-bottom: 5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1em;
	background-image: url(./img/newsbig.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 14px;
}
div.documents .blockBody>div{
	background-image: url(./img/page.png);
}
div.news .item.odd,div.documents .blockBody>div.odd{
	background-color: #f4f3f3;
	padding-left: 1em;
	padding-right: 15em;
}
div.news .item.even,div.documents .blockBody>div.even{
	background-color: #e6e6e6!important;
	text-align: right;
	padding-right: 1em;
	padding-left: 15em;
	background-position: bottom left;
}
div.news .item.even .more,div.documents .blockBody>div.even .more{
	float: right;
}
div.news .item h2,div.documents .blockBody>div h3{
	font-size: 16px;
}
div#centre img{
	max-width: 100%;
	height: auto;
}
div.content img{
	padding: 0.5em;
	background-color: #f4f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.transformMail img,div.content img[alt="pdf format"]{
	padding: 0;
}
a.transformMail img{
	margin-bottom: -2px;
}
#centre a.transformMail{
	padding: 0.5em;
	background-color: #f4f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 50px;
	background-image: url(./img/mail.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#centre .date{
	font-size: 11px;
	margin-top: 0.5em;
}
span.swingForm-requiredLabel{
	color: #f79e1d;
	float: right;
	font-size: 20px;
	position: relative;
	margin-bottom: -8px;
	left: 295px;
}
div#centre .more a{
	font-size: 14px;
	padding: 0.3em 0.5em;
	background-color: #53a6c0;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: none;
	display: block;
	float: left;
	margin-top: 0.5em;
	padding-right: 40px;
	background-image: url(./img/plus.png);
	background-position: right center;
	background-repeat: no-repeat;
}
div#centre .more a:hover{
	background-color: #f29400;
}

div#centre .block.small {
  float:left;
  width:48%;
}
div#centre .block.small:nth-child(even) {
  margin-right:2%;
}
div#centre .block#chiffres .blockBody {
  border-left: 1px solid #c9c9c9;
}
div#dynamicChiffres{
	margin-left: 10px;
}
div.demi{
	height: 50px;
	width: 290px;
	float: left;
	margin-top: 30px;
}

div.demi.first{
	margin-right: 40px;
}

div.demi div.demitexte{
	border-left: 1px solid #c9c9c9;
}

ul.stations li,ul.chiffres li{
	margin-bottom: 0.5em;
	margin-left: 20px;
}

ul.stations li span,ul.chiffres li span{
	display: block;
	width: 45px;
	float: left;
	background-color: #f29400;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	padding: 0em 0.5em;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	margin-right: 10px;
	margin-left: -20px;
}

ul.chiffres li span{
	background-color: #53a6c0;
	width: auto;
}

/*Tableaux dynamiques de la HP - ajout MGR*/
#centre .module-sqlToHtml.small table {
  width:100%;
  /*border-collapse: separate;
  border-spacing: 5px;*/
}
#centre .module-sqlToHtml.small table td {
  padding: 0.5em;
}
#centre .module-sqlToHtml table td.numeric {
  text-align:right;
}
#centre .module-sqlToHtml.small.stations table td span.numeric, #centre .module-sqlToHtml.small.chiffres table td span.numeric {
  background-color: #f29400;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	padding: 0em 0.5em;
}
#centre .module-sqlToHtml.small.chiffres table td span.numeric {
  background-color: #53a6c0;
}
/*Fin - Tableaux dynamiques de la HP - ajout MGR*/


div#wrapFooter{
	clear: both;
	height: 100px;
	background-image: url(./img/bgHeader2.jpg);
	position: relative;
	top: 70px;
}

div#footer
{
	width: 960px;
	height: 60px;
	margin: auto;
	padding-top: 10px;
	color: white;
	font-size: 13px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

div#footer a.spw{
	background-image: url(./img/logoRW.png);
	height: 40px;
	width: 46px;
	text-indent: -5000px;
	float: right;
	display: block;
	border: 0;
}
div#footer a.spw:hover{
	opacity: 0.8;
}

div#footer a{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div#footer a:hover{
	border: none;
}

div#centre a,div#agenda a,div#news a{
	color: #006ab3;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div#centre a:hover,div#agenda a:hover,div#news a:hover, div#centre div.summary a{
	border: 0;
}

.all a{
	font-size: 14px;
	color: white;
	background-color: #53a6c0;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	border: none;
	padding: 0.2em 0.8em 0.2em 2em;
	float: right;
	margin-bottom: 1em;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	background-image: url(./img/sprite.png);
	background-repeat: no-repeat;
	background-position: -274px -684px;
	text-decoration: none;
}

.all a:hover{
	background-color: #f29400;
}

.clear{
	border: 0;
	border: none;
	clear: both;
}


/*a#carto{
	display: block;
	font-size: 14px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background-color: #e5e5e5;
	color: #eee;
	padding: 0.4em 1em;
	margin-top: 30px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 270px;
	text-decoration: none;
	background-image: url(./img/carte.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #53a6c0;
	font-weight: bold;
}

a#carto:hover{
	background-color: #f29400;
}*/

a{
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

img.imgAlignLeft,img.imgAlignRight{
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 1em 0 0;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

img.imgAlignRight{
	float: right;
	margin: 0 0 0 1em;
}

.module-sitemap ul{
	border: 0;
	padding: 0;
}

.module-sitemap>ul>li{
	background-color: #F4F3F3;
	padding: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0.5em;
	margin-left: 0;
}

div#centre .module-sitemap ul li a{
	background-color: transparent;
	padding: 0;
	width: 100%;
}

div#centre .module-sitemap>ul>li li a{
	border-bottom: none;
}

div#centre .module-sitemap ul li a:hover{
	background-color: transparent;
	color: #131313;
}

div#centre .module-sitemap>ul>li>a:hover{
	border-bottom: 1px solid;
}

.module-sitemap>ul>li li{
	list-style-type: none;
	background-image: url(./img/flecheMap.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-left: 0;
}

blockquote{
	padding: 0 1em 0 2em;
	margin: 1em 0;
}

.content ul li{
	list-style-type: disc;
	margin-left: 3em;
}

div#centre ul li p{
	margin-top: 0;
}

.content ol li{
	list-style-type: decimal;
	margin-left: 3em;
}

.downloads a{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.aligneADroite{
	text-align: right;
}

div#centre .blockMod li a,.subCategories li a{
	padding: 0.5em 1em;
	background-color: #f4f3f3;
}

div#centre .blockMod li:last-child a,.subCategories li:last-child a,div#contentRight .documents li:last-child a{
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}


div#centre .blockMod li a:hover,.subCategories li a:hover{
	background-color: #e6e6e6;
}

div#centre .thumbnail{
	float: left;
	margin: 0.3em 1em 1em 0;
	max-width: 150px;
	max-width: 150px;
}

div#centre .summary{
	font-weight: bold;
	font-style: italic;
}

div#centre .content{
	clear: both;
	width: 960px;
}

div#centre #detailDocument #contentRight{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: -98px;
}

#detailDocument h4{
	margin-top: 13px;
}

ul li,ol li{
	margin-left: 3em;
}

.blockModBody li{
	margin-bottom: 1.5em;
	list-style-type: none;
	margin-left: 0;
}

.internal #profils{
	display: none;
}

div#centre .documents .thumbnail a,div#centre .news .thumbnail a{
	border-bottom: none;
}

div#centre .documents .thumbnail img,div#centre .news .thumbnail img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#centre .documents .even .thumbnail,div#centre .news .even .thumbnail{
	float: right;
	margin: 0.3em 0 1em 1em;
}

.swingForm{
	padding: 1em;
	background-color: #f4f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 5em;
}

.swingForm .componentTextField{
	margin-bottom: 0.5em;
}

.swingForm [class*=componentText] label{
	display: block;
	float: left;
	width: 150px;
	border-bottom: 1px dotted #cdcdcd;
	padding-top: 0.4em;
}
.swingForm .componentTextField input,.swingForm .componentTextArea textarea,.swingForm-captcha,.dataTables_wrapper input,.dataTables_wrapper select{
	font-family: 'Open sans',Helvetica,Arial,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	padding: 0.3em;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
}
.swingForm .componentTextArea textarea{
	width: 290px;
	margin-left: 2px;
}
.swingForm-requiredLabel{
	margin-left: 0.2em;
}
.imageCaptcha,.swingForm-captcha,.helpCaptcha{
	margin-left: 153px;
}
.swingForm .submit input{
	margin-left: 153px;
	border: 0;
	font-size: 14px;
	padding: 0.5em 3.7em;
	background-color: #53a6c0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: none;
	display: block;
	float: left;
	margin-top: 0.5em;
	cursor: pointer;
-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
}
.swingForm .submit input:hover{
	background-color: #f29400;
}
.imageCaptcha img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.swingForm-error{
	display: block;
	margin-bottom: 2em;
}
.confirmation{
	padding: 1em 1em 2em 1em;
	background-color: #cef27e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(./img/confirm.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.dataTables_wrapper input{
	margin-bottom: 2em;
}
.dataTables_wrapper td{
	padding: 0.2em;
}
.dataTables_info{
	font-style: italic;
}

.ketchup-error ul{
	background-color: rgb(247, 158, 29);
	padding: 8px 55px 8px 10px;
	margin-left: -50px;
	background-image: url(./img/warning.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.ketchup-error span{
	border-top-color: rgb(247, 158, 29);
}
.ketchup-error ul li{
	color: white;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 12px;
}
.imageCaptcha img{
	width: 158px;
}

#defimedia a{
	font-style: italic;
}

a.pwForgotten,.profile{
	display: none;
}

#centre #login__connection{
	width: 100%;
	text-align: right;
	float: none;
	font-style: italic;
	background-color: #f4f3f3;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
}

#centre #login__connection form{
	text-align: left;
}

#centre #login__connection input[type="submit"]{
	border: 0;
	font-size: 14px;
	padding: 0.5em 3.7em;
	background-color: #53a6c0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	border: none;
	display: block;
	margin-top: 0.5em;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-top: 1em;
	clear: both;
}

#centre #login__connection input[type="submit"]:hover{
	background-color: #ea8f00;
}

#centre #login__connection input[type="text"],#centre #login__connection input[type="password"]{
	font-family: 'Open sans',Helvetica,Arial,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	padding: 0.3em;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2);
	float: right;
	margin-top: -0.3em;
}

#centre #login__connection form div{
	width: 300px;
	clear: both;
	margin-top: 1em;
}


#centre #login__connection form label{
	font-style: normal;
	padding-top: 1em;
}

@media screen and (min-width: 1140px) {

	div#centre{
		width: 800px;
	}
	div#content,div#header,div#footer{
		width: 1100px;
	}

	div#centre #detailDocument{
		clear: both;
		width: 1100px;
	}

}

@media screen and (min-width: 1340px) {

	div#centre{
		width: 1000px;
	}
	div#content,div#header,div#footer{
		width: 1300px;
	}
	div#centre #detailDocument{
		clear: both;
		width: 1300px;
	}

}

@media screen and (max-width: 1000px) {

	div#content{
		width: 560px;
	}

	div#centre{
		width: 560px;
		padding-right: 0;
		margin-right: 0;
	}

	div#centre #detailDocument{
		width: 560px;
		float: none;
		padding-right: 0;
	}

	#contentRight{
		padding-top: 3em;
	}

	div#header,div#footer{
		width: 560px;
		padding: 0 20px;
	}
	span.swingForm-requiredLabel{
		float: none;
		font-size: 14px;
		margin-bottom: 0;
		left: 0;
	}
	div#footer{
		font-size: 12px;
		padding-top: 10px;
		width: 560px;
	}

	div#contentRight{
		float: none;
		clear: both;
		margin-top: 0;
		width: 560px;
	}

	#menu ul li{
		background-image: none!important;
		padding-bottom: 0;
		margin-right: 2em;
	}

	#menu ul li a{
		font-size: 14px;
	}

	#menu ul li a:hover{
		background-image: none;
	}

	.module-menu#profils ul li{
		background-image: none!important;
		height: auto;
	}

	.module-menu#profils ul li a{
		margin-top: 0;
		width: auto;
	}

	.module-menu#profils ul li:hover a{
		height: auto;
		margin-top: 0;
	}

	#contentRight .module-menu ul li a{
		width: auto;
	}

	div#centre .block.small
	{
		float: none;
		width: 560px;
	}

	#pathway{
		display: none;
	}

	#icons{
		margin-left: -155px;
	}

	#search input[type="text"]{
		width: 365px!important;
	}

	div#centre table{
		word-wrap: normal;
		overflow-wrap: normal;
		max-width: auto;
		width: auto;
		table-layout: auto; 
	}

	#icons ul{
		padding-left: 8px;
		margin-top: -3px;
	}

	#icons ul li a{
		display: block;
		text-indent: -5000px;
		padding: 0;
		width: 24px;
		background-image: url(./img/sprite.png);
		background-position: -31px -130px;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-top: 0;
	}
	#icons ul li a:hover{
		background-position: -31px -155px;
		background-color: transparent;
	}
	#icons ul li.home a{
		background-image: url(./img/sprite.png);
		background-position: 0 -490px;
	}
	#icons ul li.sitemap a{
		background-image: url(./img/sprite.png);
		background-position: 0 -1443px;
	}
	#icons ul li.contact a{
		background-image: url(./img/sprite.png);
		background-position: 0 -130px;
	}
	#icons ul li.home a:hover{
		background-position: 0 -515px;
	}
	#icons ul li.sitemap a:hover{
		background-position: 0 -1468px;
	}
	#icons ul li.contact a:hover{
		background-position: 0 -155px;
	}
	#menu ul li:hover ul.sub{
		visibility: hidden;
	}
	#languages ul{
		left: 15px;
		top: 125px;
	}
	#comboboxCategories, #comboboxDocuments {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {

	div#content{
		width: auto;
		min-width: 280px;
		padding: 0 20px;
	}

	.imageCaptcha,.swingForm-captcha,.helpCaptcha{
		margin-left: 0;
	}

	div#centre{
		width: 100%;
		padding-right: 0;
	}

	div#centre #detailDocument{
		clear: both;
		width: 100%;
	}

	div#centre .block.small
	{
		float: none;
		width: 300px;
	}

	div#header,div#footer{
		width: auto;
		padding: 0 20px;
		min-width: 280px;
	}

	#logo a{
		width: 130px;
		background-position: -173px -456px;
	}

	div#footer{
		font-size: 11px;
		padding-top: 10px;
		background-image: none;
	}

	div#contentRight{
		float: none;
		clear: both;
		padding-top: 3em;
		width: auto;
		min-width: 260px;
	}

	#extranet{
		display: none;
	}

	img{
		max-width: 100%;
	}

	#search input[type="text"]{
		width: 95px!important;
	}

	#icons ul{
		padding-left: 3px;
	}

	#menu ul li{
		background-image: none!important;
		padding-bottom: 0;
		margin-right: 2em;
	}

	#menu ul li a{
		font-size: 14px;
	}

	#menu ul li a:hover{
		background-image: none;
	}

	.module-menu#profils ul li{
		background-image: none!important;
		height: auto;
	}

	.module-menu#profils ul li a{
		margin-top: 0;
		width: auto;
	}

	.module-menu#profils ul li:hover a{
		height: auto;
		margin-top: 0;
	}

	#contentRight .module-menu ul li a{
		width: auto;
	}

	div.news .item.odd,div.documents .blockBody>div.odd{
		padding-right: 1em;
	}

	div.news .item.even,div.documents .blockBody>div.even{
		padding-left: 1em;
	}

	#menu ul{
		margin-top: 3px;
		margin-left: 140px;
	}

	#menu ul li{
		float: none;
		font-size: 4px;
	}

	#menu ul li a{
		font-size: 12px;
		display: block;
		height: auto;
		padding: 0;
	}

	#search input[type="text"]{
		width: 235px;
		margin-right: 20px;
	}

	#search input[type="submit"]{
		left: -20px;
		position: relative;
	}

	#icons ul li a{
		margin-right: -3px;
	}

	.swingForm .componentTextField input, .swingForm .componentTextArea textarea, .swingForm-captcha, .dataTables_wrapper input, .dataTables_wrapper select{
		max-width: 240px;
	}

	.swingForm .submit input{
		margin-left: 0;
	}

}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 960px) {
	
	table.border { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #f4f3f3; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; padding-left: 0.5em!important; border-bottom: 1px solid #ccc; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.border td, table.border th { position: relative; white-space: nowrap; overflow: hidden; }
	table.border th:first-child, table.border td:first-child, table.border td:first-child, table.border.pinned td { display: none; }
	
}


/* Overhide des modules */

.sorting_asc {
	background: url('./img/sort_asc.png') no-repeat center right;
}
.sorting_desc {
	background: url('./img/sort_desc.png') no-repeat center right;
}

#intro h2{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#intro .blockBody{
	background-color: white;
    padding: 1px 15px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#intro .blockBody p{
    font-size: 14px;
}


/* ADD JDE 05/02/15 : Recherche localité */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  margin-top: 50px;
}

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
      color: #313131;
    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    color: #313131;
    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: white;
    border: 1px solid #aaa;
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
font-family: 'Open Sans',Helvetica,Arial,sans-serif;}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #54a7c2;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #54a7c2; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #54a7c2; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #54a7c2; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #54a7c2; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #54a7c2; }


.comboboxCategories{
	padding: 23px 10px;
}
.comboboxCategories .select2{
	width: 100%!important;
	font-size: 14px;
}
div#wrapHeader{
	height: 130px;
}
#pathway{
	height: auto;
	position: static;
	top: 0;
	color: #313131;
	text-shadow: none;
	margin-top: 10px;
}
#pathway span{
	font-weight: normal;
}
#pathway:after{
	display: none;
}
#pathway ul li{
	font-size: 13px;
	font-weight: bold;
}
#pathway ul li.divider{
	text-indent: -9999px;
	margin: 0;
	width: 0;
}
#pathway ul li:after{
	content: " >";
	font-weight: normal;
}
#pathway ul li:last-child:after{
	display: none;
}
@media screen and (max-width: 1000px){
	div#wrapHeader{
		height: 150px;
	}
	#pathway,#pathway ul li{
		display: block;
		font-size: 12px;
	}
}