/* 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 DE IDENT */


#ident {
width: 90%;
margin-left: -15px;
margin-top: 0px;
font-size: 9pt;
font-family: Verdana, sans-serif;
text-align: left;
color: orange;
}

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

#ident a {
text-decoration: none;
color: black;
}

#ident a:hover {
color: orange;
}

.Bouton {
border: Solid 1px;
background: none;
font-size: 9pt;
font-family: Verdana, sans-serif;
color: black;
}

.boite
{
size: 10;
border: Solid  1px;
font-size: 9pt;
font-family: Verdana, sans-serif;
}


/* 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: none;
}

.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;
}
