body 
  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	background: #333333;
	margin: 0;
	padding: 0;
  }

table tr
  {
	vertical-align:top;
  }

/* POINILLES AUTOUR DES LIENS (FIREFOX) */

a, a:active 
  {
	outline: none;
  }

.center
  {
	text-align: center;
  }
  
.right
  {
	text-align:right;
  }  

h1
{
	font-size: 20px;
  }

img 
  {
	border: 0;
  }

#wrapper 
  {
	width: 712px;
	margin: 0 auto;
  }

#header 
  {
	height: 200px;
	background: url(../img/header.jpg) no-repeat;
  }
  
#header h1,#header h2
  {
	padding: 0;
	margin: 0;
	display:none;
  }	  

#logo 
  {
	position: absolute;
	display: block;
	width: 330px;
	height: 200px;
  }

#logo span 
  {
	display: none;
  }

#content 
  {
	min-widthheight: 400px;
	background: url(../img/content_bg.jpg) repeat-y;
	float: left;
	width: 712px;
	padding-bottom: 20px;
  }

#content .gutter 
  {
	padding: 10px 40px;
  }

#footer 
  {
	height: 66px;
	background: url(../img/footer_bg.jpg) no-repeat;
	margin: 0 0 40px 0;
	float: left;
	clear: both;
	width: 712px;
  }

#red 
  {
	display: block;
	height: 30px;
	width: 20px;
	position: relative;
	left: 650px;
  }

#red span 
  {
	display: none;
  }

/* @group MENU */

.menu 
  {
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	font-weight: normal;
	float: left;
	padding: 2px 4px 2px 4px;
  }

.menu:hover 
  {
	text-decoration: none;
	color: silver;
	background: #714268;
  }

#accueil #m-accueil,
#historique #m-historique,
#societaires #m-societaires,
#presse #m-presse,
#contact #m-contact,
#agenda #m-agenda,
#galerie #m-galerie,
#liens #m-liens 
  {
	font-weight: bold;
	color: white;
  }

#m-accueil 
  {
	left: 340px;
	top: 100px;
	/*z-index: 2;*/
  }

#m-historique 
  {
	left: 320px;
	top: 130px;
  }

#m-societaires 
  {
	left: 290px;
	top: 95px;
  }

#m-membres
  {
	/*left: 238px;
	top: 5px;*/
display:none
  }
  
#m-membres img
  {  
    /*border: 0; 
    padding: 0;
    margin: 0;*/
  }
  


#m-presse 
  {
	left: 270px;
	top: 70px;
  }

#m-agenda 
  {
	left: 275px;
	top: 50px;
  }

#m-contact 
  {
	left: 260px;
	top: 30px;
  }

#m-liens 
  {
	left: 240px;
	top: 60px;
  }
  
#m-galerie 
  {
	left: 140px;
	top: 80px;
  } 
  
#m-fb
  {
    position: relative;
/*     border: 1px dotted red; */
    display: block;
    width: 75px;
    height: 25px;
    z-index: 10;
    left: 570px;
    top:155px;
  }   

/* @end */

/* @group Contenu */

.page
  {
	padding: 20px;
  }



.date 
  {
	display: block;
	text-align: center;
	width: 36px;
	margin-right: 10px;
	padding: 4px;
	background-color: #FFAB00;
  }

.date.red
  {
	background-color: #E00300;
	color: whitesmoke;
  }

.date h1 
  {
	font-size: 14px;
	padding: 0;
	margin: 0;
  }
 

.date h2 
  {
	font-size: 10px;
	padding: 0;
	margin: 0;
  }

.date h3 
  {
	font-size: 10px;
	padding: 0;
	margin: 0;
  }

#societaires h2 
  {
	float: left;
	width: 700px;
  }

.societaire 
  {
	width: 210px;
	float: left;
  }

.societaire p 
  {
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 2px 0;
  }

.societaire .portrait 
  {
	padding: 3px;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
  }

#splash
  {
	text-align: center;
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px #F1F1F1 solid;
  }

table.accueil
  {
	width: 310px;
	float:left;
  }

table.accueil td
  {
	padding-bottom: 15px;
  }

.whatsnew
  {
	vertical-align: top;
  }
  
  
#liens table
  {
	width:600px;
	margin: 0 auto;;
  }  
  
#liens table tr
  {
	vertical-align:top;
  }  
  
#liens td h2
  {
	padding: 0;
	margin: 0;
	text-align:right;
  }  
  
#liens td p
  {
	padding: 0;
	margin: 3px 0 12px 20px;
	text-align:left;
  }    
  
#historique img.historique
  {
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid silver;
  }  
/* @end */

/* @group SOUS-MENU */

#submenu 
  {
	background: url(../img/submenu_off.png) repeat-x;
	float:left;
	height:30px;
	width: 630px;
	margin: 0 0 20px 0;
  }
  
#submenu ul
  {  
    padding:0;
    margin:0;
    list-style-type: none;
   } 
   
#submenu li
  {    
    float:left;
  }
  
#submenu a
  {
	display:block;
	height: 30px;
	width: 210px;
	text-align: center;
	color: black;
	text-decoration: none;
	line-height:1.5em;
	font-weight: bold;
  }  
  
#submenu span
  {
	padding-top: 3px;
	display: block;
  }  
  
.musiciens #s-musiciens a,
.comite #s-comite a,
.commission #s-commission a
  {
	background: url(../img/submenu_on.png) repeat-x;
	color: whitesmoke;
  }  
/* @end */

/* @group membres */
#frmLogin
  {
	display: block;;
	width: 350px;
	margin: 120px auto;
  }
  
#membres #page  
  {
	margin: 40px 0 160px;
  }
#membres label, #membres .form_caption
  {
	float: left;
	display: block;
	width: 140px;
	font-weight: bold;
  }  
  
#membres #breadcrumb
  {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	margin-bottom: 24px;
	font-weight: bold;
	background: url(../img/b-home.png) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
  }
  
#menu
  {
	padding: 0;
	margin: 0 0 0 50px;
	list-style-type: none;
  }  
  
#menu li
  {
	display: block;
	height: 30px;
	margin-top: 30px;
  }  
  
#menu li a
  {
	padding: 4px 0 0 40px;
	text-decoration: none;
	display:block;
	float:left;
	width: 100px;
	font-weight:bold;
	color: black;
  }    
  
#menu li a:hover
  {  text-decoration: underline; }
  
#menu li span
  {
	padding-top:4px;
	float: left;
	color: gray;
  }  
  
#membres h2
  {
	margin: 0 0 0  16px;
  }  
  
#membres em
  {
	display: block;
	margin:0 0 24px 36px;
  }   
  
.even {
	background-color: #F0F0F0;
  }  
  
.even, .odd
  {
    padding: 10px;
  }  
  
#m-partitions
  { background: url(../img/b-partitions.png) no-repeat; }  
  
#m-files
  { background: url(../img/b-files.png) no-repeat; }    
  
#m-nouvelles
  { background: url(../img/b-nouvelles.png) no-repeat; }      
  
#m-profil
  { background: url(../img/b-profil.png) no-repeat; }    
  
#m-societaire
  {	background: url(../img/b-societaires.png) no-repeat; }     
  
#m-agendas
  { background: url(../img/b-agenda.png) no-repeat; }     
  
.list_box
  {
	width: 95%;
	margin: 0 auto;;
  }
  
.list_box td,  .list_box th
  {
	margin: 0;
	text-align: left;
  }
  
#toolbar
  {
	text-align: right;
	width:95%;
	margin: 0 auto;
  }  
  
.box
  {
	width: 480px;
	margin: 0 auto;
  }  
.list_box th
  {  background-color: black;
  color: white; }
  
/* AGENDA */

h1.month
  {
    border-bottom: 1px solid silver;
  }

#agenda_nav
  {
    width: 100%;
    padding: 0;
    margin: 0;

  }
  
#agenda_nav a
  {  
    text-decoration: none;
    color:black;
    display: block;
    width: 200px;
    height: 24px;
    line-height: 1.7em;
  }  
  
#agenda_nav td
  {
    width: 33%;
    text-align: center;
    background: url(../img/submenu_off.png) repeat-x;
    padding: 0;
    margin: 0;  	
  }  
  
#frmYear, #agenda_nav tr ,#agenda_nav a
  {
    padding: 0;
    margin: 0;
  }  
  
#agenda_nav td.sel
  {
	background: url(../img/submenu_on.png) repeat-x;
	color: whitesmoke;
  }  
  
#agenda_nav td.sel a 
{
	color: whitesmoke;
  }   

#agenda_nav em
  {
	padding:  6px;
	font-style: none;
  }  
  
/* @end */

/* 150eme */
#banner
  {
	display: none;
  }  
  

#accueil #banner
  {
	display: block;
	height: 115px;
    background: url(../img/banner.png) no-repeat;    
  }
  

#accueil #link150
  {
	display: block;
	height: 30px;
	width: 160px;
	position: relative;
	top: 40px;
	float: right;
  }  

#link150 span
  {
	display: none;
  }

/* MEDIAS */
#galerie a.thumb
  {


  }  
#galerie a.thumb:hover img
  {
	border: 1px solid silver;

  }	  
  
#galerie #frmSelect
  {
	text-align: center;
	margin: 0px 0 20px 0;
	display: block;
  }  
  
#galerie p.thumb  
  {
		display: block;
 float: left;

    margin: 20px 0px 0 0;
    	width: 210px;
	height: 160px;
text-align: center;
  }
  
#galerie p.thumb img
  {
	border: 1px solid gray;
	background: gray;
  }  
  


