* { padding : 0; margin : 0; }

body {
	background: #DB8206 ;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFF;
}

h2 {
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

p {
	line-height: 11px;
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #CCC;
}

a       { text-decoration: none; }
a:hover { text-decoration: underline; }
a img   { border: 0; }


/**  Global layout  **/
#back {
	background: url(images/back.jpg) no-repeat 17px -60px;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}

#page {
	width: 599px;
	margin: 0 auto;
	padding-top: 72px;
}

#header, #content, #footer {
	width: 100%;
	margin-left: -13px; /* Correcting to center all div */
}

#header {
	height: 25px;
	margin-bottom: 19px;
	position: relative;
}

#content {
	width: 567px;
	height: 342px;
	padding: 16px;
	margin-bottom: 10px;
	margin-left: -17px;
}
#contentbio {
	width: 599px;
	height: 374px;
	background: url(images/back_bio.jpg) no-repeat ;
}#contentaccueil {
	width: 599px;
	height: 374px;
	background: url(images/back_accueil.jpg) no-repeat ;
}
#contentnews {
	width: 599px;
	height: 374px;
	background: url(images/back_news.jpg) no-repeat ;
}
#contentphotos {
	width: 599px;
	height: 374px;
	background: url(images/back_photos.jpg) no-repeat ;
}
#contentconcerts {
	width: 599px;
	height: 374px;
	background: url(images/back_concerts.jpg) no-repeat ;
}#contentmusique {
	width: 599px;
	height: 374px;
	background: url(images/back_musique.jpg) no-repeat ;
}
#footer { height: 25px; }
/**  end of Global layout  **/

/**  #header  **/
#header h1 a {
	background: url(images/logo.gif) no-repeat;
	width: 225px;
	height: 33px;
	margin-top: 1px;
	display: block;
	overflow: hidden;
	font-size: 0;
	text-indent: -2000em;
}
.hand{cursor: pointer; }
	/**  #menu  **/
	#menu {
		position: absolute;
		bottom: -7px;
		right: 4px;
		list-style: none;

	}

	#menu li {
		margin-left: 1px;
		float: left;
	}

	#menu a {
		height: 22px;
		line-height: 22px;
		padding-left:6px;
		padding-top:12px;
		display: block;
		float: left;
		font-weight: bold;
		
		color: #FFF;
	}

	#menu a:hover {
		background: url(images/menu-shadow.png) repeat-x;
		text-decoration: none;
	}
	/**  end of #menu  **/
/**  end of #header  **/

/**  #content  **/
#content {
	background: #3C3C3C;
	overflow: hidden;
}

#content a { color: #339BE2; }
#content p { text-align: justify; }

	/**  #welcome  **/
	#welcome {
		width: 254px;
			padding-left:16px;
			padding-top:145px;
		margin-right: 21px;
		float:left;
	}

	#welcome h2 { margin-bottom: 6px; }

	#welcome h3 {
		width: 100%;
		height: 74px;
		padding-top: 9px;
		margin-bottom: 7px;
		text-align: center;
	}

	#welcome p { margin-bottom: 14px; }

	#welcome a.list {
		background: url(images/list.gif) no-repeat 5px;
		padding-left: 13px;
	}
	/**  end of #welcome  **/

	/**  #capacites  **/
	#capacites {
		width: 282px;
		float:left;
		padding-top:85px;
	}

	#capacites h2 {
		margin-bottom: 12px;
		clear: left;
	}

	#capacites div { clear: left; }
	#capacites div p { margin-bottom: 16px; }

	#capacites div img {
		margin-right: 18px;
		margin-bottom: 16px;
		float: left;
	}

	#capacites div h3 {
		line-height: 11px;
		font-weight: bold;
		font-size: 11px;
		color: #339BE2;
	}

	#capacites fieldset { border: 0; }
	#capacites legend   { display: none; }
	#capacites label    { color: #CCC; }

	#mail, #submit {
		background: #707070;
		border: 1px solid #FFF;
		color: #CCC;
	}

	#mail {
		width: 160px;
		height: 16px;
		padding: 1px 2px;
	}

	#mail:hover, #mail:focus { background: #808080; }

	#submit {
		height: 20px;
		padding: 0 2px;
		vertical-align: bottom;
	}
	/**  end of #capacites  **/
/**  end of #content  **/

/**  #footer  **/
#footer   { position: relative; }
#footer p { color: #000; }

#footer a {
	font-weight: bold;
	color: #FFF;
}

#footer img { vertical-align: text-top; }

	/**  #copyright && #valid  **/
	#copyright, #valid {
		position: absolute;
		bottom: 0;
	}
.classh1hid{
display:none;}
	#copyright { right: 0; }
	#valid     { right: 0; }
	/**  end of #copyright && #valid  **/
/**  end of #footer  **/
