body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #208FD2 ;
}

div#conteneur
{
	width: 980px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #CF234F ;
	background: #fff ;
}

h1
{
	font: 1.5em "Trebuchet MS", helvetica, sans-serif ;
}



/* Haut de la page : Logo à gauche, Nom du site en haut à droite, situation dans la zone basse */


div#header 
{
	height: 200px ;
	/*margin-top:10px;*/
	/*background-color:#aaa;*/
	position:relative;
}

div#header #logo {
	height: 200px;
	margin-left: 10px;
	/*background-color:red;*/
	float:left;
	border:0;
	
}

div#header h1
{
	/*Le titre*/
	width:82%;
	position:relative;
	text-align:center;
	font: 2em "Trebuchet MS", helvetica, sans-serif ;
	/*background-color: pink;*/
	float:left;
	margin-top:20px;
}

div#header h2
{
	/*citation*/
	display: block;
	width: 82%;
	/*position:relative;*/
	text-align:center;
	font: 1.5em "Trebuchet MS", helvetica, sans-serif ;
	font-style:italic;
	float:left;
	/*margin-top:10px;*/
	
	/*background-color: green;*/
}


		

		
div#contenu
{
	padding: 0 25px 0 25px ;
	left:none;
	/*background: url(bg_page.gif) no-repeat 15px 15px ;*/
}

div#contenu h1
{
	clear:left;
}
div#contenu h2
{
	padding-left: 25px ;
	padding-right: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	/* background: url(little_apple.gif) no-repeat left bottom ;*/
	color: #488FAA ;
	border-bottom: 1px solid #488FAA ;
	clear:left;
}



div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	padding-right: 5px ;
	border-bottom: 1px solid #488FAA ;
	border-left: 3px solid #488FAA ;
	color: #488FAA ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
	padding:0;
}

#cache
{
	/*color: #488FAA ;*/
	color: white;
	cursor: default;
	/*display : none;*/
}


div#contenu a:hover
{
	/*color: #488FAA ;*/
}



div#contenu droite h2
{
	display: none;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #488FAA ;
	border-bottom: 1px solid #488FAA ;
}



p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #488FAA ;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #488FAA ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


pre span
{
	color: #560 ;

}

pre span.comment
{
	color: #b30000 ;
}

ul#menu a span:hover {text-decoration: none; background: none; /* correction d'un bug IE */ }

ul#menu
{
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	height: 35px ;
	/*margin: 0 ;*/
	padding: 0 ;
	list-style-type: none ;
	left:none;
	/*background-color: red;*/
}
		
ul#menu li
{
	float: left ;
	text-align: center ;
	white-space:nowrap;
}

ul#menu li a
{
	width: 90px ;
	line-height: 20px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 1px ;

	color: #511692;
	display: block ;
	text-decoration: none ;
	
}

ul#menu a:hover span {
	display:block;
	position:relative;
	/*top:2em; */
	left:-2em;
	width:15em;
	border:1px solid #6699cc;
	background-color:#eeeeee; 
	color:#6699cc;
	text-align: justify;
	font-weight:none;
	padding:1px;
	text-decoration: none;
}

ul#menu a span {
	display: none;
	text-decoration: none;
}

/* Affichage d'un album, pochettes puis titres et dewplayer */
/*div#album {
	background-color: red;
	height:500px;
}*/
div#album #pochette  img{
	height:350px;
	display:block;
	padding:0;
	margin:0;
	float:left;
}
div#album #pochette {
	/*background-color: blue;*/
	height:500px;
	float:left;
	clear:both;
	/*width:350px;*/
}


div#album  table{
	/*left:100px;*/
	/*background-color: black;*/
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	text-indent:0;
	padding:0;
	width:auto;
	float:left;
	/*position:relative;*/
}

.separation{
	clear:both;
	visibility:hidden;
}
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #488FAA;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #488FAA;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #CF234F;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}






/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
