/* global */
/*html{height: 100%;}*/

body,td,th {
	font-family: Tahoma;
	font-size: 13px;
	color: #C0C0C0;
}

body {
	font-family: verdana, arial, sans-serif;
	background-color: #CCCCCC;

	/background-image: url(b3.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding:0px;
	text-align: center;
	min-width:902px;
	font-size: 0.68em;
	background-image: url(ima_431.jpg);
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:#FFCC00 1px solid;
}


a:hover {
	text-decoration: none;
	color: #CCC;
	border-bottom: none;
}


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */

.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ 
  width: 820px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 890px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 820px;
  height: 100px;
  text-align: left;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 20px;
  width: 820px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 15px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 820px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{ 
  text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{ 
  line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

/****************************************
|	CONTAINER - HEADER
****************************************/
#container {
width:902px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#top_banner_logo {
	width:150px;
	height:62px;
	text-align: center;
	background-color: #282828;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#top_banner {
	width: 745px;
	height:62px;
	text-align: center;
	background-color: #282828;
	margin-top: 5px;
	float: left;
}

#logo {
	width: 902px;
	height:54px;
	background-image: url('logo.gif');
	text-align: right;
}

ul#navlist {
	margin-top:0px;
	margin-right:auto;
	padding-top:14px;
	white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
padding: 0px 2px;
}

#navlist a { 
padding: 2px 2px; 
}

#navlist a:link, #navlist a:visited{
	font-size: 12px;
	border-bottom:#fff 3px solid;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover {
	font-size: 12px;
	color: #fff;
	border-bottom: #333 3px solid; 
	text-decoration: none;
	font-weight: bold;
}

.spacer {
height:1px;
}

.subheader{
	margin: 0px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}

#body_top {
	margin-top: 0px;
	height: 500px;
	width: 900px;
	float: left;
}

#body_top_left {
	margin-top: 0px;
	height: 500px;
	width: 590px;
	float: left;
	text-align: left;
}

#body_top_right {
	margin-top: 0px;
	height: 500px;
	width: 198px;
	float: left;
	text-align: left;
	margin-left: 2px;
	color: #fff;
}

#musique_top_right {
	margin-top: 0px;
	height: 400px;
	width: 298px;
	float: left;
	text-align: left;
	margin-left: 2px;
}

#musique_top_right_pub {
	width: 298px;
	height: 376px;
	text-align: center;
	margin-top: 3px;
	border: solid 1px #444;
}

	
#body_top_right_pub {
	width: 198px;
	height: 476px;
	text-align: right;
	margin-top: 3px;
}

#body_bottom {
	margin-top: 8px;
	height: 400px;
	width: 950px;
	float: left;
	border-width: 4px;
}
	
#body_bottom_left {
	margin-top: 0px;
	height: 400px;
	width: 313px;
	float: left;
	border-width: 4px;
}

#body_bottom_center {
	margin-top: 0px;
	height: 400px;
	width: 313px;
	float: left;
	border-width: 4px; 
}

#body_bottom_right {
	margin-top: 0px;
	height: 400px;
	width: 313px;
	float: left;
	border-width: 4px;
}

#body_bottom_left_box {
	margin-top: 2px;
	width: 313px;
	height: 420px;
	float: left;
	border:1px solid #444;
	color: #fff;
	font-size: 11px;
	border-width: 4px;
}

#body_bottom_box_1 {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	height: 110px;
	background-color: #444;
	color: #fff;
	font-size: 11px;
	padding-left: 5px;
	border-width: 4px;
}

#body_bottom_box_2 {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	height: 110px;
	background-color: #333;
	color: #fff;
	font-size: 11px;
	padding-left: 5px;
	border-width: 4px;
}

#body_bottom_box_3 {
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	height: 90px;
	background-color: #DDD;
	color: #111;
	font-size: 11px;
	padding-left: 5px;
	border-width: 4px;
}

#body_bottom_box_img {
	float: left;
	width: 100px;
	height: 75px;
}
	
#body_bottom_center_line1 {
	float: left;
	width: 296px;
	height: 50px;
	background-color: #333;
}

#body_bottom_center_line2 {
	float: left;
	width: 296px;
	height: 50px;
	background-color: #444;
}

#body_bottom_center_img {
	float: left;
	width: 35px;
	margin-left: 2px;
	margin-top: 2px;
}

#body_bottom_center_txt {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	line-height: 35px;
}

#body_bottom_right_line {
	float: left;
	width: 296px;
	height: 80px;
	padding-top: 2px;
	color: #fff;
}

#body_bottom_right_img {
	float: left;
	width: 110px;
	height: 75px;
	margin-left: 2px;
	margin-top: 2px;
}

#body_bottom_right_play {
	float: left;
	width: 100px;
	padding-top: 20px;
	padding-left: 10px;
	margin-left: 2px;
	margin-top: 2px;
}

#footer {
    padding:10px;
	height:30px;
	color:#555555;
	font-size:10px;
	text-align:right;
	position:relative;
	margin-top:10px;
	background-image: url('footer.gif');
	background-repeat: no-repeat;
	clear:both
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#888888;
}

#header {
	border:1px solid #000;
	color: fff;
	width: 700px;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #ffcc00;
	font-weight: bold;
	padding-left: 15px
}

#header_left {
	width: 100px;
	color: #fff;
	float: left;
}

#header_right {
	width: 100px;
	color: #fff;
	float: left;
}

#header7 {
	border:1px solid #000;
	color: fff;
	width: 650px;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #ffcc00;
	font-weight: bold;
	padding-left: 15px
}

#header7_left {
	width: 100px;
	color: #fff;
	float: left;
}

#header7_right {
	width: 100px;
	color: #fff;
	float: left;
}

#header2{
	border:1px solid #444;
	width: 198px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #ffcc00;
	font-weight: bold;
	padding-left: 15px
}

#header2_left {
	width: 100px;
	color: #fff;
	float: left;
}

#header2_right {
	width: 200px;
	color: #FFCC00;
	float: left;
}

#header3{
	border:1px solid #444;
	color: fff;
	width: 312px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #ffcc00;
	font-weight: bold;
	font-size: 0.9em;
	
}

#header3_left {
	padding-left: 10px;
	width: 135px;
	color: #fff;
	float: left;
}

#header3_right {
	width: 150px;
	color: #FFCC00;
	float: left;
}


#video {
	float: left;
	width: 322px;
}

h3 {
	font-size: 12px;
	color: #FFCC00;
}

.subheader{
	margin: 0px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}

#video_other_header {
	float: left;
	width: 265px;
	height: 20px;
	font-weight: bold;
	margin-left: 2px;
	background: url('title_bg.gif') repeat-x top center;
	color: #fff;
	font-weight: bold;
	padding-left: 15px	
}

#video_other_box {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	width: 260px;
	height: 245px;
	border:1px solid #444;
	padding-top: 10px;
	padding-bottom: 10px;
}

#video_other_line {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	width: 298px;
	height: 74px;
	border:1px dotted #444;
	line-height: 70px;
	color: #fff;
	font-size: 1.1em;
}

#video_other_img {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	width: 110px;
	height: 70px;
	line-height: 70px;
}
	
#video_primeur {
	border:1px solid #444;
	height: 150px;
	width: 700px;
}

#video_primeur_img {
	padding-left: 5px;
	padding-top: 5px;
	float: left;
	width: 160px;
}

#video_primeur_txt {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	color: #fff;
}


.bookmarks {
	width: 97%;
	text-align: left;
}
.bookmarks ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.bookmarks a { 
width: 100%;
display: block;
padding: 4px;
}
.bookmarks a:link, .bookmarks a:visited{
	border-bottom:#666666 1px solid;
	color: #fff;
	text-decoration: none;
}
.bookmarks a:hover {
	color: #fff;
	border-bottom: #FFCC00 1px solid; 
	text-decoration: none;
}
.bookmarks img {
	margin-right: 5px;
	border:0px;
}

.portfolio-left {
	border-left:4px solid #666666; border-right:1px solid #222222; border-top:1px solid #222222; border-bottom:1px solid #222222; margin: 10px;
	padding: 4px;
	background-image: url('wiki.gif');
}

#show_left {
	width: 350px;
	float: left;
	height: 300px;
}

#show_right {
	width: 550px;
	float: left;
	min-height: 300px;
}

#header4 {
	border:1px solid #444;
	width: 320px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #fff;
	font-weight: bold
}

#header4_left {
	padding-left: 10px;
	width: 150px;
	color: #fff;
	float: left;
}

#header4_right {
	width: 140px;
	color: #FFCC00;
	float: left;
}

#header5 {
	border:1px solid #444;
	color: fff;
	width: 540px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #ffcc00;
	font-weight: bold;
	font-size: 0.9em;
}

#header5_left {
	padding-left: 10px;
	width: 150px;
	color: #fff;
	float: left;
}

#header5_right 
{
	width: 380px;
	color: #FFF;
	float: left;
}

#header6 {
	border:1px solid #000;
	color: fff;
	width: 500px;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url('title_bg2.gif') repeat-x top center;
	color: #ffcc00;
	font-weight: bold;
	padding-left: 15px;
	font-size: 0.9em;
}

#header6_left {
	width: 100px;
	color: #fff;
	float: left;
}

#header6_right {
	width: 100px;
	color: #fff;
	float: left;
}


#show_box {
	width: 520px;
	border:1px solid #444;
	height: 245px;
	float: left;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 9px;
	color: fff;
	padding: 5px;
	border-width: 4px;
}

#mix-form {
	width: 520px;
	border:1px solid #444;
	height: 420px;
	float: left;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 9px;
	color: fff;
	padding: 5px;
	border-width: 4px;
}

.button {
	border: 1px solid #444;
	margin-left: 5px;
	padding: 2px 3px;
	color: #000;
	background: #FCC000;
}


/****************************************
|	CALENDAR
****************************************/

.caption {
color: #fff;
font-size: 28px;
font-weight: bold;
}

table.cal {
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
color: #fff;
}

td.cal {
text-align: left;
vertical-align: top
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link 
{
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
border: none;
}

#show_left2 
{
	width: 540px;
	float: left;
}

#show_right2 
{
	width: 330px;
	height: 330px;
	float: left;
	margin: 10px;
	padding: 4px;
}

#perso_img 
{
	width: 296px;
	height: 147px;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;	
}

body 
{
	SCROLLBAR-ARROW-COLOR: #E6E6FA;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;
	SCROLLBAR-SHADOW-COLOR: #C0C0C0;
	SCROLLBAR-3DLIGHT-COLOR: #C0C0C0;
	SCROLLBAR-TRACK-COLOR: #708090;
	SCROLLBAR-DARKSHADOW-COLOR: #A9A9A9;
}