html {
	overflow			: hidden;
	overflow-x			: hidden;
	overflow-y			: auto;	
}

body { 
	background-color 	: #FFFFFF; 
	margin 				: 0;
	padding 			: 0;	
	border				: none; 
	min-height			: 700px;
}

html, body { 
	width 				: 100%;
	height 				: 100%;	
}

#contenu_flash {
	width 				: 100%;
	height 				: 100%;
	border-collapse		: collapse;
	border-style		: none; 
	border-width		: 0px; 
	border-color		: #000000;
	border-spacing		: 0;
	background-color 	: #FFFFFF; 
}

#contenu_flash td {
	width 				: 100%;
	height 				: 100%;
	border-style		: none; 
	border-width		: 0px; 
	border-color		: #000000;
	padding				: 0;
}

#contenu_html {
	width 				: 100%;
	height 				: 100%;
	border-collapse		: collapse;
	border-style		: none; 
	border-width		: 0px; 
	border-color		: #000000;
	border-spacing		: 0px;
	background-color 	: #FFFFFF; 
}

#contenu_html td {
	border-style		: none; 
	border-width		: 0px; 
	border-color		: #000000;
}

#floatdiv {
	position			: absolute; 
	width				: 140px;
	left				: 0px;
	top					: 0px;   
    padding				: 0px;
	background			: #F16437;   
}

#meteo_iframe {
	position			: absolute; 
	left				: 0px;
	top					: 25px;   
	visibility 			: visible; 
	background-color 	: #F16437;	
	display				: block;
}

#cache_meteo {
	position			: absolute; 
	top 				: 129px; 
	visibility 			: visible;
}

#closer_meteo {
	position			: absolute;
	top 				: 0px;
	visibility 			: visible;
}

.legals {
   font-size : 10px;
   font-family : Arial, Helvetica, sans-serif;
   color : #ffffff;
   text-align : center;
   margin : 2px;
   padding : 0;
}

.content_title {
   font-size : 20px;
   font-family : Arial, Helvetica, sans-serif;
   color : #F16437;
   font-weight: bold;
   text-align : right;
   margin : 2px;
   padding : 10px;
}

.content_textes {
   font-size : 14px;
   font-family : Arial, Helvetica, sans-serif;
   color : #000000;
   font-weight: normal;
   text-align : justify;
   margin : 2px;
   padding : 10px;
}

.content_textes_bold {
   color : #F16437;
   font-weight: bold;
}

.content_textes_black_bold {
   color : #000000;
   font-weight: bold;
}

.content_textes_white {
   font-size : 14px;
   color : #FFFFFF;
   font-weight: bold;
}

.btn_cell {
   background-image: url("../images/html/fond_btn.jpg");	
   background-repeat : no-repeat; 
   background-position: 4px;
   text-align : center;
}

.btn_cell_large {
   background-image: url("../images/html/fond_btn_large.jpg");	
   background-repeat : no-repeat; 
   text-align : center;
}

.btn_cell_texte {
   text-decoration: none;
   font-size : 14px;
   color : #FFFFFF;
   font-weight: bold;
}

.btn_cell_texte_over {
   text-decoration: none;
   font-size : 14px;
   color : #000000;
   font-weight: bold;
}

.hidden {
  display: none;
}

.btn_menu_texte {
   text-decoration: none;
   font-size : 14px;
   color : #000000;
}

.btn_menu_texte_orange {
   text-decoration: none;
   font-size : 14px;
   color : #F16437;
   font-weight: bold;
}

.btn_cell_texte_over {
   background-color 	: #CCCCCC;	
   font-weight: normal;
}

.btn_cell_texte_over_bold {
   background-color 	: #CCCCCC;	
   font-weight: bold;
}
