#header-body-side {
	float:left;
	height: 68px;
	background-image: url(../images/bg_side.jpg);
	background-repeat: no-repeat;

  }
#header-body-main {
	float:left;
	height: 68px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;



  }
#header-body-right {
	float:left;
	height: 68px;

  }

h1, h2, h3 {
	background:#fff;
	margin:0;
	border-bottom:1px solid #ddd;
	color:#666666;
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 110%;
	line-height: 1.4em;
  }

h1, #bg_color_h1 {
	background-color: #B7B7E8;
}
h2, #bg_color_h1 {
	background-color: #92A3B4;
}
h3, #bg_color_h1 {
	background-color: #CCCCD0;
}
 
  
 /* CONTENT */
 #page-body {
	float:left;
	width:100%;
	background-color: #ddd;
  }
#content {
	float:left;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #113355;
	border-right-color: #113355;
	border-bottom-color: #113355;
	border-left-color: #113355;
	background-color: #999999;
  }

#header-body-side, #header-body-main, #header-body-right {
width:33.31%;
  }

#content-side, #content-main, #content-right, #rcpro {
width:100%;
  }

#content-side {
	float:left;
	height: 155px;
	background-color: #B7B7E8;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	margin-top: 46px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	
  }

#rcpro {
	float:left;
	height: 81px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 10px;
	color: #666666;
	background-color: #B7B7E8;
	background-image: url(../images/covea.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
}

#content-main {
	float:left;
	height: 236px;
	margin-top: 46px;
	background-color: #92A3B4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

  }
#content-right, #content-right p {
	float:left;
	height: 283px;
	background-color: #CCCCD0;
	background-image: url(../images/lequartz.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	word-spacing: 3px;	
	margin: 0;
	padding:0;
  }

#content-right a:hover { color:#666666}


/* LISTE ul ET li */
#content-side ul, #content-side ul a:visited{
  color:#933;
  margin:.5em 0 1em;
  padding:0;
  list-style:none;
  }

#content-side ul a:hover{
  color:#fff;
  }

#content-side ul li {
	padding:0 0 0 13px;
	line-height: 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1em 1em;
	text-indent: 18px;
  }

