@charset "utf-8";

body
{
	background-color:#000000;
	/*text-align: center;*/
   
}
a:hover
{
	cursor: pointer;							/*ie ne fait pas apparaitre le curseur main par défaut, on le 		            									force*/
}
										/*page complete tout se trouve dedans,permet centrage site sous ie et ff*/
#page {
	width: 900px;
    margin: 0 auto;
	z-index:1;
}
										/*bandeau superieur page*/
#bandeau {
	position:absolute;
	width:900px;
	height:285px;
	z-index:2;
	background-image: url("../img/top/audemar_motos_scooters_bandeau.jpg");
	background-repeat: no-repeat;
}
                                       /*zone ou apparait titre en survolant les pictos*/
#titre{
	position:absolute;
	width:196px;
	height:27px;
	z-index:3;
	background-repeat: no-repeat;
	left: 691px;
	top: 181px;
}
/*-----------------------------------------------------------------------------------------------------------*/
							/*zone invisible pour roll over ou déclencher apparition titre*/
							/*de gauche a droite et de haut en bas (clic1, clic2 etc*/
							/*pour picto rond rouge bandeau superieur*/										
/*-------------------------------------------------------------------------------------------------------------*/

/*accueil*/
#clic1 {
	position:absolute;
	width:32px;
	height:30px;
	z-index:4;
	left: 623px;
	top: 142px;
	cursor: pointer;		/*pour que curseur devienne main(pour lien)*/
}
/*contact*/
#clic2 {
	position:absolute;
	width:32px;
	height:30px;
	z-index:5;
	left: 668px;
	top: 142px;
	cursor: pointer;
}
/*magasins*/
#clic3 {
	position:absolute;
	width:32px;
	height:30px;
	z-index:6;
	left: 713px;
	top: 142px;
	cursor: pointer;
}
/*vo*/
#clic3bis {
	position:absolute;
	width:32px;
	height:30px;
	z-index:13;
	left: 758px;
	top: 142px;
	cursor: pointer;
}

#clic_partenaires {
	position:absolute;
	width:32px;
	height:30px;
	z-index:7;
	left: 803px;
	top: 142px;
	cursor: pointer;
}
/*newsletter*/
#clic4 {
	position:absolute;
	width:32px;
	height:30px;
	z-index:7;
	left: 848px;
	top: 142px;
	cursor: pointer;
}
/*-------------------------------------------------------------------------------------------------------------
								zone invisible pour roll over ou déclencher apparition titre
								de gauche a droite et de haut en bas (clic5, clic6 etc
								pour bouton menu yam axe etc
---------------------------------------------------------------------------------------------------------------*/
/*histoire*/
#clic5 {
	position:absolute;
	width:89px;
	height:29px;
	z-index:8;
	left: 37px;
	top: 228px;
	cursor: pointer;		/*pour que curseur devienne main(pour lien)*/
}
/*audemar yamaha*/
#clic6 {
	position:absolute;
	width:181px;
	height:28px;
	z-index:9;
	left: 140px;
	top: 228px;
	cursor: pointer;
}
/*axe*/
#clic7 {
	position:absolute;
	width:190px;
	height:29px;
	z-index:10;
	left: 335px;
	top: 228px;
	cursor: pointer;
}
/*jets*/
#clic8 {
	position:absolute;
	width:194px;
	height:29px;
	z-index:11;
	left: 539px;
	top: 228px;
	cursor: pointer;
}
/*racing*/
#clic9 {
	position:absolute;
	width:131px;
	height:29px;
	z-index:12;
	left: 747px;
	top: 228px;
	cursor: pointer;
}
/*----------------------------------------------------------------------------------------------------------*/
.bleu {
	color: #05D6F3;
}
