html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #94D072;
}
body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	font-weight:bold;
	color: #000000;
}


#contenu {

	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/ombre-centre.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	
}


#willy {
	float: left;
	width: 590px;
	background-color: #FFFFFF;
}
#footer {
	font-size: 0.8em;
	font-weight: normal;
}


#alteo {
	float: right;
	width: 230px;
}

#titre {
	height: 40px;
	padding: 10px 0 0 35px;
	background-color: #94D072;
}
#intro {
	background-image: url(img/top-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 270px;
	padding: 20px 0 0 35px;
}
#questions ul {
	list-style-type: square;
	padding-left: 10px;
}
#questions li {
	padding: 5px 0;
}

a {
	color: #004493;
}
#questions a {
	color: #000;
	text-decoration:none;
}
#questions a:hover {
	color: #004493;
	text-decoration: underline;
}
#questions a:active {
	color: #004493;
	text-decoration: underline;
}

.blue {
	color: #004493;
}
#questions {
	width: 423px;
	margin-left: 35px;
}
#questions #haut-boite {
	background-image: url(img/boite-haut.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 44px;
	padding: 0 20px 0 20px;
}
#questions #centre-boite {
	background-image: url(img/boite-centre.gif);
	background-repeat: repeat-y;
	padding: 0 20px;
}
#partenaires {
	text-align: right;
	padding: 10px;
}
#menu-haut {
	font-size:10%;
	background-color: #FFFFFF;
	background-image: url(img/ombre-coin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
}

#basBoite{
background-image: url(img/basTxt.gif);
background-repeat: no-repeat;
padding-top:30px;
}


#questions #bas-boite {
	background-image: url(img/boite-bas.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 44px;
}


#lien {
	height: 40px;
	text-align: center;
	margin-top: 10px;
	background-color: #94D072;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #41281B;
	background-image: url(img/menu-gauche.gif);
	background-repeat: repeat-y;
	font-size: 90%;
	font-weight: bold;
}
h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation li {
	border-top: solid 1px #41281B;
	padding: 10px 29px 10px 23px;
	background-image: url(img/menu-lien.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#navigation a{
	color: #951C23;
	text-decoration:none;
}
#navigation .lien_couleur {
/*	color: #FFFFFF;	*/
	color: #004493;	
	text-decoration:none;
}
#navigation a:hover{
	color: #004493;
	text-decoration: underline;
}

.clear {
	clear: both;
}

h1 {
	font-size: 125%;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
h2 {
	font-size: 125%;
	font-weight: bolder;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#intro p.email {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}
ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.logo-alteo img {
	padding-top: 40px;
}

