body {
   margin: 0px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background: url('images/Background-COUSTIC-2007.gif')
}

#page {
   width: 900px;
   margin: 22px auto;
   margin-top: 0px;
   text-align: left;
   line-height: 1.2em;
   padding:  0px;

}

#pageHeader{
   position: relative;
   width: 900px;
   background: #FFFFFF
   margin: 0px;
   padding: 0px;
   height: 200px;
   text-align: center;
}

#toplineimage {
   position: relative;
   ZZwidth: 900px;
   background: #FFFFFF 
   margin: 0px;
   padding:  0px;
   height: 26px;
   z-index: 6;
   padding-bottom: 5px;
}

#hierarchie {
   border: 0px;
   font-size: 0.6em;
   font-size: 9px;
   padding: 2px;
   padding-left: 8px;
}


#pied {
   margin-top: 0px;
   border-top: none;
}



/* MENU GENERAL CSS STYLES */

#nav{
   position:  relative;
   margin: 10px;
   background: url('images/barre-navi-900px-tribal.png');
	background-repeat:no-repeat;
   height: 42px;
   z-index:  10;
   font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
   font-size: 11px;
	width: 900px;
}

html>body #nav{
   height: auto;
}

.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#nav ul{
  ZZwidth: 800px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 1000;
}

#nav li{
  float: left;
  position: relative;
}

#nav a{
  display: block;
  ZZwidth: 116px; /* THIS WIDTH = TOTAL WIDTH - LEFT/RIGHT PADDING */
  padding: 4px 15px 4px 15px; /* MENU ITEM HEIGHT = PADDING-TOP + PADDING-BOTTOM + FONT-SIZE(in Px) BELOW */
  color: #BBBBBB;
  text-decoration: none;
  font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
  text-align: center;

  padding: 11px 15px 0px 15px;
  height: 30px;
}

#nav a.first{
}

#nav a#current {
  color: #FFFFFF;
}


#nav li:hover a, #nav li.sfhover a{
  color: #FFFFFF;
}

#nav li:hover ul a, #nav li.sfhover ul a{
  color: #000000;
}


/* MENUS LEVEL 2 CSS STYLES */

#nav ul ul{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 146px; /* SET TO TOTAL LINK WIDTH; THIS IS TO BREAK <li> FLOATS INTO ONE COLUMN */
  background-color: #FFFFFF;
  border-left: 1px solid #A9AEB9;
  border-right: 1px solid #A9AEB9;
  border-bottom: 1px solid #A9AEB9;
  display: none;
  z-index: 1500;
}

#nav ul ul li{
  border-top: 1px solid #A9AEB9;
}

#nav li:hover ul, #nav li.sfhover ul{
  display: block;
}

#nav li:hover ul ul, #nav li.sfhover ul ul{
  display: none;
}

#nav ul ul li:hover, #nav ul ul li.sfhover{
  background-color: #E2E2E2;
}

#nav ul ul li:hover a, #nav ul ul li.sfhover a{
  color: #004FCE;
  color: red;
}

#nav ul ul li:hover ul a, #nav ul ul li.sfhover ul a{
  color: #222222;
}

#nav ul ul a{
  border: none; /* REMOVE BORDERS SET ABOVE */
  width: 116px;
  border: none;
  text-align: left;
}


/* MENUS LEVEL 3 CSS STYLES */

#nav ul ul ul{
  display: none;
  border-left: 1px solid #A9AEB9;
}

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul{
  display: block;
  top: 5px;
  top: -1px;
  left: 146px; /* SET HORIZ OFFSET */
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul{
  display: none;
}

#nav ul ul ul li:hover a, #nav ul ul ul li.sfhover a{
  color: #004FCE;
  color: red;
}

#nav ul ul ul li:hover ul a, #nav ul ul ul li.sfhover ul a{
  color: #222222;
}

/* MENUS LEVEL 4 CSS STYLES */

#nav ul ul ul ul{
  display: none;
  border-left: 1px solid #A9AEB9;
}

#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul{
  display: block;
  top: 5px;
  top: -1px;
  left: 146px; /* SET HORIZ OFFSET */
}

#nav ul ul ul li:hover ul ul, #nav ul ul ul li.sfhover ul ul{
  display: none;
}

#nav ul ul ul ul li:hover a, #nav ul ul ul ul li.sfhover a{
  color: #004FCE;
  color: red;
}

#nav ul ul ul ul li:hover ul a, #nav ul ul ul ul li.sfhover ul a{
  color: #222222;
}

/* MENUS LEVEL 5 CSS STYLES */

#nav ul ul ul ul ul{
  display: none;
  border-left: 1px solid #A9AEB9;
}

#nav ul ul ul ul li:hover ul, #nav ul ul ul ul li.sfhover ul{
  display: block;
  top: 5px;
  top: -1px;
  left: 146px; /* SET HORIZ OFFSET */
}

#nav ul ul ul ul li:hover ul ul, #nav ul ul ul ul li.sfhover ul ul{
  display: none;
}

#nav ul ul ul ul ul li:hover a, #nav ul ul ul ul ul li.sfhover a{
  color: #004FCE;
  color: red;
}

#nav ul ul ul ul ul li:hover ul a, #nav ul ul ul ul ul li.sfhover ul a{
  color: #222222;
}




#column-left, #column-right {
	width:150px;
	background: url('images/col-background.png');
	color: white;
	border-top: 1px dotted #000000;
    border-right: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    border-left: 1px dotted #000000;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

#column-left {
	ZZ-float: left;
	ZZ-margin-right: 20px;
}
#column-right {
	ZZ-float: right;
	ZZ-margin-left: 20px;
}

#column-left div.top, #column-right div.top {
	background-image: ;
	background-repeat:no-repeat;
	min-height: 17px;
	padding: 0px;
}

#column-left div.top P, #column-right div.top P {
	padding: 0px 5px 0px 10px;
}

#column-left div.top, #column-right div.top {
	padding-top: 2px;
}

#column-left div.top HR, #column-right div.top HR {
	height: 1px;
	margin: 0 0;
	padding: 0;
	color: #666;
	background-color: #666;
	border: 0;
}

#column-left div.bottom, #column-right div.bottom {
	background-image: ;
	background-repeat:no-repeat;
	background-position: bottom;
	height: 17px;
	XXpadding: 10px;
}

#column-right input.forml {
	font-size: 11px;
	text-align: left;
	width: 130px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border: 1px solid white;
}

#column-right div.list {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 10px;
	line-height: 1.3em;
}

#column-right div.list A {
	color: #CCC;
}
#column-right div.list A:hover {
	color: white;
	text-decoration: none;
}

#column-right div.list div.entry {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #555;
}


div.texte {
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
}

div.texte div.titre {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.texte div.specifications {
	text-align: left;
	margin-top: 5px;
}

div.texte div.specifications table.spip {
	margin-left: 0px;
	border: none;
	width: 100%;
}

div.texte div.features {
	off-border: 2px solid red;
	margin-top: -10px;
}


div.texte img.spip_logos {
	margin-left: 10px;
	margin-bottom: 10px;
}


.cartouche { margin-bottom: 0em; }

.cartouche .titre {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.cartouche .titre span.surtitre {
	color: #666;
}

#contenu { font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

p.spip {
	off-font-size: 0.8em;
	line-height: 1.2em;
}

TABLE.article-documents {
}

TABLE.article-documents TD {
	off-background-color: #666;
	border: 1px dotted black;
	font-size: 0.7em;
	line-height: 1.1em;
}

TABLE.article-documents TD A {
	color: #333;
}

TABLE.article-documents TD IMG.spip_logos {
	margin: 0px;
	margin-bottom: 5px;
}

#conteneur #contenu {
	width: 560px;
}


/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
   clear: both;
   margin-top: 0em;
   padding-top: 0px;
   padding-bottom: 10px;
   border-top: none;
   font-size: 0.88em;
   font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 0.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: white; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0.5em 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

.forum-chapo .forum-titre { font-size: 0.88em; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #666; color: #CCC; }
ul ul .forum-chapo { background: #666; }
ul ul ul .forum-chapo { background: #666; }
ul ul ul ul .forum-chapo { background: #666; }
ul ul ul ul ul .forum-chapo { background: #666; }

.forum-repondre {
	text-align: center;
}

.forum-date {
	text-align: right;
}


div.news_list_date {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	font-style: italic;
}

h2.news_list_titre {
	font-weight: bold;
	line-height: 1em;
}

h3.news_list_soustitre {
	margin-top: 5px;
	font-size: 0.8em;
	color: #666;
	line-height: 1em;
}

div.news_list_texte {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.7em;
	line-height: 1.1em;
}

div.news_list_suite {
	text-align: right;
   font-size: 0.75em;
	font-style: italic;
}

TABLE.articles TD { border: 1px dotted #F00; pading: 0px; }
TABLE.articles H2 { font-size: 1em; margin-top: 10px; margin-bottom: 3px; }
TABLE.articles A { color: #666; }
TABLE.articles A:hover { color: #999; }
TABLE.articles H3 { font-size: 0.8em; font-size: 10px; margin-bottom: 0px; line-height: 1.2em; }

TABLE.installs TD { border: 1px dotted #F00; pading: 0px; }
TABLE.installs H2 { font-size: 0.9em; margin-top: 10px; margin-bottom: 3px; line-height: 1em; }
TABLE.installs A { color: #666; }
TABLE.installs A:hover { color: #999; }
TABLE.installs H3 { font-size: 0.8em; font-size: 10px; margin-bottom: 0px; line-height: 1.2em; }


table.homepage {
   margin-top: 5px;
}

table.homepage TD {
   vertical-align: top;
}

table.homepage DIV.titres {
   margin-top: 10px;
   margin-bottom: 10px;
}

table.homepage span.home_surtitre  {
   color: #666;
   font-size: 0.7em;
   margin: 0px;
}

table.homepage H3.home_soustitre  {
   color: #666;
   font-size: 0.7em;
   margin: 0px;
}

table.homepage H2 {
   margin: 0px;
}

table.homepage H2 A {
   color: #000;
   font-size: 0.8em;
   font-weight : bold;
}

table.homepage div.home_titre {
   text-align: left;
   background-color: #444;
   color: white;
   border-bottom: 2px solid #222;
   border-right: 2px solid #222;
   border-top: 2px solid #666;
   border-left: 2px solid #666;
   padding-left: 5px;
   margin-top: 5px;
   font-weight : bold;
   font-size: 0.65em;
}

table.homepage img.spip_logos {
   margin-bottom: 10px;
   margin-left: 10px;
   border: 1px dotted red;
   padding: 3px;
}

table.homepage .noborder img.spip_logos {
   border: none;
}

table.homepage P {
   text-align: justify;
   font-size: 0.65em;
   line-height: 1.2em;
}

table.homepage DIV.home_suite {
   text-align: right;
   font-size: 0.6em;
	font-style: italic;
}


TABLE.news-archive TD {
   font-size: 0.7em;
}
TABLE.news-archive H2 {
	margin: 0px;
	XX-font-size: 16px;
	color: black;
}
TABLE.news-archive H2 A {
	XX-font-size: 16px;
	margin-bottom: 0px;
	color: black;
}
TABLE.news-archive H3 {
	margin: 0px;
	XX-font-size: 13px;
	margin-bottom: 0px;
	color: #666;
}
TABLE.news-archive H3.surtitre { }
TABLE.news-archive H3.soustitre { }
TABLE.news-archive H4.date {
	XX-font-size: 11px;
	color: #AAA;
	margin-bottom: 0px;
}
TABLE.news-archive DIV.texte {
	margin-top: 10px;
}
TABLE.news-archive DIV.suite {
	text-align: right;
	margin-top: 5px;
}
TABLE.news-archive H2.archives-date {
	font-size: 1.1em;
	padding-top: 0px;
	padding-left: 14px;
	color: #F00;
	font-weight: bold;
	background: url(/mtxaudio/images/date_icon.gif) no-repeat 0 50%;
}


DIV.forum2-post {
	font-size: 0.7em;
	margin-bottom: 14px;
}

DIV.forum2-post-titre {
	font-size: 1.2em;
	font-weight: bold;
	background: url(/mtxaudio/images/comment_icon.gif) no-repeat 0 50%;
	padding-left: 14px;
}

SPAN.forum2-post-auteur {
	color: red;
}

SPAN.forum2-post-date {
   font-weight: normal;
	font-size: 0.8em;
	color: #999;
}

DIV.forum2-post-texte {
   line-height: 1.2em;
}

H2.forum-repondre {
	text-align: left;
	font-weight: bold;
	background: url(/mtxaudio/images/comment_icon.gif) no-repeat 0 50%;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	padding-left: 14px;
	font-size: 0.8em;
}
