html, body 
{
	padding:0px;
	margin:0px;
	font-size: 100%;
}

html, body 
{
  height:100%
}

body 
{
	font-family: Arial, Sans-serif;
	color: black;
	background: white url(Background.gif) top center repeat-y;
	text-align: center;
	font-size: 0.75em;
}

.bodywovb 
{
	font-family: Arial, Sans-serif;
	color: black;
	background: white url(Background_wovb.gif) top center repeat-y;
	text-align: center;
	font-size: 0.75em;
}

#container {
	padding: 0px;
	margin: 0px auto;	
	width: 752px;
	text-align: left;
}

#header{
   background: #fff;
   padding: 10px 0px 5px 0px;
}

#panel{
	display: block;
	padding: 0px;  
	margin: 0px;
	clear: both;
}

#leftColumn {
 width: 178px;
 margin: 0px;
 padding: 0px;
}

#leftColumn div.newsPanel {
 width: 178px;
 background:#FFFFFF;
 margin: 5px 0px 0px 0px;
 padding: 5px;
 border: 0px
}

/* fix box model for IE5 */
#leftColumn div.news\Panel {width:158px;}

.newsItem
{
	margin-left: 3px;





}
#mainPage {
 width: 564px;
 margin: 5px 0px 0px 10px;
 padding: 0px;
}

#mainPageIndent {
	width: 548;
	margin: 10px 0px 0px 16px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;

}

#mainPageIndent a
{
  text-decoration : none;
  color : #7f7f7f;
}

#mainPageIndent a:hover
{
  text-decoration : underline;
  color : #ea2026;
}

#mainPageIndent div.full {
  clear: both;
  width: 548px;
}

#mainPageIndent div.leftcol {
  width: 263px;
  float: left;
}

#mainPageIndent div.rightcol {
  width: 263px;
  float: right;
}

#mainPageIndent div.withlinks {
  width: 358px;
  float: left;
}

#mainPageIndent div.links{
  width: 168px;
  float: right;
  padding-left:10px;
  border-left: 1px solid #ea2026;
}

#mainPageIndent div.rule{
  border-bottom: 1px solid #d0cbbf;
  padding-bottom:10px;
  margin-bottom:10px;
}

/* for image wrapping */
#mainPageIndent div.right{
  padding: 0px 0px 1em 10px;
  float: right;
}

#mainPageIndent div.left{
  padding: 0px 10px 10px 0px;
  float: left;
}

#mainPageIndent div.center{
  padding: 0px 0px 10px 0px;
}

/* footer is outside container and positioned absolute - footerspace clears space */
#footerspace {
 text-align : center;
 clear: both;
 /*height: 50px;*/
}

#footer {
 /*height: 30px;
 position: absolute;*/
 bottom: 0px;
 font-size: 0.75em;
 margin: 0px;
 padding: 0px 0px 0px 20px;
 color: #7f7f7f;
}



#footer a 
{
	color: #7f7f7f;
}

#footer a:hover 
{
	color: #7f7f7f;
}


/*
   Main 'Tab' menu
*/


#mainMenu {
	float:left;
	width:100%;
	margin:0px;
	background:no-repeat right top;
	line-height: normal;
	border-bottom :1px solid #94c3ce;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#mainMenu ul {
  margin:0px;
  padding:0px;
  list-style:none;

  }

#mainMenu li {
  float:left;
  margin:0px;
  padding:0px 0px 0px 5px;
  background: #fff;
  }

#mainMenu  a 
{
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:7px 6px 1px 0px;
  text-decoration:none;
  color: #7f7f7f;
  font-family: Arial, Helvetica, sans-serif;

  
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainMenu a {float:none;}
/* End IE5-Mac hack */

#mainMenu a:hover {
  color: #94c3ce;
  }

#mainMenu #home {
  background-image:url("left-home.gif");
  border-width:0px;

}

#mainMenu #current {
  background-image:url("left-home-on.gif");

}

#mainMenu #current a {
  background-image:url("right-on.gif");
  padding-bottom:5px;
  color: #94c3ce; 

  }

#mainMenu #home_current {
  background-image:url("left-home-on.gif");
  border-width:0px;

}

#mainMenu #home_current a {
  background-image:url("right-on.gif");
  padding-bottom:5px;
  color: #8CBEC6; 

}

#mainMenu #empty {
border-width:0px;
  padding:5px 4px 5px 6px;
  height: 100%;

}

#mainMenu #rightItem {
  float:right;
  background:url("right-end.gif") no-repeat right top;
}


#mainMenu #rightItem a {
  background:url("right-end.gif") no-repeat right top;
  padding-bottom:5px;

}

#mainMenu #rightItem_current {
  float:right;
  background:url("right-end.gif") no-repeat right top;
  border-width:0px;
  color: #000;
}

#mainMenu #rightItem_current a {
  padding-bottom:5px;
color:  #000; 
}



/*
   LEFT MENU
*/

#subMenu {
	color:#7F7F7F;
	margin:0px;
	padding:5px 0px 0px 0px; /*(haut, droit, bas, gauche)*/
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


#subMenu  ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px; /*(haut, droit, bas, gauche)*/
	list-style-position: inside;
}

#subMenu  li 
{
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#7F7F7F;
}
/*menu ouvert : fleche grise en bas*/
#subMenu  li.open
{
	list-style-image: url(../ressources/open.gif);	
}

#subMenu  li a.open
{
  color:#94C3CE;
  font-weight : bold;
  
}

#subMenu  li.close
{
	list-style-image: url(../ressources/closer.gif);
	color:#7F7F7F;
}

#subMenu  li a.close
{
  color:#7F7F7F;
  font-weight : normal;
}


/*#subMenu  a 
{
	Color:#7F7F7F;
	margin:0px 0px 0px 0px;  /*(haut, droit, bas, gauche)
	text-decoration:none;
	list-style-image: url(closer.gif);
	font-family: Arial, Helvetica, sans-serif;

}

#subMenu  a.open
{
	background:#ffffff;
	list-style-image: url(setbullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}*/

#subMenu  a.d0
{
	padding:1px 1px 0px 0px;   /*(haut, droit, bas, gauche)*/
}


#subMenu  a.d1 
{
	background:#ffffff;
	padding:1px 1px 1px 1px;   /*(haut, droit, bas, gauche)*/
}



#subMenu  a.d2 
{
	background:#ffffff;
	padding:1px 1px 1px 1px;   /*(haut, droit, bas, gauche)*/
}


#subMenu  a.d3 
{
	background:#ffffff;
	padding:1px 1px 1px 1px;   /*(haut, droit, bas, gauche)*/
}



#subMenu  a:hover 
{
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #94c3ce;
	text-decoration: none;
 }

#subMenu  #current  
{
background:#ffffff; 
  font-weight: normal;
list-style-image: url(bullet.gif);
}
  









/*-----------
   sitemap
-----------*/

#sitemap {
  color:Black;
  margin:0px 0px 0px 0px; 
  width:100%;
  font-weight:bold;
  padding:0px 0px 0px 0px;
 }

#sitemap  ul {
  list-style-position:outside;
  list-style-type:none; 
  }

#sitemap  li 
{
  font-weight:bold;
  font-size :x-small;
  background:#FFF;
  height:20px;
 }

#sitemap  a 
{
  Color:Black;
  text-decoration:none;
  }

#sitemap  a:hover {
  color:#ea2026;
  }
  
 #sitemap TD
{
  background-color:#ddd9d0;	
  padding-left:4px; 
}

#news
{
  font-family : ;	
}

#news .titre
{
	color : #7f7f7f;
	font-weight: bold;

}

#news .resume
{
	color: #7f7f7f;
 
}

#news .lien a
{
  font-weight : normal;
  color : #D9120B;
}

#news .lien a:hover
{  
  text-decoration : underline;
  color : #94c3ce;
}


#news .date
{
	color : #94C3CE;
	}



#mainPageAd {
 width: 750px;
 margin: 5px 0px 0px 10px;
 padding: 0px;
}

#mainPageAdIndent {
	width: 548;
	margin: 10px 0px 0px 16px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;

}

#mainPageAdIndent a
{
  text-decoration : none;
  color : #7f7f7f;
}

#mainPageAdIndent a:hover
{
  text-decoration : underline;
  color : #ea2026;
}

#mainPageAdIndent div.full {
  clear: both;
  width: 548px;
}

#mainPageAdIndent div.leftcol {
  width: 263px;
  float: left;
}

#mainPageAdIndent div.rightcol {
  width: 263px;
  float: right;
}

#mainPageAdIndent div.withlinks {
  width: 358px;
  float: left;
}

#mainPageAdIndent div.links{
  width: 168px;
  float: right;
  padding-left:10px;
  border-left: 1px solid #ea2026;
}

#mainPageAdIndent div.rule{
  border-bottom: 1px solid #d0cbbf;
  padding-bottom:10px;
  margin-bottom:10px;
}

/* for image wrapping */
#mainPageAdIndent div.right{
  padding: 0px 0px 1em 10px;
  float: right;
}

#mainPageAdIndent div.left{
  padding: 0px 10px 10px 0px;
  float: left;
}

#mainPageAdIndent div.center{
  padding: 0px 0px 10px 0px;
}



