
body{
	margin:0;
	padding:0;
	background: url(img/fond.jpg) top left repeat-x #08243F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	}

#logo{
	position: absolute;
	top: 0;
	left:0;
	width: 800px;
	height: 200px;
	background: url(img/logo.jpg) top left no-repeat;
	}
	
#content{
	position: absolute;
	top: 220px;
	left: 100px;
	width: 300px;
	}
#artists{
	position: absolute;
	top: 220px;
	left: 425px;
	width: 300px;
}

#extras{
	position: absolute;
	top: 220px;
	left: 750px;
	width: 230px;
	}
	
p{line-height: 1.5em;}

p, h1, h2, h3, ul, ol{padding-bottom: 1.5em}

ul, ol{padding-left: 30px}

h1 span{display: none}

h1.projet{
	background: url(img/titre_projet.jpg) top left no-repeat;
	width: 200px;
	height: 80px
	}

h1.musique{
	background: url(img/titre_musique.jpg) top left no-repeat;
	width: 200px;
	height: 80px
	}

h1.visuels{
	background: url(img/titre_visuels.jpg) top left no-repeat;
	width: 200px;
	height: 80px
	}
	
ul.liste_visuels{
	margin:0;
	padding:0;
	list-style-type: none;
	}
ul.liste_visuels li{
	display: block;
	width: 100%;
	clear: both
	}
.liste_visuels  img{float: left; margin: 0 5px 10px 0; border: 3px solid #fff}

b, strong, a, h1, h2, h3{color: #a1c8ec}

a, img a{text-decoration: none; font-weight: normal}

a:hover{text-decoration: underline}

h3{ font-size: 1em;}
