/**** Ambio Default Style ****/
/**** Copyright Ambio Music ****/

body{
	background-color:#000000;
	background-image:url(http://www.ambio.info/images/BlackGround-1600x1200.jpg);
	color: #8888FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

a {
		color: #00AAAA;
}

a:hover {
		color: #00FFFF;
	}

hr {
	color: #888888;
}

img {
	border: 0px;
}

#header {
	position: absolute;
	background-color: #990033;
        height: 30px;
	width: 100%;
	top: 5px;
	color: white;

}

	#hat {
		background-color: #334466;
		position: absolute;
		left: 120px;
		height: 15px;
		right: 0px;
		font-size: 12px;
		text-align: center;
		color: #DDDDDD;
	}

	#hat a {
		font-size: 12px;
		text-decoration: none;
		font-weight: 500;
		color: #DDDDDD;
	}

	#hat a:hover {
		font-size: 12px;
		text-decoration: none;
		font-weight: 500;
		color: #FFFFFF;
	}

	#logo {
		position: absolute;
		height: 60px;
		top: 20px;
		left: 17px;
		right: 0px;
	}

	#header h1 {
		position: absolute;
		top : 0px;
		left: 10px;
		right: 10px;
		margin-left: 10px;
		margin-top: 1px;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		color: #DDDDDD;
		font-weight : bold;
		font-family: verdana, arial;
		font-size: 24px;
	}

	#pub {
		position: absolute;
		height: 60px;
		width: 468px;
		top: 20px;
		left: 370px;
	}

	
#content{
	clear: both;
	margin-top: 70px;
	margin-left: 240px;
	margin-right: 25px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: transparent;
}

	#edito {
		clear: both;
		margin-top: 90px;
		margin-left: 130px;
		width: 38%;
		height: 350px;
		margin: 2px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
		background-color: #333355;
		color: #999966;
	}

	#edito a {
		color: #FFFFFF;
	}

	#edito a:hover {
		color: #00FFFF;
	}

	#news {
		position: absolute;
		left: 52%;
		top: 90px;
		margin-right: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
		background-color: transparent;
		color: #000000;
	}

	#news a {
		color: #000000;
	}

	#news a:hover {
		color: #000000;
	}

	#shop {
		clear: both;
		left: 130px;
		top: 450px;
		width: 70%;
		height: 300px;
		margin: 2px;
		padding: 2px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: transparent;
		background-image: url(/Themes/MusicRun/fond-raye-fonce.gif);
		background-repeat: repeat;
		color: #000000;
	}

	#shop a {
		color: #000000;
	}

	#shop a:hover {
		color: #000000;
	}

	.bicol {
		float: left;
		width: 43%;
		padding: 2px;
	}

	.tricol {
		float: left;
		width: 28%;
		padding: 2px;
	}

	#content h1 {
		font-size: 28px;
		font-weight: bold;
		color: #FFFFFF;
	}

	#content h2 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#content h3 {
		font-size: 14px;
		color: #FFFFFF;
	}


#menu{
	position: absolute;
	left: 5px;
	top : 5px;
	padding-top: 60px;
	width: 210px;
	height: 900px;
	background-color: #000000;
	background: url(http://www.ambio.info/images/AmbioMusic-VerticalLogo.gif) no-repeat top left;
	font-size: 16px;
	font-weight: bold;
	color: #00AAAA;
	line-height: 120%;
	text-decoration: none;
	text-align: right;
}

	#menu a {
		font-size: 16px;
		font-weight: bold;
		width: 130px;
		color: #00AAAA;
		line-height: 130%;
		text-decoration: none;
		text-transform: uppercase;
		margin-top: 5px;
	}

	#menu a:hover {
		color: #00FFFF;
	}

	#menu ul{

		padding-left: 20px;
	}

	#menu li{
		margin-left: 10px;
		margin-right: 10px;
		text-align: left;
		list-style-image: url(/images/fleche.gif);
		border-style: none none dashed none;
		border-color: #9228A2;
		border-width: 1px;
		padding: 5px;
	}

	#menu h1 {
		font-size: 28px;
		font-weight: bold;
		color: #3355FF;
	}

	#menu h2 {
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 100%;
		text-decoration: none;
	}


#footer {
	clear: both;
	background-color: #000000;
	margin-left: 215px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #999966;
	}

	#footer a {
		font-size: 12px;
		text-decoration: none;
		font-weight: 500;
		color: #999966;
	}

	#footer a:hover {
		font-size: 12px;
		text-decoration: none;
		font-weight: 500;
		color: #FFFFFF;
	}

body>div#menu { position: fixed }

