/* CSS Document */

/*--------------------------logo------------------------------------------------*/
div#logo{

width:206px;
height:95px;

position:absolute;

margin-top:20px;
margin-left:300px;
}

#logo a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width:206px;
height:95px;
	color: #000 ;
	text-indent: 40px ; /* On décale le texte de 40px du bord gauche */

	text-decoration: none ;
	background: url(images/logos/logo5.png) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	
}

#logo a:hover
{
	background: url(images/logos/logo5-recto.png) no-repeat ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	
}


/*-----------------------------------menu2+hypertexte-------------------------------------*/
div#menu2-6{
position:absolute;
margin-top:275px;
margin-left:14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
height:184px;
}

 ul.menu2-texte {


 text-align:center;
    list-style-type: none;
	margin-left:-27px;  
    
    margin-top: 18px;
   
   }


 ul.menu2-texte li {
    margin-top: 2px;
	width:150px;
     }
	 
   #menu2-6 a {
    font-size:13px;
	font-weight:lighter;

    text-decoration: none; }


  #menu2-6 a:link {
   color: #EC8F02; }
	
 #menu2-6 a:hover{
font-size:13px;
 color: #EC8F02;
font-weight: bold;
}

 #menu2-6 a:visited{
text-decoration:none;
color: #EC8F02;
}


/*--------------------------titres------------------------------------------------*/
#titre-rubrique{
position:absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
/*color: #FAF643;*/
color: #EC8F02;
font-size:26px;
font-weight:lighter;
left:236px;
top:130px;

}


	 
#titre-rubrique a {
    font-size:26px;
	font-weight:lighter;

    text-decoration: none; }


 #titre-rubrique a:link {
   color: #EC8F02; }
	
#titre-rubrique a:hover{
font-size:25px;
 color: #EC8F02;

}

#titre-rubrique a:visited{
text-decoration:none;
color: #EC8F02;
}



