@charset "utf-8";

/* ::::::::::::::::::::::::::: */
/* ::::: font definition ::::: */
/* ::::::::::::::::::::::::::: */

@font-face
{
	font-family: avenirltstd-medium;
	src: url(../fonts/avenirltstd-medium.eot) /* EOT file for IE */
}

@font-face
{
	font-family: avenirltstd-black;
	src: url(../fonts/avenirltstd-black.eot) /* EOT file for IE */
}

@font-face
{
	font-family: avenirltstd-medium;
	src: url(../fonts/avenirltstd-medium.ttf) /* TTF file for CSS3 browsers */
}

@font-face
{
	font-family: avenirltstd-black;
	src: url(../fonts/avenirltstd-black.ttf) /* TTF file for CSS3 browsers */
}

/* ::::::::::::::::::::::::: */
/* ::::: ie6 dinosaurs ::::: */
/* ::::::::::::::::::::::::: */

div.ie6-overlay
{
	background: #000;
	filter: alpha(opacity = 50);
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

div.ie6-box
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -100px;
	width: 500px;
	background: #fff;
	padding: 15px;
	font-weight: bold;
	color: #000;
	border: 5px solid #000;
	z-index: 1;
}

div.ie6-box a
{
	color: red;
	font-weight: bold;
}

/* ::::::::::::::::: */
/* :::::: home ::::: */
/* ::::::::::::::::: */

.common
{
	background-image: url(../theme/bg-000.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}

.common #global-container
{
	width: 1003px;
	margin: 0 auto;
}

.common #header-container
{
	height: 174px;
	position: relative;
}

.common #header-container h1
{
	margin: 0;
	background: url(../img/logo.png) no-repeat center 0;
	_background: url(../img/logo.gif) no-repeat center center;
	width: 271px;
	line-height: 20em;
	position: absolute;
	top: 0;
	left: -20px;
}

.common #header-container h1 a
{
	display: block;
	padding-top: 155px;
	height: 0;
	overflow: hidden;
}

.common #block-search
{
	position: absolute;
	left: 770px;
	top: 100px;
	background: url(../img/search-bg.png) no-repeat 0 0;
	padding: 3px 0 0 15px;
	width: 179px;
	height: 21px;
	overflow: hidden;
}

.common #block-search form
{
	margin: 0;
}

.common #block-search input
{
	background: none;
	border: none;
	padding: none;
	float: left;
	width: 140px;
	font-size: .9em;
	color: #717578;
}

.common #block-search button
{
	float: left;
	background: url(../img/search-btn.png) no-repeat 0 0;
	height: 15px;
	width: 15px;
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	border: none;
	margin: 2px 0 0 10px;
	cursor: pointer;
}

.common #main-container
{
}

.common #left-group
{
	float: left;
	background: #fff;
	width: 809px;
}

.common #left-column
{
	float: left;
	width: 251px;
}

.common #primary-links-container
{
	height: 260px;
	/*background: #000 url(../img/primary-links-bg.jpg) no-repeat 0 0;*/
	background: #262d38;
	overflow: hidden;
}

.page #primary-links-container
{
	height: auto;
	min-height: 260px;
	background: #4e5c6e url(../img/primary-links-bg-large.jpg) no-repeat 0 bottom;
}

.common #primary-links-container ul
{
	margin: 0 0 3em 0;
	padding: 24px 0 0 29px;
	list-style: none;
}

.common #primary-links-container ul li
{
	font-size: 1.15em;
	margin-bottom: .7em;
}

.common #primary-links-container ul li a
{
	display: block;
	/*color: #93c2da;*/
	color: #99d4f2;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/primary-links-arrow.gif) no-repeat 0 center;
	padding-left: 12px;
}

.common #primary-links-container ul li a:hover, .common #primary-links-container ul li a.selected, .common #primary-links-container ul li a:focus, .common #primary-links-container ul li a:active
{
	color: #afd93c;
	text-decoration: underline;
}

.common #primary-links-container ul ul
{
	margin: 0;
	padding: .5em 12px .5em 12px;
}

.common #primary-links-container ul ul li
{
	font-size: .9em;
	margin-bottom: .5em;
	line-height: 1.3em;
}

.common #primary-links-container ul ul li a
{
	text-transform: none;
	background: url(../img/arrow-lvl2.png) no-repeat 0 center;
}

.common #primary-links-container ul ul li a:hover, .common #primary-links-container ul ul li a.selected, .common #primary-links-container ul ul li a:active, .common #primary-links-container ul ul li a:focus
{
	background: url(../img/arrow-lvl2-on.png) no-repeat 0 center;
}

.common #primary-links-container ul ul ul
{
	padding: .5em 0 .3em 12px;
}

.common #primary-links-container ul ul ul a
{
	background: url(../img/dot-lvl3.png) no-repeat 0 center;
}

.common #primary-links-container ul ul ul li a:hover, .common #primary-links-container ul ul ul li a.selected, .common #primary-links-container ul ul ul li a:active, .common #primary-links-container ul ul ul li a:focus
{
	background: url(../img/dot-lvl3-on.png) no-repeat 0 center;
}

.common #block-newsletter
{
	/*background: #000 url(../img/block-newsletter-bg.jpg) no-repeat 0 0;*/
	background: #095787;
	height: 111px;
	overflow: hidden;
	padding: 9px 9px 0 29px;
}

.common #block-newsletter iframe
{
	margin-left: -10px;
}

.common #block-newsletter form
{
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

.common #block-newsletter label
{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: avenirltstd-medium;
	font-size: 1.15em;
	margin-bottom: .3em;
}

.common #block-newsletter input
{
	float: left;
}

.common #block-newsletter button
{
	/*background: #000 url(../img/button-validate.gif) no-repeat 0 0;*/
	background: #262d38;
	height: 22px;
	/*width: 22px;*/
	border: none;
	/*text-indent: -10000px;*/
	cursor: pointer;
	float: left;
	margin-left: 5px;
	color: #fff;
}

.common #block-newsletter div.fb-like h2
{
	color: #FFFFFF;
	display: block;
	font-family: avenirltstd-medium;
	font-size: 1.15em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-weight: normal;
	line-height: 1.1em;
}

.common #block-newsletter div.fb-like img
{
	float: left;
	margin-right: 8px;
}
.common #block-newsletter div.fb-like span a, .common #block-newsletter div.fb-like span
{
	color: #45616F;
}
.common #block-newsletter div.fb-like span
{
	float: left;
	width: 50px;
	margin-top: 3px;
	font-size: 1.3em;
	cursor: pointer;
	color: #fff;
}
.common #block-newsletter div.fb-like a
{
	font-size: 1em;
	text-decoration: none;
}
.common #block-newsletter div.fb-like a:hover
{
	text-decoration: underline;
}

.common #block-contact
{
	background: #fff url(../img/block-contact.jpg) no-repeat 0 0;
	min-height: 230px;
	font-size: .9em;
	padding: 25px 29px 0 29px;
	color: #192e38 !important;
}

.common #block-contact .mise-en-valeur-01 {
	color: #192e38 !important;
}

.common #block-contact a
{
	font-size: 1em;
	text-decoration: none;
	color: #192e38 !important;
}

.common #block-contact a:hover
{
	text-decoration: underline;
}

.common #block-contact p:first-child
{
	margin-top: 0;
}

.common #main-column
{
	float: left;
	width: 558px;
}

.common #main-column div.inner
{
	padding: 20px 40px 20px;
}

.common #main-column #breadcrumb-container
{
	border-bottom: 1px solid #d9e9f1;
	font-size: .87em;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

.common #main-column #breadcrumb-container a
{
	text-decoration: none;
	padding: 0 10px;
}

.common #main-column #breadcrumb-container a:hover, .common #main-column #breadcrumb-container a:active, .common #main-column #breadcrumb-container a:focus
{
	color: #9BCF06;
}

.common #main-column #breadcrumb-container a:first-child
{
	padding-left: 0;
}

.common #main-column #breadcrumb-container strong
{
	padding: 0 10px;
	font-weight: normal;
}

.common #main-column div.inner h2
{
	/*color: #9BCF06;*/
	color: #438500;
	/*text-transform: uppercase;*/
	font-size: 1.5em;
	position: relative;
	padding-right: 66px;
}

.common #news-machine
{
	background: #111;
	position: relative;
	overflow: hidden;
	width: 558px;
}

.common #news-machine ul
{
	margin: 0;
	list-style: none;
}

.common #news-machine ul li
{
	height: 260px;
	width: 558px;
	position: relative;
	float: left;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #111;
}

.common #news-machine ul li img
{
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.common #news-machine ul li a
{
	display: block;
	position: absolute;
	bottom: 0;
	background: url(../img/bg-black-70.png) repeat 0 0;
	color: #fff;
	text-decoration: none;
	padding: 15px 23px;
	width: 512px;
}

.common #news-machine ul li a strong
{
	display: block;
}

.common #news-machine ul li a:hover strong
{
	/*color: #0297e3;*/
	color: #25b7ff;
}

.common #news-machine ul li span.type, .common #news-machine ul li span.date
{
	text-transform: uppercase;
	font-size: .78em;
	font-weight: bold;
}

.common #news-machine ul li span.type
{
	/*color: #0297e3;*/
	color: #25b7ff;
}

.common #news-machine ul li span.date
{
	/*color: #a9c7d0;*/
	color: #a1e0ff;
}

.common #news-machine div.news-pager
{
	position: absolute;
	right: 23px;
	top: 0;
}

.common #news-machine div.news-pager a
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	height: 22px;
	width: 22px;
	text-align: center;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 22px;
	margin-left: 1px;
	color: #ccc;
	cursor: pointer;
}

.common #news-machine div.news-pager a.button
{
	font-size: 1.3em;
}

.common #news-machine div.news-pager a.num
{
	background: url(../img/bg-black-30.png) repeat 0 0;
}

.common #news-machine div.news-pager a.hover, .common #news-machine div.news-pager a.selected
{
	background: url(../img/bg-black-70.png) repeat 0 0;
	/*color: #0297e3;*/
	color: #25b7ff;
}

.common #news-machine div.news-pager a.button:hover
{
	background: url(../img/bg-black-30.png) repeat 0 0;
}

.common #block-news div.column
{
	width: 246px;
	float: left;
	margin-left: 22px;
	_margin-left: 11px;
	padding-top: 22px;
}

.common #block-news ul
{
	margin: 0;
	list-style: none;
}

.common #block-news img
{
	display: block;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	margin-bottom: .6em;
}

.common #block-news div.news img
{
	/*border-bottom-color: #F0A90D;*/
	border-bottom-color: #c54400;
}

.common #block-news div.events img
{
	/*border-bottom-color: #9BCF06;*/
	border-bottom-color: #438500;
}

.common #block-news ul a
{
	display: block;
	text-decoration: none;
	/*color: #62899e;*/
	color: #3273a0;
	font-size: 1.1em;
}

.common #block-news ul a:hover strong
{
	text-decoration: underline;
}

.common #block-news ul a span.type, 
.common #block-news ul a span.date
{
	text-transform: uppercase;
	font-weight: bold;
}


.common #block-news div.news ul a small.type,
.common #block-news div.news ul a small.type,
.common #block-news div.events ul a small.type,
.common #block-news div.events ul a small.type
{
	text-transform:none;
	color: #FFFFFF;
	padding: 0px 5px;
	margin: 0px 5px 0px 0px;
	float: left;
	font-weight: bold;
}
/*
.common #block-news div.news ul a span.type
{
	color: #e07a0d;
}
.common #block-news div.events ul a span.type
{
	color: #23ab1b;
}
*/

.common #block-news ul a span.date
{
	/*color: #8e9ca8;*/
	color: #3e576e;
}

.common #block-news ul a strong
{
	display: block;
}

.common #block-news ul p
{
	margin-top: .5em;
	color: #3e576e;
}

.common #block-news p.even-more
{
	text-align: right;
	font-weight: bold;
}

.common #block-news p.even-more a
{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
}

.common #block-news div.news p.even-more a
{
	/*color: #F0A90D;*/
	color: #c54400;
	background-image: url(../img/arrow-news.png);
}

.common #block-news div.events p.even-more a
{
	/*color: #9BCF06;*/
	color: #438500;
	background-image: url(../img/arrow-events.png);
}

.common #right-column
{
	float: left;
	width: 194px;
}

.common #block-video
{
	height: 240px;
	overflow: hidden;
	background: #000 url(../img/block-video-bg-2.jpg) no-repeat 0 0;
	padding: 20px 12px 0;
	position: relative;
}

.common #block-video h2
{
	margin: 0 0 10px;
	/*color: #9dd1ec;*/
	color: #fff;
	font-weight: normal;
	font-family: avenirltstd-medium;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
}

.common #block-video h2 strong
{
	font-family: avenirltstd-black;
	font-weight: normal;
}

.common #block-video a
{
	display: block;
	position: relative;
	color: #fff;
}

.common #block-video a span.label
{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../img/bg-black-30.png) repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
	line-height: 1.3em;
	cursor: pointer;
}

.common #block-video img
{
	display: block;
	width: 170px;
	height: 120px;
}

.common span.button-play
{
	background: url(../img/button-play.png) no-repeat center center;
	display: block;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	color: #fff;
}

.common #block-video p.even-more
{
	background: url(../img/picto-video.png) no-repeat 0 center;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 2em;
}

.common #block-video p.even-more a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 40px 0
}

.common #block-video p.even-more a:hover
{
	text-decoration: underline;
}

.common #secondary-links
{
	padding: 30px 12px 0;
}

.common #secondary-links ul
{
	margin: 0;
	list-style: none;
}

.common #secondary-links ul li
{
	font-size: .9em;
	display: block;
	width: 100%;
	float: left;
}

.common #secondary-links ul li a
{
	display: block;
	background-position: 0 center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 0 12px 40px;
	color: #2e424c;
}

.common #secondary-links ul li a:hover
{
	text-decoration: underline;
}

.common #secondary-links ul li a.carto
{
	background-image: url(../img/picto-carto.png);
}

.common #secondary-links ul li a.annonces
{
	background-image: url(../img/picto-annonces.png);
}

.common #secondary-links ul li a.marches
{
	background-image: url(../img/picto-marches.png);
}

.common #secondary-links ul li a.enfants
{
	background-image: url(../img/picto-enfants.png);
}

.common #secondary-links ul li a.travaux
{
	background-image: url(../img/picto-travaux.png);
	background-position: 4px center;
}
.common #secondary-links ul li a.rss
{
	background-image: url(../img/fluxrss.png);
}

.common #secondary-links ul li a.facebook
{
	background-image: url(../img/facebook.png);
}

.common #footer-container
{
	margin-top: 2em;
	padding-bottom: 1em;
}

.common #footer-container ul
{
	margin: 0;
	list-style: none;
	float: left;
}

.common #footer-container ul li
{
	float: left;
	background: url(../img/arrow-nutral.png) no-repeat 0 center;
	padding: 0 20px 0 10px;
	font-size: .9em;
}

.common #footer-container ul li a
{
	display: block;
	text-decoration: none;
	color: #3e576e;
}

.common #footer-container ul li a:hover
{
	text-decoration: underline;
}

.news #main-column div.inner h2
{
	color: #e07a0d;
}

.type-large #right-column
{
	display: none;
}

.type-large #left-group
{
	float: none;
	width: auto;
	zoom: 1;
}

.type-large #main-column
{
	width: 752px;
}

/*
 * composants
 */

#main-column ul.generated
{
	margin-left: 0;
	list-style: none;
	border: 1px solid #eee;
	background: #f5f5f5;
	padding: 1em;
}

#main-column ul.generated ul
{
	display: none;
}

#main-column ul.generated li
{
	border-top: 1px solid #ddd;
}

#main-column ul.generated li:first-child
{
	border-top: none;
}

#main-column ul.generated li a
{
	display: block;
	text-decoration: none;
	padding: .5em;
	font-weight: bold;
}

#main-column ul.generated li a:hover, #main-column ul.generated li a:focus
{
	background-color: #fff;
}

#main-column ul.generated li a.selected
{
	text-decoration: underline;
}
