body {
	margin:0;
	background-color:#FFFFFF;
	background-image: url("../img/body_background.gif");
	background-repeat:repeat-x;
	font-family:Verdana;
}

a {
	color:#006699;
}

a:hover {
	color:#66CCFF;
}

table {
	font-size:11px;
}

td ul {
	margin:5px;
	padding:0;
	list-style-type:circle;
}

td.label {
	font-weight:bold;
	background-color:#DDEEFF;
	color:#006699;
}

#container {
	width:764px;
	background-repeat:no-repeat;
	background-position:left 150px;
}

#header {
	height:150px;
	background-image: url("../img/header_background.gif");
	background-repeat:no-repeat;
}

#header.homepage {
	background-image: url("../img/header_homepage_background.gif");
}

#header.homepage2 {
	background-image: url("../img/homepage-header.jpg");
}

#language {
	position:absolute;
	left:0;
	top:25px;
	width:764px;
	text-align:right;
}

#language img {
	vertical-align:middle;
}

#mainmenu {
	position:absolute;
	left:0;
	top:61px;
	font-size:10px;
	font-weight:bold;
	width:750px;
	text-align:right;
	color:#66CCFF;
}

#mainmenu a {
	color:#006699;
	text-decoration:none;
}

#mainmenu a:hover {
	color:#66CCFF;
}

#mainmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainmenu ul li {
	display:inline;
	padding:0 6px 0 8px;

}

#mainmenu ul li.mainmenu_separator {
	background-image:  url("../img/tmenu_separator.gif");
	background-repeat:no-repeat;
	background-position: left center;
}

#submenu {
	position:absolute;
	left:0;
	top:90px;
	color:#66CCFF;
	font-size:10px;
	font-weight:bold;
	margin-left:300px;
	width:450px;
}

#submenu.piscine {
	top:90px;
	margin-left:300px;
	width:600px;
}

#submenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#submenu ul li {
	float:left;

	text-align:center;
	padding:0 5px 0 5px;
}

#submenu a {
	text-decoration:none;
	color:#FFFFCC;
}

#submenu a.selected {
	text-decoration:none;
	color:#66ccff;
}

#submenu a:hover {
	color:#66CCFF;
}


#navigation_path {
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	padding-left:10px;
	margin-bottom:20px;
}

#content {
	padding:0 10px 0 10px;
	background-repeat:no-repeat;
	background-position:top left;
}

#content p {
	font-size:11px;
	text-align:justify;
}


#content.homepage {
	height:287px;
	background-image: url("../img/content_homepage_background.gif");
}

#content.homepage2 {
	height:287px;
	background-image: url("../img/homepage-content.jpg");
}

#content.structures {
	background-position:left 50px;
}

#content ul li {
	font-size:11px;
	margin:10px;
}

#content ul li.download {
	list-style-image: url("../img/download.gif");
}

h1 {
	color:#006699;
	font-size:16px;
}

h2 {
	color:#66CCFF;
	font-size:14px;
	margin-top:30px;
}

h3 {
	font-size:12px;
}

#footer1 {
	background-repeat:no-repeat;
	height:45px;
	background-image: url("../img/footer_background.gif");
}

#footer1.homepage {
	background-image: url("../img/footer_homepage_background.gif");
}

#footer1.homepage2 {
	background-image: url("../img/homepage-footer.jpg");
}

#footer2 {
	font-size:10px;
	margin: 10px 0 10px 0;
}

#footer3 {
	font-size:9px;
	padding:2px 0 0 2px;
	margin:0 0 20px 0;
}

.gray_text {
	color:#999999;
}

.small_text {
	font-size:9px;
}

a.small_text {
	text-decoration:none;
}

.small_blue {
	font-size:9px;
	color:#006699;
}
a.small_blue {
	font-size:9px;
	color:#006699;
	text-decoration:none
}
a:hover.small_blue {
	color:#66CCFF;
}

.likeh1 {
	font-size:16px;
	font-weight:bold;
}

a.likeh1 {
	text-decoration:none;
}

.liens-struct {
	font-size:12px;
	color:#006699;
}

a.liens-struct {
	text-decoration:none;
}

.txt_rouge {
	color:#CC0000;
}

#vente {
	position:absolute;
	width:720px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

.grasbleu {
	font-size:12px;
	font-weight: bold;
	color: #006699;
}


.interloc_hide {
	margin-top:10px;
	display:none;
}

#popup_header {
	height:150px;
	background-image: url("../img/popup_header.gif");
	background-repeat:no-repeat;
}

#popup_footer {
	height:45px;
	background-image: url("../img/popup_footer.gif");
	background-repeat:no-repeat;
}

/*------- Formulaire -----------*/

select, textarea, input  {
	font-size:11px;
	font-family:Arial;
}

.erreur {
	color:#FF0000;
	font-size:9px;
	font-weight:bold;
}