/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.menuVert {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	position: absolute;
	width: 150px;
	left: 20px;
	top: 80px;
	font-weight: bold;
	line-height: 25px;
}

.menuVert a{
	color: #ffffff;
	text-decoration: none;
}

.menuVert a:hover{
	color: #EA0074;
	text-decoration: none;
}

.logo {
	position: absolute;
	left: 20px;
	top: 500px;
	height: 50px;
	width: 150px;
}

.contenu {
	background-color: #FFFFFF;
	position: absolute;
	width: 580px;
	left: 180px;
	top: 80px;
	padding: 10px;
	text-align: right;
	font-weight: normal;
}

.contenuSoundDesign {
	background-color: #FFF;
	color: #333;
	position: absolute;
	width: 580px;
	left: 180px;
	top: 329px;
	padding: 10px;
	text-align: justify;
	font-weight: normal;
}

.headerSoundesign {
	position: absolute;
	width: 580px;
	left: 180px;
	top: 80px;
	padding: 0px;
	font-weight: normal;
}

.news {
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	width: 700px;
	left: 180px;
	top: 65px;
	padding: 10px;
	text-align: left;
	font-weight: normal;
}

.news H1{
	font-size: 20px;
	color: #aaaaaa;
}

.news H2{
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
}

.news img{
	width:400px;
}

.albums{
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	width: 700px;
	left: 180px;
	top: 65px;
	padding: 10px;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
}

.albums a{
	color: #ffffff;
	text-decoration: none;
}

.albums a:hover{
	color: #cccccc;
	text-decoration: none;
}

.albums H1{
	font-size: 20px;
	color: #aaaaaa;
	margin-top: 6px;
	margin-bottom: 25px;
	text-align:left;
}

.liens {
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	width: 700px;
	left: 180px;
	top: 65px;
	padding: 10px;
	text-align: left;
	font-weight: normal;
}

.liens H1{
	font-size: 20px;
	color: #aaaaaa;
	margin-bottom: 25px;
	margin-top: 6px;
}

.liens a{
	color: #ffffff;
	text-decoration: none;
}

.contact {
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	width: 400px;
	left: 180px;
	top: 65px;
	padding: 10px;
	text-align: right;
	font-weight: normal;
}

.contact H1{
	font-size: 20px;
	color: #aaaaaa;
	margin-bottom: 25px;
	text-align:left;
	margin-top: 6px;
}

.contact input{
	margin-right: 10px;
	width: 270px;
}

.contact textarea{
	vertical-align:text-top;
	margin-right: 10px;
	width: 274px;
}
