/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: none;
	background-color: #B5EFFD;
}
#surveypub {
	font-size: 1.3em;
	text-decoration: underline;
	text-align:center;
}
.rightimg {
	float:right;
} 
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 275px 0 0 0;
	background-image: url(images/entete4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation {
	position: absolute;
	text-align:right;
	top: 176px;
	left: 248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 497px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #ffffff;
	background-color: #003366;
	text-decoration: none;
}
#navigation a:hover {
	color: #000000;
	background-color:#B5EFFD;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#content {
	position: absolute;
	top: 223px;
	width: 567px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 230px;
	left: 2px;
}

#content h1 {
	text-align: center;
	text-decoration: none;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	text-decoration: none;
	color:#3300CC;
	background-color: transparent;
}
#content h3 {
	font-size: 100%;
	text-decoration: none;
	background-color: transparent;
}
#content ul {
	list-style: none;
}
#content li {
	list-style-type: none;
}
#intro {
    text-align: center;
	font-size: 120%;
    color: #001A92;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 70%;
	color: #001A92;
	background-color: transparent;
	position: relative;
	margin-top: -3em;
	z-index: 10;
	height: 3em;
}
