@charset "utf-8";

/* Silver 6 horizontal big slide*/
html {
  margin:0;
  padding:0;
  background:url(../charte/fond-page.jpg) repeat-x top center #fff;
 /* background: url(../charte/bg.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;  pour anciens Chrome et Safari 
  background-size: cover;  version standardisée */
  }

body {margin:0;padding:0; font-size:16px}

/*-------------------------------CHARTE-------------------------------*/

#conteneur	{
	width:60em;
	margin:0px auto;
	background:url(../charte/fond-conteneur.jpg) repeat-y top center;
}
#entete {height:200px; background:url(../charte/fond-page.jpg) repeat-x top center #222222;}
#logo	{
	height:200px;
	width:480px;
	float:left;
	background:url(../charte/fond-logo.jpg) no-repeat top center;
}
#slogan	{
	height:200px;
	width:480px;
	float:right;
	background:url(../charte/fond-slogan.jpg) no-repeat top center;
}

#slogan p{ font-size:24px; text-align:right; color:#4b4b4d; margin:80px 20px 0px 0px;font-family: 'Open Sans Condensed', sans-serif}
#slogan p a { font-size:36px; color:#4b4b4d; text-decoration:none}

#animation	{
	height:auto;
	width:100%;
	clear:both;
	background:url(../charte/fond-animation.jpg) no-repeat top center;
	margin:260px auto 0; }


.facebook a { position: absolute; z-index: 999999; margin: -260px 0 0 870px}

nav	{
	text-align:center;
	width:60em;
	padding:0;
	margin:0;
	height:60px;
	min-height:60px;
	background:url(../charte/fond-navigation.jpg) no-repeat top center;
}

#masque > img {
    position:absolute;
	z-index:15
}

#navigation > li {margin-left:1.875em}


section#integration	{
	padding:0.3125em 1em;
	width:58em;
	min-height:400px; /* 0.3125em = 5px x 2 = 10px a soustraire à la hauteur */
	background:url(../charte/fond-integration.jpg) no-repeat top center;
}
footer	{
	height:70px;
	clear:left;
	background:url(../charte/fond-pied.jpg) no-repeat top center;
	color:#fff;
}
footer p {font-size:18px;text-align:center; padding-top:30px; margin:0; color:#fff; font-family: 'Open Sans Condensed', sans-serif}
footer p a {color:#fff; text-decoration: none}
footer ul	{text-align:center;font-size:11px;}
footer ul li	{
	display:inline;
	margin:0.3125em;
	font-size:11px;
}
footer ul li a	{
	color:#fff;
}
footer ul li a:hover	{
	color:#ccc;
	text-decoration:none;
}

#pied	{
	clear: both;
	position: absolute; 
	margin: 0;
	width:100%;
	min-height:110px;
	border-top:0px solid #fff;
	background-image:linear-gradient(#faac13, #f7951b );
}

#baspage	{
	width:960px;
	margin:0 auto;
	text-align:center;
}
div#logo-distributeur > a {text-decoration:none;display:block;width:3.75em;height:5em;background:none no-repeat top left transparent;float:right;margin-right:-3.75em;}

div#logo-distributeur > a.distal {background-image:url('../charte/logo-al.png')}
div#logo-distributeur > a.distar {background-image:url('../charte/logo-ar.png')}
div#logo-distributeur > a.distco {background-image:url('../charte/logo-co.png')}
div#logo-distributeur > a.disteo {background-image:url('../charte/logo-eo.png')}
div#logo-distributeur > a.distsi {background-image:url('../charte/logo-si.png')}
div#logo-distributeur > a.distpr {background-image:url('../charte/logo-pr.png'); width:100px;height:60px;}

#liens-referencement {font-size:11px;text-align:center}
#liens-referencement a {color:#0000FF}

/* Style navigation */

ul.dropmenu{
/*######################################################################################################*/
	font-family: 'Open Sans Condensed', sans-serif;			/*Police des rubriques/sous-rubriques*/
	font-size:20px;					/*Taille des rubriques/sous-rubriques*/
/*######################################################################################################*/
	position: relative;
	margin: 0px;
	padding: 0px;
	display:block;
	
	display: inline-block; /* fix position IE7 - 1ere partie */

}

.dropmenu li a{
/*######################################################################################################*/
	padding:0 15px;
	line-height:60px;	
		/*Espacement autour des rubriques (haut, droite, bas, gauche)*/
	color:#fff;							/*couleur des rubriques/sous-rubriques*/
	
/*######################################################################################################*/
	display: block;
	cursor:pointer;
	text-decoration: none;
}
.dropmenu li a:hover{
/*######################################################################################################*/
	background-color:#ED2B21;			/*fond de couleur des rubriques*/
	color:#fff;							/*couleur des rubriques/sous-rubriques au survol*/
/*######################################################################################################*/
}

.dropmenu li a.current {
background-color:#ED2B21;
color:#fff;
}

.dropmenu ul{
/*######################################################################################################*/
	width: 12.5em;
							/*Largeur du sous-menu*/
	background-color:#222;				/*fond de couleur des sous-rubriques*/
/*######################################################################################################*/
	position: absolute;
	display: none;
	padding: 0px;
}
.dropmenu ul a {
/*######################################################################################################*/
	border: 1px solid #CCC;				/*taille et couleur de la bordure autour des sous-rubriques*/
/*######################################################################################################*/
	display:block;
}
.dropmenu ul a:hover {
/*######################################################################################################*/
	background-color: #FFF;				/*fond de couleur des sous-rubriques au survol*/
/*######################################################################################################*/
}

.dropmenu li{position: relative;list-style: none;margin: 0;padding: 0;display: block;cursor: pointer;float: left; border-left: solid 1px #fff}
.dropmenu li:first-child{border-left:none}
.dropmenu ul li{float: none;}
.dropmenu li:hover > ul{display: block;}

*+html .dropmenu li ul {
	/*top:expression(this.parentNode.clientWidth-this.clientHeight+"px"); /* décommenter si le placement vertical n'est pas bon */
	right:expression(this.parentNode.clientWidth-this.clientWidth+"px")} /* fix position IE7 2e partie; changer les retraits en fonction des dimensions réelles */
	
/** ScrollToTop **/
#scrollToTop a{
position: fixed;
right: 1.25em;
bottom: 0.625em;
background-color: #000; /** rgba fallback**/
background-color: #000;
padding: 0.4375em 0.625em;
border-radius:6.25em;
text-decoration:none;
color:#fff
}


#scrollToTop a:hover{
box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-webkit-box-shadow: 0px 0px 5px #222;
text-decoration: none !important;
}

/** Actualités **/
#actu a{
	width:200px; 
	height:40px; 
	background:rgba(0,0,0,0.7); 
	color:#fff; 
	text-align: center; 
	color:#fff;
	line-height: 40px;
	font-size:16px;
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:10px 0 0 420px; 
	z-index:99999
	}
#actu a:hover{background: rgba(255,255,255,0.7); color:#000; transition: all 0.3s ease 0s;}

/** bt-slide **/
#prev{
                width:40px; 
                height:40px; 
                background:rgba(0,0,0,0.7); 
                color:#fff;
                font-family: Arial, Helvetica, sans-serif; 
                font-size:48px; 
                text-align:center;
                line-height:40px;
                text-decoration:none; 
                transition: all 0.3s ease 0s;
                position:absolute; 
                margin:10% 0 0 10px; 
                cursor: pointer;
                z-index:999
                }
#prev:hover{background:rgba(255,255,255,0.7); color:#000; transition: all 0.3s ease 0s;}
#next{
                width:40px; 
                height:40px; 
                background:rgba(0,0,0,0.7); 
                color:#fff;
                font-family: Arial, Helvetica, sans-serif; 
                font-size:48px; 
                text-align:center;
                line-height:40px;
                text-decoration:none; 
                transition: all 0.3s ease 0s;
                position:absolute; 
                margin:10% 0 0 910px; 
                cursor: pointer;
                z-index:999
                }
#next:hover{background:rgba(255,255,255,0.7); color:#000; transition: all 0.3s ease 0s;}




.mobile {display:none;}
.menu-open {display:none;}
#pav	{height:180px;width:60em;float:none;background:url(../charte/fond-pav.jpg) no-repeat top center;}
#pav ul {padding:0 ; margin:0 auto; display:inline; list-style:none}
#pav ul li a{width:310px; height:100px; float:left; line-height:20px; text-align:center; background:#000; color:#2c2d3d; font-family:bebas_neueregular; text-decoration:none; font-size:24px; margin:10px 5px 0 5px; box-shadow:0px 0px 3px #000;}
#pav ul li a img{margin:10px auto 0px; float:none0}
#pav ul li a:hover{background: #2c2d3d; color:#fff}
#pav ul li a.current{background: #2c2d3d; color:#fff}
#pav ul li a div.tgros {width:100%; margin:0px auto 0; font-size:30px; line-height:30px; transition: all 0.3s ease 0s; background:rgba(255,255,255,0.7); letter-spacing:5px}
#pav ul li a div.tpetit {width:100%; margin:50px auto 0; font-size:20px; line-height:20px; transition: all 0.3s ease 0s; background:rgba(255,255,255,0.7); letter-spacing:3px}
#pav ul li a:hover div.tgros {width:100%; margin:0px auto 0;transition: all 0.3s ease 0s; background:rgba(44,45,61,0.6); text-shadow:0px 0px 3px #000; padding:30px 0 0 0}
#pav ul li a:hover div.tpetit {width:100%; margin:0px auto 0;transition: all 0.3s ease 0s; background:rgba(44,45,61,0.6); text-shadow:0px 0px 3px #000; padding:0 0 20px 0}
#pav ul li a div.plus {width:30px; height:30px; border-radius:15px; background:#fff; color:#2c2d3d; font-family:bebas_neueregular; display:none; margin:60px 0 0 270px; position:absolute; text-align:center; line-height:30px; font-size:30px;transition: all 0.3s ease 0s;}
#pav ul li a:hover div.plus {display:block;transition: all 0.3s ease 0s;}

#slideshow img {width: 100%}

#pousse { margin-top:260px}