/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
background-color: #CCCCCC;
}

#conteneur {
position: absolute;
width: 780px;
height: 450px;
left: 50%;
top: 50%;
margin-left: -390px;
margin-top: -225px;
background-image: url(./images/menu.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}

#regard {
height: 430px;
margin-left: 300px;
background-image: url(./images/regard.jpg);
background-repeat: no-repeat;
}

#contenu {
height: 430px;
margin-left: 300px;
background-color: #000000;
}

#pied {
height: 20px;
}

#menu {
position: absolute;
left:0px;
width: 300px;
}

ul {
padding-top: 200px;
}

li {
list-style-type: none;
font-size: 0.7em;
font-weight: bolder;
font-style:oblique;
}

p {
margin: 0px;
padding: 10px;
color: #FFFFFF;
font-size: 0.7em;
font-weight: normal;
font-style: normal;
}

strong {
color: #CCCCCC;
}

/* Définition des liens */
a:link {
color: #474646;
text-decoration: none;
}

a:visited {
color: #474646;
text-decoration: none;
} 

a:active {
color: #474646;
text-decoration: none;
} 

a:hover {
color: #FFFFFF;
text-decoration: none;
}
