/* CSS Document */
	@import url("layout.css");
body {
background-color: #ff9900;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#conteneur_index {
position: relative;
width: 950px;
height: 400px;
margin: 55px auto 0 auto;
background-image: url(../images/fond_index.jpg);
background-repeat: no-repeat;
}
ul#langues {
position: absolute;
list-style-type: none;
left: 300px;
top: 360px;
width: 650px;
height: 40px;
font-size: 12px;
z-index: 5;
}

ul#langues li {
float: left;
display: block;
height: 24px;
width: 160px;
}
ul#langues li a {
text-decoration: none;
color: #000000;
padding-left: 28px;
}
.fra {
padding-top: 7px;
background-image: url(../images/dp-fr.jpg);
background-repeat: no-repeat;
}
.uk {
padding-top: 7px;
background-image: url(../images/dp-uk.jpg);
background-repeat: no-repeat;
}
.de {
padding-top: 7px;
background-image: url(../images/dp-de.jpg);
background-repeat: no-repeat;
}
.nl{
padding-top: 7px;
background-image: url(../images/dp-nl.jpg);
background-repeat: no-repeat;
}
#intro {
margin: 0 auto;
width: 950px;
font-size: 13px;
color: #FFFFFF;
}
#intro p{
font-weight: bold;
line-height: 15px;
}
h1 {
font-size: 13px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
margin-bottom: 10px;
}
h2 {
font-size: 11px;
font-weight: bold;
text-align: center;
margin-bottom: 5px;
}
#footer {
margin: 20px auto;
width: 950px;
font-size: 11px;
}
#footer p {
text-align: center;
margin: 3px 0 3px 0;
}
#footer p a{
text-decoration: none;
color: #000000;
}
.jaune {
color: #ffff00;

}
