html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/backscreen.gif);
	background-repeat: repeat-x;
	color: #333;
}

img		{ border: 0; position: relative; }
h1		{ font-size: 1.5em; color: #b64c4e; }
h2		{ font-size: 1.3em; }
form  	{ margin: 0; padding: 0; }
strong	{ color: #25708d; font-weight: normal; }
b		{ color: #25708d; }

p	{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

a	{
	color: #25708d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left		{ float: left; }
.right	{ float: right; }
.clear	{ display: block; clear: both; }
.abs		{ position: absolute; }
.rel		{ position: relative; }
.inline	{ display: inline; }
.pad1		{ padding: 1em; }
.pad2		{ padding-top: 2em; padding-bottom: 2em; }
.pad3		{ padding: 0.5em; }
.padLeft	{ padding-left: 4px; }
.txtLeft	{ text-align: left; }
.txtCenter	{ display: block; text-align: center; }
.bold		{ display: block; font-weight: bold; }
.dashed	{ border-bottom: 1px dashed #9fb1c5; }
.spacer	{ padding: 2em; }
.icons	{ vertical-align: middle; margin-right: 10px; }
.icons2	{ vertical-align: middle; margin-right: 6px; padding-left:12px; }
.picons	{ margin-bottom:0.3em; }
.spacer1	{ margin-bottom:1em; }
.spacer2	{ margin-bottom:2em; }
.sources	{ font-size: 0.7em; padding-top: .5em; padding-bottom: 4em; }
.msg		{ text-align: center; font-weight: bold; padding: 1.5em; color: #666; border: 1px solid #0a0; }
.warning	{ text-align: center; font-weight: bold; padding: 1.5em; color: #666; border: 1px solid #e00; }

table {
	border: 1px solid #25708d;
}

table td {
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

table .title {
	color: #fff;
	background-color: #25708d;
}

table .first {
	border-top: 0px;
	border-right: 1px solid #bbb;
}

table .last {
	border-right: 0px;
}

.container {
	position: relative;
	width: 857px;
	margin: 0 auto 0 auto;
	height: auto;
}

.content {
	position: relative;
	width: 857px;
	margin: 0 auto 0 auto;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	padding-top: 14px;
	background-repeat: repeat-x;
	background-image: url(../images/backheader.gif);
}

.wrapper {
	float: left;
	width: 570px;
	padding-left: 4px;
	border: 0px solid #00f;
}

.wrapperLarge {
	padding-left: 4px;
}

.logoZone {
	width: 100%;
	height: 105px;
}

.logoZone .logoRight {
	position: relative;
	top: 40px;
}

.headerZone {
	height: 295px;
}

.headerZone img {
	border: 4px solid #eee;
}

.navbarZone {
	position: relative;
	width: 849px; 
	margin: 0 auto 0 auto;
	height: 45px;
	background-color: #089fbe;
	background-image: url(../images/backnavbar.gif);
	border-left: 4px solid #eee;
	border-right: 4px solid #eee;
	font-size: 18px;
	color: #fff;
}

.navbarZone a {
	font-size: 12px;
	color: #fff;
}

.navbarZone ul {
	position: relative;
	margin: 0;
	padding: 0;
	top: 9px;
	left: 12px;
}

.navbarZone li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-left: 5px;
	padding-right: 3px;
}

.navbarZone .login {
	position: relative;
	width: 240px;
	top: 5px;
	right: 12px;
	color: #fff;
	font-size: 9px;
}

.navbarZone .login .xinput {
	width: 100px;
	height: 12px;
}

.navbarZone .login .ok {
	display: inline;
	width: 24px;
	height: 24px;
	background-color: #2db6e5;
}

.photosZone .img {
	margin-right: 7px;
}

.footerZone {
	clear: both;
	width: 100%;
	height: 257px;
	background-repeat: repeat-x;
	background-image: url(../images/backbottom.gif);
	color: #fff;
}

.footerZone p {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	font-size: 11px;
}

.footerZone a {
	color: #fff;
	font-weight: normal;
}

.footerZone .left {
	position: absolute;
	top: 40px;
	left: 100px;
	height: 200px;
	border-left: 1px solid #fff;
	padding-left: 8px;
	line-height: 16px;
}

.footerZone .right {
	position: absolute;
	top: 40px;
	left: 535px;
	height: 200px;
	border-left: 1px solid #fff;
	padding-left: 8px;
}

.txtLarge {
	float: left;
	width: 612px;
}

.txtColumn {
	float: left;
	width: 345px;
}

.txtZone ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

.txtZone li {
	margin: 0;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 1.5em;
}

.txtZone .tabul {
	margin:0; padding:0;
	padding-left: 16px;
}

.txtZone .tabul li {
	margin: 0;
	padding: 0;
}

.rightZone {
	float: right;
	padding-right: 4px;
}

.menu {
	float: left;
	padding-left: 4px;
	padding-right: 18px;
	width: 200px;
	height: 616px;
	background-image: url(../images/menu/background.gif);
	background-repeat: no-repeat;
}

.menuBack2 {
	height: 824px;
	background-image: url(../images/menu/background2.gif);
}

.menuAds {
	height: 900px;

}

.menu ul {
	margin: 0;
	padding: 0;
	margin-left: 35px;
	position: relative;
	top: -10px;
	left: -10px;
	font-size: 9pt;
}

.menu li {
	color: #777;
	margin: 0;
	padding-left: 0px;
	padding-right: 3px;
	line-height: 16px;
}

.menu a {
	color: #333;
	font-weight: normal;
}

.menu a:hover {
	color: #25708d;
	text-decoration: none;
}

.newsTop {
	width: 250px;
	height: 60px;
	clear: both;
	margin-top: 20px;
	background-image: url(../images/actualites-top.gif);
	background-repeat: no-repeat;
}

.news {
	width: 250px;
	clear: both;
	background-image: url(../images/actualites-middle.gif);
}

.news ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

.news li {
	margin: 0;
	padding-right: 20px;
	padding-bottom: 12px;
}

.newsBottom {
	width: 250px;
	height: 15px;
	clear: both;
	margin-bottom: 20px;
	background-image: url(../images/actualites-bottom.gif);
	background-repeat: no-repeat;
}

.newsAdsZone {
	position: absolute;
	top: 815px;
	margin-left: -4px;
}

.newsAdsTop {
	width: 200px;
	height: 46px;
	clear: both;
	margin-top: 20px;
	background-image: url(../images/actus-menu-qualipluie-top.gif);
	background-repeat: no-repeat;
}

.newsAds {
	width: 200px;
	clear: both;
	padding-top: .5em;
	background-image: url(../images/actus-menu-qualipluie-middle.gif);
}

.newsAds ul {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	margin-left: 44px;
	margin-bottom: -12px;
}

.newsAds li {
	margin: 0;
	padding-right: 20px;
	padding-bottom: 12px;
}

.newsAdsBottom {
	width: 200px;
	height: 16px;
	clear: both;
	margin-bottom: 20px;
	background-image: url(../images/actus-menu-qualipluie-bottom.gif);
	background-repeat: no-repeat;
}

.title {
	color: #25708d;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 18px;
}

#gmaps {
	clear: both;
	margin-top: 40px;
	width: 610px;
	height: 450px;
	overflow: hidden;
}
