body {
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#333333;
	background-image: url(images/backArtdePeau.jpg);
	padding:0;
	margin: 0;
}

/* for iePC */ td{
font-size: 12px;
}

a { color: #0079a4; font-style: normal; }
li {
	line-height: 20px;
	font-weight: normal;
}
a:visited {color:#0079a4;}
a:hover { color: #000; text-decoration: underline; }
a:active { color:#0079a4;}

h1{ color: #0079a4; font-size:22px; }
h2{
font-size:16px;
}
h3{
font-size:14px;
}
h4{
font-size:12px;
}



/* container to center the layout
-------------------------------------- */
#container { background-color: white; width: 800px; border: solid 1px gray; margin: 10px auto; background-image: none; background-repeat:no-repeat; }

/* head container for logo and metanavi
-------------------------------------- */
#banner { background-image: url(images/top_bg.jpg); width: 800px; padding: 0; margin: 0; height: 232px; }

#metanavi { 
float: right;
padding: 5px 15px 0px 0px;
margin: 0px;
}
/*main-navi
-------------------------------------- */
#topnavi { font-weight: normal; font-style: normal; text-align: center; border-bottom:1px solid #0079a4; margin: 0; padding: 8px 0 4px; border-top: 1px solid #0079a4; }
#topnavi a { color: #0079a4; font-size: 13px; font-weight: bold; font-style: normal; background-color: transparent; text-decoration: none; text-transform: uppercase; margin: 0; padding: 2px 16px; }
#topnavi a:visited { color:#0079a4; font-weight: bold; font-style: normal; text-decoration: none; text-transform: uppercase; }
#topnavi a:hover { color: #000; font-weight: bold; font-style: normal; background-color: #b0e0e6; text-decoration: underline; text-transform: uppercase; }
#mainnavi a:active { color:#000000; font-weight: bold; font-style: normal; text-decoration: none; text-transform: uppercase; }

#container  #topnavi a.selected { background-color: #b0e0e6; color: #000000; font-weight: bold; text-transform: uppercase; }

/* content elements
-------------------------------------- */
#content {
	background-color: #ffffff;
	background-image: url(images/delphin_gr.jpg);
	width: 800px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#content p{
line-height: 18px;
padding: 0 10px;
margin:0 0 15px;
}
#content p.center{ text-align:center; }


/*footer
-------------------------------------- */
#footer {
	color: #0079a4;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

