/* CSS Document */

body {
background-image:url(img/fond.png);
background-repeat:no-repeat;
background-position:top;
background-color:#000000;
text-align:center;
margin:0;
font-family:arial, helvetica, sans sherif;
font-size:12px;
}
.header {
margin:0;
}

.menu-H {
background-image:url(img/menu-H/fond-menu-H.png);
width:976px;
height:37px;
margin:0 auto 0 auto;
}
.content {
background-image:url(img/main/fond-main2.png);
background-position:center;
background-repeat:repeat-y;
margin:0 auto 0 auto;
width:976px;
padding:0 10px 0 10px;
}

/*----------- Les menus ------------------ */
.retraits{
margin:10px;
}
.center{
text-align:center;
}
.center img{
border: 1px solid #F9CF5D;
}

/*MENU Gauche */
.menu-G {
background-image:url(img/menu-G/menu-G-fond.png);
background-position:center;
background-repeat:repeat-y;
float:left;
width:211px;
margin:0 0 0 10px;
text-align:left;
color:#FCE5A4;
padding:0;
}

.menu-G a{
color:#F8BA13;
}
.menu-G a:hover{
color:#FCE5A4;
}
.menu-G ul li{
text-align:left;
list-style-image:url(img/menu-G/puce.gif);
}

/*MENU Droite */
.menu-D{
background-image:url(img/menu-G/menu-G-fond.png);
background-position:center;
background-repeat:repeat-y;
float:right;
width:211px;
margin:0 10px 0 0;
text-align:left;
color:#FCE5A4;
}
.menu-D a{
color:#F8BA13;
}
.menu-D a:hover{
color:#FCE5A4;
}
.menu-D ul li{
text-align:left;
list-style-image:url(img/menu-G/puce.gif);
}
/* BLOC VIDEOS */
.bloc-videos {
margin:0 auto 0 auto;
width:830px;
}

.bloc-videos  h1 {
background-image:url(img/bloc-videos/titre-videos.png);
background-repeat: no-repeat;
background-position:top;
width:830px;
height:25px;
font-size:20px;
margin:0 auto 0 auto;
color:#444444;
padding:8px 0 0 0px;
}
.bloc {
background-image:url(img/bloc-videos/fond-videos.png);
background-repeat:repeat-y;
width:830px;
margin:0;
text-align:center;
color:#FCE5A4;
}
.bloc h2{
margin:2px;
font-size: 15px;
font-weight:bold;
color:#F9C539;

}
.bloc h2 a{
margin:2px;
font-size: 15px;
font-weight:bold;
color:#F9C539;
text-decoration:none;

}
.bloc h2 a:hover{
margin:2px;
font-size: 15px;
font-weight:bold;
color:#FCE5A4;
text-decoration:none;
}
.bloc div{
margin:0 auto 0 auto;
text-align:justify;
padding:20px;
}
.bloc img{
border: 1px solid #F9CF5D;
margin:0 4px 0 0;
}
.bloc hr{
color: #F9CF5D;
background-color: #F9CF5D;
height: 1px;
border: 0;
width:200px;
}
/* FOOTER */
.footer {

}