body {
	background-color: #FFF;
	/*background-image: url(../images/design/fond-noir-degrade-gris.gif);
	background-image: url(../images/design/v6/fond_page.jpg);*/
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#site {
	width: 1000px;
	margin: auto;
    min-height: 100%;
    height: 100%;
	height: auto;
}

html>body #site {
    height: auto;
}

#header {
	width: 100%;
	height: 140px;
	background-image: url(/images/design/v1/fond_header.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#header #tableauHeader {
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto
}

#header #tableauHeader td {
	width: 500px;
	padding: 0
}

#header #logo {
	width: 1000px;
	margin: auto;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	width: 1000px;
	margin: auto;
}

#conteneur {
	width: 1000px;
	margin: auto;
}

#conteneur #gauche {
	width: 281px;
	float: left;
	display: block;
}

#conteneur #central {
	width: 511px;
	float: left;
	display: block;
	margin: 0;
	border: 1px solid #CCC;
}

#conteneur #central p {
	text-align: justify;
	margin-left: 2px;
	margin-right: 2px;
}

#conteneur #droite {
	width: 205px;
	float: left;
	display: block;
}

#conteneur #central_live {
	width: 709px;
	float: left;
	display: block;
	margin: 0;
	border: 1px solid #CCC;
}

#menuSite {
	height: 86px;
	background-image: url(/images/design/v1/degrade_menu.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.spacer {
	clear: both;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

iframe {
	border: none;
}

/**********/
/* Titres */
/**********/

h1 {
	background-image: url(../images/design/v1/live_titre.png);
	background-repeat: repeat-x;
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: center;
}

h2 {
	margin: 0;
	padding: 4px;
	color: #1961DA;
	font-size: 14px;
}

h3 {
	color: #F90;
}

/*****************/
/* Mise en forme */
/*****************/

.centrer {
	text-align: center;
}

.droite {
	text-align: right;
}

.indente {
	width: 40%;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
}

.indente_court {
	width: 20%;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
}

.informationSite {
	font-style: italic;
}

.informationAction {
	color: #CC0000;
	font-weight: bold;
}

/*********/
/* Liens */
/*********/

a {
	color: #4B6FAE;
}

a:hover {
	color: #000;
}

p#menuLive a {
	color: #FFF;
	text-decoration: none;
}

p#menuLive a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.lienUni, a.lienUni:hover {
	color: #333;
	text-decoration: none;
}

/****************/
/* Live archive */
/****************/

.resumeLiveArchive {
	margin-left: 5px;
	margin-right: 5px;
}

/*******************/
/* Logo DirectVelo */
/*******************/

.logo_direct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.logo_velo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fb9308;
}

.logo_com {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

/***********************/
/* Sommaire horizontal */
/***********************/

ul.sommaireHorizontal {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 45px;/*24*/
    border-bottom: 1px solid #6c6;
    margin: 0;
}

ul.sommaireHorizontal li {
    float: left;
    height: 42px;/*21*/
    background-color: #cfc;
    margin: 2px 2px 0 2px;
    border: 1px solid #6c6;
}

ul.sommaireHorizontal li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

ul.sommaireHorizontal a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
	height: 35px
}

ul.sommaireHorizontal a:hover {
    background: #fff;
}

/*******************/
/* News DirectVelo */
/*******************/

.accueilNews a {
	text-decoration: none;
	color: #000;
}

.derniereNews a {
	color: #C00;
	text-decoration: none;
}

.autresNews {
	text-align: right;
	margin-top: 5px;
}

.autresNews a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px
}

h2.jourNews {
	background-image: url(../images/design/v1/live_sous_titre.png);
	background-repeat: repeat-x;
	font-size: 18px;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}

.news {
	border: 1px solid #999;
	margin: 10px 5px 10px 5px;
	padding: 5px;
}

.fondClair {
	background-color: #EEE;
}

.fondFonce {
	background-color: #CCC;
}

.news .titreNews {
	font-weight: bold;
	color: #D80;
	font-size: 14px;
}

.news .texteNews {

}

/********************/
/* Partenaires live */
/********************/

#partenaires_live {
	color: #777;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/********************/
/* Commentaire Live */
/********************/

#commentaire_live {
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	margin: auto;
	margin-top: 25px;
}

#commentaire_live p.reagir {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	margin: 0;
	padding: 0;
}

#commentaire_live p.reagir a {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#commentaire_live p.reagir span.info {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
}

/**************/
/* Formulaire */
/**************/

fieldset {
	border: 1px solid #CCC;
	margin: auto;
	width: 90%;
}

fieldset legend {
	color: #999;
}

fieldset label {
	font-weight: bold;
}

/*
label.indente {
	font-weight: bold;
	width: 40%;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
}

label.indenteCourt {
	font-weight: bold;
	width: 30%;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
}*/

/*********/
/* Table */
/*********/

/*table {
	border-collapse: collapse;
	width: 98%;
	margin: auto;
}

table th {
	vertical-align: top;
	padding: 0;
}

table td {
	vertical-align: top;
	padding: 0;
}*/

/******************/
/* Table standard */
/******************/

table.standard {
	border-collapse: collapse;
	border: 1px solid #000;
	width: 98%;
	margin: auto;
}

table.standard th {
	background-color: #DDD;
	font-weight: bold;
	vertical-align: top;
	padding: 0;
}

table.standard td {
	vertical-align: top;
	padding: 0;
}

table.standard tr.ligneClaire {
	background-color: #FFF;
}

table.standard tr.ligneFoncee {
	background-color: #DDD;
}

table.standard tr.ligneVive {
	background-color: #FF9F9F;
}

/********/
/* Live */
/********/

/**/

/**
Footer
*/

#planSiteFooter {
	background-color: #F1F1F1;
	height: 190px;
}

#planSiteFooter #titre {
	width: 100%;
	border-bottom: 1px solid #777;
	color: #777;
	text-align: left;
	font-size: 13px;
}

#planSiteFooter dl {
	float: left;
	width: 166px;/*200*/
	text-align: left;
	margin: 0;
}

#planSiteFooter dl a {
	color: #777;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

#planSiteFooter dl a:hover {
	text-decoration: underline;
	color: #000;
}

#planSiteFooter dt, #planSiteFooter dt a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

#planSiteFooter dd, #planSiteFooter ul, #planSiteFooter ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*********************************
* Programme des courses (accueil *
*********************************/

ul.programmeCourses {
	margin: 0;
	width: 100%;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.programmeCourses ul {
	color: #000;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	font-size: 12px;
	text-transform: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.programmeCourses ul li {
	padding-bottom: 10px;
	padding-top: 3px;
}

ul.programmeCourses ul li ul li {
	padding-bottom: 3px;
}

ul.programmeCourses ul li a, ul.programmeCourses ul li a:hover {
	color: #000;
	text-decoration: none;
}

ul.listeCourse li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: circle;
	margin-left: 20px
}

/*************
* Livre d'or *
*************/

.livredor_message {
	border: 1px solid #F90;
	width: 95%;
	margin: 10px auto;
	padding: 3px;
}

.livredor_message .livredor_entete {
	background-color: #F90;
	color: #FFF;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

.livredor_message .livredor_entete_clair {
	background-color: #FFAE2F;
	color: #FFF;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

.livredor_message .liredor_texte {
	padding: 5px;
}

/*****************
* Autocomplétion *
*****************/

div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

div.autocomplete ul li span.informal {
    color: grey;
}


.resumeLiveArchive a img {
	border: none;
}

.titreSondageArchive {
	font-weight: bold;
	font-size: 18px;
	color: #C00;
}