@charset "UTF-8";
@import url("styles.css");
html,body {
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	background-image: url(../img/bodyBg.gif);
}

#container {
	width: 794px;
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	text-align:left;	
	background-image: url(../img/shadowBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 27px;
	width: 740px;
}

body.home #container {
	background-image: url(../img/shadowBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


img {border:none;}

p {
	line-height:130%;
	text-align: justify;
}

dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
.homebreak {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	height: 6px;
}

#header .logo {
	float: left;
	width: 220px;
}
#header .accroche {
	float: right;
	width: 130px;
	text-align: right;
	padding-right: 20px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header .mainImg {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#centre {
	width: 505px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
}

body.home #centre {
	width: 400px;
	background-image: url(../img/plante.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
}

.menu {
	margin-bottom: 30px;
	width: 160px;
	float:left;
}

body.home .menu {
	width: 100%;
	float:none;
	margin-top:20px;
}

.menu dt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006fb3;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
	height: 30px;
	background-image: url(../img/dottedBorder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


body.home #centre h2 {
	font-size: 11px;
	color: #333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
body.home #right {
	background-image:none;
}

img.fltLeft {
	float: left;
	margin-right: 20px;
}

#centre .intro {
	padding-left: 120px;
	padding-right: 13px;
}

#centre .intro p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#right {
	width: 220px;
	float: right;
	background-color: #9CEB12;
	background-image: url(../img/rightBg.jpg);
	background-repeat: no-repeat;
	height: 300px;
}

body.home #right {
	width: 335px;
}


div.envQuot {
	text-align: center;
	margin-bottom: 20px;
}
body.home div.infos {
	background-color: #CEF589;
	padding: 8px;
}

#footer ul {
	background-color: #fff;
	padding: 4px;
	height: 18px;
}

#footer ul {
	background-image: url(../img/greenBg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

body.home #footer ul {
	background-image: url(../img/footerBg.gif);
}

#footer li {
	display:block;
	float: left;
}

#footer li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	margin-right: 12px;
	background-image: url(../img/plusBlue.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
#footer p.english {
	background-image: url(../img/WithEnglishBG.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: right;
	background-position: left top;
}
#footer li a:hover {
	text-decoration:underline;
}
#footer .english a {
	color: #666;
	background-color: #fff;
	text-decoration: none;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/plusBlue.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#centre .page {
	float: left;
	margin-left: 10px;
	width: 330px;
	margin-bottom: 20px;
}
#centre .page h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.background {
	background-image: url(../img/greenBg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #fff;
}

body.home div.background {
	background-image: url(../img/footerBg.gif);
}


body.membres #centre {
	width: 515px;
}
body.membres #centre .page {
	width: 342px;
}
body.sitemap #centre .page .menu {
	padding-bottom: 0px;
	width: 330px;
	margin-top: 20px;
}
body.sitemap .page .menu dt {
	height: auto;
	margin-top: 24px;
}

#popup {
	position:absolute;
	left: 50%;
	top: 10%;
	width: 706px;
	margin-left: -353px;
	border: 2px solid #fff;
	background-color: #eee;
	text-align: center;
	padding-top: 3px;
	z-index: 99;
}
#popup p {
	background-color: #9CEB12;
	padding: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: center;
}
#popup a {
	color: #030;
}
