@charset "utf-8";

/* Silver 6 horizontal mini 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;*/
	background: rgba(255,255,255,0.7);
}
#entete {height:260px; background:url(../charte/fond-page.jpg) repeat-x top center #222222;}
#logo	{
	height:200px;
	width:960px;
	float:left;
	background:url(../charte/fond-logo.jpg) no-repeat top center;
}
#slogan	{
	height:60px;
	width:960px;
	float:right;
	background:url(../charte/fond-slogan.jpg) no-repeat top center;
}
#slogan p{ font-size:18px; text-align:center; color:#242527; margin:0px; line-height: 60px}
#slogan p a { color:#242527; text-decoration:none}
#animation	{
	height:auto;
	width:100%;
	clear:both;
	background:url(../charte/fond-animation.jpg) no-repeat top center;
	margin:320px auto 0; }


nav	{
	text-align:center;
	width:60em;
	padding:0;
	margin:0;
	height:60px;
	min-height:60px;
	background:#00C0CF;
}

#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:110px;
	clear:left;
	background:url(../charte/fond-pied.jpg) no-repeat top center;
	color:#fff;
}
footer p {font-size:12px;text-align:center; padding-top:30px; margin:0; color:#fff}
footer p a {color:#fff; text-decoration: none}


footer ul	{text-align:center;}
footer ul li	{
	display:inline;
	margin:0.3125em;
	font-size:11px;
}
footer ul li a	{
	color:#fff;
}
footer ul li a:hover	{
	color:#fff;
	text-decoration:none;
}

#pied	{
	clear: both;
	position: absolute; 
	margin: 0;
	width:100%;
	min-height:140px;
	border-top:3px solid #242527;
	background-color:#00C0CF;
}

#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')}


#liens-referencement {font-size:11px;text-align:center}
#liens-referencement a {color:#0000FF}

/* Style navigation */

ul.dropmenu{
/*######################################################################################################*/
    font-family: 'Hind', sans-serif;				/*Police des rubriques/sous-rubriques*/
	font-size:18px;					/*Taille des rubriques/sous-rubriques*/
/*######################################################################################################*/
	position: relative;
	margin: 10px 0;
	padding: 0px;
	display:block;
	
	display: inline-block; /* fix position IE7 - 1ere partie */

}

.dropmenu li a{
/*######################################################################################################*/
	padding:0 20px;
	line-height:40px;	
		/*Espacement autour des rubriques (haut, droite, bas, gauche)*/
	color:#fff;					/*couleur des rubriques/sous-rubriques*/
	background: #262628;
	border-radius:20px; margin:0 10px;
	text-transform: uppercase;
	
/*######################################################################################################*/
	display: block;
	cursor:pointer;
	text-decoration: none;
}
.dropmenu li a:hover{
/*######################################################################################################*/
	background-color:#fff;			/*fond de couleur des rubriques*/
	color:#00C0CF;							/*couleur des rubriques/sous-rubriques au survol*/
/*######################################################################################################*/
}

.dropmenu li a.current {
background-color:#fff;
color:#00C0CF;
}

.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:none}
.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,192,207,0.85); 
	color:#fff; 
	text-align: center; 
	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,192,207,0.85); 
	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:240px 0 0 10px; 
                cursor: pointer;
                z-index:999
                }
#prev:hover{background:rgba(255,255,255,0.85); color:#00C0CF; transition: all 0.3s ease 0s;}
#next{
                width:40px; 
                height:40px; 
                background:rgba(0,192,207,0.85); 
	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:240px 0 0 910px; 
                cursor: pointer;
                z-index:999
                }
#next:hover{background:rgba(255,255,255,0.7); color:#00C0CF; 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;}


#logo-haut {position:absolute; margin:10px 0 0 920px; z-index:999999}


.example-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    top: 10px;
    overflow: hidden;
}


.example-pager span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
}
.example-pager span.cycle-pager-active {
    color:#00C0CF ;
}
.example-pager > * {
    cursor: pointer;
}



.example-pager2 {
    text-align: center;
    width: 100%;
    z-index: 500;
    top: 10px;
    overflow: hidden;
}


.example-pager2 span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
}
.example-pager2 span.cycle-pager-active {
    color:#00C0CF ;
}
.example-pager2 > * {
    cursor: pointer;
}



.example-pager3 {
    text-align: center;
    width: 100%;
    z-index: 500;
    top: 10px;
    overflow: hidden;
}


.example-pager3 span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
}
.example-pager3 span.cycle-pager-active {
    color:#00C0CF ;
}
.example-pager3 > * {
    cursor: pointer;
}





.example-pager4 {
    text-align: center;
    width: 100%;
    z-index: 500;
    top: 10px;
    overflow: hidden;
}


.example-pager4 span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
}
.example-pager4 span.cycle-pager-active {
    color:#00C0CF ;
}
.example-pager4 > * {
    cursor: pointer;
}



.example-pager5 {
    text-align: center;
    width: 100%;
    z-index: 500;
    top: 10px;
    overflow: hidden;
}


.example-pager5 span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
}
.example-pager5 span.cycle-pager-active {
    color:#00C0CF ;
}
.example-pager5 > * {
    cursor: pointer;
}




.example-pager6 {
    text-align: center;
    width: 100%;
    z-index: 500;
    top: 10px;
    overflow: hidden;
}


.example-pager6 span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
}
.example-pager6 span.cycle-pager-active {
    color:#00C0CF ;
}
.example-pager6 > * {
    cursor: pointer;
}























