/** ie6 png fix **/
* html img,
* html .png {
	behavior: expression(
			(this.runtimeStyle.behavior="none") && (this.pngSet ? this.pngSet = true : (
				this.nodeName == "IMG" ? (
					this.src.toLowerCase().indexOf('.png') > -1 ? (
						this.runtimeStyle.backgroundImage = "none",
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
						this.src = "../images/transp.gif"
					) : 0
				) : (
					this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
					this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
					(this.currentStyle.backgroundRepeat != 'no-repeat') ? (
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')"
					) : 0,
					this.runtimeStyle.backgroundImage = "none"
				),this.pngSet=true
			)
		)
	);
}
body, p, div, ul, ol, li, h1, h2, h3, h4, h5, h6, span, strong, input, textarea, select, a, img, table, tr, td, thead, tbody, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	/* !zoom:1; */
}
body {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
*a, input {
	position: relative;
	z-index: 1;
}
form li {
	clear: both;
	list-style: none outside none;
	/* overflow: auto; */
}
form ol li label,
form ol li input {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 11px;
	vertical-align: middle;
}
form ol li label {
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
}
form ol li input {
	height: 18px;
	line-height: 18px;
}
strong, b, strong *, b *, strong font, b font {
	font-weight: bold;
}
em, i, em *, i *, em font, i font {
	font-style: italic;
}
.hide {
	display: none;
}
#errorMsg {
	border: 2px solid red;
	text-align: center;
	padding: 5px 5px 3px;
	margin: 20px 0;
}
	#errorMsg * {
		vertical-align: middle;
		color: red;
		font-weight: bold;
	}
#warningMsg {
	border: 2px solid green;
	text-align: center;
	padding: 5px 5px 3px;
	margin: 20px 0;
}
	#warningMsg * {
		vertical-align: middle;
		color: green;
		font-weight: bold;
	}

/****** Global ******/
#global {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#global .bouton {
	clear: both;
	line-height: 23px;
	height: 23px;
	margin-top: 3px;
	vertical-align: middle;
}
#global .bouton input {
	height: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	!line-height: 16px;
	vertical-align: middle;
	!padding: 0 3px 0 2px;
	!overflow:visible
}
#global .bouton a {
	width: auto;
	line-height: 18px;
	vertical-align: middle;
	!vertical-align: bottom;
	font-weight: bold;
	padding: 0 4px;
	text-decoration: none;
	text-align: center;
}
#global .bouton a:hover {
	text-decoration: none !important;
}
#global .noborder {
	border: 0 none transparent !important;

}

/****** Header ******/
#global #header {
	cursor: pointer; 
}


#global #header .menuHeader {
	margin-top: -21px;
	margin-left: 14px;
}
#global #header .railway {
	margin-top: 6px;
	margin-left: 14px;
}
#global #header .railway p,
#global #header .railway p a {
	color: #484548;
}
#global #header .railway p a:hover {
	text-decoration: underline;
}
#global #header .railway p a.hereWeAre {
	font-weight: bold;
}
	
/****** Content ******/
#global #content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

/*__ Left content __*/
#global #content #leftContent {
	width: 740px;
	float: left;
}
/* Actualités */
#global #content #leftContent .actualites .data {
	margin-bottom: 12px;
	margin-top: 12px;
}
#global #content #leftContent .actualites .data p.railway {
	font-style: italic;
	color: #484549;
	margin-bottom: 3px;
}
#global #content #leftContent .actualites .data p.resume {
	color: #484549;
}
#global #content #leftContent .actualites .data p.dataHeader {
	margin-bottom: 3px;
}
#global #content #leftContent .actualites .data p.dataHeader a {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
#global #content #leftContent .actualites .data p.dataHeader a:hover {
	text-decoration: none;
}
#global #content #leftContent .actualites h2.result span.right2 {
	float: right;
	margin-left: 0;
	margin-top: -18px;
	margin-right: 5px;
}
#global #content #middleContent .actualites .pagination ,
#global #content #leftContent .actualites .pagination {
	text-align: center;
	padding-left:17px;
	padding-top: 10px;
}
#global #content #middleContent .actualites .pagination img,
#global #content #leftContent .actualites .pagination img {
	vertical-align: middle;
	margin-bottom: 3px;
}
#global #content #middleContent .actualites .pagination span,
#global #content #leftContent .actualites .pagination span {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#global #content #middleContent .actualites .pagination a,
#global #content #leftContent .actualites .pagination a {
	font-size: 11px;
	text-decoration: none;
}
#global #content #middleContent .actualites .pagination a:hover,
#global #content #leftContent .actualites .pagination a:hover {
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
}
#global #content #leftContent .actualites h2.result {
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	padding-left: 20px;
}
#global #content #leftContent .actualites .left {
	float: left;
	width: 420px;
}
#global #content #leftContent .actualites .right {
	float: left;
	width: 310px;
	margin-left: 10px;
}
#global #content #leftContent .actualites .box3 .contenu,
#global #content #leftContent .actualites .box2 .contenu,
#global #content #leftContent .actualites .box .contenu {
	position: relative;
	margin: 0 0 -12px 17px;
	!margin: 0 0 -11px 17px;
	padding: 8px 0;
	!zoom:1;
}
#global #content #leftContent .actualites .box3 .contenu,
#global #content #leftContent .actualites .box .contenu {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 8px 0 18px;
}
#global #content #leftContent .actualites .box .contenu li {
	list-style: none outside none;
}
#global #content #leftContent .actualites .box .contenu .paddingContenu {
	margin-left: 62px;
}
#global #content #leftContent .actualites .box2 .contenu .suite,
#global #content #leftContent .actualites .box .contenu .suite {
	float: right;
}
#global #content #leftContent .actualites .box2 .contenu .suite a,
#global #content #leftContent .actualites .box .contenu .suite a {
	font-weight: bold;
}
#global #content #leftContent .actualites .box2 .contenu .suite a:hover,
#global #content #leftContent .actualites .box .contenu .suite a:hover {
	text-decoration: underline;
}
#global #content #leftContent .actualites .box .contenu .summary {
	text-align: justify;
}
#global #content #leftContent .actualites .box .contenu span.date {
	font-weight: bold;
}

#global #content #middleContent .actualites .box3 .see,
#global #content #leftContent .actualites .box3 .see,
#global #content #middleContent .actualites .box .see,
#global #content #leftContent .actualites .box .see {
	float: right;
	padding: 1px 6px;
	z-index: 100;
	position: relative;
}
#global #content #middleContent .actualites .box3 .see a,
#global #content #leftContent .actualites .box3 .see a,
#global #content #middleContent .actualites .box .see a,
#global #content #leftContent .actualites .box .see a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#global #content #leftContent .actualites .box .contenu .rightSymbole {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#global #content #leftContent .actualites .box .contenu .grosTitre {
	font-weight: bold;
	font-size: 14px;
}
#global #content #leftContent .actualites .box h2 {
	padding-left: 22px;
	width: 161px;
}
#global #content #leftContent .actualites .box2 h2 {
	padding-left: 20px;
	width: 181px;
}
#global #content #leftContent .actualites .box3 h3,
#global #content #leftContent .actualites .box3 h2,
#global #content #leftContent .actualites .box2 h2,
#global #content #leftContent .actualites .box h2 {
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	padding-left:22px;
}
#global #content #leftContent .actualites .subContent {
	margin-left: 17px;
}
#global #content #leftContent .actualites h1 {
	font-weight: bold;
	font-size: 21px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#global #content #leftContent .actualites .box3 .contenu a:hover,
#global #content #leftContent .actualites .box2 .contenu a:hover,
#global #content #leftContent .actualites .subContent a:hover {
	text-decoration: underline;
}
#global #content #leftContent .actualites .box2 .contenu form.searchForm fieldset ol {
	margin: 0;
	padding: 0;
}
#global #content #leftContent .actualites .box2 .contenu form.searchForm fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
#global #content #leftContent .actualites .box2 .contenu form.searchForm fieldset img {
	line-height: 1.8em;
	vertical-align: middle;
}
#global #content #leftContent .actualites .box2 .contenu form.searchForm fieldset {
	border: none;
	margin-bottom: 6px;
	margin-left: 2px;
	padding: 0.35em 0.625em 0.75em; 
}
#global #content #leftContent .actualites .box2 .contenu form.searchForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
}

/* Contact */
#global #content #leftContent .contact .contenu {
	padding: 4px;
	margin: 5px 0 15px;
}
#global #content #leftContent .contact .formulaire h3 {
	font-weight: bold;
	font-size: 13px;
}
#global #content #leftContent .contact .formulaire form.contactForm .infos {
	margin-left: 160px;
}
#global #content #leftContent .contact .formulaire form.contactForm .infos p {
	margin: 6px 0;
}
#global #content #leftContent .contact .contenu p {
	padding-right: 122px;
}
#global #content #leftContent .contact .contenu p.head {
	color: #36A8D8;
	font-size: 13px;
	font-weight: bold;
}
#global #content #leftContent .contact .contenu img {
	float: left;
	padding: 5px;
}
#global #content #leftContent #inscription h2,
#global #content #leftContent .contact h2 {
	border: 1px solid #36A8D8;
	color: #36A8D8;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	padding-left: 20px;
	background:transparent url('../images/qui/arrow_down.png') no-repeat scroll 0 0;
}
#global #content #leftContent .contact .formulaire form.contactForm fieldset ol {
	margin: 0;
	padding: 0;
}
#global #content #leftContent .contact .formulaire form.contactForm select,
#global #content #leftContent .contact .formulaire form.contactForm input {
	width: 292px;
}
#global #content #leftContent .contact .formulaire form.contactForm input.radio {
	width: 10px;
}
#global #content #leftContent .contact .formulaire form.contactForm fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
#global #content #leftContent .contact .formulaire form.contactForm fieldset li p {
	float: left;
}
#global #content #leftContent .contact .formulaire form.contactForm fieldset li p input {
	margin: 0 5px;
}
#global #content #leftContent .contact .formulaire form.contactForm fieldset {
	border: none;
	margin-bottom: 6px;
	margin-left: 2px;
	padding: 0.35em 0.625em 0.75em; 
}
#global #content #leftContent .contact .formulaire form.contactForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
}
#global form.inscriptionForm {
	margin: 20px 0;
}
#global form.inscriptionForm label {
	width: 250px;
	color: #36A8D8;
}
#global div#inscription .bouton a,
#global form.inscriptionForm .bouton a,
#global form.inscriptionForm select,
#global form.inscriptionForm input {
	border-color: #96CBEA #BDDCF0 #BDDCF0 #96CBEA;
	border-width: 1px;
	border-style: solid;
	color: #36A8D8;
}
#global div#inscription .bouton a,
#global form.inscriptionForm .bouton select,
#global form.inscriptionForm .bouton input,
#global form.inscriptionForm .bouton a {
	background: #FFFFFF url('../images/qui/bg_bouton.png') repeat-x center;
}
#global form.inscriptionForm .bouton option {
	color: #36A8D8;
}
#global div#inscription .header {
	color: #36A8D8;
	font-weight: bold;
}
#global div#inscription .header .big {
	color: #36A8D8;
	font-weight: bold;
	font-size: 15px;
}
#global div#inscription li {
	list-style: none outside none;
}
#search #middleContent {
	width: 730px !important;
}
#search #global #content #middleContent .actualites .box h2 {
	border: 1px solid #36A8D8;
	width: 300px;
}
#global #content #middleContent .actualites .box h2 .tools {
	float: right;
	margin-top: -20px;
}
#search #global #content #middleContent .actualites .box .contenu {
	margin-top: -1px;
	border: 1px solid #36A8D8;
}
.filtre li,
#search #global #content #middleContent .actualites .box .contenu li {
	width: 360px;
}
.wide li {
	width: auto;
}
#search #global #content #middleContent .actualites .box .contenu input {
	width: 200px;
	_float: right;
	_margin: 10px -25px 0 0;
}
.filtre input {
	width: 200px;
	_float: right;
	_margin: 17px 0 0 0;
}
#search #global #content #middleContent .actualites .box .contenu select {
	width: 202px;
	_float: right;
}
.filtre select {
	width: 202px;
	_float: right;
	_margin-right: 32px;
	_margin-top: -25px;
}
#search #global #content #middleContent .actualites .box .contenu .bouton input {
	width: auto;
	float: right;
	margin-right: 3px;
	_margin-right: -30px;
}
.filtre .bouton input {
	width: auto;
	float: right;
	margin-right: 3px;
	_margin-right: -2px;
}
.filtre,
#global #middleContent #searchfilter {
	margin: 8px; 
}
.filtre label,
#global #middleContent #searchfilter label {
	width: 150px;
}
#global #middleContent #searchresults {
	margin-top: 15px;
}
#global #middleContent #searchresults h2 {
	border: 0 none !important;
	width: auto !important;
	border-bottom: 1px dashed #36A8D8 !important;
}
#global #middleContent #searchresults .boxresult {
	margin-left: 17px;
}
#global #middleContent #searchresults a {
	color: #36A8D8;
	font-size: 14px;
	font-weight: bold;
}
#global #middleContent #searchresults em {
	font-style: italic;
}

/* Plan du site */
#global #content #leftContent #SiteMap ul {
	margin-bottom: 30px;
	float: left;
	width: 33%;
}
#global #content #leftContent #SiteMap ul li {
	background: transparent url('../images/qui/arrow_up.png') no-repeat scroll 0 6px;
	color: #36A8D8;
	list-style: none outside none;
	padding-left: 15px;
}
#global #content #leftContent #SiteMap ul li a {
	color: #36A8D8;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
}
#global #content #leftContent #SiteMap ul li a:hover {
	text-decoration: underline;
}
#global #content #leftContent #SiteMap ul ul {
	margin-bottom: 0;
	float: none;
	width: auto;
}
#global #content #leftContent #SiteMap ul ul li {
	background: transparent url('../images/qui/puce_fonce.png') no-repeat scroll 0 8px;
	padding-left: 10px;
}
#global #content #leftContent #SiteMap ul ul li a {
	font-size: 11px;
	line-height: auto;
	font-weight: normal;
}
#global #content #leftContent #SiteMap ul ul ul li {
	background: transparent url('../images/qui/puce_clair.png') no-repeat scroll 0 8px;
	color:#000;
	padding-left: 10px;
}
#global #content #leftContent #SiteMap ul ul ul li a {
	color:#000;
}

/* Divers */
#global #content #leftContent .portrait {
	/*width: 74px;*/
	height: 80px;
	float: left;
	margin: 5px 5px 5px 0;
}


/*__ Middle Content __*/
#global #content #middleContent {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#global #content #middleContent .actualites .box .contenu {
	position: relative;
	margin-top: -1px;
}
#global #content #middleContent .actualites .box .contenu h4 {
	font-weight: bold;
}
#global #content #middleContent .actualites .box .contenu p.downloadElement {
	margin-bottom: 5px;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset {
	border: none;
	margin-bottom: 6px;
	margin-left: 2px;
	padding: 0.35em 0.625em 0.75em; 
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset ol {
	margin: 0;
	padding: 0;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset img {
	line-height: 1.8em;
	vertical-align: middle;
}
#global #content #middleContent .actualites .box .contenu form.searchForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
}
#global #content #middleContent .actualites .box .contenu .article {
	margin-bottom: 6px;
	text-align: justify;
	margin-left: 17px;
}
#global #content #middleContent .actualites .box .contenu .article p {
	margin: 5px 0 10px;
}
#global #content #middleContent .actualites .box .contenu .article ul,
#global #content #middleContent .actualites .box .contenu .article ol {
	margin-left: 20px;
}
#global #content #middleContent .actualites .box .contenu .article .right {
	float: right;
	width: 200px;
	padding: 5px;
}
#global #content #middleContent .actualites .box .contenu .article .right .betweenBox {
	background: #fff;
}
#global #content #middleContent .actualites .box .contenu .article .right .box {
	zoom: 1;
	margin-bottom: 6px;
}
#global #content #middleContent .actualites .box .contenu .article .right .box h3 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding-left: 4px;
}
#global #content #middleContent .actualites .box .contenu .article .right .box .contenu {
	margin-left: 0;
    margin-top:0;
    padding: 5px;
    position:static;
}
#global #content #middleContent .actualites .box .contenu .article .right .box ul {
	margin-left: 0;
	overflow: auto;
	zoom: 1;
}
#global #content #middleContent .actualites .box .contenu .article .right .box .contenu ul li {
	list-style: none;
	clear: both;
}
#global #content #middleContent .actualites .box .contenu .article .right .box .contenu ul li a {
	display: block;
	position: static;
}
#global #content #middleContent .actualites .box .contenu .article .right #box_telecharger .contenu ul li a {
	!margin-left: 20px;
	!margin-top: -17px;
}
#global #content #middleContent .actualites .box .contenu .article .right .box .contenu ul li a:hover {
	text-decoration: underline;
}
#global #content #middleContent .actualites .box .contenu .article .right #box_telecharger .contenu ul li img {
	float: left;
	margin-right: 5px;
}
#global #content #middleContent .actualites .box .contenu .article .suite a:hover {
	text-decoration: underline;
}
#global #content #middleContent .actualites .box .contenu span.date {
	font-weight: bold;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset img {
	line-height: 1.8em;
	vertical-align: middle;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset {
	border: none;
	margin-bottom: 6px;
	margin-left: 2px;
	padding: 0.35em 0.625em 0.75em; 
}
#global #content #middleContent .actualites .box .contenu form.searchForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
}
#global #content #middleContent .actualites .box3 h3,
#global #content #middleContent .actualites .box3 h2,
#global #content #middleContent .actualites .box2 h2,
#global #content #middleContent .actualites .box h2,
#global #content #leftContent .actualites .box3 h3,
#global #content #leftContent .actualites .box3 h2,
#global #content #leftContent .actualites .box2 h2,
#global #content #leftContent .actualites .box h2 {
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	padding-left: 20px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	width: auto;
}
#global #content #middleContent .actualites .icons {
	float:right;
    margin-top: -20px;
}
#global #content #middleContent .actualites {
	position: relative;
}
#global #content #middleContent .actualites .back {
	position: absolute;
	right: 0;
}
#global #content #middleContent .actualites .back .big {
	font-weight: bold;
}
#global #content #middleContent .actualites .back a {
	padding-right: 5px;
}
#global #content #middleContent .actualites .back a:hover,
#global #content #middleContent .actualites .back a:hover * {
	text-decoration: underline;
}
a.a_plus,
a.a_moins,
a.imprimante,
a.courriel {
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  padding-right:0 !important;
  float: left;
  width: 20px;
  height: 20px;
}
#global #content #middleContent .actualites .box .contenu .article .articleSummary .headArticle {
	margin-top: 15px;
}
#global #content #middleContent .actualites .box .contenu .article .articleSummary .headArticle * {
	font-size: 13px;
}
#global #content #middleContent .actualites .box .contenu .article .articleSummary .dateArticle {
	font-weight: bold;
}
#global #content #middleContent .actualites .box3 .contenu .suite,
#global #content #middleContent .actualites .box .contenu .suite {
	text-align: right;
}
#global #content #middleContent .actualites .box .contenu .agenda {
	text-align: left;
}
#global #content #middleContent .actualites .box .contenu .agenda a {
	text-decoration: underline;
}
#global #content #middleContent .actualites .box .contenu .agenda a:hover {
	text-decoration: none !important;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset ol {
	margin: 0;
	padding: 0;
}
#global #content #middleContent .actualites .box .contenu form.searchForm fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
#global #content #middleContent #trombi .block .idCard .name,
#global #content #middleContent #trombi .block .idCard .fonction {
	color: #484549;
}
#global #content #middleContent #trombi .block .idCard .fonction {
	font-style: italic;
}
#global #content #middleContent #trombi .block .idCard .name a,
#global #content #middleContent #trombi .block .idCard .name img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

/*__ Left Menu __*/
#global #content #leftMenu {
	width: 140px;
	float: left;
	margin-right: 12px;
}
#global #content #leftMenu .subLeftMenu ul li {
	color: #FFFFFF;
	list-style: none outside none;
}
#global #content #leftMenu .subLeftMenu a {
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat; /* L'image et la couleur de fond... */
	background-position: 12px 6px; /* ... sont définies dans les autres fichiers css */
}
#global #content #leftMenu h4.unselect {
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}
#global #content #leftMenu h4.unselect a {
	font-weight: bold;
	font-size: 14px;
}
#global #content #leftMenu h4.selected {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 3px;
}
#global #content #leftMenu h4.selected a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/*__ Right Menu __*/
#global #content #rightMenu {
	width: 220px;
	float: right;
}
#global #content #rightMenu .box {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#global #content #rightMenu .box h3 {
	font-size: 13px;
	font-weight: bold;
	width: 161px;
	height: 17px;
	padding-left: 22px;
}
#global #content #rightMenu .box form {
	!margin-bottom: 0;
	!zoom: 1;
}
#global #content #rightMenu .box .contenu {
	padding: 2px 16px;
	margin-bottom: 12px;
	padding: 5px 10px;
}
#global #content #rightMenu .box .contenu2 p a:hover {
	text-decoration: underline;
}
#global #content #rightMenu .box .contenu ul {
	clear: both;
}
#global #content #rightMenu .box .contenu2 form.connectForm fieldset {
	margin-bottom: 6px;
	margin-left: 2px;
	padding: 0.35em 0.625em 0.75em; 
}
#global #content #rightMenu .box .contenu li label {
	margin-right: 0;
}
#global #content #rightMenu .box .contenu li input {
	float: right;
}
#global #content #rightMenu .box .contenu ol.noborder li input {
	float: none;
	display: inline;
	margin: 3px;
}
#global #content #rightMenu .box .contenu form input {
	margin-bottom: 2px;
}
#global #content #rightMenu .box .contenu .outil a:hover {
	text-decoration: underline;
}
#global #content #rightMenu .box .contenu .interlocuteurMini .title {
	font-size: 13px;
	font-weight: bold;
}
#global #content #rightMenu .box .contenu .interlocuteurMini img {
	float: left;
	padding: 4px;
}
#global #content #rightMenu .box .contenu form.connectForm fieldset {
	border: none;
	margin-bottom: 6px;
	margin-left: 0;
	padding: 0;
}
#global #content #rightMenu .box .contenu form.connectForm fieldset  a.valid {
	float: right;
}
#global #content #rightMenu .box .contenu a:hover {
	text-decoration: underline;
}
#global #content #rightMenu .box .contenu form.connectForm fieldset input  {
	width: 84px;
}
#global #content #rightMenu .box .contenu form.connectForm fieldset label {
	display: inline-block;
	font-weight: bold;
	line-height: 1.8;
	vertical-align: top;
	width: 80px;
}
#global #content #rightMenu .box .contenu2 form.connectForm input {
	margin-bottom: 2px;
}
#global #content #rightMenu .box .contenu form.searchGlobalForm input {
	width: 172px;
}
#global #content #rightMenu .box .contenu2 form.connectForm input {
	width: 85px;
}
#global #content #rightMenu .box .contenu2 form.connectForm label {
	width: 77px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 6px;
}
#global #content #rightMenu .box .contenu form.connectForm fieldset ol,
#global #content #rightMenu .box .contenu2 form.connectForm fieldset ol {
	margin: 0;
	padding: 0;
}
#global #content #rightMenu .box .contenu form.connectForm fieldset li,
#global #content #rightMenu .box .contenu2 form.connectForm fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
#global #content #rightMenu .box .contenu2 p {
	padding-left: 8px;
}
#global #content #rightMenu .box .contenu form.newsletterForm p img {
	float: right;
	margin-top: -25px;
}
#global #content #rightMenu .box .contenu2 form.connectForm img {
	float: right;
	margin-right: 6px;
}
#global #content #rightMenu .box .extranet .bouton a {
	width: 90%;
	display: block;
	margin: 0 auto;
}
#global #content #rightMenu .box .search form {
	!height: 23px;
	_overflow: hidden;
}
#global #content #rightMenu .box ol.noborder {
	_margin-top: -15px;
}
#global #content #rightMenu .box .search .bouton,
#global #content #rightMenu .box .search .bouton a {
	display: block;
	float: right;
	margin-top: -11px;
}
#global #content #rightMenu .box .search input {
	width: 145px;
}
#global #content #rightMenu .box .search input#plaintextSearchButton {
	display: none;
}


/****** Footer ******/
#global #footer {
	float: right;
	margin-top: 20px;
	position: relative;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	height: 10px;
	overflow: visible;
	padding-right: 215px;
	clear: both;
}
#global #footer a:hover {
	text-decoration: underline;
}
#global #footer .footerLink {
	padding: 0 8px 0 15px;
	background-color: #FFFFFF;
	background-repeat : no-repeat;
	background-position: 0 6px;
	display: block;
	float: left;
	_margin-bottom: -10px;
}


/*****/
.forgottenpassword {
	float:right;
}
.forgottenpassword a {
	color: #36A8D8;
}
.forgottenpassword a:hover {
	text-decoration: underline;
}
.box .contenu .head {
	clear: left;
}
.clear {
	height: 0;
	font-size: 0;
	clear: both;
}
.noborder *,
.checkbox {
	border: 0 none transparent !important;
}

.zoom_0 * {	/* Laisser vide */	}
.zoom_1 * {	font-size: 110%;	}
.zoom_2 * {	font-size: 120%;	}
.zoom_3 * {	font-size: 130%;	}

#compagnyType input {
  display:inline;
  float: none;
  margin: 0 5px;
}

#compagnyType2 input {
  display:inline;
  float: none;
  margin: 0 5px;
}

table#listagence {
  width:100%;
  margin: 10px 0;
}
table#listagence th a,
table#listagence th {
  text-align:left;
  cursor: pointer;
  font-weight:bold;
}
table#listagence td {
  text-align:left;
  cursor: pointer;
}
.pagination2 {
  text-align:center;
  margin-bottom:10px;
}
.pagination2 strong,
.pagination2 a {
  color:#36A8D8;
}
.agence_selected {
  margin: 10px 0;
}
.agence_selected strong {
	color:#36A8D8;
}
.eventMap a {
	color:#CB6373;
	text-decoration: underline;
	position: static !important;
}
.eventMap a:hover {
	text-decoration: none;
}
.article p {
	margin: 5px 0 10px;
}
#global #content #middleContent .actualites .box .contenu .article .articleSummary p {
	margin: 0;
}
.colorMenu {
    margin-bottom:20px;
}
.contenu .colorMenu ul {
   margin-left: 15px;
   margin-top: 7px;
}
.colorMenu li {
    list-style: none;
	padding: 2px 0 0;
}
.colorMenu a {
    text-decoration: underline;
}
.colorMenu a:hover {
   text-decoration: none;
}
