/***************************************************/
/* MISE EN FORME GENERALE DE L'ESPACE PUBLIC       */
/***************************************************/

* {
	border: 0;
	padding: 0;
	margin: 0;
	float: none !important;
}




#site {
	position: static;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: inherit; /*supprime la barre de scroll horizontal au bas de l'écran*/
	height: auto;
	page-break-inside: auto;
	float: none !important;
	text-align: justify;
}

#searchBox{
	display: none;
}

#searchLink{
	display: none;
}


#login{
	display: none;
}

#menu{	
	display: none;
}

#bandeauSousMenu{
	display: none;
	
}

#contenu {
	position: static;
	z-index: 1;
	top: 0px;
	height: 320px;
	margin-top: 50px;
	width: 980px;
	min-height: 320px !important; /* taille minimal pour les moteur gecko et IE7 */
	height: 320px; /* taille max pour IE6 */
	height: auto !important; /* on remet à la normal pour gecko et IE7 */
	float: none !important;
}

#contenuAvecFondPage {
	position: static !important;
	background: none;
	z-index: 1;
	top: 0px;
	margin-left: 15px;
	margin-top: 30px;	
	float: none !important;
	text-align: justify;
}

#contenuIllimiteAvecFondPage {
	background: white;
	position: static;
	z-index: 1;
	top: 0px;
	margin-top: 50px;
	width: 980px;	
	min-height:320px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:320px; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
	float: none !important;
}

#piedDePage{
	display: none;
}


/***************************************************/
/* BOITES DE CONTENUS (DIV)                        */
/***************************************************/

/* ----------------------- */
/* Boite 'Illustration'    */
/* ----------------------- */
.boiteIllustration {
	display: none;
}


/* ----------------------- */
/* Boite de 635px de large */
/* ----------------------- */
.boite635 {
	position: static;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-bottom: 10px;
	background: none;
	font-size: 80%;
	margin:0;
	visibility: visible;
	float: none !important;
  
}

.boite635 h2 {
	font-size: 14px;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 7px;
	text-align: left;
	color: #666666;
	padding: 4px 0px 10px 0px; /*haut droite bas gauche */
	background: none;
	background-position: center top;
}

.boite635 p {
	font-size: 13px;
	color: #666666;
	padding: 0px 20px 0px 20px; /*haut droite bas gauche */
	margin:0;
	vertical-align: middle;
	text-align: justify;
}

/* ----------------------- */
/* SCROLLBOX               */
/* ----------------------- */
.scrollbox275{
	position: static;
	width: 100%;
	overflow: inherit;
	text-align: justify;
}

.tableauDashed{
	page-break-inside: avoid;
}

TABLE{
	width: 95%;
}



/***************************************************/
/* FLASHS INFOS (flashInfos.jsp)                   */
/***************************************************/

#cadreInfo .dateInfo{
	text-align: right;
}

#cadreInfo .lienPdf{
	display: none;
}


