body
{
	padding: 0px;
	margin: 0px;
	background: #6EAA2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
  color: #666; 
}

a
{
  color: #92D050;
}

a img /* pas de bordures pour les img en lien */
{
  border: none;
}

.milieu /* class de centrage des blocs */
{
  width: 960px;
  margin: 0px auto 0px auto;
  text-align: justify;
}

/******************************************************************************/
/* HAUT DE PAGE                                                               */
/******************************************************************************/
#header /* le haut de page : dégradé bleu + barre verte */
{
  padding: 15px 0px 0px 0px;
  height: 145px;
  background: url("../images/bg_header.jpg") repeat-x;
  color: #fff;
}

#header h1
{
  display: none;
}

#recherche
{
/*  float: right;*/
display: block;
position: absolute;
top: 100px;
margin-left:780px;
z-index:100;
}

#recherche input
{
  width: 150px;
  border: 1px solid #ccc;
  font-size: 10px;
  color: #999;
}

#recherche #submit
{
  border: none;
  height: 16px;
  width: 16px;
  vertical-align: bottom;
}

#recherche a
{
  color: #A4D8FB;
  font-size: 9px;
}

#onglets
{
  height: 41px;
}

#onglets a
{
  display: block;
  margin-top: 16px; 
  text-decoration: none;
  color: #fff;
  float: left;
  width: 135px;
  height: 25px;
  padding-top: 16px;
  background: url("../images/bg_onglet0.png");
  text-align: center;
  font-size: 14px;
  font-weight: bold; 
}

#onglets a:hover
{
  color: #000;
}

#onglets a.onglet1
{
  background: url("../images/bg_onglet1.png");
}


/******************************************************************************/
/* PIED DE PAGE                                                               */
/******************************************************************************/
#footer /* le bas de page : barre grise + dégradé bleu */
{
  margin: 0px;
  height: 213px;
  background: url("../images/bg_footer.jpg") repeat-x #6EAA2E;
  color: #555;
  padding-top: 25px;
}

#footer p
{
  margin: 0px;
}

#footer #foot1
{
  width: 395px;
  float: right;
  font-size: 14px;
  padding: 0px 0px 0px 10px;
  line-height: 24px;
}

#footer #foot1 span
{
  font-size: 18px;
  font-weight: bold;
}

#footer .foot2
{
  width: 172px;
  float: left;
  padding: 0px 0px 0px 10px;
}

#footer .foot2 span
{
  font-size: 18px;
  font-weight: bold;
  color: #666;
}

#footer .foot2 a
{
  display: block;
  color: #555;
  text-decoration: none;
  margin-top: 5px;
}

#footer .foot2 a:hover
{
  text-decoration: underline;
}

#copyright
{
  text-align: right;
  color: #ccc;
  padding: 0px 10px 10px 0px;
  font-size: 10px;
}

#copyright a
{
  color: #ccc;
}


/******************************************************************************/
/* CONTENU                                                                    */
/******************************************************************************/

#center /* le milieu de page blanc */
{
  background: #fff;
  margin: 0px;
  padding: 15px 0px 15px 0px;
}

#center h2
{
  color: #92D050;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  border-bottom: 8px solid #ddd;
  padding-left: 15px; 
}


#center .titre
{
  color: #92D050;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

#center .titre span
{
  float: right;
  color: #999;
  font-size: 12px;
  text-transform: none;
  text-align: right;
}

#center hr
{
  border: none;
  border-bottom: 8px solid #ddd;
}

#center h2 a
{
  text-decoration: none;
}

#center h3
{
  color: #92D050;
  font-size: 16px;
}

#center p
{
  margin: 10px 0px 10px 0px;
  padding-left: 15px;
  padding-right: 15px;
}

#center .description
{
  padding-right: 15px; 
}

div.gauche
{
  width: 510px;
  padding-right: 15px;
  float: left;
  margin: 10px 0px 10px 0px;
}

div.droite
{
  width: 410px;
  padding-left: 15px;
  float: right;
  margin: 10px 0px 10px 0px;
}

.gris
{
  color: #999;
}

.align-droite
{
  text-align: right;
}

.suivante
{
  color: #999;
  float: right;
  text-align: right;
}

.suivante img
{
  margin-left: 15px;
}


.precedente
{
  color: #999;
  float: left;
}

.precedente img
{
  margin-right: 15px;
}

.suivante a,
.precedente a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

/******************************************************************************/
/* PAGE CHAINE                                                               */
/******************************************************************************/
.pagination
{
  float: right;
}

.pagination a
{
  text-decoration: none;
  background: #ccc;
  padding: 2px;
  font-weight: bold;
  color: #fff;
}

.pagination .encours
{
  background: #eee;
  padding: 2px;  
  font-weight: bold;
  color: #666;
}

#listevideos a.titrevid
{
  font-size: 14px;
  font-weight: bold;
  text-transform: normal;
}

#listevideos img.vignette
{
  border: 1px solid #ccc;
  height: 105px;
  width: 140px;
  vertical-align: top;
  float: left;
  margin-right: 15px;
}

#listevideos p.infos
{
  width: 250px;
  float: left;
  text-align: left;
  margin-top: 0px;
  padding-left: 0px;
}

#listevideos p
{
  padding-left: 422px;
  padding-right: 15px;
  margin-top: 0px;
}

br.retour
{
  clear: both;
}

.blocvideo
{
  background: #efefef;
  border: 1px dashed #999;
  padding: 10px 10px 0px 10px;
  margin: 0px 0px 10px 0px;
}

#formrecherche
{
  margin-top: 10px;
  padding: 10px;
}

#formarchive label,
#formrecherche label
{
  display: block;
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 15px;
}

#formarchive .texte,
#formrecherche .texte
{
  width: 225px;
  vertical-align: top;
}

#formarchive p.submit,
#formrecherche p.submit
{
  text-align: center;
}

#formarchive input.submit,
#formrecherche input.submit
{
  width: 150px;
  background: #ddd;
  border: 1px solid #333;
}

div.derniere a.titrevid
{
  font-size: 14px;
  font-weight: bold;
  text-align: left; 
}

div.derniere img.vignette
{
  border: 1px solid #ccc;
  height: 105px;
  width: 140px;
  vertical-align: top;
  float: left;
}

div.derniere p.infos
{
  margin-top: 0px;
  width: 225px; 
  float: left;
  text-align: left;
}

div.derniere p.description
{

}

div.derniere br.retour
{
  clear: left;
}

span.nbvideo
{
  float: right;
  font-size: 16px;
}

#tags
{
  width: 400px;
  padding: 5px;
}

#tags a
{
  display: block;
  float: left;
  padding: 3px 6px 3px 6px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #999;
}

#tags a:hover
{
  color: #92D050;
}

/******************************************************************************/
/* PAGE ACCUEIL                                                               */
/******************************************************************************/

#chaines
{
  height: 300px;
  width: 405px;
}

#chaines div.haut
{
  margin: 0px 0px 0px 15px;
  background: url('../images/divhaut.png') no-repeat;
  height: 40px;
}

#chaines div.bas
{
  margin: 0px 0px 0px 15px;
  background: url('../images/divbas.png') no-repeat #CEEFAB;
  height: 40px;
}

#chaines div.milieu
{
  margin: 0px 0px 0px 15px;
  background: url('../images/divmilieu.png') repeat-y;
  width: 405px;
}

#chaines a
{
  margin: 0px 20px 0px 10px;
  display: block;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#chaines a span
{
  float: right;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
}

#chaines a:hover
{
  color: #fff;
  background: #92D050;
}

#edito
{
  width: 495px;
  margin: 0px;
}

#edito div.haut
{
  margin: 0px 0px 0px;
  background: url('../images/diveditohaut.png') no-repeat;
  height: 40px;
}

#edito div.bas
{
  margin: 0px;
  background: url('../images/diveditobas.png') no-repeat;
  height: 40px;
}

#edito div.milieu
{
  width: 495px;
  margin: 0px;
  background: url('../images/diveditomilieu.png') repeat-y #CEEFAB;
}

#edito p
{
  padding: 10px 30px 5px 30px;
  margin: 0px;
}

#edito a
{
  color: #000;
}


#prochainement
{
  width: 495px;
  margin: 0px;
}

#prochainement div.haut
{
  margin: 0px 0px 0px;
  background: url('../images/divprochainhaut.png') no-repeat;
  height: 40px;
}

#prochainement div.bas
{
  margin: 0px;
  background: url('../images/divprochainbas.png') no-repeat;
  height: 40px;
}

#prochainement div.milieu
{
  width: 495px;
  margin: 0px;
  background: url('../images/divprochainmilieu.png') repeat-y #CDCDCD;
}

#prochainement p
{
  padding: 10px 30px 5px 30px;
  margin: 0px;
}

#videoune
{
  width: 305px;
  height: 285px;
  text-align: center;
  float: left;
  background: url("../images/bg_video_une.png") #fff;
  padding-top: 20px;
  margin-right: 10px;
}

h3.titrevid
{
  text-align: left;
}

h3 a
{
  text-decoration: none;
  color: #000;
  font-size: 17px;
  text-align: left;
}

#videoune a img
{
  border: none;
  margin-top: 10px;
}

#dervideos a.titrevid
{
  font-size: 14px;
  font-weight: bold;
  text-align: left; 
}

#dervideos img.vignette
{
  border: 1px solid #ccc;
  height: 105px;
  width: 140px;
  vertical-align: top;
  float: left;
}

#dervideos
{
}

#dervideos p.infos
{
  margin-top: 0px;
  width: 215px; 
  float: left;
  text-align: left;
}

#dervideos p.description
{

}

#dervideos br.retour
{
  clear: left;
}

h2 a.feed
{
  display: block;
  float: right;
  margin-right: 10px;
}

p.slogan
{
  font-size: 15px;
  color: #999;
  font-weight: bold;
}



/******************************************************************************/
/* PAGE VIDEO                                                                 */
/******************************************************************************/

#video
{
  width: 530px;
  float: left;
  background: url("../images/bg_video.png") no-repeat #fff ;
  padding-top: 25px;
  text-align: center; 
  margin-right: 20px;
}

#video a img
{
  border: none;
  margin-top: 20px;
  margin-bottom: 50px;
}

.titrevideo
{
  color: #92D050;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.surtitrevideo ,
.surtitrevideo a
{
  color: #999;
  font-weight: bold;
  font-size: 14px;
}

#center p.descvideo
{
  padding-left: 550px;
}

#commentaires
{
  text-align: justify;
}

#commentaires span
{
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}

#commentaires p.comment
{
  margin-top: 20px;
  padding-left: 40px;
}

#commentaires a
{
  font-weight: bold;
}

#commentaires form
{
  margin-top: 10px;
  padding: 10px;
  background: #E9F6DC;
  border: 1px solid #ccc;
}

#commentaires label
{
  display: block;
  float: left;
  width: 150px;
}

#commentaires .texte
{
  width: 300px;
}

#commentaires p.submit
{
  text-align: center;
}

#commentaires input.submit
{
  width: 150px;
  background: #ddd;
  border: 1px solid #333;
}

#commentaires #listecomment
{
  display: block;
}

#commantaires #formcomment
{
  display: block;
}

/******************************************************************************/
/* PAGE CONTACTS                                                              */
/******************************************************************************/

#formcontact fieldset
{
  border: 1px dashed #ccc;
  margin-bottom: 15px;
}

#formcontact fieldset legend
{
  color: #ccc;
  font-weight: bold;
  background: #fff;
}

#formcontact label.text
{
  display: block;
  float: left;
  width: 145px;
  line-height: 15px;
  text-align: right; 
  margin: 0px 5px 10px 0px;
}

#formcontact label.radio
{
  display: inline;
}

#formcontact .text
{
  width: 290px;
  height: 15px;
  margin-bottom: 10px;
  vertical-align: top;
}

#formcontact textarea.text
{
  height: 150px;
}

#formcontact p.submit
{
  text-align: center;
}

#formcontact input.submit
{
  width: 150px;
  background: #ddd;
  border: 1px solid #333;
}

p span.oblig
{
  color: red;
}

#erreur
{
  font-weight: bold;
}

#erreur span
{
  font-weight: normal;
  color: red;
}

p.partenaires
{
  text-align: center;
  margin: 0px 10px 0px 10px;
}

p.partenaires img
{
  vertical-align: middle;
}

p.images
{
  text-align: center;
}

/******************************************************************************/

#lettreinfos
{
  margin: 10px;
  padding: 10px;
  background: #E9F6DC;
  border: 1px solid #ccc;
}

#lettreinfos label
{
  display: block;
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 15px;
}

#lettreinfos .texte
{
  width: 215px;
}


#lettreinfos input.submit
{
  width: 150px;
  background: #ddd;
  border: 1px solid #333;
}
