@charset "utf-8";
/* CSS Document */




body
{
	width: 776px;
	margin: auto;
	background-color: #000000;
	background-image: url(images/fond1.jpg)
}
h1
{
color: #27333d;
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
margin-top: 10px;
margin-left: 10px;
}

h2
{
color: #27333d;
font-family: verdana;
font-size: 14px;
font-weight: bold;

margin-top: 10px;
margin-left: 20px;
}
#header
{
width:775px;
height: 227px;
background-image: url("images/header1.png");
background-repeat: no-repeat;
}

#menu, #menu ul /* Liste */     
{

        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		
}

#menu aa
{
	width : 180px; /* largeur */
	
}
#menu /* Ensemble du menu */
{
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
	
}

#menu a /* Contenu des listes */
{
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 0; /* aucune marge intérieure */
	background : #000; /* couleur de fond */
	background-image: url("images/menuder1.jpg");    /*    Pour faire varier le fond   */
	color : #FFFFFF; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */	
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
		width : 96px; /* largeur */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
	color: #FF6000; /* On passe le texte en noir... */        /*background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
		
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
		
}


#footer
{
width: 775px;  /* A vérifier*/
height: 25px;

background-image: url("images/footer.png");
background-repeat: no-repeat;
clear: both;
text-align: center;
color: #FFFFFF;
font-family: verdana;
font-size: 14px;
margin-top: 20px;
font-weight: bold;
margin: auto;
}
#footer a
{
color: white;
}
#footer a:hover
{
color: #ff6600;
font-weight: bold;
}

#conteneur
{
	width: 773px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 2px solid grey;
}
#conteneur p
{
color: #212121;
font-family: verdana;
font-size: 12px;
text-align: justify;
margin-right: 10px;
margin-left: 10px;
background-color: white;
}
#conteneur a
{
color: #818181;
text-decoration: underline;
}
#conteneur a:hover
{
color:#ff6600;
}

.gillescuche
{
width: 150px;
height: 222px;
background-image: url("images/GillesCuche.png");
background-repeat: no-repeat;
float: right;
margin-left: 10px;
}
.hcvdr
{
width: 176px;
height: 120px;
background-image: url("images/hcv.png");
background-repeat: no-repeat;
float: right;
margin-left: 10px;
}

.histo
{
width: 447px;
height: 303px;
background-image: url("images/historique.png");
background-repeat: no-repeat;
float:none;
margin-left: 130px;
}
.barre_debut
{
width: 520px;
height: 11px;
float:right;
background-image: url("images/barre_debut.png");
background-repeat: no-repeat;
}
.barre
{
width:520px;
height: 34px;
background-image: url("images/barre.png");
float:right;
background-repeat:no-repeat;
text-align:center;
text-transform:capitalize;
font-variant: small-caps;
}
.barre a
{
color:#333333;
font-family: verdana;
font-size: 70%;
font-weight: bold;
text-decoration:none;
}
.barre a:hover
{
color: #ff6000;
}
.actionvin
{
font-family: verdana;
margin-left: 10px;
}
.action
{
margin-left:150px;
}
/* Sers a garder surligner le menu de la page activée*/
.sponsor
{
margin-left:30px;
}
.plan
{
margin-left:10px;
}
m
{
text-transform:capitalize;
font-variant: small-caps;
color:#818181;
font-family: verdana;
font-size:13px;
font-weight: bold;
text-decoration:underline;
}
.img_lien
{
width:20px;
height:20px;
background-image: url("images/img_lien.png");
background-repeat: no-repeat;
float: left;
margin-right: 5px;
}

.article
{
width: 335px;
height: 933px;
background-image: url("images/Article.png");
background-repeat: no-repeat;
margin-left: 220px;
}
a img 
{ 
border: none; 
} 
.contenuGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
