/* 
	eos v1.1	for    IZIviewer 1.1beta
	Author: jérémie Lemarié
*/




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

*{
	margin: 0;
	padding:0;
	}

body{
	background: #000000;
	color: #fcbb00;
	font: 95% calibri, monotype corsiva, Lucida Sans Unicode, Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
	background-image: url("eos_fond.jpg");
	background-attachment: fixed;
	background-repeat: repeat;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-image: url("eos_barre.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	z-index:50;
	}

#leftborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background:transparent url("eos_image_gauche.jpg");
	background-attachment: fixed;
	background-repeat:  no-repeat;
        }

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

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

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

#label1 {
	position: fixed;
	bottom: 12%;
	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;
	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 { font-family: monotype corsiva,Trebuchet MS,Verdana,Sans-Serif;}
h2 { font-family: monotype corsiva,Trebuchet MS,Verdana,Sans-Serif;}
h3 { font-family: calibri,Verdana,Sans-Serif;}

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

h2 {
	font-size: 1.4em;
	letter-spacing: 0.4pt;
	color: #ffffcc;
	padding-top: 0.5em;
	text-align: left;
	}
	
	
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #636bb6;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	color: #0b198c;
	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 #8D6746; }	

#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 #ff0000;
	}

#nav{ 
list-style: none; 
margin: 5px; 
width: 250px;
text-align: center;
}

#nav li{ padding: 0; margin: 0; }

#nav .menuitem{
	padding:5px;
	display: block;
	background-image: url("eos_menu.gif");
	cursor:pointer;
	font-weight:bold;
	}

#nav .menuitem:hover{
	background-image: url("eos_menu_hover.gif");
	text-decoration: underline;
	}	
	
#nav .submenuitem{
	display: block;
	height: 1.5em;
	color: #ccffff;
	text-align: left; 
	background-color: #466B8D;
	cursor:pointer;
	border: 1px solid #0b198c;
	margin-right: 5px;
	}	
	

/* 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 #a0a0a0;
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}


/*eos adds*/

#intro
{
color: #ffffcc;
text-align: center;
}



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

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

.thumbnail{
	padding: 5px;
	background-color: #8D6746;
	border: 1px solid #0b198c;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
	}
.thumbnail:hover{
	border:1px solid #ff0000;
	}

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




