@charset "UTF-8";
/* CSS Document */

a:link {text-decoration:none; color:#eb690b;}
a:visited {text-decoration:none; color:#eb690b;}
a:hover {text-decoration:none; color:#009ee1;}
a:active {text-decoration:none; color:#009ee1;}
a.active {text-decoration:none; color:#009ee1;}




#page
	{
	width:800px;
	min-height:600px;
	border:1px solid #eb690b;
	margin: 20px auto;
	}


#page_musique
	{
	width:800px;
	height:800px;
	border:1px solid #eb690b;
	margin: 20px auto;
	}



#footer
	{
	width:800px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009ee0;
	margin:-10px auto;
	text-align:center;
	clear:left;
	}


#accueil
	{
	width:451px;
	height:600px;
	background:url('images/accueil_o.png') no-repeat;
	float:left;
	}

/*
#accueil:hover
	{
	background:url('images/accueil_o.png') no-repeat;
	}*/

#header
	{
	width:750px;
	margin:top;
	}

#enconstruction
		{
		width:800px;
		height:200px;
		margin:400px auto;
		position:absolute;
		color:#fee510;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bolder;
		font-size:70px;
		text-align: center;
		}

#menu_accueil
	{
	width:450px;
	position:absolute;
	margin:270px 0 0 320px;
	color:#eb690b;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bolder;
	font-size:12px;
	}

#menu
	{
	width:700px;
	position:absolute;
	color:#eb690b;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bolder;
	font-size:12px;
	margin:20px 0 0 20px;
	border-bottom: 1px dotted #eb690b;
	}

#menu-quoi
	{
	width:400px;
	position:absolute;
	color:#eb690b;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bolder;
	font-size:12px;
	margin:50px 0 0 260px;
	border-bottom: 1px dotted #eb690b;
	}




/* LECTEUR ZIK DEWPLAYER */
#dewbody {
	font-family:"Myriad","Myriad Pro",Georgia,Helvetica,Sans-serif;
	height:100%;
	padding:0 0 5em 0;
	margin:0;
	background:#eee;
}

#dewbody #content {
	width:50%;
	margin:auto;
}

#dewbody #players {
	background:#fff;
	overflow:auto;
}

#dewbody #players object {
	margin:20px 0 20px 50px;
}

#dewbody h1 {
	color:#456;
	margin-top:2em;
	padding:0 0 20px 10px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}

#dewbody h2 {
	font-weight:normal;
	background:#eee;
	padding:2em 10px 10px 10px;
	color:#444;
	font-size:130%;
	text-align:left;
	margin:0;
}

#dewbody p {
	margin:10px;
	padding-bottom:10px;
}

#dewbody .hint {
	color:#666;
	float:right;
	width:300px;
	text-align:left;
	margin-right:10px;
	background:#f6f6e0;
	padding:10px;
	clear:both;
}

#dewbody a {
	text-decoration:none;
	color:#369;
}

/* FIN LECTEUR ZIK DEWPLAYER */
#gauche
	{
	width:350px;
	height:800px;
	float:left;
	margin-left:20px;
	margin-top:60px;
	}

#gauche1
	{
	width:348px;
	clear:left;
	}

#gauche2
	{
	width:348px;
	clear:left;

	}

.chanson
	{
	width:210px;
	height:50px;
	margin-top:5px;

	}

#video
	{
	width:210px;
	margin-top:30px;
	float:left;
	}

.titre_chanson
	{
	margin-left:3px;
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#eb690b;
	font-weight:bold;
	}

.titre
	{
	margin-left:3px;
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#009ee1;
	font-weight:bold;
	}

a.lire
	{
	color:#eb690b;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:11px;
	text-decoration:none;
	}

a.lire:hover
	{
	font-weight:bold;
	}

#droite
	{
	width:350px;
	height:455px;
	float:left;
	margin-left:50px;
	margin-top:60px;
	}

.texte
	{
	color:#eb690b;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:11px;
	text-decoration:none;
	}

.texte2
	{
	color:#009ee1;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;
	font-size:11px;
	text-decoration:none;
	}

#contenu
	{
	margin-top:60px;
	width:420px;
	margin-left:20px;
	float:left;
	}

#contenu-quoi
	{
	margin-top:100px;
	width:420px;
	margin-left:20px;
	float:left;
	}

#contenu-who
	{
	margin-top:100px;
	width:600px;
	height:650px;
	margin-left:100px;
	}


.verticalmenu a {
  display: block;
}
.verticalmenu ul {
  list-style-type: none;
}
.verticalmenu ul li {
    display: block;
}
