/* DEFINITIONS GENERALES */

body {
padding: 0px;
margin: 0px;
border: 0px;
}

img {
border: none;
}

/* CONSTRUCTION DE LA PAGE */

#contenant {
width: 955px;
height: auto;
margin: auto;
margin-top: -14px;
border: none;
}

#header {
width: 955px; 
height: 320px;
background: url('images/header.jpg') repeat-x;
/*margin-top: 0px;
margin-bottom: 0px;
overflow: auto;*/
}

/* ELEMENTS DU SOUS- HEADER */

#sous-header {
float:left;
width: 955px;
height: 76px;
background: url("images/menu.jpg");
background-repeat: no-repeat;
color: white;
text-align: center;
}

/* ELEMENTS DE MENU */

#menu {
width: 90%;
margin-top: -7px;
margin-left: -40px;
clear: both;
color: black;
font-size: 12pt;
font-family: Verdana, sans-serif;2
}

#menu li {
list-style: none ;
display: inline;
line-height: 1em;
padding: 10px;
}

#menu a {
text-decoration: none;
color: white;
}

#menu a:hover {
text-decoration: underline;
}

/* ELEMENTS DU CONTENU */

#contenu {

width: 955px;
overflow: auto;
background: url('images/body.jpg');
background-repeat: repeat-y;
text-align: justify;
}

#gauche {
float: left;
width: 70%;
}

#contenu img {
border: solid 1px grey;
}

#contenu table{
border: 1px orange;
}

.texte {
font-family: Verdana, sans-serif;
margin-left: 22px;
margin-right: 0px;
}

.texte a {
text-decoration: none;
color: orange;
}

/* ELEMENTS DU SOUS-MENU */

#sous-menu {
width: 27%;
float: right;
text-align: center;
margin-top: 0px;
margin-right: 25px;
font-family: Verdana, sans-serif;
}

#sous-menu li {
display: block;
line-height: 2em;
list-style: none;
}

#sous-menu a {
color: orange;
text-decoration: none;
font-weight: bold;
}

#sous-menu a:hover {
color: black;
}

#sous-menu img {
border: none;
}

#fb {
margin-left: 25px;
}

/* AUTRES */

#bas {
float: left;
width: 955px;
height: 33px;
background: url('images/footer.jpg');
background-repeat: repeat-x repeat-y;
}

#player table {
border: solid 1px orange;
}

#footer 
{
color: black;
font-family: Verdana, sans-serif; 
font-size: 9px;
text-align: center;
}
