/* Couleurs : #1E4A83 : foncé et #98AFFB très clair */

body {
  scrollbar-face-color: #1E4A83;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #98AFFB;
  scrollbar-arrow-color: #000000;
}

.titreSite {
  background-image: url(img/bandeau_cyclisme_1000.jpg);
}

.final {
  left: 720px;
}

.bandeau{
  background-image: url(img/bandeau_cyclisme_bas_1000.jpg);
}

.menu_cote_haut {
  border-right: 2px solid #1E4A83;
  border-left: 2px solid #1E4A83;
  border-top: 2px solid #1E4A83;
}

.menu_cote_bas {
  border-left: 2px solid #1E4A83;
  background-image: url(img/bas_cyclisme.jpg);
}

/* Menu du sport */

#navcontainer {
border-bottom: 1px solid #98AFFB;
}

#navlist
{
  border-bottom: 1px solid #98AFFB;
}

#navlist li a
{
  border: 1px solid #98AFFB;
}

#navlist li a:link {
  color: #1E4A83;
}

#navlist li a:visited {
  color: #1E4A83;
}

#navlist li a:hover
{
  background: #98AFFB;
}

#navlist li a#current
{
  background: #98AFFB;
}

#navlist li a#current:hover
{
  color: white;
  background: #98AFFB;
}

/* Sports multiples */
#listsportsmultiples
{
  background: #98AFFB;
}

#listsportsmultiples li a:link {
  color: #1E4A83;
}

#listsportsmultiples li a:visited {
  color: #1E4A83;
}

#listsportsmultiples li a:hover
{
  background: #98AFFB;
  color: white;
}

#listsportsmultiples li a#current
{
  background: #98AFFB;
  color: white;
}

#listsportsmultiples li a#current:hover
{
  color: white;
  background: #98AFFB;
}

/* Contenu */

#listresultat
{
  background: #98AFFB;
}

#listresultat li a
{
  background: #98AFFB;

}

#listresultat li a:link {
  color: #1E4A83;
}

#listresultat li a:visited {
  color: #1E4A83;
}

#listresultat li a:hover
{
  color: white;
}

#listresultat li a#current
{
  color: white;
}

/* Ligne Vous êtes ici */
#vousetesici
{
  background: #98AFFB;
  color: #1E4A83;
}

#vousetesici li a:link {
  color: #1E4A83;
}

#vousetesici li a:visited {
  color: #1E4A83;
}

#vousetesici li a:hover
{
  background: #98AFFB;
  color: white;
}

#vousetesici li a#current
{
  background: #98AFFB;
  color: white;
}

#vousetesici li a#current:hover
{
  color: white;
  background: #98AFFB;
}

div.pubGoogle {
  background-color: #1E4A83;
}

#details0 {
  background-color: #98AFFB;
}

/* PARTENAIRES */
div#partenaires div.haut {
  background: #1E4A83;
}

div#partenaires div.milieu {
  border-left:#1E4A83 1px solid;
  border-right:#1E4A83 1px solid;
  border-bottom:#1E4A83 1px solid;
}

