@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
	font-family: "Helvetica", "Liberation Sans", "Arial", sans-serif;
	line-height: 1.6em;
	text-align: left;
	min-width: 850px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

/* pas sûr que ça serve...*/
.style1 {color: #000000}
.style2 {color: #FFFFFF}

/* style général des liens */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.a2:link {
	color: #33CCFF;
	text-decoration: none;
}
.a2:visited {
	text-decoration: none;
	color: #33CCFF;
}
.a2:hover {
	text-decoration: none;
	color: #999999;
}
.a2:active {
	text-decoration: none;
	color: #999999;
}

#header { /* my title  zone */
	font-size: 11px;
	color: #000000;
	padding: 20px 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 0px;
	border-bottom: 1px solid #000000;
	/*font-weight: lighter;*/
	width: 850px;
}

#header2 { /* my title  zone */
	font-size: 11px;
	color: #000000;
	padding: 5px 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	margin-bottom: 0px;
	border-bottom: 1px solid #000000;
	/*font-weight: lighter;*/
	width: 850px;
}

.title a:hover {
	color: #000000;
	background: #ffffff;
}	

#navbar { /* my horizontal menu zone */
	font-weight: lighter;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 860px;

}

table.menu a {
	
	border: 0px solid #000000;
	display: block;
}

div.menu a {
	width: 100px;
	height: 15px;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFFFFF;
	background: #000000;
	text-align:center;
	text-decoration:none; 
	border: 1px solid #000000;
}

div.menu a:link {
	color: #ffffff;
	background: #000000;
}

div.menu a:active {
	color: #000000;
	background: #ffffff;
}

div.menu a:visited {
	color: #ffffff;
	background: #000000;
}

div.menu a:hover {
	color: #000000;
	background: #ffffff;
}

.rect{
	margin-left: auto;
	margin-right: auto;
	/*width: 851px;*/
	height: 65px;
}

.smallrect{
	margin-left: auto;
	margin-right: auto;
	/*width: 851px;*/
	height: 20px;
	padding-left: 10px;
}

.rect a {
	display: block;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	font: 11px/65px "Helvetica", "Liberation Sans", "Arial", sans-serif;
  	text-decoration:none;
}

.rect a:hover{
/* je réduis le ligne-height à 63 parce que, en css, le border (1px * 2) s'ajoute à la width et à la height ! */
	font: 11px/65px "Helvetica", "Liberation Sans", "Arial", sans-serif;
	padding-left: 10px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	text-decoration:none;
}

.rect_black a {
	display: block;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	font: 11px/65px "Helvetica", "Liberation Sans", "Arial", sans-serif;
  	text-decoration:none;
}

.rect_black a:hover{
/* je réduis le ligne-height à 63 parce que, en css, le border (1px * 2) s'ajoute à la width et à la height ! */
	font: 11px/65px "Helvetica", "Liberation Sans", "Arial", sans-serif;
	padding-left: 10px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	text-decoration:none;
}


.grey{
	background: #E1E1E1;
}

.yellow{
	background: #FFCC00;
}

.black{
	background: #000000;
}

.blue{
	background: #003399;
}

.lightblue{
	background: #88d8ea;
}


.red{
	background: #CC0000;
}


.white{
	background: #ffffff;
	border: 1px solid #000000;
	}

.sounddelta{
	background-image: url(images/sd_demo1_160x300.jpg);
	border: 1px solid #000000;
}

.waves{
	background-image: url(images/waves160x300.jpg);
	border: 1px solid #000000;
}

.rect_firstmargin {
	margin-top: 40px;
}

.rect_margin {
	margin-top: 10px;
}

.box{
	float:left;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 300px;
}

.box a {
	display: block;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	font: 11px/65px "Helvetica", "Liberation Sans", "Arial", sans-serif;
  	text-decoration:none;
}

.box a:hover{
/* je réduis le ligne-height à 63 parce que, en css, le border (1px * 2) s'ajoute à la width et à la height ! */
	font: 11px/65px "Helvetica", "Liberation Sans", "Arial", sans-serif;
	padding-left: 10px;
	color: #000000;
	/*background: #ffffff;
	border: 1px solid #000000;*/
	text-decoration:none;
}

#content{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	/*border-bottom: 3px solid #000000;*/
	width: 851px;
	/*height: 390px;*/
	background-color: #FFFFFF;
	
}

#lightcontent{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	width: 851px;
	background-color: #FFFFFF;
	
}

/* Content with Scrollbar */
#bigcontent{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 0px 20px 40px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
	margin-bottom: 10px;
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*padding-bottom: 20px;*/
	width: 831px;
	background-color: #FFFFFF;
	height: 600px;
	overflow: auto;
	position: relative;
}

#blackcontent{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;
	/*border-bottom: 3px solid #000000;*/
	width: 851px;
	/*height: 390px;*/
	background-color: #000000;
	
}

#playcontent{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 0px 20px 40px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*padding-bottom: 20px;*/
	width: 831px;
	background-color: #ffffff;
	height: 240px;
	overflow: auto;
	position: relative;
}

.lastbar{
`	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*margin-bottom: 40px;*/
	width: 831px;
	height: 1px;
	/*background-color:#88d8ea;*/
	border-bottom: 1px solid #000000;
	}
	
.bluebanner {
	background-color: #88d8ea;
	margin-left: auto;
	margin-right: auto;
	/*width: 851px;*/
	height: 102px;
	}
