/*********************/
/* 0. Fonts
/* 1. Main
/* 2. Header
/*		2.1. Top menu
/*		2.2. Site title
/*		2.3. Navigation
/* 3. Slider
/* 4. Section
/*		4.1. Fil d'Ariane
/* 5. Footer
/* 6. Circuits
/*********************/
div.modal_temp {
	text-align: justify;
	font-family: Miso Regular;
	font-size: 21px;
}
/************/
/* 0. Fonts */
/************/
@font-face {
    font-family: 'ITC Avant Garde Gothic Book BT';
    src: url('../fonts/avantgardeitcbybt-book-webfont.eot');
    src: url('../fonts/avantgardeitcbybt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardeitcbybt-book-webfont.woff') format('woff'),
         url('../fonts/avantgardeitcbybt-book-webfont.ttf') format('truetype'),
         url('../fonts/avantgardeitcbybt-book-webfont.svg#itc_avant_garde_gothic_bookRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Book BT';
    src: url('../fonts/avantgardeitcbybt-bookoblique-webfont.eot');
    src: url('../fonts/avantgardeitcbybt-bookoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardeitcbybt-bookoblique-webfont.woff') format('woff'),
         url('../fonts/avantgardeitcbybt-bookoblique-webfont.ttf') format('truetype'),
         url('../fonts/avantgardeitcbybt-bookoblique-webfont#itc_avant_garde_gothic_bookRg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Miso Regular';
    src: url('../fonts/miso-regular-webfont.eot');
    src: url('../fonts/miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miso-regular-webfont.woff') format('woff'),
         url('../fonts/miso-regular-webfont.ttf') format('truetype'),
         url('../fonts/miso-regular-webfont.svg#misoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Miso Light';
    src: url('../fonts/miso-light-webfont.eot');
    src: url('../fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miso-light-webfont.woff') format('woff'),
         url('../fonts/miso-light-webfont.ttf') format('truetype'),
         url('../fonts/miso-light-webfont.svg#misolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    src: url('../fonts/helveticaneueltstd-lt.eot');
    src: url('../fonts/helveticaneueltstd-lt.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-lt.woff') format('woff'),
         url('../fonts/helveticaneueltstd-lt.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-lt.svg#HelveticaNeueLTStd45Light') format('svg');
}
/*ICOMOON*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?blqhoo');
	src:url('../fonts/icomoon.eot?#iefixblqhoo') format('embedded-opentype'),
		url('../fonts/icomoon.woff?blqhoo') format('woff'),
		url('../fonts/icomoon.ttf?blqhoo') format('truetype'),
		url('../fonts/icomoon.svg?blqhoo#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
	content: "\e600";
}
.icon-map2:before {
	content: "\e601";
}
.icon-book:before {
	content: "\e602";
}
.icon-map3:before {
	content: "\e603";
}
.icon-newspaper:before {
	content: "\e604";
}
.icon-book2:before {
	content: "\e605";
}

/***********/
/* 1. Main */
/***********/
body {
	width: 1190px;
	margin: 0 auto;
}
a {
	color: #99383d;
}
input[type="text"], input[type="email"], input[type="password"] {
	border:0; 
	padding:10px; 
	font-size:12px; 
	font-family:Arial, sans-serif; 
	color:#aaa; 
	border:solid 1px #ccc; 
	margin:0 0 20px; 
	width:300px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
	border: 1px solid #7d7b72;
	outline: none;
}
#left_column {
	width: 110px;
	float: left;
}
#left_column .logo1 {
	position: fixed;
}
#left_column .logo2 {
	position: fixed;
	bottom: 0px;
}
#right_column {
	width: 1080px;
	float: left;
	margin-left: 110px;
}
#right_column .pagination
{
	/* border-top: 1px solid #DDDDDD; */
	clear: both;
	/* display: inline-block; */
	/* float: right; */
	margin: 10px auto;
	padding: 10px 0;
}
#right_column .pagination ul
{
		list-style-type:none;
		margin:0;
		padding:0;
		text-align:center;
}

#right_column .pagination li
{
		display:inline;
		padding:2px 5px;
		text-align:left;
		border:solid 0px #eee;
		margin:0 2px
}
#right_column .pagination li{

}
.pagenav
{padding:2px; clear: both;}
#right_column .pagination li.pagination-start,
#right_column .pagination li.pagination-next,
#right_column .pagination li.pagination-end,
#right_column .pagination li.pagination-prev
{	border:0;
}

#right_column .pagination li.pagination-start ,
#right_column .pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
		font-weight:bold;
}
/*************/
/* 2. Header */
/*************/
header {

}
	/* 2.1. Top menu */
	header aside.top_menu {
		clear: both;
		background: #545146;
		overflow: hidden;
		border-bottom: 1px solid #7d7b72;
	}
	header aside.top_menu  ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
	}
	header aside.top_menu  ul li {
		float: left;
	}
	header aside.top_menu  ul li span,
	header aside.top_menu  ul li a {
		display: block;
		color: #a8a599;
		text-decoration: none;
		padding: 0 10px;
		line-height: 20px;
		font-size: 13px;
		font-family: 'ITC Avant Garde Gothic Book BT';
	}
	header aside.top_menu  ul li span:hover,
	header aside.top_menu  ul li a:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	header .mod-languages {
		float: left;
	}
	header aside .mod-languages ul li a {
		padding: 0;
	}
	/* 2.2. Site title */
	header aside.site_title a {
		background: #545146;
		font-family: 'ITC Avant Garde Gothic Book BT';
		font-style: italic;
		display: block;
		text-decoration: none;
		font-size: 22px;
		padding: 5px 0 15px 20px;
		color: #FFF;
		color: rgba(255, 255, 255, 0.5);
		text-transform: uppercase;
	}

	/* 2.3. Navigation */
	header nav {
		background: #545146;
		border-bottom: 2px solid #38362f;
	}
	header nav > ul {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 36px;
		margin-left: 5px;
	}
	header nav > ul > li {
		float: left;
		position: relative;
	}
	header nav > ul > li > span,
	header nav > ul > li > a {
		display: block;
		font-size: 14px;
		font-family: 'ITC Avant Garde Gothic Book BT';
		text-transform: uppercase;
		color: #fff;
		*font-weight: bold;
		text-decoration: none;
		padding: 10px 15px;
	}
	header nav > ul > li.active > span,
	header nav > ul > li.active > a,
	header nav > ul > li:hover.active > span,
	header nav > ul > li:hover.active > a{
		background: #fff;
		color: #545146;
	}
	header nav > ul > li:hover > span,
	header nav > ul > li:hover > a{
		background: #eee;
		color: #545146;
	}
	
	header nav > ul > li > span:hover {
		cursor: default;
	}
	header nav > ul > li:first-child > a {
		padding-left: 20px;
	}
	
	header nav > ul > li > ul {
		display: none;
		z-index: 4;
		left: -400px;
		list-style: none;
		padding: 15px 0 5px 0;
		max-height: 500px;
		*width: 980px;
		position: absolute;
		margin: 0;
		background: #FFF url('../images/background_submenu.jpg') center 10px repeat-y;
		width: 930px;
		*padding: 10px;
	}
	header nav > ul > li:hover > ul {
		display: block;
	}
	header nav > ul > li > ul > li {
		width: 290px;
		margin-bottom: 17px;
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		line-height: 12px;
	}
	header nav > ul > li.item-204 > ul,
	header nav > ul > li.item-283 > ul,
	header nav > ul > li.item-362 > ul,
	header nav > ul > li.item-111 > ul,
	header nav > ul > li.item-318 > ul,
	header nav > ul > li.item-397 > ul,
	header nav > ul > li.item-239 > ul,
	header nav > ul > li.item-114 > ul {
		width: 318px;
		left:0;
	}
	header nav > ul > li.item-217 > ul {
		left: -222px;
	}
	header nav > ul > li.item-111 > ul > li, header nav > ul > li.item-114 > ul > li {		
		width: 318px;		
	}
	header nav > ul > li.item-114 > ul > li > a{
		font-weight:normal;
	}
	header nav > ul > li > ul > li > a:hover{
		text-decoration:underline;
	}
	header nav > ul > li.item-204 > ul > li > ul,
	header nav > ul > li.item-283 > ul > li > ul,
	header nav > ul > li.item-362 > ul > li > ul,
	header nav > ul > li.item-111 > ul > li > ul,
	header nav > ul > li.item-114 > ul > li > ul{
		padding-left:3px;
	}
	header nav > ul > li.item-204 > ul > li > ul > li,
	header nav > ul > li.item-283 > ul > li > ul > li,
	header nav > ul > li.item-362 > ul > li > ul > li,
	header nav > ul > li.item-111 > ul > li > ul > li,
	header nav > ul > li.item-114 > ul > li > ul > li {
		background: url('../../../images/template/1-10.png') no-repeat;
		padding-left: 27px;
		list-style-type: none;
		margin-left: 0;
		line-height: 26px;		
	}
	header nav > ul > li.item-204 > ul > li,
	header nav > ul > li.item-283 > ul > li,
	header nav > ul > li.item-362 > ul > li,
	header nav > ul > li.item-111 > ul > li,
	header nav > ul > li.item-114 > ul > li {
		width: 340px;
	}
	header nav > ul > li > ul > li > span,
	header nav > ul > li > ul > li > a {
		font-size: 14px;
		color: #545146;
		font-family: 'ITC Avant Garde Gothic Book BT';
		font-weight: bold;
		text-decoration: none;
	}
	
	header nav > ul > li > ul > li > ul {
		margin: 10px 0 0 0;
		padding: 0;
		min-height: 110px;
	}
	header nav > ul > li > ul > li > ul > li {
		margin-left: 20px;
		line-height: 19px;
	}
	header nav > ul > li > ul > li > ul > li > span,
	header nav > ul > li > ul > li > ul > li > a {
		font-size: 13px;
		color: #545146;
		font-family: 'ITC Avant Garde Gothic Book BT';
		text-decoration: none;
		display: block;
	}
	header nav > ul > li > ul > li > ul > li:hover > span,
	header nav > ul > li > ul > li > ul > li:hover > a {
		text-decoration: underline;
	}
	
/*************/
/* 3. Slider */
/*************/
aside#homeslider {

}
aside#homeslider .caption {
	position: absolute;
	top: 0;
	background: url('../images/background_slider_caption.png');
	width: 210px;
	height: 220px;
	color: #fff;
	padding: 20px 30px;
}
aside#homeslider .caption h3 {
	margin: 0 0 5px 0;
	font-family: 'Miso Regular';
	font-weight: normal;
	font-size: 30px;
	line-height:27px;
}
aside#homeslider .caption .description {
	max-height: 177px;
	overflow: hidden;
}
aside#homeslider .caption p {
	font-size: 12px;
	font-family: 'ITC Avant Garde Gothic Book BT';
	margin-top: 10px;
	text-align: justify;
}
aside#homeslider .caption p:first-child {
	margin-top: 0;
}
aside#homeslider .caption a.readmore {
	background: #000;
	background: rgba(0, 0, 0, 0.96);
	display: block;
	float: right;
	color: #fff;
	font-family: 'Miso Regular';
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	padding: 2px 10px;
}
aside#homeslider .bx-wrapper .bx-viewport {
	left: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
aside#homeslider .bx-wrapper .bx-prev {
	display: none;
}
aside#homeslider .bx-wrapper .bx-next {
	background: url('../images/slider_next.png');
	width: 22px;
	height: 33px;
}

/**************/
/* 4. Section */
/**************/
section {
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
	font-weight: bold;
	font-family: 'ITC Avant Garde Gothic Book BT';
}
section h1,
section h2 {
	font-size: 17px;
}
section h3 {
	font-size: 17px;
}
section h4 {
	font-size; 15px;
}
section h5,
section h6 {
	font-size: 13px;
}
section #flexicontent {
	padding-left: 25px
}


/* TITRES DES PAGES */
section .AG_classic h1,
section h2.cattitle,
section h2.contentheading {
	background: #537083;
	color: #fff;
	margin-left: -25px !important;
	padding: 3px 0 3px 25px;
	text-transform: uppercase;
}
section .AG_classic h1 {
	margin-left: 0 !important;
	padding-left: 10px;
}
section.module2 > .moduletable {
	width: 50%;
	font-size: 14px;
	margin-top: 10px;
}
section.module3 > .moduletable {
	width: 25%;
}
section.module3 > .moduletable.intro {
	background: #565348;
	color: #fff;
	padding-bottom: 15px;
}
section > .moduletable {
	float: left;
	font-size: 12px;
	text-align: justify;
	min-height: 300px;
	padding-bottom: 15px;
}
section.module3 > .moduletable.map {
	width: 50%;
}
#mapstep{
	width: 300px;
	height: 300px;
	margin-right: 10px; 
	margin-bottom: 10px; 
	float: left;
	border-radius:4px;
	border:1px solid #ccc;
	cursor:pointer;
}
#mapstep img{
	width: 300px;
	height: 300px;
	border-radius:4px;
}
#mapstep .stepBack img{
	width: 39px;
	height: 27px;
	margin: -27px 0 0 0;
	border-radius: 0px 10px 0px 4px;
}
section > .moduletable > h3 {
	margin: 0;
	background: #565348;
	font-size: 13px;
	font-family: 'ITC Avant Garde Gothic Book BT';
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #7f7d74;
	border-bottom: 1px solid #7f7d74;
	padding: 3px 20px;
}
section > .moduletable.map > h3 {
	padding-left: 4px;
}
section > .moduletable > h3 a {
	color: #fff;
	text-decoration: none;
}
section > .moduletable p {
	padding: 0 20px;
	font-family: 'ITC Avant Garde Gothic Book BT';
}
section > .moduletable img {
	display: block;
	margin: 0 auto;
}
section.module2 > .moduletable img { 
	float: left;
	margin-right: 10px;
}
section > .moduletable .custom a.readmore {
	background: #99383d;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	position: absolute;
	bottom: 5px;
}
section > .moduletable.intro .custom a.readmore {
	bottom: 5px;
}
.desc-content{
	font-size: 14px;
	font-family: 'ITC Avant Garde Gothic Book BT';
}
	/* 4.1. Fil d'Ariane */
	section.module2 .breadcrumbs {
		float: none;
		width: 100%;
		min-height: 0;
	}
	section.module2 .breadcrumbs img {
		display: inline;
		float: none;
		margin: 0;
	}
/*************/
/* 5. Footer */
/*************/
footer {
	margin-bottom: 5px;
	overflow: hidden;
	background:#fff;
}
footer img {
	margin-bottom: 5px;
	display: block;
	float: left;
}

	/* 5.1. Copyright */
	footer #copyright {
		clear: both;
		line-height: 15px;
		font-size: 11px;
		background: #99383d;
		text-align: right;
		padding-right: 5px;
		color: #fff;
	}
	footer #copyright a {
		color: #fff;
		text-decoration: none;
	}
	footer #copyright a:hover {
		text-decoration: underline;
	}

/***************/
/* 6. Circuits */
/***************/
#circuits {
	font-size: 14px;
	margin-top: 0;
	font-family: 'ITC Avant Garde Gothic Book BT';
}
#circuits img {
	max-width: 100%;
}
.viewport.move {
	cursor: move;
}
#circuits h2 {
	margin: 0 0 0.5em;
}
#circuits h3 {
	font-weight: bold;
}
#circuits p {
	text-align: justify;
}
#circuits p.emphasis {
	color: #99383d;
}
#circuits #results {
margin: 0 0 10px 10px;
border-left: 3px solid #545146;
padding-left: 10px;
}
#circuits #main_map {
	margin: 0 0 0px 10px;
	border-left: 3px solid #545146;
	padding-left: 10px;
	min-height: 450px;
}
#circuits .circuit_num {
	border-left: 3px solid #545146;
	padding-left: 10px;
	min-height: 450px;
}
#circuits .circuit_num a {
	margin-bottom: 10px;
	background: url('../../../images/template/1-10.png') no-repeat;
	line-height: 23px;
	display: block;
	padding-left: 30px;
	text-decoration: none;
	color: #000;
	-moz-transition: 	background-color 0.4s linear;
    -webkit-transition: background-color 0.4s linear;
    -o-transition: 		background-color 0.4s linear;
    transition: 		background-color 0.4s linear;
}
#circuits .circuit_num a.num1{background-position: 5px 0px;}
#circuits .circuit_num a.num2{background-position: 5px -25px;}
#circuits .circuit_num a.num3{background-position: 5px -51px;}
#circuits .circuit_num a.num4{background-position: 5px -77px;}
#circuits .circuit_num a.num5{background-position: 5px -103px;}
#circuits .circuit_num a.num6{background-position: 5px -129px;}
#circuits .circuit_num a.num7{background-position: 5px -155px;}
#circuits .circuit_num a.num8{background-position: 5px -181px;}
#circuits .circuit_num a.num9{background-position: 5px -207px;}
#circuits .circuit_num a.num10{background-position: 5px -233px;}
#circuits .circuit_num a.num1.active{background-position: 5px -259px;}
#circuits .circuit_num a.num2.active{background-position: 5px -284px;}
#circuits .circuit_num a.num3.active{background-position: 5px -310px;}
#circuits .circuit_num a.num4.active{background-position: 5px -336px;}
#circuits .circuit_num a.num5.active{background-position: 5px -362px;}
#circuits .circuit_num a.num6.active{background-position: 5px -388px;}
#circuits .circuit_num a.num7.active{background-position: 5px -414px;}
#circuits .circuit_num a.num8.active{background-position: 5px -440px;}
#circuits .circuit_num a.num9.active{background-position: 5px -466px;}
#circuits .circuit_num a.num10.active{background-position: 5px -492px;}
#circuits .circuit_num a.active {
	background: url('../../../images/template/1-10.png') no-repeat;
	background-color: #537083;
	color: #FFF;
}
#circuits .controls {
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 187px;
	left: 40px;
}
#circuits .controls span.zoomIn,
#circuits .controls span.zoomOut {
	display: block;
	background-color: #FFF;
	border-radius: 2px;
	display: block;
	height: 29px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	width: 29px;
	z-index: 2;
	transition-duration: 0.16s;
	transition-property: background-color;
	transition-timing-function: ease-out;
	    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
#circuits .controls .zoomIn span,
#circuits .controls .zoomOut span {
	display: block;
	height: 19px;
	left: 7px;
	position: absolute;
	top: 3px;
	width: 15px;
	opacity: .8;
	font-size: 19px;
}
#circuits .controls .zoomIn span:hover,
#circuits .controls .zoomOut span:hover {
	opacity: 1;
}
#circuits .controls .zoomIn {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	top: 11px;
}
#circuits .controls .zoomOut {
	top: 40px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#circuits .controls .divider {
	background-color: #E6E6E6;
	height: 1px;
	left: 0px;
	position: absolute;
	top: 40px;
	width: 19px;
	z-index: 3;
	transition-duration: 0.16s;
	transition-property: background-color;
	transition-timing-function: ease-out;
}
#circuits #mapdrag {
	border-radius: 2px;
}
#circuits #categories ul {
	padding: 0;
	margin: 0;
}
#circuits #categories li {
	line-height: 20px;
	list-style: none;
	padding-left: 25px;
}
#circuits #categories {
	min-height: 185px;
	padding: 10px 0;
}
#circuits #categories .cat1  li {background: url('../images/legende/cimetieres_militaires_necropoles.png') no-repeat;}
#circuits #categories .cat2  li {background: url('../images/legende/patrimoine_14_18.png') no-repeat;}
#circuits #categories .cat3  li {background: url('../images/legende/musees.png') no-repeat;}
#circuits #categories .cat4  li {background: url('../images/legende/forts_chateaux.png') no-repeat;}
#circuits #categories .cat5  li {background: url('../images/legende/autre_patrimoine.png') no-repeat;}
#circuits #categories .cat6  li {background: url('../images/legende/sites_naturels.png') no-repeat;}
#circuits #categories .cat7  li {background: url('../images/legende/restaurant.png') no-repeat;}
#circuits #catselector {
	padding: 5px;
}
#circuits #results {
	overflow: hidden;
}
#circuits #legende {
margin: 0 0 10px 10px;
border-left: 3px solid #545146;
padding-left: 10px;
}

#circuits div.print_circuit{
	float: left;
	margin-top:-287px;
}
#circuits div.print_circuit h3{
	margin-bottom:0px;
}
#circuits div.print_circuit ul{
	margin-top:7px;
	padding-left:10px;
}
#circuits div.print_circuit li{
	line-height:20px;
	list-style-type: none;	
}
#circuits div.print_circuit li span{
	padding-right:5px;
}

#circuits div.search_circuit{
	clear:left;
	float:left;
	width:30%;
	margin-top: -184px;
}
/*
Circuit Map
*/
#circuit_map{
	background-image:url('/images/circuits/CMD_OverzichtskaartChemin.png');
	background-repeat:no-repeat;
}
#circuits_map{
	background-repeat:no-repeat;
	-moz-transition: 	background 0.4s linear;
    -webkit-transition: background 0.4s linear;
    -o-transition: 		background 0.4s linear;
    transition: 		background 0.4s linear;
}
/***************/
/* 7. TIMELINE */
/***************/
#timeline {
	height: 69px;
	position: relative;
}
#timeline .puce {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
}
#timeline .puce.item1 {
	left: 163px;
}
#timeline .puce.item2 {
	left: 463px;
}
#timeline .puce.item3 {
	left: 760px;
}
#timeline .puce:hover,
#timeline .puce.active {
	background: url('../../../images/template/timeline_puce.png') no-repeat;
	cursor: pointer;
}
aside#homeslider .caption .description .timeline {
	line-height: 20px;
	text-align: justify;
}
aside#homeslider .caption .description .timeline a {
	color: #fff;
	font-family: 'Miso Regular';
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
aside#homeslider .caption .description .timeline a:hover {
	text-decoration: underline;
}

#btn_up
{
	position: fixed;
	bottom: 15px;
	right: 25px;
	cursor: pointer;
	width:40px;
	height:40px;
	display:none;
	background-color:#f0f0f0;
	border-radius:4px;
}

@media screen and (max-width: 725px) {
	body {
		width: 100%;
	}
	#left_column {
		display: none;
	}
	#right_column {
		margin-left: 0;
		width: auto;
	}
	header aside.site_title a {
		padding-left: 10px;
	}
	header nav ul li span, header nav ul li a {
		padding: 10px 5px;
		font-size: 11px;
	}
	header nav ul li:first-child a {
		padding-left: 10px;
	}
	aside#homeslider .caption .description {
		max-height: 75px;
	}
	section > .moduletable img {
		width: 100%;
	}
	section > .moduletable .breadcrumbs img {
		width : initial;
	}
	section.module3 > .moduletable {
		width: 50%;
	}
	section.module3 > .moduletable.map {
		width: 100%;
	}
	section.module3 > .moduletable.map img {
		width: auto;
	}
}
/*****************************/
/* Modifications du 3/02/2015
/*****************************/
.item-199 {
	display:none;
}
