
/*  <style type="text/css">
/* 
	###############################
	#    B O I T E   B L E U E    #
	#    FEUILLE DE STYLES CSS    #
	#    (c) 2008  -  PORTASYS    #
	###############################
*/


/* 
	###############################
	#    HEADER                   #
	###############################
*/


@import url('/EXT/CSS/TOPMENU_CSS.asp');
@import url('/EXT/CSS/LEFTMENU_CSS.asp');
@import url('/EXT/CSS/MAIN_CSS.asp');
@import url('/EXT/CSS/FOOTERMENU_CSS.asp');



html, body {
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: url(/EXT/IMG/BG/degrade.orange.jpg);
	background-position: top left; 
	background-repeat: repeat-x;
	background-color: #dd9000;
	background-attachment: fixed;

	/* height:100%; /* needed for container min-height */
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#BGMap {
	width: 100%; 
	height: 100%;
	position: fixed;  
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(/EXT/IMG/BG/map.orange.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#BGLogo {
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#BGFlashContent {
	width: 100%; 
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	/* background-color: #fef9fc; */ 
	text-align: center;
}
#SiteAllContent {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5; 
	position: absolute;
}

#CalendarSlider {
	width: 100%; 
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	/* background-color: #fef9fc; */ 
	text-align: center;
}




/* 
	###############################
	#    S. CONTAINER + MODULE    #
	###############################
*/

.sContainer {
	width: 960px;
	margin: 0;
	/* margin-left: auto;   /* - center */
	/* margin-right: auto;  /* - center */
	padding: 0; 
}



.MasterPanel {
	width: 960px;
	margin: 0;
	padding: 0;
}






/* 
	###############################
	#   HOME ZONE ...             #
	###############################
*/


.ProductPres {
	margin: 100px 0 0 0;
}
.ProductPres h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
}
.ProductPres p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}
.ProductPres a {
	color: #ffffff;
}


/* 
	###############################
	#   ALL ZONE ...              #
	###############################
*/




h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 30px;  
	font-weight: normal;
	color: 000000;
	line-height: 38px;
	text-align: left;
	margin: 0 0 8px 0;
	padding: 0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #330000;
	text-decoration: none;
	border-bottom: #330000 solid 1px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 000000;
	line-height: 16px;
	text-align: left;
	margin: -5px 0 6px 0;
	padding: 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: 000000;
	line-height: 18px;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
}

a {
	color: #000033;
	text-decoration: underline;
}
a:hover {
	color: #330000;
	text-decoration: underline;
}




.MenuLifeP {
	width: 228px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-color: #dd9000; /* #d9e7f2; */
	padding: 1px 3px;
	border: #dd9000 solid 1px; 
	/* border: #000000 solid 1px; */ 
}




