@charset "utf-8";
@import "wysiwyg.css";
@import "highlights.css";


/* CSS Document */

body{
	margin: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	background: #e3e3e3;
}

p {
	margin: 0 0 20px 0;
}

* {
	outline:none;
}

a {
	text-decoration: none;
	color: #0095da;
}

a:hover, a:focus {
	color: #0095da;
	text-decoration: underline;
}

a{outline: none;}
a:focus{outline: none !important}

img{
	border:none;
}

img.image_left{
	float:left;
	margin:0px 20px 15px 0px;
}

img.image_right{
	float:right;
	margin:0px 0px 15px 20px;
}



hr {
	margin: 40px 0;
	border-color: #e2e2e2;
}


h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ed2931;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 25px;
	line-height: 32px;
	color: #ed2931;
	font-family: Georgia;
	font-weight: normal;
}

h3 {
	margin: 11px 0 11px 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	color: #0095da;
	font-family: 'libre_baskervillebold';
	font-weight: normal;
}

h4 {
	margin: 8px 0 8px 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	color: #0095da;
	font-family: 'libre_baskervillebold';
	font-weight: normal;
}

h5 {

}

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

ul.download_files li {
	margin-bottom: 5px;
	padding: 8px 14px;	
	font-size: 14px;
	line-height: 24px;
	background: #f5f6f7;
	border: 1px solid #dee6e6;
}


ul.download_files li img {
	margin-top: -3px;
}

ul.download_files li span.file_size {
	display: none;	
}

/***** Layout *****/
/** Header **/

#header {
	width: 100%;
	height: 146px;
	border-bottom: solid #758891 1px;
	background: #8aa0ab;	
}

#header #logo,
#header .top_container ul,
#header .content_navigation.main ul {
    transition: all 200ms;
}

#header.affix-top {
    position: absolute;
	z-index: 999;
}

#header.affix {
    position: fixed;
    top: 0;
    height: 75px;
	z-index: 999;
}

#header.affix .top_container {
	display: none;
}

#header.affix .content_navigation.main {
	margin-top: 13px;
}

#header.affix #logo {
    -moz-tranform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform : scale(0.7);
    width: 190px;
    top: -42px;
    margin: 0;
}




#header_top {
	height: 54px;
	background: none;
	border-bottom: solid #6a7c84 1px;	
}


#header .logo_container {
	padding-left: 0;
	position: relative;	
}

#header #logo {
	position: absolute;
	top: 0;
	margin-left: -9px;
	width: 180px;
	height: 216px;
	text-align: center;
	background: url(../images/bg_logo.png) 0 top no-repeat;	
	z-index: 50;
}

/*** HEADER TOP ***/

#header .top_container {
	margin: 0 0 20px 0;
	padding: 13px 0 14px 0;
	background: url(../images/sep.gif) left bottom repeat-x;	
}

#header .top_container .top_search_button,
#header .top_container .top_menu_button,
#header .top_main_nav_button {
	display: none;
}

#header .top_container .search_form {
	padding-left: 0;	
}

#header .top_container .search_form input {
	padding: 0 8px;
	height: 29px;
	font-size: 11px;
	line-height: 17px;
	color: #7d7d7d;
	font-family: Georgia;
	font-weight: normal;
	border: solid #75838a 1px;
	border-right: none;
	border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
}

#header .top_container .search_form button {
	padding: 0 8px;
	height: 29px;
	font-size: 11px;
	line-height: 29px;
	font-family: Georgia;
	font-weight: normal;
	text-transform: none;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
}


#header .top_container .top_navigation {
	padding-right: 0;	
}

#header .top_container .content_navigation {
	font-family: Georgia;
}

#header .top_container .content_navigation .navbar-nav>li>a {
	padding: 0 20px 0 20px;
	font-size: 9px;
	line-height: 28px;
	text-transform: uppercase;
	color: #4e5a5f;
	transition:all linear 200ms;
}

#header .top_container .content_navigation .navbar-nav>li.element_139>a {
	padding-right: 0;	
}

#header .top_container .content_navigation .navbar-nav>li>a:hover,
#header .top_container .content_navigation .navbar-nav>li>a.active {
	color: #fff;
}


#header .top_container .content_navigation ul li.element_8 {
	display: none;
}

#header .top_container .content_navigation a.element_8 {
	background: url(../images/icon_home.png) left center no-repeat;	
}
#header .top_container .content_navigation a.element_8.active,
#header .top_container .content_navigation a.element_8:hover {
	background: url(../images/icon_home_h.png) left center no-repeat;	
}

#header .top_container .content_navigation a.element_6 {
	background: url(../images/icon_agenda.png) left center no-repeat;	
}
#header .top_container .content_navigation a.element_6.active,
#header .top_container .content_navigation a.element_6:hover {
	background: url(../images/icon_agenda_h.png) left center no-repeat;	
}

#header .top_container .content_navigation a.element_7 {
	background: url(../images/icon_blog.png) left center no-repeat;	
}
#header .top_container .content_navigation a.element_7.active,
#header .top_container .content_navigation a.element_7:hover {
	background: url(../images/icon_blog_h.png) left center no-repeat;	
}

#header .top_container .content_navigation a.element_162,
#header .top_container .content_navigation a.element_44 {
	background: url(../images/icon_media.png) left center no-repeat;	
}
#header .top_container .content_navigation a.element_162.active,
#header .top_container .content_navigation a.element_162:hover,
#header .top_container .content_navigation a.element_44.active,
#header .top_container .content_navigation a.element_44:hover {
	background: url(../images/icon_media_h.png) left center no-repeat;	
}

#header .top_container .content_navigation a.element_47 {
	background: url(../images/icon_annuaire.png) left center no-repeat;	
}
#header .top_container .content_navigation a.element_47.active,
#header .top_container .content_navigation a.element_47:hover {
	background: url(../images/icon_annuaire_h.png) left center no-repeat;	
}

#header .top_container .content_navigation a.element_45 {
	background: url(../images/icon_phone.png) left center no-repeat;	
}
#header .top_container .content_navigation a.element_45.active,
#header .top_container .content_navigation a.element_45:hover {
	background: url(../images/icon_phone_h.png) left center no-repeat;
}

#header .top_container .content_navigation a.element_139 {
	display: block;
	padding: 0 20px 0 15px;
	background: url(../images/icon_antenn.png) 3px top no-repeat;	
}
#header .top_container .content_navigation a.element_139.active,
#header .top_container .content_navigation a.element_139:hover {
	background: url(../images/icon_antenn_h.png) 3px top no-repeat;
}

/*** HEADER NAV ***/

#header .content_navigation.main {
	
}

#header .content_navigation.main .nav {
	border-bottom: none;	
}

#header .content_navigation.main .nav .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#header .content_navigation.main .nav-tabs>li {
	margin-right: 3px;
}

#header .content_navigation.main .nav-tabs>li.element_14 {
	margin-right: 0;
}

#header .content_navigation.main .nav-tabs>li>a {
	padding: 5px 9px 6px 9px;
	transition:all linear 100ms;
}

#header .content_navigation.main .nav-tabs>li>a:hover {
	border-color: #fff;
}

#header .content_navigation.main ul.level_1.nav-tabs > li > a:hover,
#header .content_navigation.main ul.level_1.nav-tabs > li.hover > a,
#header .content_navigation.main ul.level_1.nav-tabs > li > a:focus {
	background-color: #fff;	
	color: #4e5a5f;
	z-index: 1100;
	border-color: #d3d6d7;
	border-bottom: #fff;
	outline: none;
}


#header .content_navigation.main ul.level_1.nav-tabs > li > a.selected {
	color: #4e5a5f;
}

#header .content_navigation.main ul.level_1.nav-tabs > li > a.selected .caret {
	border-top-color: #4E5A5F;
	border-bottom-color: #4E5A5F;
}

#header .content_navigation.main ul.level_1.nav-tabs > li > a:hover .caret,
#header .content_navigation.main ul.level_1.nav-tabs > li.hover > a .caret,
#header .content_navigation.main ul.level_1.nav-tabs > li > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#header .content_navigation.main ul li a:focus {
	outline: none;
}

#header .content_navigation.main ul.level_1.nav-tabs > li > a:focus {
	padding-bottom: 8px;
}

#header .content_navigation.main ul.level_1 > li {
	max-width: 170px;
	width: auto;
}

#header .content_navigation.main ul.level_1 > li.element_9 {
	max-width: 112px;	
}

#header .content_navigation.main ul.level_1 > li.element_10 {
	max-width: 100px;	
}

#header .content_navigation.main ul.level_1 > li.element_11 {
	max-width: 122px;	
}

#header .content_navigation.main ul.level_1 > li.element_12 {
	max-width: 137px;	
}

#header .content_navigation.main ul.level_1 > li.element_13 {
	max-width: 140px;	
}

#header .content_navigation.main ul.level_1 > li.element_14 {
	max-width: 113px;	
}

#header .content_navigation.main ul.level_1 > li > a.level_1 {
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	font-family: Georgia;
	text-transform: uppercase;
}

#header .content_navigation.main ul.level_1 > li > ul.level_2 {
	display: none;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	margin: 2px 0 0;
	margin-top: -1px;
	padding: 5px 0;
	min-width: 160px;
	font-size: 14px;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #d3d6d7;
	border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;	
}

#header .content_navigation.main ul.level_1 > li:hover > ul.level_2 {
	display: block;
	opacity: 1;
}

#header .content_navigation.main ul.level_1 > li > ul.level_2 >li {
	position: relative;
}

#header .content_navigation.main ul.level_1 > li > ul.level_2 >li>a {
	display: block;
	clear: both;
	padding: 3px 20px;	
	font-weight: normal;
	color: #0095da;
	font-size: 12px;
	line-height: 24px;
	transition:all linear 200ms;
	white-space: nowrap;
}

#header .content_navigation.main ul.level_1 > li > ul.level_2>li>a:hover,
#header .content_navigation.main ul.level_1 > li > ul.level_2>li>a.selected {
	color: #000;
}

#header .content_navigation.main ul.level_1 > li > ul.level_2>li>a:hover, 
#header .content_navigation.main ul.level_1 > li > ul.level_2>li>a:focus {
	background-color: transparent;
	background-image: none;
	filter: none;
}



/** Main **/

#breadcrumb {
	padding: 16px 0 0 0;
	text-align: center;
}

#breadcrumb .breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	font-family: 'thesansplain';
	background: none;
	border: none;	
}

#main_contact #breadcrumb .breadcrumb {
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 1px #fff;	
}

#breadcrumb .breadcrumb a,
#breadcrumb .breadcrumb a:hover {
	color: #ed2931;	
}

#breadcrumb .page_title {
	margin: 40px 0 0 0;	
}

#breadcrumb .page_title h1 {
	margin: 0 0 30px 0;
	padding: 0 115px;
	line-height: 46px;
	font-family: 'pill_gothic_300mgregular';	
	text-shadow: 1px 1px 1px #fff;
	text-transform: none;
}

#main_content {
	
	background-color: #E5E6E7;
 	background-image: url(../images/bg_top_body.jpg), -moz-linear-gradient(top, #e1e1e1, #e5e6e7);
 	background-image: url(../images/bg_top_body.jpg), -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e1), to(#e5e6e7));
 	background-image: url(../images/bg_top_body.jpg), -webkit-linear-gradient(top, #e1e1e1, #e5e6e7);
 	background-image: url(../images/bg_top_body.jpg), -o-linear-gradient(top, #e1e1e1, #e5e6e7);
 	background-image: url(../images/bg_top_body.jpg), linear-gradient(to bottom, #e1e1e1, #e5e6e7);
  	background-repeat: repeat-x;
  	background-position: left top, left 497px;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#e5e6e7', GradientType=0);	
}

#main {
	margin: auto;
	padding: 55px 70px;
	max-width: 1270px;
	min-height: 450px;
	background: #fff;	
}

#main.agenda {
	margin: 0 auto 65px auto;
	padding: 55px 70px;
	max-width: 1270px;
}

#main.agenda.small-container {
	padding: 60px 70px;
	max-height: 375px;
	min-height: 0;
}

#main, #main_contact,  #main_agenda {
	margin-bottom: 65px;
}


#main_agenda #content_default {
	padding: 0 15px;
}

#content_default.col-md-9 {
	padding-right: 0;
	padding-left: 30px;
}


/*** MARGIN IN CONTENT DUE TO AFFIX HEADER ***/

#main_padding {
	padding-top: 146px;
}


/**** LEFT ****/

#left {
	padding-left: 0;
	padding-right: 30px;
}

#left .content {
	margin: 0 0 30px 0;	
}

#left .content_navigation {
	padding: 29px 19px;
	background-color: #00acee;
 	background-image: -moz-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#dde6e6));
 	background-image: -webkit-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: -o-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: linear-gradient(to bottom, #f9f9f9, #dde6e6);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dde6e6', GradientType=0);
	border: solid #dde6e6 1px;
}

#left .content_navigation h2 {
	margin: 0;
	padding: 0 0 19px 0;
	font-size: 18px;
	line-height: 14px;
	font-family: 'thesansplain';
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	background: url(../images/sep_hor.gif) left bottom repeat-x;
}

#left .content_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#left .content_navigation ul li {
	margin: 0;
	padding: 0;	
}

#left .content_navigation ul li a {
	display: block;
	padding: 11px 10px 13px 10px;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 1px 1px 1px #fff;
	font-family: Georgia;
	background: url(../images/sep_hor.gif) left bottom repeat-x;
}

#left .content_navigation ul li a.selected,
#left .content_navigation ul li a:hover {
	color: #000;
	text-decoration: none;
}

#left .content_navigation ul.level_3 li {
	margin: 0;
	padding: 0 10px 0 20px;	
}

#left .content_navigation ul.level_2 > li.with_subnav {
	padding-bottom: 2px;
	background: url(../images/sep_hor.gif) left bottom repeat-x;
}

#left .content_navigation ul.level_2 > li.with_subnav > a {
	padding: 11px 10px 2px 10px;
	background: none;
}

#left .content_navigation ul.level_3 li a {
	display: block;
	padding: 9px 10px 9px 10px;
	font-size: 12px;
	line-height: 16px;
	text-shadow: 1px 1px 1px #fff;
	font-family: Georgia;
	background: none;
}

#left .content_navigation ul.level_3 li a:before {
	content: '- ';
}

/**** media ***/

.media {
	padding: 9px;
	border: solid #d3d6d7 1px;	
}

.media>.pull-left {
	margin-right: 30px;
}
.media>.pull-right {
	margin-left: 30px;
}

/**** DL HORIZONTAL ***/

.dl-horizontal dt {
	width: 60px;
}

.dl-horizontal dd {
	margin: 0 0 20px 80px;
}


/**** BUTTONS ***/

.btn {
	padding: 6px 15px;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: normal;
}

.btn-red {
	color: #fff;
	background: #f23139;
	border: solid #da262e 1px;	
}

.btn-red:hover, .btn-red:focus {
	color: #fff;
	text-decoration: underline;
}


a.btn-blue {
	color: #fff;
	font-family: 'thesansplain';
	font-size: 16px;
	line-height: 19px;
	background-color: #5aa1c3;
 	background-image: -moz-linear-gradient(top, #65b1d5, #4f92b1);
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#65b1d5), to(#4f92b1));
 	background-image: -webkit-linear-gradient(top, #65b1d5, #4f92b1);
 	background-image: -o-linear-gradient(top, #65b1d5, #4f92b1);
 	background-image: linear-gradient(to bottom, #65b1d5, #4f92b1);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b1d5', endColorstr='#4f92b1', GradientType=0);
	box-shadow: inset 0px 1px 1px 0 #8cdaff;
	border: solid #427992 1px;	
}

a.btn-blue:hover, a.btn-blue:focus {
	color: #fff;
	background: #5aa1c3;	
}


/**** TABLE INVISIBLE ***/

table.no-border tr th,
table.no-border tr td,	
table.no-border {
}

/** Footer **/
.cookies-not-ok #footer { padding-bottom: 75px; }



/********** Content element **********/



/***** Page nav *****/

.page_navigation {
	overflow: hidden;
}

.page_navigation a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 3px 9px;
	text-decoration: none;
	color: #ED2931;
	border: solid #D3D6D7 1px;
}

.page_navigation a.current_nav,
.page_navigation a:hover {
	color: #000;
	border: none;
}


/**** Panel ***/

.panel {
	border: solid #d3d6d7 1px;
	box-shadow: none;
}

.panel-blue {
	background: #8aa0ab;
	border: solid #758891 1px;	
}

.panel.padded {
	padding: 9px;	
}

.panel .media.one {
	margin: 0;
	border: none;
}

/*** FORM ***/

.form-control {
	border-radius: 0;
	border: solid #6c7d85 1px;
	box-shadow: none;	
}


/***** Events ***/

#main_agenda .content_eventlist {
	margin-top: -95px;
}

.content_eventlist .event_filter {
	margin-bottom: 50px;
}

.content_eventlist .event_filter a.btn.btn-red {
	font-family: Georgia;
	font-weight: normal;	
}

.content_eventlist .event_filter .form-group {
	padding-right: 17px;	
}

.content_eventlist .event_filter .date-group {
	max-width: 220px;
}

.content_eventlist .event_filter .input-group-addon.datepicker_icon {
	padding-left: 25px;
	padding-right: 10px;
	background: #fff url(../images/calendar_icon.png) 15px 10px no-repeat;
	border: solid #6c7d85 1px;
	border-right: none;
	border-radius: 0;
}

.content_eventlist .event_filter input,
.content_eventlist .event_filter select {
	margin-top: 0px;
	height: 38px;
	font-size: 14px;
	line-height: 26px;
	font-family: Georgia;
	border: solid #6c7d85 1px;
}

.content_eventlist .event_filter select {
	min-width: 250px;
}

.content_eventlist .event_filter input {
	padding-left: 4px;
	border-left: none;
}

.content_eventlist .event_filter input:focus {
	box-shadow: none;
}

.content_eventlist .event_filter button {
	margin-top: 1px;	
}

.content_eventlist .event_filter button .glyphicon {
	position: relative;
	top: 2px;
}

.content_eventlist .event_filter button:hover {
	text-decoration: none;
}

.content_eventlist .eventlist_event .panel {
	margin-bottom: 50px;
	transition:all linear 100ms;
}

.content_eventlist .eventlist_event .panel .event_image {
	position: relative;
	overflow: hidden;
	max-height: 120px;
	text-align: center;
}

.content_eventlist .eventlist_event .panel .image_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
}

.content_eventlist .eventlist_event .panel:hover .image_overlay {
	opacity: 0.4;
}

.content_eventlist .eventlist_event .panel img {
	
}


.content_eventlist .eventlist_event .panel a,
.content_eventlist .eventlist_event .panel a:hover {
	text-decoration: none;
}

.content_eventlist .eventlist_event .panel .media-body {
	padding-top: 20px;	
	height: 115px;
}


.content_eventlist .eventlist_event .panel h3 {
	overflow: hidden;
	clear: both;
	margin: 13px 0 0 10px;
	max-height: 34px;
	font-size: 14px;
	line-height: 17px;
	color: #0095da;
	font-family: Georgia;
}

.content_eventlist .eventlist_event .panel h3 span.more {
	color: #ed2931;	
}

.content_eventlist .eventlist_event .panel .event_fields {
	clear: both;
}

.content_eventlist .eventlist_event .panel .event_fields .locality {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	font-style: italic;
}

.content_eventlist .eventlist_event .category_name {
	font-size: 11px;
	line-height: 11px;
	color: #ed2931;
	font-family: 'museo300';
	line-height: 23px;
}

.content_eventlist .events_list {
	
}

.content_eventlist #blockLoading {
	display: none;
	width: 100%;
	height: 15px;
	padding:5px 10px 8px 10px;
	position: absolute;
	background: url(../images/loading.gif) 50% 50% no-repeat;
	top: 137px;
	margin-top:-30px;
	font-family: ColaborateLightRegular, Arial, sans-serif;
	-webkit-transition: margin-top 80ms ease-out;
	-moz-transition: margin-top 80ms ease-out;
	-o-transition: margin-top 80ms ease-out;
	transition: margin-top 80ms ease-out;
	z-index: 15;
}

	/* HOVER */
	
.content_eventlist .eventlist_event .panel:hover {
	background: #8aa0ab;
	border: solid #758891 1px;
}


.content_eventlist .eventlist_event .panel:hover .date_container .month_day_date {
	border-color: #748790;	
}

.content_eventlist .eventlist_event .panel:hover .category_name,
.content_eventlist .eventlist_event .panel:hover h3,
.content_eventlist .eventlist_event .panel:hover h3 span.more {
	color: #fff;	
}

/*** DATE ELEMENT ***/

.date_container {
	float: left;
	margin: 0 5px 0 10px;
	font-family: 'museo300';
}

.date_container .month_day_date {
	float: left;
	padding: 4px 9px;
	height: 23px;
	font-size: 12px;
	line-height: 15px;
	color: #ed2931;
	background: #fff;
	/*border: solid #d7d7d7 1px; */
	-webkit-box-shadow: 0 0 3px 0 rgba(15,16,16,0.4);
	box-shadow:  0 0 3px 0 rgba(15,16,16,0.4);
}

.date_container .month_day_date span.month {
	color: #000;
	text-transform: uppercase;
}

.date_container .date_year {
	float: left;
	margin: 4px 0 0 0;
	padding: 2px 7px;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	background: #ed2931;	
}

/* EVENT VIEW */

.content_eventview .image_container img {
	border: solid #d4d7d8 1px;
}

.content_eventview .date_container {
	margin-left: 0;	
}

.content_eventview .category_name {
	font-size: 11px;
	line-height: 11px;
	color: #ed2931;
	font-family: 'museo300';
	line-height: 23px;
}

.content_eventview h1 {
	margin-top: 12px;
	margin-bottom: 23px;	
	padding-bottom: 20px;
	font-size: 25px;
	line-height: 32px;
	text-transform: none;
	border-bottom: solid #e2e2e2 1px;
}

.content_eventview .text_preview {
	margin-bottom: 23px;	
	padding-bottom: 23px;
	border-bottom: solid #e2e2e2 1px;
}

.content_eventview .event_fields {
	margin-bottom: 10px;
}





/***** BLOG ARTICLELIST ***/

.content_articlelist {

}

.content_articlelist .article_list {
	padding-left: 15px;
	padding-right: 15px;
}

.content_articlelist .media {
	padding-right: 20px;
	margin-bottom: 50px;	
}

.content_articlelist .media .blog_image {
	position: relative;
}

.content_articlelist .media .blog_image .image_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
}

.content_articlelist .media:hover .blog_image .image_overlay {
	opacity: 0.4;
}

.content_articlelist .media .media-body {
	padding-top: 10px;	
}

.content_articlelist .media .media-body .date,
.content_articlelist .media .media-body .cat {
	padding: 0;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	font-family: 'museo300';
}

.content_articlelist .media .media-body .date {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid #000 1px;	
}

.content_articlelist .media .media-body .cat a {
	color: #ed2931;
}

.content_articlelist .media .media-body .info_top {
	margin-bottom: 10px;	
}

.content_articlelist .media .media-body h2 {
	margin-bottom: 10px;
	max-height: 48px;
	font-size: 20px;
	line-height: 24px;
}

.content_articlelist .media h2 span.more {
	color: #ed2931;	
}

.content_articlelist .media .media-body p {
	margin: 0 0 10px 0;	
}


.content_articlelist .article_filter {
	padding: 29px 19px;
	background-color: #00acee;
 	background-image: -moz-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#dde6e6));
 	background-image: -webkit-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: -o-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: linear-gradient(to bottom, #f9f9f9, #dde6e6);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dde6e6', GradientType=0);
	border: solid #dde6e6 1px;
}

.content_articlelist .article_filter .article_search_form {
	margin: 15px 0 30px 0;	
}

.content_articlelist .article_filter .article_search_form .input-group {
	position: relative;
	padding-right: 25px;
	width: 100%;
}

.content_articlelist .article_filter .article_search_form input {
	height: 38px;
	border: solid #c6cccc 1px;
	border-right: 0;
}

.content_articlelist .article_filter .article_search_form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	background: #fff url(../images/search_icon.png) center center no-repeat;
	border: solid #c6cccc 1px;
	border-left: 0;
	border-radius: 0;
}

.content_articlelist .article_filter p.menu_filter {
	margin: 0;
	padding: 0 0 19px 0;
	font-size: 18px;
	line-height: 14px;
	font-family: 'thesansplain';
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	background: url(../images/sep_hor.gif) left bottom repeat-x;
}

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

.content_articlelist .article_filter ul li {
	margin: 0;
	padding: 0;	
}

.content_articlelist .article_filter ul li a {
	display: block;
	padding: 11px 10px 13px 10px;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 1px 1px 1px #fff;
	font-family: Georgia;
	background: url(../images/sep_hor.gif) left bottom repeat-x;
}

.content_articlelist .article_filter ul li a.selected,
.content_articlelist .article_filter ul li a:hover {
	color: #000;
}	



	/* HOVER */
	
.content_articlelist .media:hover {
	background: #8aa0ab;
	border: solid #758891 1px;
}

.content_articlelist .media:hover img {
	opacity: 0.7;
}

.content_articlelist .media:hover .media-body,
.content_articlelist .media:hover .media-body a,
.content_articlelist .media:hover .media-body h2 span.more {
	color: #fff;	
}

.content_articlelist .media:hover .media-body .date {
	border-color: #fff;
	color: #fff;	
}
	
	
	
/***** BLOG ARTICLE VIEW *****/

.content_articleview .infos_top {
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;	
}

.content_articleview .infos_top .date,
.content_articleview .infos_top .cat {
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-family: 'museo300';
}

.content_articleview .infos_top .date {
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid #000 1px;	
}

.content_articleview .infos_top .cat a {
	color: #ed2931;
}


.content_articleview h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 32px;
	text-transform: none;
}

.content_articleview .media h2 span.more {
	color: #ed2931;	
}

.content_articleview .media .media-body p {
	margin: 0 0 10px 0;	
}

.content_articleview .back_link {
	margin: 35px 0 0 0;
	padding: 13px 0 0 0;
	text-align: right;
	border-top: solid #e2e2e2 1px;	
}
	
	
	
	
	
	
/***** HOME *****/

#home #home_top {
	position: relative;
	margin: 0 0 39px 0;
	height: 495px;	
}

#home_top .content_textimg.main_text {
	margin: 65px 30px 30px 0;
	width: 365px;
}

#home_top .content_textimg.main_text h1 {
	color: #fff;
	/*color: #778c96;*/
	font-size: 45px;
	line-height: 55px;
	font-family: Georgia;
	/*text-shadow: 1px 1px 1px #fff;*/
}

#home_top .content_textimg.main_text p {
	font-size: 16px;
	line-height: 23px;
	/*color: #464646;	*/
	color: #fff;	
	/*text-shadow: 1px 1px 1px #fff;*/
}

#home_top .content_textimg.button_list {
	clear: both;
}

#home_top .content_textimg.button_list table tr td{
	text-align: center;
	border: none;
}

#home_top .content_textimg.button_list table tr td .btn-blue {
	padding: 12px 16px;
	font-size: 14px;
}
	


/*** HOME MIDDLE ***/

#home_middle {
	margin-bottom: 67px;
}

.block-tab-header {
	position: relative;
	float: left;
	padding: 26px 68px 0 68px;
	background: #fff;
	border: solid #d3d6d7 1px;
	border-bottom: none;
	z-index:2;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.block-tab-content {
	clear: both;
	overflow: hidden;
	position: relative;
	top: -1px;
	padding: 50px 68px 55px 68px;
	background: #fff;
	border: solid #d3d6d7 1px;
}


#home_middle .block-tab-header h2 {
	margin: 0 0 -8px 0;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'pill_gothic_300mgregular';
}


	/***** BLOG ARTICLELIST LATEST ***/

.content_articlelist.latest {

}

.content_articlelist.latest h3 {
	margin: 0;
	padding: 0 0 18px 20px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
    font-family: 'thesansplain';
	border-bottom: solid #e2e2e2 1px;
}

.content_articlelist.latest .content_articlelist_item {
	overflow: hidden;
	padding: 22px 20px 23px 20px;	
	border-bottom: solid #e2e2e2 1px;
}

.content_articlelist.latest .content_articlelist_item:hover {
	background: #feeaeb;
}


.content_articlelist.latest .date,
.content_articlelist.latest .cat {
	padding: 0;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	font-family: 'museo300';
}

.content_articlelist.latest .date {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid #000 1px;	
}

.content_articlelist.latest  .cat a {
	color: #ed2931;
}

.content_articlelist.latest .info_top {
	margin-bottom: 5px;	
}

.content_articlelist.latest .content_articlelist_item .date_container {
	margin: 0 8px 0 0;
}

.content_articlelist.latest .content_articlelist_item .date_container .month_day_date {
	padding: 3px 9px;
	height: 19px;
	font-size: 11px;
	line-height: 13px;
}

.content_articlelist.latest .content_articlelist_item .date_container .date_year {
	margin: 3px 0 0 0;
	padding: 1px 7px;
	font-size: 9px;
	line-height: 12px;
	height: 13px;
}

.content_articlelist.latest h4 {
	overflow: hidden;
	margin: 6px 0 0 0;
	max-width: 250px;
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia;
}

.content_articlelist.latest h4 span.more {
	color: #ed2931;
}


.content_articlelist.latest .more_link {
	padding: 18px 0 0 0;
	font-size: 11px;
	line-height: 14px;
}

.content_articlelist.latest .more_link span.more {
	color: #ed2931;
}


	/***** EVENTLIST LATEST ***/

.content_eventlist.latest {

}

.content_eventlist.latest h3 {
	margin: 0;
	padding: 0 0 18px 20px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
    font-family: 'thesansplain';
	border-bottom: solid #e2e2e2 1px;
}

.content_eventlist.latest .eventlist_event_item {
	overflow: hidden;
	padding: 22px 20px 23px 20px;	
	border-bottom: solid #e2e2e2 1px;
}

.content_eventlist.latest .eventlist_event_item:hover {
	background: #feeaeb;
}


.content_eventlist.latest .eventlist_event_item .date_container {
	margin: 0 8px 0 0;
}

.content_eventlist.latest .eventlist_event_item .date_container .month_day_date {
	padding: 3px 9px;
	height: 19px;
	font-size: 11px;
	line-height: 13px;
}

.content_eventlist.latest .eventlist_event_item .category_name {
	font-size: 11px;
	line-height: 19px;
	color: #ed2931;
	font-family: 'museo300';
}


.content_eventlist.latest .eventlist_event_item .date_container .date_year {
	margin: 3px 0 0 0;
	padding: 1px 7px;
	font-size: 9px;
	line-height: 12px;
	height: 13px;
}

.content_eventlist.latest .eventlist_event_item h4 {
	overflow: hidden;
	margin: 6px 0 0 0;
	max-width: 250px;
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia;
}

.content_eventlist.latest .eventlist_event_item h4 span.more {
	color: #ed2931;
}


.content_eventlist.latest .more_link {
	padding: 18px 0 0 0;
	font-size: 11px;
	line-height: 14px;
}

.content_eventlist.latest .more_link span.more {
	color: #ed2931;
}


	/**** HOME CAROUSEL ***/

#home_carousel {
	margin: 0 0 70px 0;
}

#home_carousel .content_textimg {
	margin: 0 0 5px 0;
}

#home_carousel .content_textimg h2 {
	margin: 0 0 2px 0;
	font-family: 'pill_gothic_300mgregular';
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}

#home_carousel .content_textimg p {
	font-size: 15px;
	line-height: 30px;
}

#home_carousel .content_image.carousel {
	position: relative;
}

#home_carousel .content_image.carousel .highlight_images_container .image_item {
	display: block;
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	width: 320px;
	height: 224px;
}

#home_carousel .content_image.carousel .prev_carousel {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: rgba(0, 0, 0, 0.7) url(../images/carousel_left.png) center center no-repeat;
	cursor: pointer;
}

#home_carousel .content_image.carousel .next_carousel {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: rgba(0, 0, 0, 0.7) url(../images/carousel_right.png) center center no-repeat;	
	cursor: pointer;
}

#home_carousel .content_image.carousel .prev_carousel:hover {
	background: rgba(0, 0, 0, 0.6) url(../images/carousel_left.png) center center no-repeat;
}

#home_carousel .content_image.carousel .next_carousel:hover {
	background: rgba(0, 0, 0, 0.6) url(../images/carousel_right.png) center center no-repeat;
}


	/*** HOME BOTTOM ***/

#home_bottom {
	margin-bottom: 70px;
}

#home_bottom .content_newsletterregister {
	position: relative;
	padding: 33px 40px 48px 40px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	border: solid #c7cacb 1px;
}

#home_bottom .content_newsletterregister .join_us {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 111px;
	height: 111px;
	background: url(../images/join_us.png) left top no-repeat;
}

#home_bottom .content_newsletterregister h2 {
	margin: 0 0 5px 0;
	font-family: 'pill_gothic_300mgregular';
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

#home_bottom .content_newsletterregister p {
	font-size: 18px;
	line-height: 22px;
	font-family: 'thesansplain';
	text-transform: uppercase;	
}

.content_newsletterregister ul,
#home_bottom .content_newsletterregister ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.content_newsletterregister li,
#home_bottom .content_newsletterregister li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 0 35px;	
	height: 30px;
	line-height: 30px;
	color: #8cae35; 
	background: url(../images/check.png) left center no-repeat;
}

.content_newsletterregister li {
	padding: 0 0 0 40px;
}

#home_bottom .content_newsletterregister hr {
	height: 1px;
	border: none;
	border-bottom: solid #E2E2E2 1px;
	margin: 30px 0 30px 0;
}

.content_newsletterregister p.with_no_marge,
#home_bottom .content_newsletterregister p.with_no_marge {
	display: none;	
}


.content_newsletterregister form,
#home_bottom .content_newsletterregister form {
	margin: 10px 0 0 0;
}

.content_newsletterregister form input,
#home_bottom .content_newsletterregister form input {
	height: 48px;
	background: #eeeeee;
	border-right: none;
}

#home_bottom .content_newsletterregister form .alert.alert-error {
	padding: 5px 13px;
	margin-top: 10px;	
}

/**** IMAGES ****/

	/**** BORDERED ****/

.content_image.bordered {
	padding: 9px;
	background: #fff;
	border: solid #d3d6d7 1px;
}




/***** Table *****/

table {
	margin-bottom: 20px;
	width:100%;
}

table tr {
}

table tr td,
table tr th {
	border-bottom: 1px solid #d8d9cf;
	padding: 10px 0px;
	text-align: left;
}

table.table-striped>tr:nth-child(odd)>td, .table-striped>tr:nth-child(odd)>th {
background-color: #F9F9F9;
}

.table-striped thead>tr>th, .table-striped tbody>tr>th, .table-striped tfoot>tr>th, .table-striped thead>tr>td, .table-striped tbody>tr>td, .table-striped tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #DDD;
}

.content_table p {
	margin: 0;	
}


.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	border-top: 1px solid #e2e2e2;
}

/**** DYNAMIC FORM ***/

.content_form .form-tab-header {
	position: relative;
	float: left;
	padding: 26px 68px 0 68px;
	background: #fff;
	border: solid #d3d6d7 1px;
	border-bottom: none;
	z-index:2;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main .content_form .form-tab-header {
	display: none;
	border-radius: 0;
	border: none;
}

#main .content_form .form-tab-content {
	border: none;
}

.content_form .form-tab-header h2 {
	margin: 0 0 -8px 0;
	padding: 0;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'pill_gothic_300mgregular';
}

.content_form .form-tab-content {
	clear: both;
	position: relative;
	top: -1px;
	padding: 40px 68px 45px 68px;
	background: #fff;
	border: solid #d3d6d7 1px;
}

.content_form .form-tab-content p {
	margin: 0 0 50px 0;
	padding: 0 0 23px 0;
	font-size: 14px;
    font-family: Georgia;
	border-bottom: solid #e2e2e2 1px;
}

.content_form .form-control {
	height: 45px;
	border: solid #d3d6d7 1px;
}

.content_form .form-group {
	margin-bottom: 30px;	
}


.content_form #message.form-control {
	height: 194px;	
}

.content_form .btn.btn-red {
	padding: 13px 23px;
	line-height: 20px;
	font-weight: normal;
}

.form-control::-webkit-input-placeholder { color: #a2a2a2; }
.form-control::-moz-placeholder { color: #a2a2a2; } /* firefox 19+ */
.form-control:-ms-input-placeholder { color: #a2a2a2; } /* ie */
.form-control:-moz-placeholder { color: #a2a2a2; }


/* REQUEST FORM */

.content_form.form_request {
	
}

.content_form.form_request form {
	padding: 15px 25px;
}

.content_form.form_request dt {
	clear: both;
	display: block;
	float: left;
	width: 40%;
	margin: 0 0 2px 0;
}

.content_form.form_request dt .mandatory {
	color: red;
}

.content_form.form_request dt#request_type-label,
.content_form.form_request dt#request_type-element {
	margin-bottom: 40px;
}

.content_form.form_request dt#lastname-label,
.content_form.form_request dd#lastname-element {
	margin-top: 20px;
}

.content_form.form_request dd {
	float: right;
	width: 55%;
	margin: 0 0 25px 0;
}

.content_form.form_request dd label {
	font-weight: normal;
}

.content_form.form_request dd input[type="checkbox"] {
	margin: 0 8px 0 0;
}

.content_form.form_request dd textarea,
.content_form.form_request dd input[type="text"] {
	width: 100%;
}

.content_form.form_request dd select {
	padding: 5px;
	width: 100%;
}

.content_form.form_request #Envoyer-label {
	display: none;
}

.content_form.form_request #Envoyer-element {
	clear: both;
	float: right;
	width: auto;
}



/*** CONTACT ***/


/* Google Map
=================================================================== */


#googlemaps{
	position: relative;
	top: 0;
	margin-bottom: 39px;
	width: 100%;
	height: 527px;
	border-bottom: solid #fff 1px;
	z-index: 1;
}

#small-map-container {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	border: 5px solid #f6f6f6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	height: 210px;
	width: 210px;
	margin-bottom: -215px;

}

#small-map-container a {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	height: 210px;
	width: 210px;
	display: block;
}
	
#small-map {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	margin-left: 5px;
}

#main_contact #breadcrumb {
	position: relative;
	z-index: 5;
}

/**** CONTACT TOP ****/

#main_contact .contact_top{
	position: relative;
	margin: 0 0 39px 0;
	z-index: 5;
}

#home_bottom .content_textimg,
.contact_top .content_textimg {
	float: right;
	padding: 33px 40px 15px 40px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	border: solid #c7cacb 1px;
}



#home_bottom .content_textimg {
	float: left;
}

#home_bottom .content_textimg h2,
.contact_top .content_textimg h2 {
	margin: 0 0 5px 0;
	font-family: 'pill_gothic_300mgregular';
	font-size: 40px;
	line-height: 40px;
}

#home_bottom .content_textimg hr,
.contact_top .content_textimg hr {
	height: 1px;
	border: none;
	border-bottom: solid #e2e2e2 1px;
	margin: 30px 0;
}




/***** Gallery view *****/

.content_galleryview .row {
	margin-top: 35px;
}

.content_galleryview .thumbnail {
	margin-bottom: 25px;
	overflow: hidden;
}

/***** Gallery preview *****/

.content_gallerypreview {
	margin-bottom: 35px;
}


/**** TEXT IMG ****/

.content_textimg {
	clear: both;	
}

.content_textimg.default img.pull-left {
	margin: 0 20px 15px 0;
}
.content_textimg.default img.pull-right {
	margin: 0 0 15px 20px;
}

.content_textimg.default {
	list-style-position: inside;
}


.content_textimg ul {
	overflow: hidden;
}


/***** TEXT IMG MEDIA ****/

.content_textimg.media {
	margin: 0 0 29px 0;
}

.content_textimg.media.small {
	clear: none;	
	float: left;
	width: 48%;
	margin: 0 0 29px 4%;
}

.content_textimg.media.small h3 {
	overflow: hidden;
	max-height: 48px;
}

.content_textimg.media.small.left_column {
	clear: both;
	margin-left: 0;
}

.content_textimg.media.small > .pull-left {
	margin-right: 20px;
}

.content_textimg.media.small p {
	margin: 0;
}


/***** MEDIA ****/

.content_medialibrary.listing {
	padding-right: 15px;
	padding-left: 15px;
}

.content_medialibrary .navigation_container {
	position: relative;
	top: 1px;
	z-index: 25;
}

.content_medialibrary .navigation_container a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 28px;
	height: 41px;
	font-size: 18px;
	color: #fff;
	line-height: 41px;
    font-family: 'thesansplain';
   	text-decoration: none;
	border: 1px solid #788b94;
	border-bottom: none;
	background: #8aa0ab;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.content_medialibrary .navigation_container a:hover,
.content_medialibrary .navigation_container a.selected {
	color: #000;
	background: #fff;
	border: solid #d3d6d7 1px;
	border-bottom: solid #fff 1px;
}

.content_medialibrary .medialibrary_container {
	clear: both;
	margin-bottom: 65px;
	padding: 30px;
	background: #fff;
	border: solid #d3d6d7 1px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}


.content_medialibrary .media_filter .panel-lightblue {
	overflow: hidden;
	margin-bottom: 35px;
	padding: 7px;
	background: #dde6e6;
	border: solid #d0d8d8 1px;
}

.content_medialibrary .media_filter form.filter_form {
	float: left;	
	/*padding-right: 41px;
	background: url(../images/vert_sep.jpg) right top repeat-y;*/
}

.content_medialibrary .media_filter form.filter_form {
	margin-right: 39px;
	
}

.content_medialibrary .media_filter a.btn.btn-red {
	font-family: Georgia;
	font-weight: normal;	
}

.content_medialibrary .media_filter .form-group {
	padding-right: 17px;	
}

.content_medialibrary .media_filter .date-group {
	max-width: 220px;
}

.content_medialibrary .media_filter .input-group-addon.datepicker_icon {
	padding-left: 25px;
	padding-right: 10px;
	background: #fff url(../images/calendar_icon.png) 15px 10px no-repeat;
	border: solid #6c7d85 1px;
	border-right: none;
	border-radius: 0;
}

.content_medialibrary .media_filter input,
.content_medialibrary .media_filter select {
	margin-top: 0px;
	height: 38px;
	font-size: 14px;
	line-height: 26px;
	font-family: Georgia;
	border: solid #c6cccc 1px;
	box-shadow: 1px 1px 1px #edf5f5;
}

.content_medialibrary .media_filter select {
	min-width: 250px;
}

.content_medialibrary .media_filter input {
	padding-left: 4px;
	border-left: none;
}

.content_medialibrary .media_filter input:focus {
	box-shadow: none;
}

.content_medialibrary .media_filter button {
	margin-top: 1px;	
}

.content_medialibrary .media_filter button .glyphicon {
	position: relative;
	top: 2px;
}

.content_medialibrary .media_filter button:hover {
	text-decoration: none;
}


.content_medialibrary .media_filter .media_search_form {
	margin: 0;	
	min-width: 250px;
}

.content_medialibrary .media_filter .media_search_form .input-group {
	position: relative;
	padding-right: 25px;
	width: 100%;
}

.content_medialibrary .media_filter .media_search_form input {
	padding-left: 15px;
	height: 38px;
	border: solid #c6cccc 1px;
	border-right: 0;
}

.content_medialibrary .media_filter .media_search_form button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	height: 38px;
	background: #fff url(../images/search_icon.png) center center no-repeat;
	border: solid #c6cccc 1px;
	border-left: 0;
	border-radius: 0;
}

.content_medialibrary #blockLoading {
	display: none;
	width: 100%;
	height: 15px;
	padding:5px 10px 8px 10px;
	position: absolute;
	background: url(../images/loading.gif) 50% 50% no-repeat;
	top: 137px;
	margin-top:-30px;
	font-family: ColaborateLightRegular, Arial, sans-serif;
	-webkit-transition: margin-top 80ms ease-out;
	-moz-transition: margin-top 80ms ease-out;
	-o-transition: margin-top 80ms ease-out;
	transition: margin-top 80ms ease-out;
	z-index: 15;
}

.content_medialibrary .medialibrary_media .panel {
	margin-bottom: 50px;
	transition:all linear 100ms;
}

.content_medialibrary .medialibrary_media .panel .media_image {
	position: relative;
	overflow: hidden;
	max-height: 160px;
	text-align: center;	
}

.content_medialibrary .medialibrary_media .panel .image_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
}

.content_medialibrary .medialibrary_media .panel:hover .image_overlay {
	opacity: 0.4;
}

.content_medialibrary .medialibrary_media .panel .media .media_type {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 6px;
	height: 32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
    font-family: 'the_sans_semi_bold-regular';
	line-height: 32px;
	background: rgb(236, 28, 35);
	background: rgba(236, 28, 35, 0.9);
}

.content_medialibrary .medialibrary_media .panel .media .media_type.icon_download_big {
	padding: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/download_icon_big.png);
	background-position: center;
	background-repeat: no-repeat;
}

.content_medialibrary .medialibrary_media .panel .media .media_type.icon_video {
	padding: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/video_icon.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.content_medialibrary .medialibrary_media .panel .media .media_type.icon_gallery {
	padding: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/gallery_icon.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.content_medialibrary .medialibrary_media .panel img {
	
}


.content_medialibrary .medialibrary_media .panel a,
.content_medialibrary .medialibrary_media .panel a:hover {
	text-decoration: none;
}

.content_medialibrary .medialibrary_media .panel .media-body {
	padding: 0 9px;
	padding-top: 4px;
	height: 102px;
}


.content_medialibrary .medialibrary_media .panel h3 {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	height: 32px;
	font-size: 13px;
	line-height: 16px;
	color: #0095da;
	font-family: Georgia;
}

.content_medialibrary .medialibrary_media .panel h3 span.more {
	color: #ed2931;	
}

.content_medialibrary .medialibrary_media .media_date,
.content_medialibrary .medialibrary_media .media_category {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 14px;	
    font-family: 'thesansplain';
	color: #000;
}

.content_medialibrary .medialibrary_media .media_date {
	padding-top: 10px;
	border-top: solid #e2e2e2 1px;
}

.content_medialibrary .medialibrary_media .media_category {
	color: #ed2931;
}

/* HOVER */
	
.content_medialibrary .medialibrary_media .panel:hover {
	background: #8aa0ab;
	border: solid #758891 1px;
}


.content_medialibrary .medialibrary_media .panel:hover .media_date,
.content_medialibrary .medialibrary_media .panel:hover .media_category,
.content_medialibrary .medialibrary_media .panel:hover h3,
.content_medialibrary .medialibrary_media .panel:hover h3 span.more {
	color: #fff;	
}

.content_medialibrary .medialibrary_media .panel:hover .media .media_type {
	background-color: #000;
	color: #fff;	
}




/****** LIBRAIRIE MEDIA DETAILS *****/

.content_medialibrary_view .media_details_left {
	padding-left: 0;
	padding-right: 30px;	
}

.content_medialibrary_view .media_details_left img {
	border: solid #d3d7d8 1px;		
}

.content_medialibrary_view .media_details_left .media_preview_container {
	overflow: hidden;
	margin: 0 0 0 0;
	height: 370px;
	background-color: #00ACEE;
	background-image: -moz-linear-gradient(top, #f9f9f9, #dde6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#DDE6E6));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #DDE6E6);
	background-image: -o-linear-gradient(top, #f9f9f9, #dde6e6);
	background-image: linear-gradient(to bottom, #F9F9F9, #DDE6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dde6e6', GradientType=0);
	border: solid #DDE6E6 1px;
}

.content_medialibrary_view .media_details_left .media_preview {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 741px;
	height: 370px;
}

.content_medialibrary_view .media_details_left .media_download {
	margin: 20px 0 0 0;
	width: 100%;
	height: 25px;
	text-align: center;
}

.content_medialibrary_view .media_details_left .media_download a.download_media {
	font-size: 14px;
}

.content_medialibrary_view .media_details_left .media_download a.download_media span.download_icon {
	display: inline-block;
	margin: 0 0 0 5px;
	width: 14px;
	height: 12px;
	background: url(../images/download_icon.png) left center no-repeat;
}

.content_medialibrary_view .media_details_left .media_top_infos {
	overflow: hidden;
	padding: 24px 0 7px 0;
	border-bottom: solid #e2e2e2 1px;
}

.content_medialibrary_view .media_details_left .media_date,
.content_medialibrary_view .media_details_left .media_category {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;	
    font-family: 'thesansplain';
	color: #000;
}

.content_medialibrary_view .media_details_left .media_category {
	color: #ed2931;
}

.content_medialibrary_view .media_details_left .media_preview_container {
	position: relative;	
}

.content_medialibrary_view .media_details_left .media_preview_container img {
	margin: 0 !important;	
}

.content_medialibrary_view .media_details_left .media_preview_container #nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: auto;
	max-width: 650px;
	height: 10px;
	z-index: 80;
	overflow: hidden;
	text-align: right;
}

.content_medialibrary_view .media_details_left .media_preview_container #nav a {
	margin-right: 7px;
	height: 0px;
	width: 9px;
	padding-top: 9px;
	overflow: hidden;
	display: block;
	border-radius: 999px;
	-moz-border-radius: 999px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	display: inline-block;
	background: #FFF;
}

.content_medialibrary_view .media_details_left .media_preview_container #nav a.activeSlide {
	background: #ed1d24;
}




	/* related */
.content_medialibrary_view .media_details_right {
	padding: 35px 19px 20px 19px;
	background-color: #00acee;
 	background-image: -moz-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#dde6e6));
 	background-image: -webkit-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: -o-linear-gradient(top, #f9f9f9, #dde6e6);
 	background-image: linear-gradient(to bottom, #f9f9f9, #dde6e6);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dde6e6', GradientType=0);
	border: solid #dde6e6 1px;	
}

.content_medialibrary_view .media_details_right p.menu_title {
	margin: 0;
	padding: 0 0 19px 0;
	font-size: 18px;
	line-height: 14px;
	font-family: 'thesansplain';
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	background: url(../images/sep_hor.gif) left bottom repeat-x;
	
}

.content_medialibrary_view .media_details_right .media {
	margin-top: 20px;
	background: #fff;	
}

.content_medialibrary_view .media_details_right .media .media-body {
	padding-top: 13px;	
}

.content_medialibrary_view .media_details_right .media>.pull-left {
	margin-right: 10px;	
}

.content_medialibrary_view .media_details_right h3 {
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	max-height: 40px;
	font-size: 13px;
	line-height: 15px;
	color: #0095da;
	font-family: Georgia;
	border-bottom: solid #e2e2e2 1px;
}

.content_medialibrary_view .media_details_right h3 span.more {
	color: #ed2931;	
}

.content_medialibrary_view .media_details_right .media_date,
.content_medialibrary_view .media_details_right .media_category {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 14px;	
    font-family: 'thesansplain';
	color: #000;
}

.content_medialibrary_view .media_details_right .media_category {
	color: #ed2931;
}



.content_medialibrary_view .media_details_right .media .media_type {
	position: absolute;
	left: 9px;
	bottom: 9px;
	padding: 0 6px;
	height: 32px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
    font-family: 'the_sans_semi_bold-regular';
	line-height: 32px;
	background: rgb(236, 28, 35);
	background: rgba(236, 28, 35, 0.9);
}

.content_medialibrary_view .media_details_right .media .media_type.icon_download_big {
	padding: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/download_icon_big.png);
	background-position: center;
	background-repeat: no-repeat;
}

.content_medialibrary_view .media_details_right .media .media_type.icon_video {
	padding: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/video_icon.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.content_medialibrary_view .media_details_right .media .media_type.icon_gallery {
	padding: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/gallery_icon.gif);
	background-position: center;
	background-repeat: no-repeat;
}




/**** MEDIA HOME ****/

.content_medialibrary.latest {

}

.content_medialibrary.latest h3 {
	margin: 0;
	padding: 0 0 18px 20px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
    font-family: 'thesansplain';
	border-bottom: solid #e2e2e2 1px;
}

.content_medialibrary.latest .medialibrary_media {
	overflow: hidden;
	padding: 22px 20px 23px 20px;	
	border-bottom: solid #e2e2e2 1px;
}

.content_medialibrary.latest .medialibrary_media:hover {
	background: #feeaeb;
}


.content_medialibrary.latest .info_top {
	margin-bottom: 5px;	
}

.content_medialibrary.latest .date_container {
	margin: 0 8px 0 0;
}

.content_medialibrary.latest .date_container .month_day_date {
	padding: 3px 9px;
	height: 19px;
	font-size: 11px;
	line-height: 13px;
}

.content_medialibrary.latest .date_container .date_year {
	margin: 3px 0 0 0;
	padding: 1px 7px;
	font-size: 9px;
	line-height: 12px;
	height: 13px;
}



.content_medialibrary.latest h4 {
	overflow: hidden;
	margin: 6px 0 0 0;
	max-width: 250px;
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia;
}

.content_medialibrary.latest p {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 35px;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia;
}

.content_medialibrary.latest p a {
	color: #ed2931;
}

.content_medialibrary.latest h4 span.more {
	color: #ed2931;
}


.content_medialibrary.latest .more_link {
	padding: 18px 0 0 0;
	font-size: 11px;
	line-height: 14px;
}

.content_medialibrary.latest .more_link span.more {
	color: #ed2931;
}









/* SLIDER */

.content_medialibrary_slider {

}

.content_medialibrary_slider h1 {
    margin: 0 0 40px 0;
    padding: 40px 0 0 0;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}

.medialibrary_slider_container {
    position: relative;
    margin: 5px auto 120px;
}


.medialibrary_slider_container .medialibrary_slider {
	margin: 0 auto;
	width: 900px;
	max-height: 310px;
    -webkit-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    -webkit-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    overflow-y: hide;
}

.medialibrary_slider_container .medialibrary_slider ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.medialibrary_slider_container .medialibrary_slider ul li {
    position: relative;
    float: left;
    margin: 10px -55px 5px;
    padding: 10px 10px 28px;
    width: 288px;
    height: 288px;
    color: #000;
    background: #fff;
    -webkit-transform: rotateY(40deg) scale(0.88);
    -ms-transform: rotateY(40deg) scale(0.88);
    transform: rotateY(40deg) scale(0.88);
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    opacity: 0.6;
    border: 1px solid #d3d6d7;
}

.medialibrary_slider_container .medialibrary_slider ul li.active ~ li {
    -webkit-transform: rotateY(-40deg) scale(0.88);
    -ms-transform: rotateY(-40deg) scale(0.88);
    transform: rotateY(-40deg) scale(0.88);
}

.medialibrary_slider_container .medialibrary_slider ul li.active {
    z-index: 10;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.medialibrary_slider_container .media_text_block {
    margin: 13px 10px 10px 10px;
    position: relative;
}

.medialibrary_slider_container .media_text_block h3 {
	clear: both;
	overflow: hidden;
	margin: 0 0 14px 0;
	padding: 0 10px 13px 10px;	
	font-size: 13px;
	line-height: 16px;
	color: #0095da;
	font-family: Georgia;
	border-bottom: solid #E2E2E2 1px;
}

.medialibrary_slider_container .media_text_block h3 a {
	display: block;
	overflow: hidden;
	height: 32px;
    color: #0095da;
}

.medialibrary_slider_container .media_text_block h3 a:after {
    content: ' +';
    color: #ed2931;
}


.medialibrary_slider_container .media_date,
.medialibrary_slider_container .media_category {
    margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 14px;
	font-family: 'thesansplain';
	color: #000;
}

.medialibrary_slider_container .media_category {
	color: #ED2931;
}


.medialibrary_slider_container a.download_media {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 12px;
    background: url(../images/download_icon_red.png) left top no-repeat;
}

.medialibrary_slider_container .content_medialibrary_media {
    position: relative;
}

.medialibrary_slider_container .media_preview .media_type {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: thesansplain;
    background: rgb(236, 28, 35);
	background: rgba(236, 28, 35, 0.9);
}

.medialibrary_slider_container .medialibrary_slider ul li .media_preview {
    overflow: hidden;
    position: relative;
    margin-bottom: 2px;
    height: 154px;
    text-align: center;
}

.medialibrary_slider_container .medialibrary_slider ul li .media_preview img {
    
}

.medialibrary_slider_container .sliderButton {
    position: absolute;
    margin:0;
    padding: 0;
    width: 13px !important;
    height: 23px !important;
    color: #000;
    background: transparent;
    border: none;
    border-radius: 0;
}

.medialibrary_slider_container .sliderButton:hover {
    box-shadow: none;
}

.medialibrary_slider_container .sliderButton.prevButton {
    left: -10px;
    top: 130px;
    background: url(../images/slider_arrow_left.png) left top no-repeat;
}

.medialibrary_slider_container .sliderButton.nextButton {
    right: -10px;
    top: 130px;
    background: url(../images/slider_arrow_right.png) left top no-repeat;
}






/* ______________________________________________________________________________
 * 
 * Search Results
 * ______________________________________________________________________________
 */

.content_searchresults h1 {
    margin-bottom: 30px;
}

.content_searchresults .hit {
    margin: 0 0 30px 0;
}

.content_searchresults .hit h2 {
    font-weight: normal;
    margin: 0;
    line-height: 22px;
}

.content_searchresults .hit h2 a {
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
	color: #ED2931;
}

.content_searchresults .hit h2 a:hover {
    text-decoration: none;
}

.content_searchresults .bottom_link,
.content_searchresults .bottom_link a {
    color: #5DA7D8;
    text-decoration: none;
}

.content_searchresults .hit p {
    color: #666666;
    line-height: 18px;
    margin: 0;
}

.content_searchresults .hit em {
    font-weight: bold;
    font-style: normal;
}
.content_searchresults .hit h2 a em {
    font-style: normal;
    font-weight: bold;
}







/***** Messages *****/

#system_messages .messages { 
	padding: 15px 25px;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;
	margin-bottom:20px;
	border: solid #bddab7 1px;
}
#system_messages .messages p { 
	margin:0;
}

#system_messages .messages.messages_error { 
	background: #ffdfdf !important;
	color:red;
}

#system_messages .messages.messages_success { 
	background: #e4ffde !important;
	color:green;
}


.form_messages{
}

.form_messages.messages_error{
	color: red;
}

.form_messages..messages_warning{
	color: #ff6c00;
}

.form_messages..messages_success{
	color: green;
}




#footer {
	padding: 45px 0;
	border-top: solid #758891 1px;
	background: #8aa0ab;
}

#footer h2.footer_h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'thesansplain';
	color: #fff;	
	background: url(../images/sep.gif) left bottom repeat-x;
}

#footer .footer-content {
	margin: 0 0 18px 0;
	padding: 20px 0;	
	background: url(../images/sep.gif) left bottom repeat-x;
}


#footer .footer-content .content_navigation {
	margin: 0 0 10px 0;
}

#footer .footer-content .content_navigation.two_columns.categories {
	padding-left: 0;
}

#footer .footer-content .content_navigation h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'thesansplain';
	font-size: 18px;
	line-height: 25px;
	color: #4e5a5f;
	background: none;
	text-transform: uppercase;		
}

#footer .footer-content .content_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-content .content_navigation.two_columns li {
	float: left;
	width: 173px;
}
#footer .footer-content .content_navigation.two_columns.services li {
	width: 100px;
}

#footer .footer-content .content_navigation.two_columns li:nth-of-type(2n+2) {
	margin-left: 30px;
}

#footer .footer-content .content_navigation.two_columns li:nth-of-type(2n+1) {
	clear: both;
}

#footer .footer-content .content_navigation li a {
	color: #fff;
	font-size: 11px;
	line-height: 28px;
}


#footer .footer-content .content_navigation.two_columns.services li a {
	padding-left: 23px;
}
	
#footer .footer-content .content_navigation.two_columns.services ul li a.element_61 {
	background: url(../images/icon_newsletter.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.two_columns.services ul li a.element_61:hover {
	background: url(../images/icon_newsletter_h.png) left center no-repeat;	
}

#footer .footer-content .content_navigation.two_columns.services ul li a.element_57 {
	background: url(../images/icon_agenda.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.two_columns.services ul li a.element_57:hover {
	background: url(../images/icon_agenda_h.png) left center no-repeat;	
}

#footer .footer-content .content_navigation.two_columns.services ul li a.element_59 {
	background: url(../images/icon_blog.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.two_columns.services ul li a.element_59:hover {
	background: url(../images/icon_blog_h.png) left center no-repeat;	
}

#footer .footer-content .content_navigation.two_columns.services ul li a.element_60 {
	background: url(../images/icon_media.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.two_columns.services ul li a.element_60:hover {
	background: url(../images/icon_media_h.png) left center no-repeat;	
}

#footer .footer-content .content_navigation.two_columns.services ul li a.element_58 {
	background: url(../images/icon_annuaire.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.two_columns.services ul li a.element_58:hover {
	background: url(../images/icon_annuaire_h.png) left center no-repeat;	
}

#footer .footer-content .content_navigation.two_columns.services ul li a.element_62 {
	background: url(../images/icon_phone.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.two_columns.services ul li a.element_62:hover {
	background: url(../images/icon_phone_h.png) left center no-repeat;
}




#footer .footer-content .content_navigation.usefull_links li a {
	padding-left: 29px;
}
	
#footer .footer-content .content_navigation.usefull_links ul li a.element_54 {
	background: url(../images/icon_guichet.png) 3px center no-repeat;	
}
#footer .footer-content .content_navigation.usefull_links ul li a.element_54:hover {
	background: url(../images/icon_guichet_h.png) 3px center no-repeat;	
}

#footer .footer-content .content_navigation.usefull_links ul li a.element_55 {
	background: url(../images/icon_mobilite.png) 4px center no-repeat;	
}
#footer .footer-content .content_navigation.usefull_links ul li a.element_55:hover {
	background: url(../images/icon_mobilite_h.png) 4px center no-repeat;	
}

#footer .footer-content .content_navigation.usefull_links ul li a.element_56 {
	background: url(../images/icon_ma_commune.png) left center no-repeat;	
}
#footer .footer-content .content_navigation.usefull_links ul li a.element_56:hover {
	background: url(../images/icon_ma_commune_h.png) left center no-repeat;	
}





#footer .agence,
#footer .agence a {
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #fff;	
}

#footer .agence a {
	text-decoration: underline;	
}
#footer .agence a:hover {
	text-decoration: none;
}