/******************************************************************************/
/*                                    Print                             */
/******************************************************************************/

/******************************************************************************/
/*                                     Général                                */
/******************************************************************************/

body{
	color:#000000;
	background-color: #ffffff;
}

#page {
	background-image: none;
}

#conteneur {
 	 width: 992px;
}


/******************************************************************************/
/*                                     Haut                                   */
/******************************************************************************/

#haut {
 	 width : 992px;
 	 height:166px;
}

/*----------------------------------------------------------------------------*/
/*                                   HAUT HAUT                                */
/*----------------------------------------------------------------------------*/

.haut_haut{
	display :none;
}


/*----------------------------------------------------------------------------*/
/*                                    HAUT BAS                                */
/*----------------------------------------------------------------------------*/

.haut_bas{
	 float: left;
  	 width: 992px;
 	 height: 135px;
 	 background-image: url("../images/interface/ombre.png");
 	 background-position: top right;
 	 background-repeat: no-repeat;
}

.haut_bas_gauche{
	display: none;
}


/*----------------------------------------------------------------------------*/
/*                             MENU HAUT GAUCHE PICTO                         */
/*----------------------------------------------------------------------------*/


.haut_bas_droite{
  position: relative;
  top:0px;
  left:0px;
float: left;
  width : 650px;
  z-index: 2;
}

.haut_bas_droite_image{
  position: absolute;
  top:0px;
  left:0px;
  float: left;
  width : 650px;
  z-index: 2;
}

.haut_bas_droite_image_texte{
  position: absolute;
  top: 15px;
  left: 35px;
color: #FFFFFF;
  background-color: inherit;
  z-index: 3;
}


/******************************************************************************/
/*                                    Milieu                                  */
/******************************************************************************/

#milieu {
	position:relative;
	top:166px;
	left:0px;
	bottom:0px;
	float: left;
	width: 980px;
	height:auto;
	min-height:100%;
	color:#000000;
  	background-color: #FFFFFF;
	z-index:2;
}

* html #milieu {
	height:83%;
}


* html #milieu_droite{
 	 position:relative;
 	 top:0px;
 	 left:0px;
 	 float: none;
 	 width: 650px;
 	 margin-left:0px;
 	 z-index:2;
}

*+html #milieu {
	/*height:100%;*/
}

/*----------------------------------------------------------------------------*/
/*                                 MILIEU GAUCHE                              */
/*----------------------------------------------------------------------------*/

#milieu_gauche{
	display: none;
}


/*----------------------------------------------------------------------------*/
/*                                 MILIEU DROITE                              */
/*----------------------------------------------------------------------------*/

#milieu_droite{
	float: left;
  width: 650px;
  margin-left:0px;
}



/*----------------------------------------------------------------------------*/
/*                                BLOCK CONTENU                               */
/*----------------------------------------------------------------------------*/

.milieu_droite_contenu_haut{
	float:none;
}


.milieu_droite_contenu_bloc{
	float:none;
	width:620px;
}

#menu_outils {
	float:left;
	width:620px;
}


/*----------------------------------------------------------------------------*/
/*                             BLOCK CONTENU DROITE                           */
/*----------------------------------------------------------------------------*/

.milieu_droite_contenu_bloc_droite{
	float:left;
	width:200px;
}

.bloc_droite{
	float:left;
	width:200px;
	border-bottom:1px dotted #DDDDDD;
	margin-bottom:10px;
}

/*----------------------------------------------------------------------------*/
/*                                 PIED DE PAGE                               */
/*----------------------------------------------------------------------------*/

.milieu_droite_contenu_pied_page{
	display: none;
}






