﻿h1
{
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 20px;
    color: #303030;
}

h2
{
    font-family: Verdana, Arial;
    font-size: 18px;
    padding-left: 20px;
    color: #303030;
}

/*/////////////////////////////////*/
/*////////////ACCUEIL//////////////*/
/*/////////////////////////////////*/

.ItemNews:hover, ItemNews.hover
{
    cursor: pointer;
    background-color: #F3F3F3;
}
div#contenu .bandeaudroite
{
    position: relative;
    right: 0px;
}

div#contenu .bandeaudroite .LienDossiers
{
    font-size: 10px;
    text-decoration: none;
    color: #3D3D3D;
    font-weight: bold;
}

div#contenu .bandeaudroite .LienDossiers:hover
{
    color: #00B2E9;
}

div#contenu .divLastNews
{
    position: relative;
}

.ItemLastNews
{
    background-color: Black;
}

.ItemLastNews:hover, ItemLastNews.hover
{
    cursor: pointer;
    background-color: #333333;
}

/*/////////////////////////////////*/
/*/////////MULTIMEDIA//////////////*/
/*/////////////////////////////////*/

.contenuFixe .contenuPhotos
{
    width: 930px;
    height: 520px;
}

.contenuPhotos .TreeViewPhotos
{
    position: relative;
    width: 270px;
    height: 500px;
    left: 10px;
    overflow: scroll;
}

.contenuPhotos .GrillePhotos
{
    position: absolute;
    top: 48px;
    right: 10px;
    width: 650px;
    height: 500px;
    overflow: scroll;
    border-style: ridge;
    border-color: Gray;
    border-width: 5px;
}

/*/////////////////////////////////*/
/*/////////////LIENS///////////////*/
/*/////////////////////////////////*/
.contenu .Liens
{
    width: 964px;
    height: 350px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 50px;
    margin-left: -482px;
    left: 50%;
}

/*/////////////////////////////////*/
/*//////////////TEAM///////////////*/
/*/////////////////////////////////*/
div#contenu .TitresTeam
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    color: #303030;
}

div#contenu .InfosTeam
{
    padding-left: 20px;
}

/*/////////////////////////////////*/
/*//////////////MOTO///////////////*/
/*/////////////////////////////////*/
div#contenu .Moto
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #303030;
}

/*/////////////////////////////////*/
/*///////////CALENDRIER////////////*/
/*/////////////////////////////////*/
.contenuFixe .BackgroundCalendrier
{
    position: absolute;
    bottom: -9px;
    width: 964px;
    height: 432px;
    background: url(../../IMG/team_moto_barouillet-calendrier_french_cup.png) no-repeat;
    background-position: bottom;
    margin: auto;
}

.BackgroundCalendrier .GrilleCalendrier
{
    margin: auto;
}

/*/////////////////////////////////*/
/*///////////24H du MANS////////////*/
/*/////////////////////////////////*/
div#contenu .Intro24H
{
    width: 964px;
    text-align: center;
    font-family: Sans-Serif, Verdana, Arial;
    font-size: 12px;
}

div#contenu .Team24H
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #303030;
    text-align: center;
}


div#contenu .Sponsors24H
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #303030;
}

div#contenu .TexteTeam24H
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #303030;
    text-align: left;
    padding-left: 10px;
}

div#contenu .Tableau24H
{
    width: 800px;
    position: relative;
}

/*/////////////////////////////////*/
/*///////////CONTACT///////////////*/
/*/////////////////////////////////*/
.contenuFixe .BackgroundContact
{
    position: absolute;
    bottom: -9px;
    width: 964px;
    height: 500px;
    background: url(../../IMG/team_moto_barouillet-contact.png) no-repeat;
    background-position: bottom;
}

