/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

html {
	height:100%;
	background:#4E4E4E;
}

#a.title {
	color:#5BCF4F;
	text-decoration:none;
	font-weight:bold;
}

#a.title:hover {
	color:#3C3E3C;
	text-decoration:none;
	font-weight:bold;
}

body {
	height:100%;
	font:normal 0.7em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:#3A3A3A;
	margin-left: 0px;
	margin-top: 0px;
}

#page {
	width:808px;
	margin-left:auto;
	margin-right:auto;
	background:url('./images/interface/fond.jpg') repeat-y;
}

#partie_gauche {
	float:left;
	width:200px;
	margin-left:4px;
	display:inline;
}

h1#header {
	width:200px;
	height:175px;
	background:url('./images/interface/guitare.jpg') top no-repeat;
	text-indent:-9000px;
}

#menu {
	width:200px;
	text-align:center;
}

h2 {
	letter-spacing:4px;
	font-size:1em;
	color:#959595;
	font-weight:normal;
	margin:10px;
}

#menu1 ul {
	list-style-type:none;
	width:200px;
	margin-top:10px;
}

#menu2 li {
	width:170px;
	height:30px;
	border-top:1px solid #4F4F4F;
	margin-left:15px;
}

a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	padding-top:5px;
}

a:hover {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	background-color:#4F4F4F;
}

#partie_droite {
	width:600px;
	float:left;
}

#partie_droite p, h3 {
	padding:5px;
}

#barre_haut {
	background-color:#C4D43E;
	width:100%;
	height:20px;
	color:#FFF;
	font-size:1.1em;
	padding-top:2px;
	text-align:center;
}

#bloc {
	width:350px;
	float:left;
}

#gallerie {
	width:250px;
	float:left;
}

#gallerie img {
	border:1px double #EFEFEF;
}

#gallerie img:hover {
	border:1px double #A3A3A3;
}

