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


#navigation	{
	width:600px;
	padding:0;
	margin-top:50px;
	height:36px;
	min-height:36px;
	float:right;
	/*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:300px;
	background:url(../charte/fond-integration.jpg) no-repeat top center;
}
#pied {
	height:70px;
	clear:left;
	background:url(../charte/fond-pied.jpg) no-repeat top center;
	color:#fff;
}
#pied p {font-size:80%;text-align:center; padding-top:30px}
#pied ul {text-align:center;}
#pied ul li	{
	display:inline;
	margin:5px;
	font-size:11px;
}
#pied ul li a	{
	color:#fff;
}
#pied ul li a:hover	{
	color:#e7bc05;
	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.png')}
span#logo-distributeur > a.distar {background-image:url('../charte/lien-ar.png')}
span#logo-distributeur > a.distco {background-image:url('../charte/lien-co.png')}
span#logo-distributeur > a.disteo {background-image:url('../charte/lien-eo.png')}
span#logo-distributeur > a.distsi {background-image:url('../charte/lien-si.png')}

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

/* Style navigation */

ul.dropmenu{
/*######################################################################################################*/
	font-family:Verdana;				/*Police des rubriques/sous-rubriques*/
	font-size: 12px;					/*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:10px 20px 10px 20px;	
	transition: all 0.3s ease 0s;
		/*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:#666;			fond de couleur des rubriques*/
	color:#fff;
	transition: all 0.3s ease 0s;
	border-bottom:3px solid #e7bc05;							/*couleur des rubriques/sous-rubriques au survol*/
/*######################################################################################################*/
}

.dropmenu li a.current {
border-bottom:3px solid #e7bc05;
color:#fff;
}

.dropmenu ul{
/*######################################################################################################*/
	width: 110px;
							/*Largeur du sous-menu*/
	background-color:#303032;				/*fond de couleur des sous-rubriques*/
/*######################################################################################################*/
	position: absolute;
	display: none;
	padding: 0px;
}
.dropmenu ul a {
/*######################################################################################################*/
					/*taille et couleur de la bordure autour des sous-rubriques*/
/*######################################################################################################*/
	display:block;
}
.dropmenu ul a:hover {
/*######################################################################################################*/
	background-color: #545456;	
	border-bottom:3px solid #e7bc05;			/*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;}
.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: 80px;
bottom: 20px;
background-color: #000; /** rgba fallback**/
background-color: #d0a903;
padding: 7px 10px;
border-radius:100px;
text-decoration:none;
color:#303032
}


#scrollToTop a:hover{
box-shadow: 1px 1px 5px #fff;
-moz-box-shadow: 0px 0px 5px #fff;
-webkit-box-shadow: 0px 0px 5px #fff;
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 **/
#conteneur:hover #bt-prev{
	width:30px; 
	height:30px; 
	background:url(../charte/bt-slide.png) top left no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:290px 0 0 449px; 
	cursor: pointer;
	z-index:30
	}
#conteneur:hover #bt-prev:hover{background:url(../charte/bt-slide.png) bottom left no-repeat; transition: all 0.3s ease 0s;}
#conteneur:hover #bt-next{
	width:30px; 
	height:30px; 
	background:url(../charte/bt-slide.png) -30px 0px no-repeat; 
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:290px 0 0 481px; 
	cursor: pointer;
	z-index:30
	}
#conteneur:hover #bt-next:hover{background:url(../charte/bt-slide.png) -30px -30px no-repeat; transition: all 0.3s ease 0s;}

.encart {
	margin-top: 435px;
	background-image: url(../charte/fond-encart.png);
	padding: 15px;
	width: 280px;
	height: 160px;
	position: absolute;
	z-index: 30;
	display: block;
	background-repeat: no-repeat;
	float: left;
	background-position: center bottom;
	text-align: center;
}

.encart h1{font-size:26px; font-family: "BlackJackRegular"; padding:5px 10px;}
.encart p {font-family:"CenturyGothicRegular"; font-size:13px; padding:0 15px;}
.bouton-voir{width:105px; height:22px; background-image:url(../charte/bouton-voir.png); cursor:pointer; margin-left:90px;}
.bouton-voir:hover{ background-image:url(../charte/bouton-voir-hover.png);}/* modifier les parametres de l'encart en fonction du rendu desire */
#pastille{ width: 219px; height: 167px; display: block; position: absolute; z-index: 30; background-image: url(../charte/pastille.png); background-repeat: no-repeat; background-position: center center; margin:230px 0 0 850px; cursor:pointer;
}

#pied	{
	clear: both;
	position: absolute; 
	margin: 0;
	width:100%;
	min-height:80px;
	background:url(../charte/fond-pied.jpg)  repeat-x top center #303032;
	/*border-top:3px solid #d0a903;
	background-color:#303032;*/
}

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


