




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	
	}

body{
	background: #1A1A1A;
	color: #eee;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	z-index:50;
	}

#sidebar{ position:absolute; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }

#content{ margin: 23px 10% 5em 250px;}

#label {
	position: fixed;
	bottom: 3%;
	right: 1%;
}

#recording {
	position:fixed; 
	top: 0%;
	right: 0%;
	color:#FFFFFF;
	background-color:#CC0000;
	padding:5px;
	font-weight:bold;
	display:none;
	z-index:200;
}

.message {
	position: fixed;
	text-align:center;
	width:300px;
	min-height:150px;
	top: 35%;
	left: 50%;
	margin-top:-50px;
	margin-left:-150px;
	background-color: #222;
	border: 2px solid #777;
	padding:5px;
	font-weight:bold;
	display:none;
	z-index:200;
}

.nomAlbumPageAccueil {
		border-top:1px solid #666;
		float:left;
		width:100%;
}

/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.0em; }
h1 a { color:#fff; border: none; }
h1 em{ color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	xfont-weight: bold;
	color: #8ad459;
	text-decoration: none;
	}

p a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}


/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}

#mainTitle a{
	color: #fff;
	}
#mainTitle p a:hover{ border-bottom: 1px dotted #fff; }	

#mainTitle h1 a{ font-weight: bold; }
#mainTitle h1 a:hover{ color: inherit; }

 .extlinks {
	font-size:0.8em;
	padding: 3px;
	background-color: #222;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align:center;
}

.extlinks:hover{
	background-color: #333;
	border:1px solid #666;
	}

#nav{ list-style: none; margin: 2.0em 0; width: 15em;}
#nav li{ padding: 0; margin: 0; }

#nav .menuitem{
	padding:5px;
	display: block;
	border-bottom: 1px solid #1a1a1a;
	background-color: #333;
	background-repeat:repeat-x;
	color: #eee;
	cursor:pointer;
	font-weight:bold;
	}

#nav .menuitem:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	
	
#nav .submenuitem{
	display: block;
	height: 2.0em;
	padding: 0.0em 0.2em 0.0em 1.8em;
	color: #eee;
	background-color: #222;
	cursor:pointer;
	border: 1px solid #222;
	margin-top:0px;
	margin-left:0px;
	}	
	
#nav .submenuitem:hover{
	background-color: #555;
	border: 1px solid #777;
	}	

/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	}
#content textarea, #auth input, #auth submit {
	padding: 0.0em 0.0em 0.0em 0.0em;
	color: #eee;
	cursor:text;
	margin-top:0px;
	margin-left:0px;
	background-color: #555;
	border: 1px solid #777;
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.0em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 5px;
	background-color: #222;
	border: 1px solid #333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:center;
	}
.thumbnail:hover{
	background-color: #333;
	border:1px solid #666;
	}

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}




