/* style global body */
body
{
	background-color: #FFF;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	margin: 10px 0px 0px 4px;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:black;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
}

/* bloc bandeau */
div#bandeau
{
	position: relative;
	top: 0px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* bloc contenu general pour centrage */
div#contenu
{
	position: relative;
	width: 760px;
	height: 532px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
}

/* menu principal */
div#menuprin
{
	position: relative;
	top: 0px;
	width: 757px;
	height: 16px;
}

/* item menu principal ou on est */
a.menuici1
{
	display: block;
	float: left;
	margin: 0 20px 0 8px;
	border-width: 2px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

/* espaceur menu principal */
.espaceur1
{
	display: block;
	float: left;
	width: 70px;
}

/* items menu principal */
a.menu1, a.menu1:active, a.menu1:link, a.menu1:visited
{
	display: block;
	float: left;
	margin: 2px 20px 0 8px;
	border-width: 2px 0px 0px 0px;
	border-color: #C6C6C6; /* pour IE5 mac */ 
	border-style: hidden; /* pour les autres */
	text-decoration: none;
}

a.menu1:hover
{
	margin: 0 20px 0 8px;
	border-width: 2px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

/* menu secondaire */
div#menusec
{
	position: relative;
	top: 20px;
	left: 6px;
	width: 646px;
	height: 18px;
	font-size: 9px;
	line-height: 18px;
	margin-left: 5px;
}

/* item menu secondaire ou on est */
a.menuici2
{
	display: block;
	float: left;
	margin: 0 40px 0 8px;
	border-width: 2px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}

/* items menu secondaire */
a.menu2, a.menu2:active, a.menu2:link, a.menu2:visited
{
	display: block;
	float: left;
	margin: 2px 40px 0 8px;
	border-width: 2px 0px 0px 0px;
	border-color: #FFFFFF; /* pour IE5 mac */ 
	border-style: hidden; /* pour les autres */
	text-decoration: none;
}

a.menu2:hover
{
	margin: 0 40px 0 8px;
	border-width: 2px 0px 0px 0px;
	border-color: black;
	border-style: solid;
}


/* ************************** BLOC 1 MILIEU ************************* */
div#bloc1
{
	float: left;
	position: relative;
	top: 50px;
	left: 40px;
	width: 500px;
	height: 420px;
	overflow: auto;
	text-align: justify;
	padding-right: 5px;
}

.imgbloc1
{
	margin-bottom: 8px;
}

/* ************************** BLOC 4 MILIEU SEUL ******************* */
div#bloc4
{
	float: left;
	position: relative;
	top: 40px;
	left: 16px;
	width: 625px;
	height: 420px;
	overflow: auto;
	text-align: justify;
	font-size: 10px;
}

.bloc41 /*sous-bloc gauche*/
{
	float: left;
	width: 350px;
	text-align: justify;
}

.bloc42 /*sous-bloc droit*/
{
	float: right;
	width: 250px;
	text-align: center;
}

.imgbloc4
{
	margin: 0 0 8px 8px;
}

/* ************************** BLOC 2 DROITE ************************* */
div#bloc2
{
	float: left;
	position: relative;
	top: 43px;
	left: 60px;
	width: 76px;
	height: 414px;
	overflow: auto;
	text-align: left;
}

.creasmall
{
	position: relative;
	left: 0px;
	display: block;
	margin-bottom: 10px;
}

div#bloc21 /* pour pouvoir ecrire centre dans le bloc des petites guitares */
{
	font-size: 9px;
	float: left;
	width: 45px;
	text-align: center;
}

/* ************************** BLOC 3 BAS ************************* */
div#bloc3
{
	float: left;
	position: relative;
	top: 60px;
	left: 5px;
	width: 748px;
	height: 14px;
	font-size: 9px;
	text-align: left;
}
/* ************************** BLOC FICHES ************************* */
div#blocfich
{
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
}

/* bloc contenu general pour centrage */
div#contenu2
{
	position: relative;
	width: 760px;
	height: 458px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
}

/* TITRE POPUP */
div#titrepop {
	position: relative;
	top: 0px;
	width: 757px;
	height: 16px;
	font-size: 9px;
	line-height: 17px;
	text-indent: 5px;
}
/* POPUP SUP */
div#popsup {
	position: relative;
	top: 15px;
	width: 757px;
	height: 320px;
}
/* POPUP INF */
div#popinf {
	position: relative;
	top: 20px;
	width: 760px;
	text-align: center;
}
/* POPUP COPY */
div#popcopy {
	position: relative;
	top: 30px;
	width: 760px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-size: 9px;
	line-height: 35px;
	text-indent: 5px;
}
