@charset "UTF-8";

* {
	outline:none;
}

body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background:#e2e2e2 url(../images/bgsite.png) repeat-x scroll top left;
}

a {
	text-decoration:none;
	color: #333;
}

a:hover {
	text-decoration:underline;
	color: #dd003d;
}

#page {
	position:relative;
	height:100%;
	width:100%;
}

#contenair {
	position:relative;
	width:906px;
	height:634px;
	margin:10px auto;
	background:url(../images/cadresite.png)  no-repeat scroll top center;
	padding:0;
}

#contenuPack {
	position:absolute;
	width:377px;
	height:197px;
	top:117px;
	left : 520px;
	z-index:10;
	background:transparent url(../images/contenuPack2.png) no-repeat left top;
	}
	
ul#pictos {
	list-style: none ;
	margin: 0 0 9px 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	height:67px;
	width:288px;
	}
#pictos li {
	float: left ;
	height:67px;
	width:96px;
	}

#pictos li#picto1 {
	background:#000 url(../images/pictos2.png) no-repeat left bottom;
	}
#pictos li#picto2 {
	background:#000 url(../images/pictos2.png) no-repeat 50% bottom;
	}
#pictos li#picto3 {
	background:#000 url(../images/pictos2.png) no-repeat 100% bottom;
	}
#pictos li#picto1:hover {
	background-position: left top;
}
#pictos li#picto2:hover {
	background-position: 50% top;
}
#pictos li#picto3:hover {
	background-position: 100% top;
}

#telechargement {
	position:absolute;
	top:8px;
	right:24px;
	width:201px;
	height:80px;
	z-index:1;
}

#telechargement a {
	display:block;
	width : 201px;
	height:38px;
	background:transparent url(../images/btnTelecharger.png) no-repeat top left;
	text-indent:-9999px;
	cursor:pointer;
}
#telechargement a:hover {
	background-position:bottom left;
}

#telechargement #OScompatible {
	position:relative;
	top:7px;
	left:138px;
	height:30px;
	width:60px;
}

#content {
	position:relative;
	margin: 0 22px;
	padding-top:142px;
}

#content #gauche {
	float:left;
	width:553px;
	height:383px;
}

#PlayPause {
	position:absolute; 
	z-index:2; 
	left:510px; 
	height:26px; 
	width:26px; 
	margin-top:47px;
	opacity : 0.6;
}

#PlayPause:hover {
	opacity:1;
}

#PlayPause a {
	display:block;
	height:26px;
	width:26px;
	background:transparent url(../images/btnPlayPause.png) no-repeat bottom left;
	text-indent:-9999px;
}

#content #droite {
	float:left;
	width:288px;
	height:auto;
	margin-left:20px;
	text-align:right;
}



/* CADRE GAUCHE AVEC SCROLLER */
#contenantGauche {
	width:553px;
	height:383px;
	background:#fff url(../images/bgBlocGauche.png) no-repeat bottom left;
}

#contenantGauche #scroller {
	width: 539px;
	height:333px;
	margin:0 7px;
	overflow:hidden;
}

#contentGauche {
		width: 5250px;
}

.section {
	width: 539px;
	height:319px;
	float: left;
	margin:0;
	}

ul#toolbar {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	background:url(../images/bgOnglet.png) no-repeat left top;
	height:50px;
	}
#toolbar li {
	float: left ;
	height:50px;
	margin-left:34px;
	}
	
#toolbar li a {
	display: block ;
	height:50px;
	text-indent:-9999px;
	outline:none;
	}
	
#toolbar li.active {
	background-position:bottom;
	}
#toolbar li.inactive {
	background-position:top;
	}
#toolbar li:hover {
	background-position:bottom;
	}
				
#toolbar li#nav01-tab {
	background-image:url(../images/ongletPresentation.png);
	width:92px;
	}
#toolbar li#nav02-tab {
	background-image:url(../images/ongletFonctionnement.png);
	width:114px;
	}
#toolbar li#nav03-tab {
	background-image:url(../images/ongletInstallation.png);
	width:85px;
	}
#toolbar li#nav04-tab {
	background-image:url(../images/ongletAssistance.png);
	width:84px;
	}

/* FIN CADRE GAUCHE SCROLLER */



/* DEBUT DU FOOTER */
#footer {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:20px;
	height:70px;
}

#footer #btnBoutique {
	position:absolute;
	right:180px;
	top:9px;
	width:126px;
	
}

#footer #btnBoutique a {
	display:block;
	width:126px;
	height:26px;
	background:transparent url(../images/btnBoutique.png) no-repeat scroll top center;
	cursor:pointer;
	text-indent:-9999px;
}

#footer #btnBoutique a:hover {
	background-position:bottom center;
}

#footer #contact {
	position:absolute;
	right:45px;
	top:9px;
	width:126px;
}

#footer #contact a {
	display:block;
	width:126px;
	height:26px;
	background:transparent url(../images/btnContact.png) no-repeat scroll top center;
	cursor:pointer;
	text-indent:-9999px;
}

#footer #contact a:hover {
	background-position:bottom center;
}

#footer #mentions {
	position:absolute;
	text-align:right;
	width:340px;
	top:45px;
	right:45px;
	font-size:0.9em;
	letter-spacing:-0.2px
}
/* FIN DU FOOTER*/

