/* Général */
body {
color : #f2dd2a;
background : #f2dd2a;
}
a {
color : #f830b8;
}
a:hover, a:focus {
color : white;
}
#droit {
color : #f830b8;
}

/* --- POSITIONNEMENT --- */

/* En-tête */
#entete {
padding : 0;
}
#entete h1 {
margin : 0;
}

/* Contenu */
#titre {
width : 216px;
float : left;
margin-top : 200px;
margin-left : 0;
}
#titre {
padding : 4px 0 0 0;
margin : 0 0 0 0;
}
#titre h3 {
padding : 0;
margin : 10px 0 0 30px;
}
#conteneur {
margin : 0;
padding : 1px 0;
background : #f2dd2a;
background : url(../images/regarder-image.jpg) no-repeat left bottom;
width : 800px;
height : 600px;
overflow : hidden;
}
#sstitre {
position : absolute;
top : 170px;
left : 65px;
padding : 0;
}
#sstitre h3 {
padding : 0;
margin-left : 15px;
}
#sstitre a {
text-decoration : none;
}
#sstitre a img {
border-width : 0;
border-style : none;
}
#sstitre ul {
padding : 0;
margin : 0 0 0 14px;
}
#sstitre2 {
position : absolute;
top : 410px;
left : 65px;
padding : 0;
}
#sstitre2 a img {
border-width : 0;
border-style : none;
}

/* Navigation */
#conteneur .menu {
position : absolute;
top : 623px;
left : 200px;
}
div.c1 {
clear : both;
}
#conteneur .menu ul {
margin : 0;
padding : 0;
list-style : none;
}
#conteneur .menu li {
display : inline;
margin : 0 12px 0 0;
padding : 0;
}
#conteneur .menu a {
margin : 0;
padding : 0;
text-decoration : none;
}
#conteneur .menu a img {
border-width : 0;
border-style : none;
}
#pied {
height : 340px;
}
