/*----------------------General------------------------*/
/*------------------<--  Benj T3cK -->----------------------*/

* {margin: 0; padding: 0; }
img { border: 0;}

body {
background: #e6e6e6 url(composants/background.gif) 0 54px repeat-x;
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: #333333;
height: 100%;
position: relative;
text-align: center;
}


#conteneur {
width:780px;
position: absolute;
left: 50%;
margin-left:-390px;
margin-top: 5px;
text-align:left;
background: white;
border: 1px solid #CCCCCC;
}

#entete {
position: relative;
}
#bandeau {
margin-top: 36px;
}

/* Menu déroulant
-------------------------------------------------------- */
#menu {
position: absolute;
left: 40px;
top: 5px;
z-index: 100;
color: white;      /*couleur texte sous-menu*/
font-size: .8em;                
width: 750px;
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dl {
float: left;
margin-right: 5px;
}
#menu dt{
cursor: pointer;
text-align: center;
font-weight: bold;
background: #81A9BD;          /*couleur fond menu*/
border: 1px solid #319DB9;
}
#menu dd {
border: 1px solid #319DB9;
margin-top: 1px;
}
#menu li {
text-align: center;
background: #9FBFCE;          /*fond sous menu*/
}
#menu li a, #menu dt a {
color: white;                   /*couleur texte sous-menu*/
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus {
background: #309BB6;             /*couleur fond sous-menu lien survolé*/

}
#menu dt a:hover, #menu dt a:focus {
background: #309BB6;
}

/* Page
-------------------------------------------------------- */
#page {
background: transparent url(composants/texte_background.gif) 525px 10px no-repeat;
margin-top: 2px;
}
#gauche {
float: left;
background: #DBDBDB url(composants/backgound_gauche.gif) bottom left repeat-x;
padding: 4px 4px 0 4px;
margin: 0px 4px 0 4px;
height: 424px;
font-size: .7em;
text-align: left;
}
#gauche p{
margin: 0px 2px 10px 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #999999;
}
#gauche p strong{
font-size: 1.1em}
#texte {
margin: 0 0 0 215px;
padding: 0 35px 0 35px;
font-size: .8em;
background: transparent url(composants/filet_gauche.gif) top left no-repeat;
}

#texte h1 {
background: transparent url(composants/h1_background.gif) 0 10px no-repeat;
color: #003277;
padding: 20px 0 10px 25px;
font-size: 2em;
}
#texte h2 {
background: transparent url(composants/h2_background.gif) 0 4px no-repeat;
color: #F78222;
margin: 30px 0 10px 25px;
padding-left: 17px;
font-size: 1.1em;
font-style: normal;
}
#texte h3 {
color: #F78222;
margin: 10px 0 0 25px;
font-size: 1em;
font-weight: bold;
}
#texte p {
margin: 10px 0 15px 25px;
}

strong, b {
font-weight: bold;
color: #003277;
}

#texte ul {
margin: 10px 0 15px 50px;
}
#texte li {
padding-left: 18px;
list-style-type: none;
background: transparent url(composants/puce.gif) 0 3px no-repeat;
}

.center {
text-align: center;
}
.float-left {
float: left;
padding: 10px 15px 10px 0;
}
.float-right {
float: right;
margin: 10px 0 10px 15px;
}
div.hr {
margin: 20px 0px;
height: 10px;
background: transparent url(composants/hr_background.gif) 20px 0 no-repeat;
}
div.hr hr {
display: none;
}
#texte img.img_cadre {
background-color: #B0DEEA;
padding: 5px 5px;
}       
.both {
clear: both;
visibility: hidden;
}
#page a {
color: black;
text-decoration: underline;
}
#page a:hover {
text-decoration: none;
}

/* Bas de Page
-------------------------------------------------------- */
#pied_page {
margin: 40px 0 10px 0;
color: white;
position: relative;
font-size: .8em;
clear: both;
}
#infos {
background: #003277 url(composants/piedpage_background.gif) top left repeat-x;
height: 36px;
line-height: 36px;
padding-left: 10px;
margin: 1px 0;
}
div.pied_page_hr {
height: 2px;
background: transparent url(composants/baspage_filet.gif) 0 0 no-repeat;
}
div.pied_page_hr hr {
display: none;
}
#pixell {
position: absolute;
top: 0;
right: 10px;
font-style: italic;
}
#pixell_logo {
position: relative;
top: 7px;
}
#pied_page a {
color: white;
text-decoration: none;
}
#pied_page a:hover {
text-decoration: underline;
}
