@charset "utf-8";

/* CSS Silver-2 - modèle 1*/
html {margin:0;padding:0}
body {margin:0;padding:0}

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

#conteneur	{
	width:960px;
	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 #fff;}
#logo	{
	height:130px;
	width:960px;
	float:left;
	background:url(../charte/fond-logo.jpg) no-repeat top center;
}
#slogan	{
	height:127px;
	width:480px;
	float:right;
	background:url(../charte/fond-slogan.jpg) no-repeat top center;
}
#animation	{
	height:320px;
	width:960px;
	clear:both;
	background:url(../charte/fond-animation.jpg) no-repeat top center;
}


#navigation	{
	width:960px;
	padding:0;
	margin:0;
	height:40px;
	min-height:40px;
	background:url(../charte/fond-navigation.jpg) no-repeat top center;
}
#masque {
    display:block;
    width:960px;
    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 */
}
 
#masque > img {
    position:absolute;
	z-index:15
}

#navigation > li {margin-left:30px}


#integration	{
	padding:5px 10px;
	width:940px;
	min-height:220px;
	background:url(../charte/fond-integration.jpg) no-repeat top center;
}
#pied	{
	clear: both;
	position: absolute; 
	margin: 0;
	width:100%;
	min-height:80px;
	border-top:3px solid #8F8D92;
	background-color:#7099C5;
	color:#fff;
}

#baspage	{
	width:960px;
	margin:0 auto;
	text-align:center;
}

#pied p {font-size:80%;text-align:center; padding-top:30px}
#pied ul, .prepage ul	{text-align:center;font-size:11px}
#pied ul li, .prepage ul li	{
	display:inline;
	margin:5px;
	font-size:11px;
}
#pied ul li a	{
	color:#fff;
}
#pied ul li a:hover	{
	color: #CCC;
	text-decoration:none;
}

div#logo-distributeur > a {text-decoration:none;display:block;width:60px;height:80px;background:none no-repeat top left transparent;float:right;margin-right:-60px;}
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')}
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')}

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

/* Style navigation */

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

}

.dropmenu li a{
/*######################################################################################################*/
	padding:3px 35px 1px;	
		/*Espacement autour des rubriques (haut, droite, bas, gauche)*/
	color:#184376;							/*couleur des rubriques/sous-rubriques*/
	
/*######################################################################################################*/
	display: block;
	cursor:pointer;
	text-decoration: none;
}
.dropmenu li a:hover{
/*######################################################################################################*/
	background-color:#918E89;			/*fond de couleur des rubriques*/
	color:#fff;							/*couleur des rubriques/sous-rubriques au survol*/
/*######################################################################################################*/
}

.dropmenu li a.current {
background-color:#918E89;
color:#FFF;
}

.dropmenu ul{
/*######################################################################################################*/
	width: 180px;
							/*Largeur du sous-menu*/
	background-color:#eee;				/*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: 0px;padding: 0px;display: block;cursor: pointer;float: left; border-left: solid 1px #000000}
.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: 20px;
bottom: 10px;
background-color: #000; /** rgba fallback**/
background-color: #000;
padding: 7px 10px;
border-radius:100px;
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:30px; 
	background:url(../charte/actu.png) top left no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:290px 0 0 680px; 
	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:30px; 
	height:30px; 
	background:url(../charte/bt-slide.png) bottom left no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:320px 0 0 10px; 
	cursor: pointer;
	z-index:30
	}
#bt-prev:hover{background:url(../charte/bt-slide.png) top left no-repeat; transition: all 0.3s ease 0s;}
#bt-next{
	width:30px; 
	height:30px; 
	background:url(../charte/bt-slide.png) -30px -30px no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:320px 0 0 920px; 
	cursor: pointer;
	z-index:30
	}
#bt-next:hover{background:url(../charte/bt-slide.png) -30px 0px no-repeat; transition: all 0.3s ease 0s;}

#logo-haut .picto { width:150px ; height:60px ; background:url(../charte/contact.gif) no-repeat top center; transition: all 0.3s ease 0s;}
#logo-haut:hover .picto{background:url(../charte/contact.png) no-repeat top center; transition: all 0.3s ease 0s;}
#logo-haut p {font-family:bebas_neueregular;font-size: 18px; text-align:center; color:#184376}
#logo-haut:hover p {color:#8F8D92}