@charset "UTF-8";
/* CSS Document */

/*------------------------------------------Main css-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, active, hover, selected {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Gilda Display', serif;
	font-size:1em;
	color:#000;
	}
	@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
html, body { height: 100% }	
header, section, article, nav, footer, aside, menu, hgroup, figure, figcaption, main {
	display:block;
}

p {
	padding:10px;
}
#page {
	min-height: 100%;
	position: relative;
}
#bloc-principal {
	padding-bottom: 54px;
	
}	
header {
	
	height: 63px;
	min-width:960px;
	background: url(Images/fondmenu_bi.png) no-repeat center 0px;	
}
h1 {
	font-size: 3em;
	color: rgb(186,23,20);
	clear: both;
	text-transform: uppercase;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:40px;
	
	padding-left:20px;
	text-shadow:#ccc 1px 1px 1px;
}
.bigger {
	font-size:1.3em;
}
sub {
	vertical-align: 50%;
	font-size:0.6em;
}
.mainmarge {
	width:960px;
	 margin-left:auto;
	 margin-right:auto;
}
	
/*------------------------------------------------MENU-----------------------------------------------------------*/
.menu {
	padding-bottom:40px;
	
	
}
#roundmenu {
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	padding-left:20px;
}
#longmenu {
	/*padding-right:130px;*/	
}

	
ul.MenuBarHorizontal{
	
	list-style-type: none;
	cursor: default;
	display: block;
	z-index: 2003;
	clear: left;
	position: relative;
	
	margin-left: auto;
	margin-right:auto;
	width:960px;
	background: url(Images/fondmenu_r.png);
	height:55px;
	margin-top: 15px;
	
	
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{z-index: 1000;}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	padding-left: 7px;
	padding-right: 5px;
	
	
	
}	

ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 14px;
	padding-left: 13px;
	padding-right: 13px;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
	line-height:1.2em;
	font-size:0.9em;
	
	
}
ul.MenuBarHorizontal .centrer a{
	padding-bottom:17px;
	padding-top:23px;
}

/*BROWSER HACKS: the hacks below should not be changed unless you are an expert*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection{/* Menu items that have mouse over or focus have a blue background and white text */
.MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {
	max-width: 100%;
	color: #000;
	text-shadow:#444 0px 0px 1px;
	-webkit-transition: color 0.&s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-ms-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
	
	
		
		
}
.ie678 .MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus, .MenuBarHorizontal a:active {	
}
ul.MenuBarHorizontal li.MenuBarItemIE{
	display: inline;
	f\loat: left;
	background: #FFF;
}}
ul.MenuBarHorizontal #actif a {
	color: #000;
	text-shadow:#444 0px 0px 1px;
	
	
	
	
}
/* MENU --------------------------------FIN--------------------------------------------MENU*/



/*------------------------copyrights------------------------------------------------------*/

footer {
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width:960px;
	text-align: center;
	background: #333;
	box-shadow: 0px 0px 7px 3px #999;	
}
footer ul{
	display:inline;
}
footer li {
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	font-size: 0.8em;
	color: #ccc;
	vertical-align: middle;	
	padding-left:2%;
	padding-right:2%;	
}

footer a {
	cursor: pointer;
	color: #3dbdfb;
	text-decoration: none;	
}

img.zoomeffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	height:43px;
	padding-top:7px;
}
img.zoomeffect:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
}

/*-------------------------------------------------------------------------------*/
/* Main css-------------------------------FIN----------------------------------------- END*/

.description {
	 display:none;
	 clear: both;	
	 
}
.s1 {
	width:380px;
	padding-left:30px;
	float:left;
	display:block;
}
.s1 p {
	line-height:1.4em;
	text-align:justify;
	padding-left:0px;
	padding-top:8px;
}
h2{
	color: #777;	
	font-size:2em;
	text-shadow:#ccc 1px 1px 1px;
	text-transform:uppercase;
}
h3{
	color: #888;
	font-style: italic;	
	padding-bottom:10px;
	padding-top:8px;
	font-size:1.2em;
}
h4 {
	color: rgb(186,23,20);
	font-size:2.4em;
	padding-bottom:40px;
	text-transform:uppercase;
	text-shadow:#ccc 1px 1px 1px;
}
#h42 {
	
	padding-top:50px;
	padding-left:80px;
}
h5{
	padding-top:20px;
	padding-bottom:50px;
	text-align:right;
	padding-right:25px;
}
#h51 {
	color: #CCC;
	font-size:1.7em;
	text-transform:uppercase;
	
}
#h52 {
	color: #999;
	font-size:1.6em;
	text-transform:uppercase;
}
#h53 {
	color: #777;
	font-size:1.4em;
}
#h54 {
	color: #555;
	font-size:1.2em;
}
#h55 {
	color: #000;
	font-size:1em;
	text-transform:uppercase;
	clear:both;
}

.conseil1{
	clear:both;
	font-style:italic;
	color:#999;
	font-size:1.4em;
	padding-top:20px;
	padding-bottom:40px;
}
.telrouge{
	color: rgb(186,23,20);
	font-size:1.2em;
	padding-left:5px;
}
#espace {
	padding-left:30px;
}

.savoirplus {
	clear: both;
	width:100%;
	height: 40px;
	background: url(images/fond-sous-menu-bi.png)no-repeat center 0px;
	margin-bottom:100px;
	
}
.savoirplus p {
	background: url(images/fond-sous-menu-radius.png)no-repeat center 0px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	font-size:1em;
	padding-top:11px;
	padding-left:10px;
	
	
}
.savoirplus a:link {
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-size:1em;
	text-shadow:#444 0px 0px 0px;
	font-size:0.9em;
	
}
.savoirplus a:visited {
	text-decoration:none;
	color:#000;
	
	
}
.savoirplus a:hover, .savoirplus a:focus, .savoirplus a:active {
	color: rgb(186,23,20);
	cursor: pointer;	

	
}

.titresh5 {
	width:360px;
	float:left;
}

.fondfooter {
	background:url(images/fondbi_rw.png) repeat center 0px;
	height:600px;
	min-width:960px;
}

h6 {
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding-top:20x;
	padding-left:20px;
	padding-right:20px;
	float:left;
}
#map-canvas {
	width:600px;
	height:450px;
	margin-bottom:10px;
	
}
.mainmarge a {
	text-decoration:none;
	color:#333;
	font-size:1em;
	text-align:right;
	
}
	
.mainmarge a:visited {
	text-decoration:none;
	color: #333;
}
.mainmarge a:hover, .mainmarge a:focus, .mainmarge a:active {
	color:  rgb(186,23,20);
	cursor: pointer;	

	
}



/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:550px;
	height:394px;
	overflow: hidden;
	float:left;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
	
}
.nivo-box img { display:block; }

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	float:left;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 2%;
	bottom: 8%;
	left: 5%;
	right: 5%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}



/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(images/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}


.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(images/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -2%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font-size:1.2em;
	background: rgb(186,23,20);
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
	text-transform:uppercase;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(images/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(images/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(images/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(images/close@2x.png); 
		background-size: 16px 16px;
	}
	
}