*,html,body{
margin:0;
padding:0;
}
body{
background:#ffffff;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12pt;
 color: #000000;
 }
 a{
 color:#551A8B;
 text-decoration:none;
 }
 a:hover{
 background:red;
 color:white;
 text-decoration:underline;
 }
 a:link{}
 a:visited{}
 a:active{}
 
 
 
 h1 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18pt;
  font-weight: normal;
  color: #990000;
  border-bottom: 0px dotted black;
  display:inline;
 }
 
 h2 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 16pt;
  font-weight: normal;
  color: #990000;
  border-bottom: 0px dotted black;
  display:inline;
 }
 
 h3 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18pt;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: 0px dotted black;
  display:inline;
 }
 
 h4 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 17pt;
  font-weight: normal;
  color: #990000;
  border-bottom: 0px dotted black;
  display:inline;
 }
 
p{
border-bottom: 0px solid #000000;
}

p2{
border-bottom: 0px solid #000000;
}

li {
list-style:none;
background:url(img/tide_small.jpg) no-repeat;
padding-left:20px;
margin: 0;
border:1px dotted black;

}
ul{

}
img {
border:0px solid black;
padding:0px;
}

div#conteneur{
width:800px;
border:0px solid red;
margin:auto;
margin-top:50px;
}

div#header{
width:622px;
height:309px;
padding:00px;
margin-left: 88px;
border:0px solid blue;
margin-bottom:2px;
}

div#menuhome{
/*width:755px;*/
height:105px;
padding:00px;
/*margin-left: 22px;*/
border:0px solid blue;
text-align:center;

}

div#properties{
width:377px;
height:120px;
padding:00px;
margin-left: 210px;
border:0px solid blue;
}

div#contactus{
width:250px;
height:77px;
padding:00px;
margin-left: 275px;
border:0px solid green;
}

div#animflash{
width:798px;
height:202px;
padding:00px;
margin-left: 0px;
border:0px solid green;
}

div.contenu{
width:798px;
padding:0px;
margin-left: 0px;
margin-top:30px;
margin-bottom:0px;
padding-bottom:20px;
border-bottom: 1px dotted black;

}

div#call{
width:240px;
height:55px;
padding:0px;
margin-left: 279px;
margin-top: 10px;
margin-bottom: 0px;
border: 0px solid orange;
}

div#call2{
width:240px;
height:55px;
padding:0px;
margin-left: 0px;
margin-top: 10px;
margin-bottom: 0px;
border: 0px solid orange;
}

div#telfax{
width:550px;
height:60px;
padding:0px;
margin-left: 123px;
margin-top: 0px;
border: 0px solid orange;
}

div#email{
width:360px;
height:60px;
padding:0px;
margin-left: 219px;
margin-top: 0px;
border: 0px solid orange;
}

div#ligne{
width:798px;
height:2px;
padding:0px;
margin-left: 0px;
margin-top: 0px;
border-bottom: 1px dotted black;
}

div#copy{
width:382px;
height:50px;
padding:0px;
margin-left: 208px;
margin-top: 0px;
border: 0px solid orange;
}



div#menubase{
width:700px;
padding:50px;
height:300px;
margin-left: 0px;
border:1px solid red;
display: inline;
}











.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}