@media screen
  {
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    height: 100%;
    overflow: auto;
    }
  }
  
body	{
	margin: 0;
	padding: 0px;
	
	background: url(../images/fondmenu3.gif) 0 0 repeat-y ;
	background-color: #cc9966;
	color: #000000;

	/* margin: 25px 0 25px 0;*/	
}


/* Basic page divisions */

#nav {
/* display:block ; */
/* position:absolute; */
/* height:800px; */
	/* text-align: right; */
	PADDING: 0px;
	FLOAT: left;
	/* CLEAR: left; */
	MARGIN-LEFT: 0px;
	WIDTH: 134px;
	/* background: transparent url(interface/images/fondmenu3.gif) 0 0 repeat-y; */
	/* background-repeat:repeat-y ; */
/*	background: transparent url(/images/arrow.gif) center bottom no-repeat; */
}


.latch {
  position: absolute;
  bottom: 0px;
}

html>body .latch {
  position: fixed;
  bottom: 0px;
}

/*
img {
	display: block;
	border: 0;
	}
*/

#nav A:link, #nav A:visited {
	color:#440000 ;
	text-decoration: none
}
#nav A:hover {
	color:#c00 ;
	text-decoration: underline
}

#nav P {
	/* text-indent: 1em; */
	margin: 0.5em;
	/* margin-bottom: 0.5em; */
	text-align: right;
	line-height: 1.4;

}

.nav1 {
	/* display: block; */
	/* padding-left : 1em; */
	/* margin-top: 0.8em; */
	/* margin-bottom: 1em; */
	text-align: right;
	font-weight: bold
}

/*
.nav2{
	margin: 0;
	text-align: right;
	padding-left : 2em;
	font-size:  normal;
	font-weight: normal;
}
*/


#content {



	/* background: transparent url(/images/arrow.gif) center bottom no-repeat; */
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN-LEFT: 150px;
	/* BORDER-LEFT: #900 2px solid; */
	PADDING-TOP: 10px
}
#header {
	MARGIN-LEFT: 230px;
	MARGIN-BOTTOM: 0px;
	/* BORDER-BOTTOM: #900 2px solid; */
	/* BACKGROUND-COLOR: #fff */
	/* background: transparent url(/images/arrow.gif) center bottom no-repeat; */
}
#footer {
	CLEAR: both;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #990000 2px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 2px;
	TEXT-ALIGN: center
}

/*
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, Helvetica, sans-serif;
}
*/
*	{
		font-family: Arial, Helvetica, sans-serif;
}

html p	{
	/* text-indent: 1em; */
	margin-top: 0;
	margin-bottom: 0.7em;
	text-align: left;
	/* font-size:  small; */
	line-height: 1.4;
	}
/*
h1	{
	font-size: large;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	}

h2	{
	font-size: medium;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	}
h3	{
	font-size: small;
	font-weight: bold;
	margin: 0;
	}
h4	{
	font-size: small;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}
h5	{
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}
h6	{
	font-size: x-small;
	font-weight: normal;
	margin: 0;
	}
*/

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	color:#80ff80 ;
	text-decoration: underline;
}
A:active {
	text-decoration: none;
}

.red {
	color: red ;
}

.hide {
	display: none;
}		

A:link.hidelink, A:visited.hidelink, A:active.hidelink {
	color:#000000 ;
	text-decoration: none
}

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

hr	{
	color:#cc0000 ;
	background-color: #cc0000;
	text-align: left;
	height: 1px;
	border: none;
	}
	
/* pour fiche d'adherent */

.fondclair {
	background-color: #ddaa77 ;
	PADDING: 10px;
}