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

* {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:black;
	color:white;
}
.content {
	position:relative;
	margin:0px auto;
	width:980px; height:100%;
}
.noBorder {
	border:none;
}
.border {
	border:1px solid white;
}
.accueil a {
	border:none;
	text-decoration:none;
}
a {
	color:white;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#fee302;
}
.imgBorder {
	border:1px solid #fee302;
}

/* Couleur */

.yellow {
	color:#fee302;
}
.white {
	color:white;
}
.gray {
	color:#666666;
}
.grayF {
	color:#333333;
}

/* Alignement */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clr {
	clear:both;
}
.aRight {
	text-align:right;
}
.aLeft {
	text-align:left;
}
.center {
	text-align:center;	
}

/* Typographie */

h1 {
	font-size:75px;
	font-weight:normal;
}
h2 {
	font-size:35px;
	font-weight:normal;
}
.italic {
	font-style:italic;
}


/* LINKS */

.links {
	color:white;
}

/* Choix de la langue */

.lang {
	font-size:11px;
	letter-spacing:1px;
	color:#999999;
	
}
.lang a {
	color:#999999;
	text-decoration:none;
	cursor:pointer;
	border-left:solid 3px #fee302;
	padding:0 5px;
}
.lang a:hover {
	color:white;
}
.disable {
	color:#333333;
}

/* Footer */

.copyright {
	font-size:9px;
	letter-spacing:1px;
}
.copyright a {
	color:#999999;
}
.copyright a:hover {
	color:#FFFFFF;
}

/* Rhizome */

.scene {
	margin:145px 30px 50px 30px;
	padding:50px 5px 0 5px;
	width:650px; height:100%;
	
	position:relative;
	border-left:1px solid #333333; border-right:1px solid #333333;
	font-size:15px; letter-spacing:1px;
	font-weight:lighter;
	color:white;
}
.img {
	width:130px; height:150px;
	margin-right:10px;
}
.img2 {
	width:130px; height:170px;
	margin-right:10px;
}
.img a, .img2 a {
	text-decoration:none;
}

/* NEWS */

.news a {
	text-decoration:none;
}

/* ARSTISTES */

.imgArtistes {
	width:320px; height:500px;
	/* border:1px solid white; */
}
.liensArtistes {
	line-height:20px;
}
.liensArtistes a {
	color:white;
	text-decoration:none;
	cursor:pointer;
}
.liensArtistes a:hover {
	text-decoration:underline;
}

/* LIEN MENU */

.menu {
	font-size:12px;
	letter-spacing:1px;
	line-height:30px;
	width:125px;
}
.menu a {
	color:white;
	text-decoration:none;
}
.menu a:hover {
	color:#fee302;
	text-decoration:underline;
	cursor:pointer;
}
.menuLink {
	border-bottom:1px dotted #666;
	padding-top:10px;
}
.menuLink2 {
	padding-left:15px;
	line-height:18px;
	padding-bottom:10px;
}
.menuLink2 p {
	border-left:1px dotted #666;
	padding:5px 0 0 5px;
}

/* FORMULAIRE */

.logInput {
	width:350px; height:20px;
	border:1px solid white;
	margin-bottom:10px;
	padding-top:5px;
}
.logEnter {
	margin-left:10px;
	width:30px; height:30px;
	border:1px solid white;
	background-color:#fee302;
	text-align:center; line-height:30px;
	color:black;
	cursor:pointer;
}
.logValider {
	height:30px; width:100px;
	padding:0 10px;
	background-color:#fee302;
	color:black; text-align:center; font-size:14px; line-height:30px;
	cursor:pointer;
}