@charset "utf-8";
/*-------------------------------PREPAGE-------------------------------*/
/* CSS Silver-2 - globale 1 */
#conteneur-prepage {
	text-align:center;
	margin:0 auto;
	width:60em;
	height:40.625em;
	padding:0;
}


body.prepage {background-image:url(../charte/fond-page-intro.jpg) repeat-x top center #fff;margin:0px auto;}
#entete-pre {height:12.5em; background:url(../charte/fond-page-intro.jpg) repeat-x top center #fff;}
#logo-pre	{
	height:9.375em;
	width:60em;
	float:left;
	background:url(../charte/fond-logo-pre.jpg) no-repeat top center;
}
#slogan-pre	{
	height:3.125em;
	width:60em;
	float:right;
	background:url(../charte/fond-slogan-pre.jpg) no-repeat top center;
}
#animation-pre	{
	height:28.125em;
	width:60em;
	clear:both;
	background:url(../charte/fond-animation-pre.jpg) no-repeat top center;
}

.entrer { clear:both; background:#fff; color:#000; margin:0 auto 10px; padding:5px 10px; width:150px; text-align:center; font-size:24px ; box-shadow:0px 1px 3px #000; border:1px solid #000}
.entrer:hover {background:#000; color:#fff; border:1px solid #fff }
/* CSS Silver-2 - modèle 1 horizontal*/
html {
  margin:0;
  padding:0;
  background:url(../charte/fond-page.jpg) repeat-x top center #E5E5E5;
 /* 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:130px; background:url(../charte/fond-page.jpg) repeat-x top center #222222;}
#logo	{
	height:130px;
	width:480px;
	float:left;
	background:url(../charte/fond-logo.jpg) no-repeat top center;
}
#slogan	{
	height:130px;
	width:480px;
	float:right;
	background:url(../charte/fond-slogan.jpg) no-repeat top center;
}
#slogan p{ font-size:24px; text-align:right; color:#fff; margin:20px 20px 0px 0px}
#animation	{
	height:485px;
	width:60em;
	clear:both;
	background:url(../charte/fond-animation.jpg) no-repeat top center;
}

#menu {
	background: none repeat scroll 0 #E5E5E5;
    border-bottom: 2px solid #004c98;border-top: 2px solid #004c98;
    height: 76px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
	}

nav	{
	text-align:center;
	width:60em;
	padding:0;
	margin:0;
	height:74px;
	min-height:74px;
	/*background:url(../charte/fond-navigation.jpg) no-repeat top center #E5E5E5;*/
}
#masque {
    display:block;
    width:60em;
    height:100%;
	min-height:100%;
    overflow:hidden; /* nécessaire pour éviter le 'débordement' des images lorsque Javascript est absent; contrairement à un slideshow classique, celui-ci est mis sur un élément parent du slideshow et non le slideshow lui-même */
	margin-top: 74px;
}
 
#masque > img {
    position:absolute;
	z-index:15
}

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


section#integration	{
	padding:0.3125em 1em;
	width:58em;
	min-height:540px; /* 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:28px;text-align:center; padding-top:10px; color:#004C98; font-family:denseregular}
footer ul	{text-align:center;}
footer ul li	{
	display:inline;
	margin:0.3125em;
	font-size:11px;
}
footer ul li a	{
	color:#000;
}
footer ul li a:hover	{
	color:#004C98;
	text-decoration:none;
}

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;}
span#logo-distributeur > a {text-decoration:none;display:inline;display:inline-block;width:88px;height:31px;background:none no-repeat top left transparent;vertical-align:top}
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;}
span#logo-distributeur > a.distal {background-image:url('../charte/lien-al.gif')}
span#logo-distributeur > a.distar {background-image:url('../charte/logo-ar.png')}
span#logo-distributeur > a.distco {background-image:url('../charte/logo-co.png')}
span#logo-distributeur > a.disteo {background-image:url('../charte/logo-eo.png')}
span#logo-distributeur > a.distsi {background-image:url('../charte/logo-si.png')}
span#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:#000}

/* Style navigation */

ul.dropmenu{
/*######################################################################################################*/
	font-family:denseregular;				/*Police des rubriques/sous-rubriques*/
	font-size: 22px;					/*Taille des rubriques/sous-rubriques*/
/*######################################################################################################*/
	position: relative;
	margin:20px 0px 0px;
	padding: 0px;
	display:block;
	
	display: inline-block; /* fix position IE7 - 1ere partie */

}

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

.dropmenu li a.current {
background-color:#004C98;
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 #ccc}
.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: #004C98; /** rgba fallback**/
background-color: #004C98;
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:12.5em; 
	height:1.875em; 
	background:url(../charte/actu.png) top left no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:18.125em 0 0 42.5em; 
	z-index:30
	}
#actu a:hover{background:url(../charte/actu.png) bottom left no-repeat; transition: all 0.3s ease 0s;}

/** bt-slide **/
#bt-prev{
	width:1.875em; 
	height:1.875em; 
	background:url(../charte/bt-slide.png) top left no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:20.5em 0 0 53.5em; 
	cursor: pointer;
	z-index:30
	}
#bt-prev:hover{background:url(../charte/bt-slide.png) bottom left no-repeat; transition: all 0.3s ease 0s;}
#bt-next{
	width:1.875em; 
	height:1.875em; 
	background:url(../charte/bt-slide.png) -1.875em 0em no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:20.5em 0 0 55.5em; 
	cursor: pointer;
	z-index:30
	}
#bt-next:hover{background:url(../charte/bt-slide.png) -1.875em -1.875em no-repeat; transition: all 0.3s ease 0s;}



.mobile {display:none;}
.menu-open {display:none;}


#vignette a { opacity:1;transition-duration: 5s; cursor:pointer}
#vignette a:hover { opacity:0.2;  transition-duration: 0.5s;}

.infos-bas { float:left; width:70%}
.img-bas{width:30%; margin-top:30px; float:left}

#facebook a { position:fixed; z-index:999; margin-left:960px; margin-top:-50px}
