body {
	background-color:#fff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background-repeat: repeat-y;
	background-position: 110px ;
	background-attachment: scroll;
	
}

a {color: #023026;}
a:visited {color:#023026;}
a:hover {color: #023026;}
a:active { color:#023026;}

h1 {
	font-size: 18px;	
	background-image: url(../Images/background-h1-gold.png);
	padding: 1px 5px 0px 5px;
	margin:0px 0 0 2px;
	color: #023026;
	background-color: #d9cdbb;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #996633;
}

h2 {
color : #023026;
font-size:16px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h3 {
color : #023026;
font-size:14px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 747px;
	margin-top:5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/background-left-menu.png);
	background-position: left top;
	background-repeat: repeat-y;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 747px;
	border: none;
	color: #FFFFFF;
	background-image: url(../Images/banner-gold-green.png);
	background-repeat: no-repeat;
	
}

img.flyer {
width:250px;
}

#search {
	float: right;
	position: relative;
	height: 40px;
	width: auto;
	margin: 65px 5px 0 0;

} 

/* -----------------content--------------------- */
#content {

background-color: #ffffff;
padding: 8px 0 0 8px;
margin-top: 20px;
margin-left: 160px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
*/
}

#content ul,#content li {
}

p, pre{
	padding: 5px 10px 10px;
	margin:0px;
	line-height: 16px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 150px;
	margin-top: 20px;
	padding: 0px;
	height: 500px;
	
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/*-----------menu------------------------------*/

#left ul {
	margin: 3px 0px 0px 3px;
	padding: 0;

	list-style: none;
	width: 143px; /* Width of Menu Items */
	border-bottom: 1px solid #023026;
	}
	
#left ul li {
	position: relative;
	}
	
#left li ul {
	margin: 0px;
	position: absolute;
	left: 142px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#left ul li a{
	display: block;
	text-decoration: none;
	color: #023026;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #023026; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#left li:hover ul,#left li.over ul { display: block; } /* The magic */

#footer{
        font-size: 11px;	
	background-image: url(../Images/background-h1-gold.png);
	padding: 1px 5px 0px 5px;
	margin:0px 0 0 2px;
	color: #023026;
	background-color: #d9cdbb;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #996633;
}


#logo {
	float: left;
	width: 145px;
	text-align: left;
	padding: 10px 0px 0px 20px;
}
#nasr {
	padding: 10px;
	margin-left: 30px;
	vertical-align: top;
}
.goldenBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996633;
	border-right-color: #BA7B3D;
	border-bottom-color: #CF8944;
	border-left-color: #E0954A;
}
.goldenBackground{
	color : #023026;
    background-image: url(../Images/background-left-menu.png);
	background-position: left top;
	background-repeat: repeat-y;
}
/* Liste des réunions*/
.jour{
	font-weight: bold;
  
}
.jour, .heure , .nomgroupe, .lieu, .typereunion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023026;
	background-color: #cccc99;
}
.heure {
	font-size: 10px;
	}
.nomgroupe {
height: 36px;
	font-weight: bold;
	background-color: #dddddd;
}
.typereunion{
	font-size: 10px;
	background-color: #eeeeee;

}
.lieu{
	font-size: 10px;
	background-color: #ffffff;
	height: 50px;
	
}
