html, * {padding:0;margin:0;font-size: 100%}


@font-face {
  font-family: "SourceSansProRegular";
  src: url('https://www.vbass.fr/eb/ebay/annonces/sourcesanspror_regular.eot');
  src: local('Calibri'), url('https://www.vbass.fr/eb/ebay/annonces/sourcesanspror_regular.woff') format('woff'), url('https://www.vbass.fr/eb/ebay/annonces/sourcesanspror_regular.otf') format('opentype');
}
body {
	font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
/* En-tête */
.header {
	display:table;
	padding: 10px 0;
	background-color: rgba(234, 234, 234, 1);
	height: 220px;
	width: 100%;
}
.headergauche {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	padding-left: 20px;
}
.logo {
	height: 205px;
	width: auto;
}
.headerl1 {
	width: 365px;
	padding-right: 20px;
	margin-left: auto;
}
.headerl2 {
	width: 225px;
	padding-right: 120px;
	margin-left: auto;
}
.headerl3 {
	width: 225px;
	padding-right: 20px;
	margin-left: auto;
}
.logod1img, .logod2img, .logod3img {
	display: table-cell;
	height: 70px;
	width: auto;
	vertical-align: middle;
}
.logod1txt, .logod2txt, .logod3txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: #555;
	font-style: oblique;
}

/*Bare de boutons*/

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Création de la liste de boutons horizontale*/
li {
	display:inline-block;
	float: left;
	margin: 0;
}

/*Mise en forme de style des boutons*/
li a {
	display:block;
	min-width:140px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	background: #555;
	text-decoration: none;
	letter-spacing: 1px;
}
.activehome {
     background-color: #009999 !important;
}

/*Couleur boutons au passage de la souris*/
li:hover a {
	background: rgba(234, 234, 234, 1);
	color: #555;
}
li:hover .activehome {
	color: white !important;
}
/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Style de bouton "menu" qui apparait en mode mobile*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #555;
	text-align: left;
	padding: 0;
	display: none;
	margin-bottom: 1px;
	padding-left: 8px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

.fond {
	background-color: #555;
	width: 100%;
}

/* Description */
a {
  outline: none;
  text-decoration: none;
  padding: 2px 0px 0;
}
a:link {
  color: #ffffff;
  background: #555555;
}
a:visited {
  color: #ffffff;
  background: #555555;
}
a:focus {
  border-bottom: 1px solid;
  background: #555555;
}
a:hover {
  border-bottom: 1px solid;
  background: #cdfeaa;
}
a:active {
  background: #265301;
  color: #cdfeaa;
}
h1 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #009999;
}	
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #009999;
  text-decoration: underline;
}
.contenu {
	display: table;
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding: 50px 0px 0px 0px;
	}
.descrigauche {
	display: table-cell;
	width: 300px;
	height: auto;
	vertical-align: middle;
	padding: 68px 20px 20px 0px;
}
.descrigauchef {
	display: none;
}
.video {
	padding: 20px 0px 20px 0px;
	background-color: rgba(234, 234, 234, 1);
	width: 100%;
	text-align: center;
}
.descridroit {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
@keyframes AutoSlide {
	0% {
		left: 0px; /*1ère image*/
	}
	10% {
		left: 0px; /*idem pour attente*/
	}
	20% {
		left: -300px; /*2ème image*/
	}
	30% {
		left: -300px; /*idem pour attente*/
	}
	40% {
		left: -600px; /*3ème image*/
	}
	50% {
		left: -600px; /*idem pour attente*/
	}
	60% {
		left: -900px; /*4ème image*/
	}
	70% {
		left: -900px; /*idem pour attente*/
	}
	80% {
		left: -1200px; /*5ème image*/
	}
	90% {
		left: -1200px; /*idem pour attente*/
	}
	100% {
		left: 0px; /*1ère image*/
	}
}
#slideshow {
	position:relative;
	width: 300px;
	height: 300px;
	margin:  20px auto;
	overflow: hidden;
}
#sContent li {
	display: inline;
}

#sContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 1500px;
	margin: 0;            
	padding: 0;
	
	/*CSS3 keyframes animation*/
	animation-name: AutoSlide;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

/* Pied de page 1 */
div#piedpage1 {
	height: 48px;
	width: 100%;
    background-color: #555;
    display: table;
	}
div#entetevideo {
	color: #fff;
    text-align: center;
    vertical-align: middle;
    display:table-cell;
    text-decoration: none;
	letter-spacing: 1px;
	}
/* Pied de page 2 */
.piedpage2 {
	display: table;
	width: 100%;
	height: auto;
	padding: 15px 0;
	color: #555;
	background-color: #333333;
	text-align: center;
}
.colonne1, .colonne2, .colonne3, .colonne4 
{
	display: table-cell;
	text-align: center;
	width: 25%;
	height: auto;
	padding: 0 10px;
}
.imgpiedpage {
	width: 120px;
	height: auto;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.contact {
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	color: #cccccc;
}
.service {
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	color: #cccccc;
}
.entetepied {
	text-align: center;
	font-size: 18px;
	font-style: oblique;
	letter-spacing: 1px;
	color: #cccccc;
	padding: 8px 0;
}
a {
color: #cccccc;
text-decoration: none;
}
