html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:10px;
	text-align:center;
	background-color: #333333;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, Sans serif;
	background-position: center top;
}

#advisa_stripe {
	width: 100%;
	height: 100%;
	background-image: url(bg_bandes.png);
	background-position: center top;
}
#noflash {

}

/*======== Bg Dyn ======*/
.body_vert {
  background-color:#98BA2A;
}
.body_jaune {
  background-color:#F3BC1C;
}
.body_rose {
  background-color:#D11958;
}
.body_bleu {
  background-color:#3494BE;
}
.body_brun {
  background-color:#6B634F;
}
.body_beton {
  background-image: url(back_beton.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-color:#CCCCCC;
}
.body_nuit {
  background-image: url(back_nuit.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color:#235F77;
}
.body_ocean {
  background-image: url(back_ocean.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color:#1c8ac7;
}
.body_arbre {
  background-image: url(back_arbre.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color:#1b4909;
}

/*======== END Bg Dyn ======*/

/*======== Links mini Sites ======*/
#advisa-rebirth {
  background-color:#000000;
  text-align: center;
  color:#333333;
  height:20px;
  padding-top: 4px;
}
#advisa-rebirth a {
  color:#999999;
  text-decoration: none;
}
#advisa-rebirth a:hover {
  color:#ffffff;
  text-decoration: underline;
}


/*================ Contact sur FLa ===============*/
#conteneur_contact_fla {
	width: 100%;
	position: absolute;
	display: none;
}
#contact_fla {
	position: absolute;
	width: 710px;
	padding: 0 0 0 230px;
	text-align: left;
	left: 50%;
	margin: 157px 0 0 -470px;
}
	#contact_fla form {
		padding: 0;
		margin: 0;
	}
	#contact_fla h1, #contact_fla label  {
		display: none;
		visibility: hidden;
		text-indent: -5000px;
	}
	#contact_fla p {
		margin: 0;
		padding: 0 0 25px 0;
	}
		#contact_fla .inputform, #contact_fla .areaform {
			font-family: Verdana, Arial, Helvetica, Sans serif;
			background: transparent;
			background: none;
			border: 0;
			border: none;
			font-size: 11px;
			color: #fff;
			font-weight: bold;
		}
	
		#contact_fla  .size-1 {
			width: 195px;
		}
		#contact_fla  .size-2 {
			width: 165px;
		}
		#contact_fla  .size-3 {
			width: 225px;
		}
		#contact_fla  .size-4 {
			width: 215px;
		}
		#contact_fla  .size-5 {
			width: 510px;
		}
		
		#contact_fla  .marge-left-1 {
			margin-left: 45px;
		}
		#contact_fla  .marge-left-2 {
			margin-left: 57px;
		}
		#contact_fla  .marge-left-3 {
			margin-left: 130px;
		}
		
		#contact_fla  .marge-entre-1 {
			margin-left: 124px;
		}
		#contact_fla  .marge-entre-2{
			margin-left: 154px;
		}
		#contact_fla  .marge-entre-3{
			margin-left: 103px;
		}
		
		#contact_fla .areaform {
			width: 510px;
			height: 105px;
			margin-left: 155px;
			margin-top: 5px;
			overflow: auto;
		}
		
		#contact_fla table {
			border-collapse: collapse;
			border: 0;
			width: 450px;
			margin: 0 0 0 215px;
		}
			#contact_fla table td {
				border: 0;
				padding: 0;
				font-size: 11px;
			}
			#contact_fla img {
				border: 0;
				padding: 0;
				margin: 0;
			}
		
.contact_error {
	position: absolute;
	width: 330px;
	padding: 10px 0 0 320px;
	text-align: left;
	left: 50%;
	margin-left: -470px;
}

.hide {
	display: none;
	visibility: hidden;
	text-indent: -5000px;
}

/* Temporisation Chargement */
#divLoadCont{
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; left:0; 
	background-color:#333;
	layer-background-color:#333;
	z-index:100;
}