

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fffff0;
	/*background: url("images/patern.png");*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}
.oneCol #container {
	width:1000px;  /* this width will create a container */
	background-color:#fffff0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneCol #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fffff0;
}
p { 
	padding-top:0px;
	margin:0px;
}
div p { 
	padding-top:0px;
	margin:0px;
	width:inherit;
}
a {
	text-decoration:none;
	color: #000000;
}
a:link{ 
color: #000000; 
} 
a:visited { 
color: #000000; 
} 
a:hover { 
color: #ff0000; 
text-decoration: none; 
}
table {
	-moz-box-shadow: 2px 2px 5px 2px #666666;
	-webkit-box-shadow: 2px 2px 5px 2px #666666;
	-o-box-shadow: 2px 2px 5px 2px #666666;
	box-shadow: 2px 2px 5px 2px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; 
    }
   /* Define the default color for all the table rows */
	.hoverTable{
		background: #ffffff;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable:hover {
    	cursor:pointer;
        color:#ffffff;
        background-color: rgba(255,255,255 ,0.7);		
    }
table form iframe td input textarea select {
	background: #FFFFFF;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
input {
	border-color:#00A3B9;
	border-style:solid;
	border-width:1px;
	color:#000000;
    background-color:#ffffff;
	}

textarea {
	border-color:#00A3B9;
	border-style:solid;
	border-width:1px;
	color:#000000;
	}
select {
	width:200px;
    height: 20px;
	border-color:#00A3B9;
	border-style:solid;
	border-width:1px;
	color:#000000;
    background-color:#ffffff;
	}	
hr {
	border-color:#00A3B9;
	border-style:solid;
	border-bottom-width:1px
	}
.menu {
	text-align:center;
	width:100%;
    color:#cccccc;
    line-height: 30px;
    font-size:14px;
}
.menu a {
	color: #ffffff;
	text-decoration:none;
	line-height: 30px;
	font-family: Verdana;
	font-weight:normal;
	font-size:14px;
}
.menu a:hover {
	text-decoration:underline;
}
.smalltext {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: auto;
    color: #00A3B9;
}
.parkhead {
	text-align:center;
    text-decoration:none;
	position:relative;
	background-color: #ffffff;
	color: #000000;
	width: 300px;
	height:auto;
	left: 160px;
	z-index: 100;
	margin: 0px;
	padding: 10px;
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: auto;
	-moz-box-shadow: 2px 2px 5px 0px #666666;
	-webkit-box-shadow: 2px 2px 5px 0px #666666;
	-o-box-shadow: 2px 2px 5px 0px #666666;
	box-shadow: 2px 2px 5px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.blueproprio2box {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #00A3B9;
	color: #ffffff;
	width: 200px;
	height:auto;
	left: 210px;
	z-index: 100;
	margin: 0px;
	padding: 20px;/* =marge interieur*/
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #438793;
	-webkit-box-shadow: 2px 2px 5px 0px #438793;
	-o-box-shadow: 2px 2px 5px 0px #438793;
	box-shadow: 2px 2px 5px 0px #438793;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);

}
.blueimmobox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #666666;
	color: #ffffff;
	width: 200px;
	height:auto;
	left: 210px;
	z-index: 100;
	margin: 0px;
	padding: 20px;/* =marge interieur*/
	border-style: solid;
	border-color: #666666;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #666666;
	-webkit-box-shadow: 2px 2px 5px 0px #666666;
	-o-box-shadow: 2px 2px 5px 0px #666666;
	box-shadow: 2px 2px 5px 0px #666666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);

}
.blueimmobox:hover {
	color: #666666;
	background-color: #ffffff;
}
.blueimmobox a {
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 36px;
	line-height: 42px;
}
.blueimmobox a:hover {
	color: #666666;
	text-decoration:none;
	background:none;
}
.bluepropriobox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #00A3B9;
	color: #ffffff;
	width: 200px;
	height:auto;
	left: 210px;
	z-index: 100;
	margin: 0px;
	padding: 20px;/* =marge interieur*/
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);

}
.bluepropriobox:hover {
	color: #00A3B9;
	background-color: #ffffff;
}
.bluepropriobox a {
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 36px;
	line-height: 42px;
}
.bluepropriobox a:hover {
	color: #00A3B9;
	text-decoration:none;
	background:none;
}
.bluebien2box {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #00A3B9;
	color: #ffffff;
	width: 150px;
	height:auto;
	left: 310px;
	z-index: 100;
	margin: 0px;
	padding: 5px;/* =marge interieur*/
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.bluebienbox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #00A3B9;
	color: #ffffff;
	width: 150px;
	height:auto;
	left: 310px;
	z-index: 100;
	margin: 0px;
	padding: 5px;/* =marge interieur*/
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);

}
.bluebienbox:hover {
	color: #00A3B9;
	background-color: #ffffff;
}
.bluebienbox a {
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 36px;
	line-height: 42px;
}
.bluebienbox a:hover {
	color: #00A3B9;
	text-decoration:none;
	background:none;
}
.bluelocatairebox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #009900;
	color: #ffffff;
	width: 250px;
	height:auto;
	left: 360px;
	z-index: 100;
	margin: 0px;
	padding: 5px;/* =marge interieur*/
	border-style: solid;
	border-color: #009900;
	border-width:thick;
	font-family: Verdana;
	font-size: 18px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.bluelocatairebox:hover {
	color: #00A3B9;
	background-color: #ffffff;
}
.bluelocatairebox a {
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 18px;
	line-height: 24px;
}
.bluelocatairebox a:hover {
	color: #00A3B9;
	text-decoration:none;
	background:none;
}
.blueEDLbox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #999900;
	color: #ffffff;
	width: 250px;
	height:auto;
	left: 410px;
	z-index: 100;
	margin: 0px;
	padding: 5px;/* =marge interieur*/
	border-style: solid;
	border-color: #999900;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}
.blueEDLbox:hover {
	color: #00A3B9;
	background-color: #ffffff;
}
.blueEDLbox a {
	text-decoration:none;
	color: #ffffff;
	font-family: Verdana;
	font-size: 36px;
	line-height: 42px;
}
.blueEDLbox a:hover {
	color: #00A3B9;
	text-decoration:none;
	background:none;
}
.blueITEMbox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color:#FFCC99;
	color:#FF6600;
	width: 250px;
	height:auto;
	left: 410px;
	z-index: 100;
	margin: 0px;
	padding: 2px;/* =marge interieur*/
	border-style: solid;
	border-color: #FF6600;
	border-width:thin ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
}
.blueITEMbox:hover {
	color: #00A3B9;
	background-color: #ffffff;
}
.blueITEMbox a {
	text-decoration:none;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
}
.blueITEMbox a:hover {
	color: #00A3B9;
	text-decoration:none;
	background:none;
}
.blueboxsubtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: auto; /* necessaire pour chrome */
	width:inherit;
}
.blueboxsubtext a {
	color: #00A3B9;
	text-decoration:none;
}
.blueboxsubtext a:hover {
	color: #00A3B9;
	text-decoration:none;
}
.blueboxsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px; /* necessaire pour chrome */
	width:inherit;
}
.blueaboutbox {
	position:relative;
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	text-decoration:none;
	background-color: #ffffff;
	color: #00A3B9;
	width: 400px;
	height:auto;
	left: 235px;
	z-index: 100;
	margin: 0px;
	padding: 15px;/* =marge interieur*/
	padding-bottom:0px;
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);

}
.blueboxaboutsubtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px; /* necessaire pour chrome */
	width:inherit;
}

.bluemanagementbox {
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	position:relative;
	text-decoration:none;
	background-color: #ffffff;
	color: #00A3B9;
	width: 300px;
	height:auto;
	left: 210px;
	z-index: 100;
	margin: 0px;
	padding: 15px;/* =marge interieur*/
	padding-bottom:0px;
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 14px;
	line-height: auto;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.bigblueaboutbox {
	position:relative;
	text-align:left;/*  necessaire pour bug de IE9 qui defaults vers center*/
	text-decoration:none;
	background-color: #ffffff;
	color: #00A3B9;
	width: 600px;
	height:auto;
	left: 235px;
	z-index: 100;
	margin: 0px;
	padding: 15px;/* =marge interieur*/
	padding-bottom:0px;
	border-style: solid;
	border-color: #00A3B9;
	border-width:thick;
	font-family: Verdana;
	font-size: 20px;
	line-height: auto;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 5px 0px #00A3B9;
	-webkit-box-shadow: 2px 2px 5px 0px #00A3B9;
	-o-box-shadow: 2px 2px 5px 0px #00A3B9;
	box-shadow: 2px 2px 5px 0px #00A3B9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#438793, Direction=134, Strength=5);

}