@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,p,div,ul,dl,dt,dd,img{margin:0;padding:0;border:0}
html {
	background-image:url(../images/bg_blue.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	padding-top: 0em;
	padding-bottom:1em;
}

body  {
	
	margin: 0 auto; 
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	width:900px;

}

#header {
	height: 226px;
	background-image:url(../images/header_fdli.png);
	background-repeat:no-repeat;}
#content {
	background: url(../images/bg_content.png) repeat-y ;
	padding:20px 20px 50px 20px
	
	}

#top {
	background: url(../images/top.png) no-repeat ;
	
	}	
	
#bottom {
	background: url(../images/bottom.png) no-repeat ;
	height:50px
	
	
	}		
	
#footer {
	color:#fff;
	font-size:9px;
	padding:5px 0 0 20px}	

#footer a{
	color: #fff;
	text-decoration:none
}		
	
#footer a:hover{
	color: #000;
}	

#footer .lienfooter{
	color:#a39c99;
	font-size:9px;
	padding:5px 0 0 20px}	

#footer .lienfooter a{
	color: #a39c99;
	text-decoration:none
}		
	
#footer .lienfooter a:hover{
	color: #000;
}


	
#content p{
	padding: 0px;}

h1 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00cbde;
	padding: 5px 0 15px 0;
	text-transform:uppercase;
	letter-spacing:1px}

h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d6121c;
	padding: 5px 0 5px 0;
	text-transform:uppercase;
	letter-spacing:1px}

h3 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0 0 10px 0;
}

.entete_bleu{
	color:#00cbde;
	font-size:18px;
	font-weight:bold;}

.entete_gris{
	color:#707070;
	font-size:12px;
	font-weight:bold;}

.entete_gris a{
	color:#707070;
	font-size:12px;
	font-weight:bold;
	padding: 0 5px}

a {
	color:#00cbde;
	text-decoration:none;
	font-weight:bold;
	}
	
	
a:hover {
	color:#707070;
	text-decoration:none
	}

p.menu_right {
	color:#a39c99;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 15px 0 15px 0}

hr.menu_right {
	border: none 0;
	border-top: 1px dashed #a39c99;/*the border*/
	width: 90%;
	height: 1px;
	text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/}

hr.menu_right2 {
	border: none 0;
	border-top: 1px dashed #a39c99;/*the border*/
	width: 97%;
	height: 1px;
	text-align: left;/*this will align it for IE*/
margin: 0 auto 30px 0; /*this will align it left for Mozilla*/}

p.menu_right2 {
	color:#a39c99;
	font-size:11px;
	margin: 10px 0 10px 0}
	
.menu_right2 a{
	color:#a39c99;
	font-weight:bold;
	font-size:11px;
	margin: 10px 0 10px 0}

/* ----------------- menu -------------------*/
              
#time4bed-nav{
	position: relative;
	height:43px;
	font-size:10px;
	text-transform:uppercase;
	background: url("../images/time4bed_bg.gif") repeat-x bottom left;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin-left:4px;
	width:889px;

}

#time4bed-nav img {
	border:none;}

#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 0px;}
#time4bed-nav ul li a{display:block;float:left;color:#000;text-decoration:none;padding:0 6px 0 0;height:43px;line-height:50px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 4px 0 0;height:31px;width:auto;}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#00bcd1;background: url("../images/time2bed_left-ON.png") no-repeat top left; padding-left:5px}
#time4bed-nav ul li a.current span{background: url("../images/time2bed_right-ON.png") no-repeat top right;height:43px;}




/* --- Typography --- */





/* --- Grid --- */

.grid {
  width: 873px;
  margin: 10px auto;
 
}



.grid-c1 {
  float: left;
  width: 240px;

}

.grid-m2 {
  float: left;
  width: 10px;
  height: 1px;

}

.grid-c2 {
  float: left;
  width: 340px;

}

.grid-m3 {
  float: left;
  width: 40px;
  height: 1px;

}

.grid-c3 {
  float: left;
  width: 240px;

}

