@font-face {
    font-family: 'museo';
    src: url('fonts/museo300-regular-webfont-webfont.eot');
    src: url('fonts/museo300-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo300-regular-webfont-webfont.woff') format('woff'),
         url('fonts/museo300-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/museo300-regular-webfont-webfont.svg#webfontuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('fonts/Museo700-Regular-webfont.eot');
    src: url('fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo700-Regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 22px;
    font-family: arial, sans-serif;
    color: #828282;
    min-width: 980px;
}

* {
	box-sizing: content-box;
}

a { color: #ff9031; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 980px; margin: 0 auto; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.wrap {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------
    H E A D E R
---------------------------------------------------------------------------- */
.header { 
	background: url(images/header-bg.png) repeat-x 0 0; 	
	height: 514px; 
	border-bottom: 1px solid #f28d7c;
}
.header .shell { background: url(images/hiking-clipart.gif) no-repeat 600px 0; position: relative; height: 100%; }

/********************************************************************************/
/* Bandeau pour la gestion du formulaire de connexion (display none par defaut) */
/********************************************************************************/

#toppanel {
	/* modifier absolute par relative pour faire descendre les div */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.header-login {
	height: 230px;
	background-color: #FEF2B6;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FEF2B6');
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#FEF2B6));
	font-size: 0.8em;
	display: none;
}

/* Mise en forme des champs de connexion */
/* http://www.hongkiat.com/blog/html5-loginpage/ */

.cf:before, .cf:after {
    content: ""; 
    display: table;
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
:focus {
	outline: 0;
}
.loginform {
	width: 510px;
	margin: 50px auto;
	padding: 25px;
	background-color: rgba(250,250,250,0.5);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), 
	inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.loginform label {
	display: block;
	color: #999;
}
.loginform ul {
	padding: 0;
	margin: 0;
}
.loginform li {
	display: inline;
	float: left;
}
.loginform input:not([type=submit]) {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 
				0px 1px 0px 0px rgba(250, 250, 250, 0.5) ;
}

.loginform span#submit {
	clear: both;
}

.loginform input[type=submit] {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #64c8ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #64c8ef 0%, #00a2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64c8ef), color-stop(100%,#00a2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64c8ef 0%,#00a2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64c8ef 0%,#00a2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c8ef', endColorstr='#00a2e2',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	margin-right: 0;
	margin-top: 15px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

/*Mise en place du bouton connexion en haut sur la droite */

.header-right { float: right; width: 264px; position: relative; margin-right: -10px;  }
#connexion { width: 120px; height: 54px; background: url(images/subscribe.png) no-repeat 0 0; float: left; font-family: 'museo', arial, helvetica, serif; line-height: 48px; padding: 0px 20px;  }
#connexion a { color: #fff; font-size: 16px; position: relative; padding-left: 40px; }
#connexion a span { background: url(images/sbubscribe-ico.png) no-repeat 0px 0px; width: 34px; height: 34px; position: absolute; display: block;  top: -5px; left: 0; }
#connexion a:hover { color: #f6c387; text-decoration: none; }

.socials a { background: url(images/socials.png) no-repeat 0 0; width: 50px; height: 52px;  font-size: 0; line-height: 0; text-indent: -4000px; float: left; transition: margin 0.2s;
-moz-transition: margin 0.2s;
-webkit-transition: margin 0.2s;
-o-transition: margin 0.2s; }
.socials a.twitter-ico { background-position: right 0; }
.socials a.twitter-ico:hover { background-position: right -55px; }
.socials a:hover { background-position: 0 -55px; margin-top: -5px; }


/******************/
/* Style switcher */
/******************/
/*http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/ */
#style_switcher { 
	display: block;
	padding: 13px 16px;
	width: 200px;
	position: absolute;
	top: 30px;
	cursor: pointer;
	/* Styles */
	background: url(images/testimonials.png) repeat 0 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	/*background: #FFB258;*/
	outline: none;
	/* Font settings */
	color: #CF362D;
	font-size: 17px;
	text-align: left;
	font-family: 'museo', arial, helvetica, serif;
	font-weight: normal;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px
	z-index: 200;
}

/* Création de la flèche à droite */
#style_switcher:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #8aa8bd transparent;
}

#style_switcher:hover { color: #898989; }

#style_switcher.open {
	background: #1C76A1;
	color: #fff;
	border-left-color: #6c6d70;
	z-index: 200;
}

#style_switcher ul {
	/* Size & position */
	position: absolute;
	top: 140%;
	left: 0;
	right: 0;
	/* Styles */
	background: #1C76A1;
	border-radius: inherit;
	border: 1px solid rgba(0,0,0,0.17);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-weight: normal;
	list-style: none;
	/* Hiding */
	display:none;
	/*pointer-events: none;*/
	z-index:200;
}

/* Flèche en haut à droite */

#style_switcher ul:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 15px;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent;  
}
 
#style_switcher ul:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 13px;
	border-width: 0 8px 8px 8px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1) transparent;    
}

#style_switcher ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #e6e8ea;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#style_switcher ul li i {
    float: right;
    color: inherit;
}

#style_switcher ul li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

#style_switcher ul li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */
#style_switcher ul li:hover a {
	background: #71B1D0;
}

/****************/
/* Testimonials */
/****************/
.testimonials { width: 265px;  padding: 7px 9px 9px 7px; position: absolute; top: 30px; left: 290px; background: url(images/testimonials.png) repeat 0 0; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4); 
}
.testimonials h4 { color: #cf362d; font-size: 17px; text-align: center; font-family: 'museo', arial, helvetica, serif; font-weight: normal;text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; }
.testimonials p { float: right; color: #b67a70; }
.testimonials .testimonials-slider { width: 265px; height: 45px; position: relative; }
.testimonials .testimonials-slider ul.slides { list-style: none; list-style-position: outside;  }
.testimonials .testimonials-slider ul.slides ul li { width: 265px; height: 44px; float: left; }
.testimonials .rating { float: left; }
.testimonials .rating  a.active { background: url(images/star.png) no-repeat 0 0; margin-left: 4px; float: left; width: 20px; height: 20px;   }
.testimonials .rating  a { background: transparent; }

/********************/
/*  Main Navigation  */
/********************/
#navigation { 
	background: url(images/navigation.png) no-repeat 0 0;
	width: 984px;
	height: 90px;
	padding-top: 9px;
	padding-left: 20px;
	position: absolute;
	top: 115px;
	left: -10px;
	z-index: 100;
}
#navigation ul { 
	list-style: none; 
	list-style-position: outside; 
}
#navigation > ul > li { 
	float: left;
	font-size: 18px;
	font-family: 'museo', arial, helvetica, serif;
	background: url(images/nav-border.png) no-repeat right 0;
	line-height: 48px;
	padding: 0 29px;
	position: relative;
}
#navigation ul li.last { 
	background: transparent;
}
/* remplissage du menu principal */
#navigation ul li:hover { 

	background:#3f3f3f; 
	border-color:#3f3f3f;
	-moz-border-top-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px; 
	border-top-left-radius: 10px;
}
#navigation ul li.alone { 
	-moz-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}
#navigation ul li a { 
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0px 1px 0px;
}
#navigation ul li a:hover { 
	text-decoration: none;
	color: #f6c387;
}


/* Sous menu */
#navigation ul ul {
        display:none;
        width:100%;
        position:absolute;
        left:0;
}

#navigation ul li ul {
	position:absolute;
	top:40px;
	left:0;
	border:none;
	background:#3f3f3f;
	height:auto;
	width:170px;
	padding:1px 0 0 0; 
	margin:0;
	-moz-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

#navigation ul li ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
/* Annulation de la bordure haute */
#navigation ul li ul:before { 
	border-top: none; 
}

#navigation ul li ul li a {
	display: block;
	color:#a5a5a5;
	padding:0 0 0 20px; 
	margin:0;
	width:150px; 
	height:auto; 
	line-height:30px;
	border:none;
	border-top:1px solid #2a323f;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 1px #101215;
	-webkit-transition: color 0.3s ease-in;
	font-style: normal;
	font-size: 12px;
}

#navigation ul li ul li a span{
	line-height:10px;
}

#navigation ul li ul li a:hover {
	color:#fff;
	background: #b64f40;
	background: -moz-linear-gradient(top, #ec6e59 0%, #b64f40 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6e59), color-stop(100%,#b64f40)); 
	border-top: 1px solid #f28d7c;
	box-shadow: 0 0px 8px #3b3b3b;
	-moz-box-shadow: 0 0px 8px #3b3b3b;
	-webkit-box-shadow: 0 0px 8px #3b3b3b;
}

#navigation ul li ul li:last-child a {
	-moz-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px;
}

/********************/
/* Slider Principal */
/********************/
.slider-holder { 
	/*width: 922px;
	height: 340px;*/
	padding: 60px 70px;
	overflow: hidden;
	position: relative;
	background: url(images/slider.png) no-repeat 0 0;
	position: absolute;
	top: 125px;
	left: -44px;
	z-index: 5;
}

.slider-holder ul.slides { 
	position: relative;
	list-style: none;
	list-style-position: outside;
	width: 922px;
	height: 340px;
	overflow: visible;
	position: static;
	margin-top: 20px;
}

#slider li {
	width:100% !important;
}

ul.slides li img { 
	margin-top: 26px;
	margin-right: 24px;
	margin-left: 40px;
	border-radius: 10px;
	box-shadow: 1px 1px 12px #555;
}

#slider .visuel {
	float:left;
}
#slider article {
	width:520px;
	position: absolute;
	right: 0px;
	top: 26px;
}
#slider article h2 {
/*
	font-size:30px;
	text-shadow: 0px 1px 1px #000000;
    	filter: dropshadow(color=#000000, offx=0, offy=1);
*/
	font-size: 44px;
	color: #FF9031;
	font-family: 'museo700',arial, helvetica, serif;
	font-weight: normal;
	line-height: 53px;
	padding-bottom: 4px;
}

#slider li.slide-1 {
	background: #8a47de; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #8a47de 0%, #5a20a2 76%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#8a47de), color-stop(76%,#5a20a2)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #8a47de 0%,#5a20a2 76%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #8a47de 0%,#5a20a2 76%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #8a47de 0%,#5a20a2 76%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #8a47de 0%,#5a20a2 76%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a47de', endColorstr='#5a20a2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#slider li.slide-2 {
	background: #0fa3ef; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #0fa3ef 0%, #175eb6 76%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0fa3ef), color-stop(76%,#175eb6)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0fa3ef 0%,#175eb6 76%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0fa3ef 0%,#175eb6 76%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0fa3ef 0%,#175eb6 76%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0fa3ef 0%,#175eb6 76%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa3ef', endColorstr='#175eb6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Personnalisation de rhinoslider pour le slider principal */
/* div créé par rhino qui englobe tout le silder */
.slider-holder .rhino-container {
	margin-top: -13px !important;
	margin-bottom: 0 !important;
	z-index: -1 !important;
}
/* gestion des liens prev et next */
/*élément commun pour les deux buttons next et prev */
.slider-holder a.rhino-btn {
	width: 50px;
	height: 172px;
	margin: 0px 0 0;
	display: block;
	background: url(images/slider-arr.png) no-repeat 0 0;
	position: absolute;
	top: 106px;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 1;
	transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-webkit-transition: margin 0.2s;
	-o-transition: margin 0.2s;
}

.slider-holder a.rhino-prev {
	background-position: 0 0;
        left : -57px;
}
.slider-holder .rhino-prev:hover {
	background-position: 0 0 !important ; 
	margin-left: 6px !important;
}

.slider-holder a.rhino-next {
	background-position: right 0;
	right: -60px;
	z-index: 30;
}

.slider-holder .rhino-next:hover {
	background-position: right 0 !important ; 
	margin-right:6px !important ;
}
/*gestion des bullets*/
.slider-holder .rhino-bullets {
	position: absolute;
	bottom: 22px;
	/* right: 50%; */
	margin-right: -40px;
	z-index: 100;
	height: 15px;
	text-align: center;
	z-index: 100;
	background: none !important;
}

.rhino-bullets:before, .rhino-bullets:after {
	background: none !important;
}

.slider-holder .rhino-bullets li a.rhino-bullet {
    background: url("images/control-nav.png") no-repeat scroll 1px 0 transparent !important;
	background-color: none !important;
    cursor: pointer;
    display: block;
    height: 15px;
    width: 16px;
    text-indent: -9999px;
    padding: 0 !important;
	margin: 0 0 0 4px !important;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background-position: 1px -15px !important;
	cursor: default;
}

/* end of header */

/* -------------------------------------------------------------------------
    CONTENT
--------------------------------------------------------------------------- */
#content_main {
	position:relative;
	z-index:1;
	background: #F7F5F0 url(images/wrapper.png) repeat-x 0 0;
}

/*permet de mettre une autre image de fond et de maitriser l'opacité */
#content_main:before {
	content:"";
	position:absolute;
	z-index:-100;
	top:0;
	bottom:0;
	left:0;
	right:0;
/*
	background: url('images/fondG.png') top left no-repeat,
		    url('images/fondD.png') top right no-repeat ;
	opacity:0.5;
*/
/*
	background: #F1F1F1;
	background-position: center 86px;
	background-repeat: no-repeat;
	background-image: url("five-ten.jpg");
background: #F7F7F7 url("images/verdon-high-2.jpg") no-repeat center 0px;
*/
	opacity:0.5;
}

/* content regroupe main + sidebar (éventuellement) */

#content[role="main"]{
	position: relative;
	/*background: #DDD;
	border-top: 45px solid #0090D2; */
	margin: 0 auto 0;
	padding: 24px 0 24px 0;
	opacity: 1 ;
	z-index: 1 ;
}


/*****************************/
/* Breadcrumb (Fil d'ariane) */
/*****************************/
/* Voir le site http://www.stylifyyourblog.com/2012/08/5-css3-breadcrumb-designs.html */
.breadcrumbs{
	margin-top: 30px;
	margin-bottom: 30px;
	position:relative;
}
.breadcrumb{
	zoom:1;
	line-height:40px;
	/*height:40px;*/
	background-color:#FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EEE));
	background-image: -webkit-linear-gradient(top, white, #EEE);
	background-image: -moz-linear-gradient(top, white, #EEE);
	background-image: -ms-linear-gradient(top, white, #EEE);
	background-image: -o-linear-gradient(top, white, #EEE);
	background-image: linear-gradient(to bottom, white, #EEE);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border:1px #CCC solid;
	-webkit-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1);
	-ms-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1);
	-o-box-shadow:inset 0 -1px 1px rgba(0,0,0,0.3), 0 1px 5px rgba(0,0,0,0.1);
	box-shadow:0 1px 5px rgba(0,0,0,0.1),inset 0 -1px 1px rgba(0,0,0,0.3);
	letter-spacing:2px;
	padding:0px 0px;
}
.breadcrumb:before,.breadcrumb:after{
	display:table;
	content:"";
	zoom:1;
}
.breadcrumb:after{
	clear:both;
}
.breadcrumb p{
	color:#999
}
.breadcrumb > p{
	position:relative;
	height:40px;
	overflow:hidden;
	float:left;
	padding:0 40px 0 20px;
	margin:0;
}
.breadcrumb > p:after{
	content:'';
	position:absolute;
	right:8px;
	top:-1px;
	height:40px;
	width:40px;
	border-right:3px rgba(0,0,0,0.1) solid;
	border-bottom:3px rgba(0,0,0,0.1) solid;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.breadcrumb > p:before{
	content:'';
	position:absolute;
	right:11px;
	top:0;
	height:40px;
	width:40px;
	border-right:1px rgba(0,0,0,0.2) solid;
	border-bottom:1px rgba(0,0,0,0.2) solid;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.breadcrumb p :last-child{color:#333};
.breadcrumb > p:last-child span:before,.breadcrumb > p:last-child span:after{display:none;}
.breadcrumb p:hover{text-decoration:none!important;}
.breadcrumb span:hover{color:#666;}
.breadcrumb > p:hover:after{border-color:rgba(0,0,0,0.2);}
.breadcrumb > p:hover:before{border-color:rgba(0,0,0,0.3);}
.breadcrumb span{margin-top:1px;color:#999;}

#search input[type="search"] {
	position:absolute;
	right: 10px;
	margin-top: 8px;
    background: url(images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="search"]:focus {
    background: url(images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }



/********************************/
/* Partie principale de content */
/********************************/

#main{
	padding: 10px 20px 20px 20px;
	position: relative;
	/*width: 820px;
	float:left;
	*/
	-moz-box-shadow: 0 5px 30px rgba(0,0,0,1);
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #EFEFEF;
}

/* ----------------------------------------------------------------------------
    F O O T E R
----------------------------------------------------------------------------- */
footer {
	clear: both;
	margin: 0 auto;
	padding-top: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	font-size: 11px;
	color: #C2DBE7;
	overflow: hidden;
	background: url(images/footer.jpg) repeat-x left top;
}

footer p.footer-left {
float: left;
margin: 0 0 30px 0;
padding: 0;
width: 600px;
text-align: left;
}
/* footer */
html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -58px; }
#footer, #footer-push { height: 58px; }
#footer { background: url(images/footer.png) repeat-x 0 0; padding-top: 18px; height: 40px;  }
#footer .footer-nav { float: left; }
#footer .footer-nav ul { list-style: none; list-style-position: outside; font-size: 11px; }
#footer .footer-nav ul li { float: left; border-right: 1px solid #cf8832; line-height: 11px; padding: 0 10px;  }
#footer .footer-nav ul li a { color: #fbe0c0; }
#footer .footer-nav ul li a:hover { color: #fff; text-decoration: none;  }
#footer .footer-nav ul li.last { border-right: 0; padding-right: 0; }
#footer p.copy { color: #fbe0c0; font-size: 11px; float: right; line-height: 11px; }
#footer p.copy span { padding: 0 10px; color: #cf8832;  }
#footer p.copy a { color: #fbe0c0; text-decoration: underline; }
#footer p.copy a:hover { color: #fff; text-decoration: none; }
/* end of footer */
