/* layout */
body {
margin-top:5px;
margin-bottom:5px;
background-color:#999999;
font-family:"Trebuchet MS", verdana, sans-serif;
font-size:0.80em;
font-weight:bold;
color:#ffffff;
}

#bodywrap  {
width:920px;
margin:auto;
border:1px dashed #fff;
}

#header {
height:135px;
width:920px;
border-bottom:2px solid #CDCDCD;
}

#bloc_gauche {
width:20%;
float:left;
}

#bloc_centre_contenu{
text-decoration:none;
width:58%;
float:left;
border-right:1px dashed #FFFFFF;
border-left:1px dashed #FFFFFF;
padding:5px;
}

#bloc_droite {
width:20%;
float:left;
}

#copyleft {
text-align:right;
border-top:1px solid #CDCDCD;
border-bottom:1px solid #CDCDCD;
background-color:#76C62F;
padding-top:2px;
clear:left;
}

#footer {
text-align:center;
font-size:0.80em;
}


/* apparence des liens  */
a:hover {
color:#76C62F;
text-decoration:none;
}

a:link, a:visited {
color:#FFFFFF;
text-decoration:none;
}

/* apparence des  images */
img {
border:none;
}

/* navigation */
#navigation {
text-decoration:none;
font-weight:bold;
}

#navigation a:hover {
color:#76C62F;
text-transform:uppercase;
}

#navigation ul {
margin:0;
padding:0;
}

#navigation li {
list-style-type:none;
padding-top:0.3em;
padding-bottom:0.3em;
border-bottom:1px dashed #FFFFFF;
text-indent:0.5em;
}

/* bloc contenant les vidéos */
.block_video{
margin:auto;
padding:15px;
width:200px;
height:180px;
text-align:center;
background-color:#999999;
}

/* sous bloc de droite texte*/
.block_sommaire_droite{
font-size:1em;
padding:5px;
}

.erreur {
   text-align:center;
   color:#FF0000;
   font-weight:bold;
}

.success {
   text-align:center;
   color:#76C62F;
   font-weight:bold;
}


/* page 404*/
.page404 {
width:100%;
margin:auto;
text-align:center;
float:left;
}

h1{
font-size:24px;
color:#76C62F;
}
