@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#5f0000;
	font-family:Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size:0.8em;
}

#page{
	width:900px;
	height:auto;
	margin:auto;
}

#header{
	height:298px;
	background-image:url(../images/logo.png);
}

#header h1{
	display:none;
}

#content{
	padding:20px 0px 20px 0px;
}

#post{
	float:left;
}

#content-head{
	height:72px;
	width:650px;
}

.head_news{
	background-image:url(../images/head_news.png);
}
.head_cours{
	background-image:url(../images/head_cours.png);
}
.head_evenement{
	background-image:url(../images/head_evenement.png);
}
.head_partenaires{
	background-image:url(../images/head_partenaires.png);
}
.head_artistes{
	background-image:url(../images/head_artistes.png);
}
.head_medias{
	background-image:url(../images/head_medias.png);
}
.head_contact{
	background-image:url(../images/head_contact.png);
}
.head_liens{
	background-image:url(../images/head_liens.png);
}
.head_presse{
	background-image:url(../images/head_presse.png);
}
.head_miaoumix{
	background-image:url(../images/head_miaoumix.png);
}
.head_illegal{
	background-image:url(../images/head_illegal.png);
}
.head_who{
	background-image:url(../images/head_who.png);
}
.head_mentions{
	background-image:url(../images/head_mentions.png);
}
.head_historique{
	background-image:url(../images/head_historique.png);
}

#content-head h2{
	display:none;
}

#content-middle{
	min-height:760px;
	width:610px;
	background-color:#fff;
	padding:0px 20px 20px 20px;
}

#content-footer{
	height:30px;
	width:650px;
	background-image:url(../images/footer.png);
}

#boutons{
	height:auto;
	width:210px;
	padding-left:40px;
	padding-top:20px;
	float:left;
}

#infos_head{
	background-image:url(../images/infos_head.png);
	width:210px;
	height:88px;
}

#infos_content{
	background-image:url(../images/infos_content.png);
	width:160px;
	padding-left:30px;
	padding-right:20px;
}

#infos_footer{
	background-image:url(../images/infos_footer.png);
	width:210px;
	height:27px;
}

#lecteur{
	margin-top:10px;
	margin-bottom:20px;
}

#lecteur_artistes{
	margin-bottom:20px;
}

#partager{
	float:right;
}

#partager ul li{
	list-style-type:none;
	float:left;
	padding-right:5px;
}

#partager ul li a{
	display:block;
	width:24px;
	height:24px;
}

#partager ul li a p{
	display:none;
}

#formulaire-contact{
	padding-left:50px;
}

#hidden_pict img{
	display:none;
}

.link_facebook a{
	background-image:url(../images/picto_facebook.png);
}

.link_twitter a{
	background-image:url(../images/picto_twitter.png);
}

.link_myspace a{
	background-image:url(../images/picto_myspace.png);
}

.link_delicious a{
	background-image:url(../images/picto_delicious.png);
}

.link_google a{
	background-image:url(../images/picto_google.png);
}

.retour a{
	background-image:url(../images/retour.png);
	height:33px;
	width:121px;
	float:left;
	background-position:top left;
	display:block;
	margin-bottom:5px;
}

.retour a:hover{
	background-position:bottom left;
}

.retour a p{
	display:none;
}

#navigation{
	float:right;
}

#navigation ul li{
	list-style-type:none;
	float:left;
	line-height:36px;
	padding-left:5px;
	padding-right:5px;
}

#navigation ul li a p{
	display:none;
}

.precedent a{
	display:block;
	background-image:url(../images/bt_precedent.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:36px;
	width:66px;
}

.precedent a:hover{
	background-position:bottom left;
}

.suivant a{
	display:block;
	background-image:url(../images/bt_suivant.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:36px;
	width:66px;
}

.suivant a:hover{
	background-position:bottom left;
}

.spacer{
	clear:both;
}

#footer{
	width:900px;
	height:30px;
	line-height:30px;
	padding:0px 30px 0px 30px;
	color:#fff;
	font-size:0.8em;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}