/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
	color: #282828;
} 
body {
	font-family: Arial, Myriad Pro, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	margin: 0; padding: 0;
	height: 100%;
	font-size: 12px;
}

#page_barre {
	position: absolute;
	background: url(images/barre_entete_bkg.gif) repeat-x;
	margin: 0; padding: 0;
	top: 122px;
	left: 0px;
	width: 100%;
	height: 34px;
	
	/* border: solid 1px red; */
}

/* headers */
#main>h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #515151;
}

#rightbar h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #515151;
}

#sidebar h1 {
	margin: 0 0 0 39px; 
	padding: 10px 0 10px 0;
	color: #d83467;
	font-size: 16px;
	font-weight: bold;
}

/* separations */
.separation3{
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	height: 4px;
	background-color: #eeeeee;
	border-top: 1px solid #6b6b6b;
}

.separation5{
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
	height: 3px;
	background-color: #eeeeee;
	border-top: 1px solid #aaaaaa;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto; padding: 0;
	width: 1000px;  	
	text-align: left;		
}

#content-wrap {
	clear: both;
	margin: 0; padding:0;
	width: 1000px;
}

/* header */
#header {
	position: relative;
	float: left;
	display: inline;
	margin: 0; padding: 0;
	width: 1000px;
	height: 156px;
	text-align: left;
}

#header h1#logo {
	position: absolute;
	float: left;
	display: inline;
	margin: 0; padding: 0;
	width: 257px;
	height: 156px;
	/* change the values of top and Left to adjust the position of the logo*/
	/*top: 0; 
	left: 5px;*/
	background: url(images/cadre_logo_koahoo.gif) no-repeat;
	z-index: 20;
}

#header h1#accroche {
	position: absolute;
	margin: 0;
	top: 10px;
	right: 0;
	font-size: 28px;
	font-weight: normal;
	color: #5b5b5b;
	z-index: 20;
}

#header p {
	position: absolute;
	margin: 0;
	font-size: 12px;
	color: #d83467;
	top: 43px;
	right: 0;
	z-index: 20;
}


/* main column */
#main {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 15px;
	width: 550px;
	height: auto;
	overflow: visible;
	text-align: left;
}

.item_img{
	float: left;
	background: url(images/coche_on.gif) no-repeat;
	margin: 2px 0 3px 0;
	width: 30px;
	height: 30px;
}

.item_txt{
	float: left;
	background: url(images/tranche_item.jpg) repeat-x;
	margin: 3px 0 4px 0; 
	padding: 0;
	line-height: 30px;
	height: auto;
	font-size: 13px ;
	font-weight: bold;
}

/* dossier titre img+texte */
.dossier_titre {
	float: left;
	margin: 10px 20px 5px 0;
	width: 250px;
	text-align: left;
}

.dossier_titre h2 {
	margin: 10px 0 0 0;
}

.dossier_titre h2 a {
	margin: 10px 0 0 0;
	width: 250px;
	color: #d83467;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.dossier_titre h2 a:hover {
	text-decoration: none;
}
.dossier_titre .dossier_contenu{
	margin-top: 10px;
	font-size: 12px;
	text-align: justify
}

.dossier_titre .image_article {
	float: left;
	margin: 7px 10px 5px 0;
}

/* sidebar */
#sidebar {
	float: left;
	display: inline;	
	margin: 0;
	padding: 0;
	width: 257px;
}
#sidebar .sidehaut {
	margin: 0; padding: 0;
	width: 257px;
	height: 55px;
	background: url(images/colonne_haut.gif) no-repeat;
	z-index: 20;
}

#sidebar .sidebas {
	margin: 0; padding: 0;
	width: 257px;
	height: 138px;
	background: url(images/colonne_bas.gif) no-repeat;
	z-index: 20;
}

#sidebar .sidemenu {
	margin: 0; padding: 0;
	background: url(images/colonne_bkg.gif) repeat;
	list-style-type: none;
}

#sidebar ul.sidemenu li {
	background: transparent url(images/colonne_separateur.gif) repeat-x scroll center bottom;
	padding: 3px 15px 4px 15px;
}

#sidebar ul.sidemenu a {
	background: url(images/puce_item_off.gif) no-repeat;
	padding-left: 24px;
	font-size: 11pt;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

#sidebar ul.sidemenu a:hover {
	background: url(images/puce_item_on.gif) no-repeat;
	color: #d83467;
}

/* rightbar */
#rightbar {
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 0 0 15px;
	width: 160px;
}

/* footers */
#footers {
	clear: both;
	text-align: center;	
	width: 100%;
}

/* footer liens */
#footer_bg {
	background: url(images/footer_tranche.gif) repeat-x center center;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 147px;
}
#footer {
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 147px;
}

#footer h1 {
	float: left;
	display: inline;
	background: url(images/footer_logo.gif) no-repeat;
	margin: 0 0 0 10px;
	padding: 0;
	width: 80px;
	height: 147px;
	vertical-align: top;
}

#footer ul {
	float: left;
	display: inline;
	background: url(images/footer_vert_separ.gif) 200px repeat-y;
	margin: 20px 0 0 0; 
	padding: 0 0 0 10px;
	width: 210px; 
	height: 100px;
}

#footer li {
	padding: 0 0 0 5px;
	font: 16px/22px Arial, Verdana, Helvetica, sans-serif;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	text-align: left;
}

#footer li.rose {
	color: #d4275d;
}

#footer li.vert {
	color: #4ec70c;
}

#footer ul li a{
	padding: 0 0 0 2px;
	font: 12px/20px Arial, Verdana, Helvetica, sans-serif bold; 
	font-weight: 600;
	color: #282828; 
	text-decoration: none;
	display: list-item;
	list-style: circle inside;
	text-transform: none;
}
#footer ul li a:hover{
	color: #d4275d;
	text-decoration: underline;
}

/* prefooter vignettes */
#prefooter_bg {
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/prefooter_tranche.gif) repeat-x;
	width: 100%;
	height: 260px;
	z-index: 50;
}
#prefooter {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 1000px;
	height: 260px;
	z-index: 50;
}

#prefooter h1{
	margin: 0 0 0 20px;
	background: url(images/vos_diagnostics_koahoo.gif) no-repeat;
	top: 0;
	left: 0;
	width: 540px;
	height: 37px;
	vertical-align: top;
}

#prefooter ul {
	width: 300px; 
	margin: 23px 0 0 30px; 
	padding: 0 0 0 0;
	float: left;
	display: inline;
	height: auto;
}

#prefooter li {
	padding: 0 0 0 5px;
	font: 16px/22px Arial, Verdana, Helvetica, sans-serif ;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	border-top: solid 1px #9e9e9e;
	text-align: left;
}

#prefooter li.rose {
	color: #d4275d;
}

#prefooter li.vert {
	color: #4ec70c;
}

#prefooter ul li a{
	padding: 10px 25px 0 115px;
	font: 12px Arial, Verdana, Helvetica, sans-serif bold; 
	font-weight: 600;
	color: #282828; 
	text-decoration: none;
	text-transform: none;
	height: 47px;
	display: block;
}

#prefooter ul li a.imglogo{
	background: url(images/vignette_logo_koahoo.gif) no-repeat left center;
}

#prefooter ul li a.imgbrand{
	background: url(images/vignette_brand_koahoo.gif) no-repeat left center;
}

#prefooter ul li a.imgbrandrev{
	background: url(images/vignette_brand_rev_koahoo.gif) no-repeat left center;
}

#prefooter ul li a.imgindex{
	background: url(images/vignette_index_koahoo.gif) no-repeat left center;
}

#prefooter ul li a.imgfooters{
	background: url(images/vignette_footers_koahoo.gif) no-repeat left center;
}

#prefooter ul li a.imgonglet{
	background: url(images/vignette_onglet_koahoo.gif) no-repeat left center;
}

#prefooter ul li a:hover{
	color: #d4275d;
	text-decoration: underline;
}

/* menu */
#menu {
	clear: both;
	position: absolute;
	float: left;
	display: block;
	margin: 82px 0 0 270px; 
	padding: 0 0 0 0;	
	width: auto;
	z-index: 30;
	height: 74px;
}
#menu ul {	
	position: relative; 
	float: left;
	display: block;
	margin: 0; 
	padding: 0 0 0 0;
	list-style: none;
	width: auto;
	height: 74px;
	bottom: 11px;
	z-index: 40;
}

#menu ul li{
	float: left;
	display: inline;	
	width: 169px;
	height: 57px;
	margin-left: 5px;
}
#menu ul li a {	
	position: relative; 
	float: left;
	padding: 25px 10px 0 15px;
	width: 144px;
	height: 49px;
	font-family: Verdana, Arial, Myriad Pro;
	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	color: #5b5b5b; 
}
#menu ul li a.color {
	background: url(images/onglet_color_off.gif) bottom no-repeat;
}

#menu ul li a.gris {
	background: url(images/onglet_gris_off.gif) bottom no-repeat;
}
#menu ul li a:hover {
	width: 144px;
	height: 66px;
	padding: 8px 10px 0 15px;
}
#menu ul li a.color:hover {
	background: url(images/onglet_color_on.gif);
}
#menu ul li a.gris:hover {
	background: url(images/onglet_gris_on.gif);
}


/* legislation */
.diagnostic-fiche h1 {
	color: #d83467;
	font-weight: bold;
	margin: 0 0 7px 0;
	width: 100%;
	font-size: 18px;
}

.diagnostic-fiche .infos {
	color: #aaaaaa;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 1px;
}


/* navigation */
.lien-nav-top-x {
	color: #d83467;
	margin-right: 10px;
	float: left;
	text-decoration: none;
}

.lien-nav-top-x:hover {
	color: #6b6b6b;
	/*margin-right: 10px;
	float: left;
	text-decoration: none;*/
}



/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
/*.gris { color: #282828; }*/

/* images */
img {
	border: none;
}
a img {  
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 15px 5px 0px;
}

/* spacer */
.spacer {
	clear: both;
	margin: 0; padding: 0;
	height: 0px;
}	



/* headers */
/*h1, h2, h3 {
	font: bold 1em Arial, Myriad Pro, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

p, h1, h2, h3 {
	margin: 10px 15px;
}
*/

/*
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #EC981F;	
}

ul span, ol span {
	color: #666666;
}
*/

/*
* html body #sidebar ul.sidemenu li { 
	height: 1%; 
}
*/

/* links */
/*
a {
	background: inherit;
	color: #EC981F; 
}
a:hover {
	background: inherit;
	color: #806B4D;
}
*/

/*
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
*/

.colonne {
	float:left;
}