html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight:normal;
}
body {
	background-color: #e3f2ef;
	background-image: url(../images/fond-degrad.gif);
	background-repeat: repeat-x;
}
select,input,textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight:normal;
}
a:link {    color: #104d82; text-decoration: underline;}
a:visited { color: #104d82; text-decoration: underline;}
a:hover {   color: #104d82; text-decoration: none;}
a:active {  color: #104d82; text-decoration: underline;}


#conteneur {
	min-height: 100%;
	max-width:1200px;
	min-width: 950px;
	margin:0 auto;
	background-image: url(../images/fond-terre.gif);
	background-repeat: no-repeat;
}

/* ############# */
/* B A N D E A U */
/* ############# */

#bandeau {
	width: 100%;
	height: 178px;
	background: transparent url(../images/bandeau-img.gif) 200px 0 no-repeat;
}
#bandeau img.logo {
	float: right;
	border:0;
}

/* ############# */
/*    M E N U    */
/* ############# */

#colonneGauche {
	float: left;
	width: 210px;
	color:#000000;
	font-weight: bold;
	font-size: 0.9em;
}

#colonneGauche h2 {
	margin: 1em 0.5em 0 0;
	padding: 0 0 0 0.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	white-space: nowrap;
	background-image: url(../images/menu-titrefilet.gif);
	background-repeat: repeat-x;
}

#colonneGauche a:link {    color: #000000; text-decoration: none;}
#colonneGauche a:visited { color: #000000; text-decoration: none;}
#colonneGauche a:hover {   color: #000000; text-decoration: underline;}
#colonneGauche a:active {  color: #000000; text-decoration: underline;}
#colonneGauche a.active {  color: #93948E; text-decoration: none;}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}
ul li {
  margin: 0.4em 0 0.4em 0.5em;
}
ul.menu {
  margin: 0.35em 0 0 0.3em;
  padding: 0;
}
ul.menu ul {
  margin-left: 0em;
}
ul li, ul.menu li, li.leaf {
  margin: 0.15em 0 0.15em 0.5em;
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(../images/menu-leaf.gif) no-repeat 1px .35em;
}
ul li.expanded {
  background: transparent url(../images/menu-expanded.gif) no-repeat 1px .35em;
}
ul li.collapsed {
  background: transparent url(../images/menu-collapsed.gif) no-repeat 0px .35em;
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

#colonneGauche .affCalendrier {
	border-top: 1px dotted #9b9b9b; 
	border-bottom: 1px dotted #9b9b9b; 
	color: #104d82; 
	font-variant: small-caps;
	margin:10px 20px;
}
#colonneGauche .evt-item {
	margin: 5px 10px 5px 10px;
}
#colonneGauche .evt-date {
	color:#9b9b9b;
	font-weight: normal;
	font-size: 0.9em;
	border-bottom: 1px dotted #9b9b9b;
	white-space: nowrap; 
}
#colonneGauche .evt-lieu {
	color:#000000;
	font-weight: normal;
	font-size: 0.9em;
}
#colonneGauche .description {
	font-weight: normal;
	font-size: 0.9em;
}



/* ################# */
/* C A R T O U C H E */
/* ################# */

#colonneDroite {
	float: right;
	width: 235px;
	color:#000000;
	font-weight: bold;
	font-size: 0.9em;
}

#colonneDroite h2 {
	margin: 1em 0 0 0;
	padding: 0 0.5em 0 0.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: right;
	white-space: nowrap;
	background-image: url(../images/menu-titrefilet.gif);
	background-repeat: repeat-x;	
}

#colonneDroite a:link {    color: #000000; text-decoration: none;}
#colonneDroite a:visited { color: #000000; text-decoration: none;}
#colonneDroite a:hover {   color: #000000; text-decoration: underline;}
#colonneDroite a:active {  color: #000000; text-decoration: underline;}
#colonneDroite a.active {  color: #93948E; text-decoration: none;}
#colonneDroite a.small {   font-size: 0.8em; font-weight:normal}
#colonneDroite a.article {   font-size: 1em; font-weight:normal}

#colonneDroite ul li {
  margin: 0.4em 0 0 1.2em;
  padding: 0 0 0.2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  white-space: normal;
  background: transparent url(../images/menu-leaf.gif) no-repeat 1px .35em;
}
#colonneDroite ul {
	margin: 1em 0 0 0;
}
#colonneDroite .titre {
	margin-top:15px;
	font-weight:normal;
	font-size:1.2em;}
#colonneDroite .logo {
	text-align:center;
	margin-top:7px;
	margin-bottom:7px;
	}
#colonneDroite .description {
	color:#9b9b9b;
	font-weight: normal;
	font-size: 0.9em;	
}
#colonneDroite p.pagination {
	font-weight:normal;
	text-align:right;
	font-size: 0.9em;	
}


/* ############# */
/* C O N T E N U */
/* ############# */

#contenu {
	margin: 0 260px 0 235px;
}
#contenu .contenuBloc {
	margin: 0 0 20px 0;
}
#contenu .contenuBlocHeader {
	background:url(../images/tl.png) no-repeat left top;
}
#contenu .contenuBlocHeader p {
	background:url(../images/tr.png) no-repeat right top;
	margin:0 0 0 30px;
	padding:5px 10px 0 0;
	min-height:15px;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:0.8em; 
	color: #000000;
	text-align:right;
}
#contenu .contenuBlocContent {
	margin:0;
	padding: 5px 5px 5px 5px;
	background:url(../images/bg_trans.png);
}
#contenu .contenuBlocContent p {
	margin:0;
	padding: 0px 0px 10px 0px;
}
#contenu .contenuBlocFooter {
	background:url(../images/bl.png) no-repeat left bottom;
	padding:0;
}
#contenu .contenuBlocFooter p {
	background:url(../images/br.png) no-repeat right bottom;
	margin:0 0 0 30px;
	padding:5px 10px 0 0;
	min-height:10px;
	text-align:right;
}


#contenuChemin {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:0.8em; color: #000000;white-space: nowrap;}
#contenuChemin a:link {    color: #000000; text-decoration: none;}
#contenuChemin a:visited { color: #000000; text-decoration: none;}
#contenuChemin a:hover {   color: #000000; text-decoration: underline;}
#contenuChemin a:active {  color: #000000; text-decoration: underline;}
#contenu h1 {
	margin: 0 0 20px 0;
	color: #104d82;
	font-size: 1.8em;
	font-weight: normal;
}
#contenu h2 {
	margin: 0 0 20px 0;
	color: #104d82;
	font-size: 1.5em;
	font-weight: normal;
}
#contenu h3 {
	margin: 0 0 20px 0;
	color: #104d82;
	font-size: 1.3em;
	font-weight: normal;
}
#contenu h4.titre-item  { 
	margin: 0 0 5px 0;
	padding: 0;
	color: #104d82;
	font-size: 1.3em;
	font-weight: normal;
}
#contenu h5.titre-item  { 
	margin: 0 0 5px 0;
	padding: 0;
	color: #104d82;
	font-size: 1.1em;
	font-weight: normal;
}

#contenu div.image-item {
	float:left;width:120px;margin:0;padding-right:4px;
}
#contenu .introduction {
	color: #000000;
	font-weight: bold;
}

#contenu .evenement {
	border: 1px dashed #104d82;
	margin: 0 40px 15px 0;
	padding: 5px;
}
#contenu .evenement-titre {
	font-size: 1.15em; 
	color: #104d82;
	font-variant: small-caps
}
#contenu .evt-objet {font-weight: bold}
#contenu .evt-date {}
#contenu .evt-lieu {}
#contenu .description {font-style: italic}



.surtitre { text-transform:capitalize; font-size:1.1em; font-variant:small-caps}
.soustitre {font-size:1.1em; font-style:italic; padding: 0px 0px 10px 0px;}
.chapo {padding: 0px 0px 10px 0px;}
.texte {}
.notes {font-size: 0.8em;}
.date { 
	color: #93948E;
	border-bottom: 1px dotted #93948E;
	text-align: right;
	margin-bottom:5px;
	font-weight: normal;
}
.date a { 
	color: #93948E;
	text-decoration:none;
}

li.nopuce {
  margin: 0.15em 0.2em 1.2em 0.2em;
  padding: 0 0 1.2em 1.0em;
  list-style-type: none;
  list-style-image: none;
  background:none;
}
li.vide {
  margin: 0 0.2em 0 0.2em;
  list-style-type: none;
  list-style-image: none;
}
.nettoyeur {
	clear:both;
}
a.thickbox img {
	border:0;
}

/* Pour la liste des membres du CA */
#listeCA {position: relative}
.membreCA {
  width:18%;
  margin: 20px;
  height: 150px;
  float:left;
}
.membreIMG {
	float:left;width:52px;
}
.membreDESC {
	margin-top:60px;
}

#contenu p.pagination {
	text-align:right;
}

/* Pour la liste des adhérents */
.listeMembre {}
.membre {margin:40px 0 0 10px; width:45%; float:left; height: 150px; overflow:none; }
.membreTIT {font-weight: bold}
.membreBIO {padding: 10px 30px 10px 30px;}


/* ################# */
/*    F O O T E R    */
/* ################# */

#contenuFooter {
	text-align:right;
	margin-right: 60px;
}

#contenuFooter img {
	border:0;
}


#contenuFooter a:link {    color: #000000; text-decoration: none;}
#contenuFooter a:visited { color: #000000; text-decoration: none;}
#contenuFooter a:hover {   color: #000000; text-decoration: underline;}


/* ################# */
/*     F O R M S     */
/* ################# */

legend {
	display: none;
}



/* ################# */
/*     A U T R E     */
/* ################# */


fieldset {border:0}
legend {
	font-size: 1.15em; 
	color: #104d82;
	font-variant: small-caps
}


/* Liste des adhérents */
.barre_alphabetique {background-color: #C4D1CB; padding: 4px; margin-top:10px;}
.barre_alphabetique a { padding:2px; } 
.lettre_contexte{
	color: white;
	padding: 2px;
	text-decoration:none;
	background-color:#104d82; 
}



