@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	/*background: #ccc url('../medias/base/fond.gif') repeat fixed;*/
	background: #0d0d0d url(../medias/base/main_bg.jpg) fixed no-repeat top
		left;
}


/******************* LAYOUT *******************/

#page {
	width: 759px;
	margin: 20px auto;
	/*margin-left: 320px;*/
	text-align: left;
}


#header {
	margin: 5px 0;
}

#middle {
	overflow: auto;
}

#side {
	float: left;
	width: 203px;
	padding: 0;
	z-index: 3;
}

#content { 
	float: left;
	width: 550px;
	padding: 0;
	margin-left: 5px;
	position: relative;
}

#droite {
	float: left;
}



/******************* HEADER *******************/

#header {
	position: relative;
}
#header .top {
	background: url(../medias/base/header_top.png) no-repeat;
	height: 15px;
}

#header .background {
	background: url(../medias/base/header_bg.png) repeat-y;
	height: 144px;
}

#header img {
	position: absolute;
	width: 747px;
	height: 182px;
	top: -14px;
	left: 6px;
}

#header .bottom {
	background: url(../medias/base/header_bottom.png) no-repeat;
	height: 15px;
}

#message-jour {
	position: absolute;
	left: 205px;
	top: 35px;
	font: 1.2em Arial;
	font-style: italic;
	color: #333;	
	width: 300px;
}


/******************* PATH *******************/


#path {
	font-size: 0.8em;
	padding: 5px;
	
		
	/*margin-top: -12px;*/
}

#path a {
	text-decoration: none;
	font-size: 1em;
	color: #ccc;
}

#path a:hover {
	text-decoration: underline;
}


/***************** RUBRIQUE *****************/

.rubrique {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	/*padding-bottom: 23px;*/
	width: 550px;
	overflow: hidden;
	/*background: transparent url('../medias/base/corps_bottom.png') no-repeat
		scroll center bottom;*/
}


/* * * * * TITRES * * * * */

.rubrique h1 {
	margin: 0;
	padding: 0;
	height: 36px;
	font: 18px/30px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: #fed;
	background: transparent url('../medias/base/corps_top.png') no-repeat
		scroll center top;
}

.rubrique h2 {
	margin: 0;
	padding: 10px 15px 0 15px;
	height: 11px;
	color: #fa0;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: transparent url('../medias/base/corps_section.png') no-repeat
		scroll center top;
	position: relative;
}

.rubrique h2.fold {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.rubrique h2.fold .icon {
	width: 12px;
	height: 12px;
	position:absolute;
	left: 10px;
	top: 15px;
	background: transparent url('../medias/base/title_folding.png') no-repeat;
}

.rubrique h2.fold:hover .icon, 
.rubrique h2.fold.unfolded .icon {
	background-position: -12px 0;
}

.rubrique .fold .handle {
	width: 21px;
	height: 7px;
	background: transparent url('../medias/base/footer_folding.png') no-repeat;
	margin: 0 auto;
	cursor: pointer;
}

.rubrique .fold.unfolded .handle {
	background-position: 0 -7px; 
}
.rubrique .fold .paragraph {
	padding-top: 0;
	padding-bottom: 5px;
}

.rubrique h3 {
	margin: 0;
	padding: 10px 15px;
	color: #222;
	font-size: 0.8em;
	text-align: justify;
	font-weight: bold;
	font-style: italic;
	background: transparent url('../medias/base/corps_bg.png') repeat-y
		scroll center top;
}


/* * * * * PARAGRAPH * * * * */
.paragraph {
	position: relative;	
}
.rubrique .paragraph {
	margin: 0;
	padding: 10px 15px;
	color: #ddd;
	font-size: 0.8em;
	text-align: justify;
	background: transparent url('../medias/base/corps_bg.png') repeat-y
		scroll center top;
}

.rubrique .paragraph .list {
	margin: 0 20px;	
}

.rubrique .paragraph a {
	text-decoration: none;
	color: #f60;
	position: relative;
}

.rubrique .paragraph a:hover {
	text-decoration: underline;
}


.rubrique .paragraph dl {
	margin: 5px 20px;
	padding: 0;	
}

.rubrique .paragraph dd {
	margin: 5px 0;
	padding: 0;	
	padding-left: 20px;
	background: transparent url('../medias/base/puce_orange.png') no-repeat;
}

.rubrique .paragraph .see {
	margin: 10px 0;
	padding-left: 20px;
	background: transparent url('../medias/base/puce_orange.png') no-repeat left top;
}

.rubrique .paragraph .strike {
	display: inline;
	text-decoration:line-through;
}


/* * * * * ARTICLE * * * * */

.rubrique .article {
	position: relative;
}

.rubrique .encart {
	position: absolute;
	right: 10px;
	top: 10px;
	
	color: #aaa;
	font-style: italic;
	font-size: 0.8em;
	font-weight: normal;
}

.rubrique .encart a {
	color: #f90;
	text-decoration: none;
}

.rubrique .encart a:hover {
	text-decoration: underline;
}

.rubrique .nav {
	margin: 10px 0;
	text-align: center;
}

.rubrique .dark-nav {
	margin: 10px -13px;
	padding: 5px;
	text-align: center;
	background: transparent url('../medias/base/bg_black_30.png') repeat;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	/*-moz-border-radius: 5px 5px;*/
}

.rubrique .brief {
	font-style: italic;
	/*font-weight: bold;*/
	margin-top: 10px;
}

.rubrique .brief img {
	float: left;	
	margin: 0 10px 5px 0;	
	width: 150px;
	padding: 5px;
	background: transparent url('../medias/base/bg_black_30.png') repeat;
}


/* * * * * END * * * * */

.rubrique .end {
	height: 23px;
	position: relative;
	background: transparent url('../medias/base/corps_bottom.png')  no-repeat;
}

.rubrique .end a {
	display: block;
	width: 40px;
	height: 14px;
	/*border: 1px solid red;*/
	position: absolute;
	right: 7px;
	bottom: 2px;
}




/******************* WIDGET ******************/

.widget {
	width: 203px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 5px;
}

.widget dd, .widget dt, .widget dl {
	margin: 0;
}


/* * * * * TITRE * * * * */

.widget h1 {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	height: 28px;
	font: 18px/30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: transparent none no-repeat scroll center top;
	font-weight: normal;
	text-align: center;
}

.widget.orange h1 {
	background-image: url('../medias/base/side_top_orange.png');
	color: #fed;
}
.widget.blue h1 {
	background-image: url('../medias/base/side_top_blue.png');
	color: #9bf;
}
.widget.fushia h1 {
	background-image: url('../medias/base/side_top_fushia.png');
	color: #f9c;
}
.widget.red h1 {
	background-image: url('../medias/base/side_top_red.png');
	color: #fee;
}


/* * * * * CONTENT * * * * */

.widget .paragraph {
	background: url('../medias/base/side_bg.png') center repeat-y;
	padding: 0 6px;
	color: #000;
	font-size: 1em;
}

.widget .paragraph a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}

.widget .paragraph a:hover {
	text-decoration: underline;
}

.widget .paragraph a.see {
	display: block;
	padding: 5px;
	text-align: right;
	color: #333;
}
.widget .paragraph a.see:hover {
	font-weight: bold;
}


/* * * * * LIST * * * * */

.widget dl.buttons a {
	display: block;
	height: 23px;
	padding: 0 20px 0 30px;
	color: #333;
	font: 12px/23px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: center top no-repeat;
	position: relative;
}

.widget dl.buttons a:hover {
	font-weight: bold;
	background-position: left -23px;
}

.widget dl.buttons a img {
	border: 0;
	position: absolute;
	left: 7px;
	top: 1px;	
	height: 19px;
}

.widget.orange dl.buttons a { background-image: url('../medias/base/side_item_orange.png'); }
.widget.blue dl.buttons a { background-image: url('../medias/base/side_item_blue.png'); }
.widget.fushia dl.buttons a { background-image: url('../medias/base/side_item_fushia.png'); }
.widget.red dl.buttons a { background-image: url('../medias/base/side_item_red.png'); }


/** liste à puces "flèches' **/
.widget dl.fleches a {
	display: block;
	color: /*#f90;*/ #e00;
	text-decoration: none;
	padding: 3px 20px 5px 30px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../medias/base/puce_rouge.png') no-repeat 8px 3px;
	position: relative;
}

.widget dl.fleches .brief {
	display: none;
	color: #000;
	font-style: italic;
	font-size: 0.7em;
	padding: 0px 5px 5px 10px;
}

.widget dl.fleches a:hover {
	text-decoration: underline;
}

.widget dl.fleches dd:hover {
	background: transparent url('../medias/base/bg_white_50.png') repeat;
}

.widget dl.fleches dd:hover a {
	color: #333;	
}

.widget dl.fleches dd:hover .brief {
	display: block;
}


/** Jacket **/

.widget dl.jackets dd {
	padding: 8px;
	height: 65px; /* 81px - 2*8px */
	overflow: hidden;
	background: transparent none no-repeat scroll center top;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.widget dl.jackets img {
	border: 1px solid #000;
	margin-right: 5px;
	float: left;
	height: 60px;
}

.widget.red dl.jackets dd { background-image: url('../medias/base/side_bg_red.png'); }
.widget.red dl.jackets img { border-color: #c66; }
.widget.fushia dl.jackets img { border-color: #b58; }
.widget.blue dl.jackets img { border-color: #57b; }


.widget dl.jackets a.title, 
.widget dl.jackets strong,
.widget dl.jackets a.artist {
	color: #000;
	font-weight: bold;
	margin-bottom: 3px;
	text-overflow: ellipsis;
}

.widget dl.jackets a.title:hover {
	text-decoration: underline;
}

.widget dl.jackets .brief {
	font-style: italic;
	color: #ddd;
}

/** mini jacquette **/
.widget dl.minijackets dd {
	padding: 5px 8px;
	height: 31px; /* 81px - 2*8px */
	overflow: hidden;
	background: no-repeat center top;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.widget dl.minijackets strong, 
.widget dl.minijackets .title,
.widget dl.minijackets a.artist {
	color: #000;
	font-weight: bold;
	display: block;
	height: 16px;
	overflow: hidden;
}

.widget dl.minijackets a.song {
	display: block;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;	
}

.widget dl.minijackets .instant {
	float: left;
	margin-right: 5px;
}

.widget.red dl.minijackets dd { background-image: url('../medias/base/side_bg2_red.png'); }
.widget.red dl.minijackets img { border-color: #c66; }
.widget.fushia dl.minijackets img { border-color: #b58; }
.widget.blue dl.minijackets img { border-color: #57b; }




/* * * * * SEPARATOR * * * * */

.widget .separator {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	height: 5px;
}
.widget.fushia .separator { background-color: #f06; }
.widget.red .separator { background-color: #c00; }
.widget.blue .separator { background-color: #069; }
.widget.orange .separator { background-color: #fc0; }



/* * * * * END * * * * */

.widget .end {
	height: 21px;
	background-image: url('../medias/base/side_bottom_orange.png'); 
}

.widget.orange .end { background-image: url('../medias/base/side_bottom_orange.png'); }
.widget.blue .end { background-image: url('../medias/base/side_bottom_blue.png'); }
.widget.fushia .end { background-image: url('../medias/base/side_bottom_fushia.png'); }
.widget.red .end { background-image: url('../medias/base/side_bottom_red.png'); }





/******************* FOOTER ******************/

#end {
	clear: both;
}

#footer {
	padding: 15px 5px;
	text-align: center;
	font-size: 0.6em;
}

#footer a {
	color: #ccc;
}

#footer .author {
	margin-top: 40px;
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0; 
	opacity: 0.0;
	color: #0d0d0d;
}

#footer .author:hover {
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}


/******************* FORMULAIRE ******************/

.formulaire form {
	margin: 0;
}

.formulaire .field {
	margin: 0 20px;	
	position: relative;
}


.formulaire .label {
	display: block;
	margin: 10px 0 2px 0;
	font-weight: bold;
}

.formulaire .textbox input, 
.formulaire .listbox select, 
.formulaire .textarea textarea,
.formulaire .field .locked {
	margin: 0;
	background: url('../medias/base/bg_black_30.png') repeat;
	width: 100%;
	color: #fff;
	border: 1px solid #666;
}

.formulaire .listbox option {
	background-color: #fff;
	color: #000;
}

.formulaire .textbox input:hover, 
.formulaire .listbox select:hover,
.formulaire .textarea textarea:hover {
	border-color: #999;
}

.formulaire .textarea textarea {
	height: 350px;
	font: 1em Arial;
}

.formulaire .field .locked {
	padding: 1px 0;
}

.formulaire .listedit {
	position: relative;
}

.formulaire .listedit .other {
	position: absolute;
	width: 210px;
	bottom: 0;
	right: 0;
}
.formulaire .listedit .listbox {
	width: 250px;
}

.formulaire .multilist {
	border: 1px solid #999;
	height: 150px;
	overflow: auto;
}
.formulaire .multilist .field {
	margin: 0 20px;
}

.formulaire .image {
	border: 1px solid #999;
	padding-left: 150px;	
	position: relative;
}
.formulaire .image .field {
	margin: 10px 20px;
}

.formulaire .image .thumbnail {
	border: 1px solid #666;
	background:  url('../medias/base/bg_black_30.png') repeat;
	width: 140px;
	height: 140px;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	margin: 10px;
	overflow: hidden;
}


.formulaire .submits {
	text-align: center;
	margin: 20px 20px;			
}
.formulaire .button {
	display: inline;
}
.formulaire .button input {
	margin: 0 10px;
	width: 100px;	
}

.formulaire .error {
	border: 1px solid #500;
	color: #fff;
	font-weight: normal;
	margin: 5px 0;
	background: #900 url('../medias/base/warning.png') no-repeat 5px center;
	padding: 5px;
	padding-left: 35px;
}





/******************* DIVERS ******************/

/* date */
#horaire {
	font-size: 0.9em;
	text-align: right;	
	float: right;
}

.align_left {
	float: left;
}

.align_right {
	float: right;
}

.clear_left {
	display: none;
	clear: left;
}

.clear_right {
	display: none;
	clear: right;
}

.clear {
	display: none;
	clear: both;
}

.error {
	margin: 10px 10px;	
	color: #fc0;
}

.center {
	text-align: center;
}



/******************* DEBUG ******************/

.debug {
	padding: 20px 0;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 50px;
	background: url('../medias/base/icon_warning.png') no-repeat 50% 50%;
}

.debug:hover {
	width: 100%;
	height: inherit;
	background: none;
}

.debug:hover .trace {
	display: block;
}

.debug .trace { 
	display: none;
	font-size: 0.7em;
	background-color: #fff; 
	color: #000; 
	padding: 2px; 
	padding-bottom: 12px;
	margin: 2px;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	position: relative;
}
.debug .trace.error { background-color: #c00; }
.debug .trace.warning { background-color: #fc0; }
.debug .trace.php { background-color: #069; }
.debug .trace.exception { background-color: #c00; }

.debug .trace i {
	font-style: italic;
	font-size: 0.8em;
	color: #555;
	position: absolute;
	right: 2px;
	bottom: 0;
}

.debug .trace:hover { 
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}


