body {
	font-family: Tahoma;
	font-size : 14px;
	background-color: #FFFFE0;
	text-align : center;
}

a {
	font-size : 12px;
	text-decoration : none;
	color : #000;
	font-weight : bold;
}

a:hover {
	background-color : #F28262;
}

h1 {
	position : absolute;
	left : 150px;
	top : 10px;
	
	color : #E62100;
	font-size : 20px;
	font-weight : bold;
}

h2 {
	margin : 0px;
	margin-top : 7px;
	margin-bottom : 7px;
	font-size : 15px;
	background-color: #FFDAB9;
	background-image: url('h2.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 14px;
	border-top: 1px solid #F28262;
}

#cbody {
	margin : auto;
	position: relative;
	width: 800px;
	margin-top: 0px;
	text-align : left;
}

.image {
	position : absolute;
	top : 0px;
	left: 0px;
	width : 128px;
	height : 128px;

	/* Seul Internet Explorer va interpręter cette ligne */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='kguitar.png');
}

	/* Internet Explorer n'interpręte pas les [class] */
.image[class] {
	background-image : url(kguitar.png);
}

#menu_bar {
	position : absolute;
	left : 50px;
	top: 64px;

	background-image : url('borddroit.png');	
	background-position : right;
	background-repeat : no-repeat;
	
	background-color: #E62100;
	width : 750px;
	height : 40px;
}

#menu {
	position : absolute;
	left : 70px;
	top: 10px;	
}

#content_frame {
	position : absolute;
	left : 50px;
	top : 105px;
	
	width : 735px;
	border : 1px solid #E62100;
	border-top : 0px;
	height : 600px;
	background-color: #FFE4C4;
	text-align : justify;
}

#content {
	position : absolute;
	left : 10px;
	top : 10px;
	
	width : 715px;
}

#content a {
	font-size : 14px;
	text-decoration : underline;
	color : #000;
	font-weight : normal;
}

#content a:hover {
	font-style : italic;
	background-color : #FFDAB9;
}

#adsense {
	margin-top : 20px;
	position : relative;
	left : -7px;
}
