@charset "UTF-8";
/* ==== Global ==== */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E1E1E1;
}
/* ==== Header ==== */
.top-header {
	text-align: center;
	background:url(../images/icones/BgHeader.png) repeat-x;
	padding: 7px 0 8px;
}
.header {
	height: 60px;
	background: #780000 url(../images/icones/BgHeader2.png) no-repeat center center;
	text-align:center;
}
.header>div {
	margin:0 auto;
	width:1000px;
}
.header>div div {
	display: inline-block;
	padding: 17px;
	float: left;
	margin: 0 4px;
}
.header>div.logo {
	margin: 0 30px;
	position: relative;
	width: 163px;
}
.logo>img {
	top: 16px;
	position: absolute;
	left: 17px;
}
.header .left {
	margin-top: 4px;
}
.header .right {
	margin-top: 1px;
}
.nav {
	background: #E0E0E0;
	height: 57px;
	box-sizing: border-box;
	padding: 11px;
}
.nav ul {
	margin: 0;
	padding: 0;
	height: 34px;
	background: #005468;
	float: left;
}
.nav li {
	list-style: none;
	display: inline-block;
	float: left;
}
.nav li a {
	padding: 10px 10px;
	float: left;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background:url(../images/icones/menuSeparator.png) no-repeat left 10px;
}
.nav li.current a, .nav li.current a:hover {
	background: #FFB900;
	text-shadow: 1px 1px 2px #333;
}
.nav li a:hover {
	background: #000;
}
.nav li:first-child a {
	/*background-image:none;*/
}
.search {
	float: left;
	padding-left: 10px;
}
.search input[type="text"] {
	width: 145px;
}
.search input[type="button"], .search input[type="submit"] {
	background: url(../images/icones/searchBtn.png) no-repeat center center;
	border: 0;
	cursor: pointer;
}
.search span {
	font-size: 11px;
	color: #00718D;
}
/* ==== Content ==== */
.global-container {
	min-height: 200px;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 7px #666;
}
.container {
	padding:12px;
	min-height: 125px;
	background: #FFF;
}
.container>div {
	display: inline-block;
	vertical-align: top;
}
.col-left {
	width: 205px;
	margin-right: 15px;
}
ul.menu-left {
	margin: 0;
	padding: 0 20px 0 0;
	/*min-height: 310px;*/
	background:url(../images/icones/BgMenu.png) no-repeat right top;
}
ul.menu-left li {
	list-style: none;
	border-top: 1px dotted #ccc;
	background: url(../images/icones/BgListe.gif) no-repeat left 17px;
}
ul.menu-left li:first-child {
	border-top: 0;
}
ul.menu-left li.current a{
	font-weight:bold;
	}
ul.menu-left a:hover {
	color: rgb(179, 0, 0);
}
ul.menu-left a {
	padding: 13px 0 12px 15px;
	display: block;
}
ul.menu-left a, ul.menu-left {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.log-acces {
	border: 1px solid #ccc;
	float: left;
	padding: 1px;
}
.col-right.page {
	width: 750px;
	clear: both;
}
/* ==== Slider ==== */
.slider, .slider .item {
	height: 305px;
	margin-bottom: 15px;
	width: 100%;
}
.slider {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
}
.slider .item {
	margin-bottom: 0px;
}
/* ==== Carousel ==== */
.carousel.service>h1 {
	background: #01639D;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 7px;
	margin-bottom: 5px;
	margin-top: 0;
}
.carousel-container {
	height: 110px;
	margin-bottom: 5px;
	background-color: #E5E5E5;
	box-sizing: border-box;
	padding: 0 35px;
	position:relative;
}
.owl-prev, .owl-next {
	position: absolute;
	width: 35px;
	height: 110px;
	top: 0;
	text-indent: -9999999px;
}
.owl-prev {
	left: -35px;
	background:url(../images/icones/navLeft.png) no-repeat 10px center;
}
.owl-next {
	right: -35px;
	background:url(../images/icones/navRight.png) no-repeat 5px center;
}
div.owl-carousel .owl-item img {
	width: auto;
}
.item {
	min-height: 90px;
	margin: 15px 0 0;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 14px;
	margin-right: 10px;
	border-right: 1px dotted #ccc;
	text-align: center;
}
.item span {
	line-height: 22px;
	font-size: 12px;
}
.slider .item {
	margin: 0;
	padding: 0;
	position:relative;
	border: none;
}
.caption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.62) url(../images/icones/PicSlider.png) no-repeat 40px 25px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%) url(../images/icones/PicSlider.png) no-repeat 40px 25px; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.62)), color-stop(100%,rgba(0,0,0,0.62))) url(../images/icones/PicSlider.png) no-repeat 40px 25px; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%) url(../images/icones/PicSlider.png) no-repeat 40px 25px; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%) url(../images/icones/PicSlider.png) no-repeat 40px 25px; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%) url(../images/icones/PicSlider.png) no-repeat 40px 25px; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.62) 100%) url(../images/icones/PicSlider.png) no-repeat 40px 25px; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#9e000000',GradientType=0 ); /* IE6-9 */


	color: #fff;
	height: 100px;
	padding: 15px 40px 15px 60px;
	box-sizing: border-box;
	text-align: left;
	font-size: 12px;
}
a.more {
	background: url(../images/icones/PlusSlider.png) no-repeat;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 9px;
	height: 82px;
	width: 20px;
	border-radius: 5px;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	text-indent: -999999999px;
}
/*Links blocs*/
.links>div {
	float: left;
	width: 245px;
	border-left: 1px dotted #CCC;
	box-sizing: border-box;
	padding: 0 0 0 21px;
}
.links>div:first-child {
	border: 0;
	padding-left: 0;
}
.links>div.blc3 {
	width: 235px;
}
.links>div.blc2 {
	padding-right: 21px !important;
	width: 269px;
	text-align: center;
}
.links img {
	margin-bottom: 6px;
}
/* ==== Footer ==== */
.global-footer {
	background-color: #00718D;
	padding: 30px 0 0;
}
.footer {
	margin: 0 auto 30px;
	max-width: 1000px;
}
.footer>ul:first-child {
	margin-left: 0;
}
.footer>ul {
	margin:0 0 0 115px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.footer>ul li {
	list-style: none;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 15px;
	background:url(../images/icones/BgListeFooter.gif) no-repeat left center;	
}
.footer>ul li a {
	color:#FFF;
	text-decoration:none;
}
.copyright {
	background-color: #009CB9;
	text-align: center;
	color: #FFF;
	padding: 10px;
	width: 100%;
	font-size: 11px;
	box-sizing: border-box;
}
