/* CSS Document */


/*=============== Navigation Principale ===================*/

#main-nav {
    text-align: left;
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:8px;
}

#main-nav a {
    text-decoration: none;
    color:#FFF;
}

#main-nav a:hover {
    text-decoration: none;
    color:#FFFFFF;
}

#rubActualites-On {
  position: absolute;
  background-image:url(../images/nav/actualiteOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  color:#65103C;
  height:19px;
  left:24px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubActualites a {
  position: absolute;
  height:19px;
  left:24px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubActualites a:hover{
	background-image:url(../images/nav/actualiteOn.gif);
	background-repeat: repeat-x;
	background-position:top;
	color:#65103C;
}

#rubLedernierno-On {
  background-image:url(../images/nav/lederniernoOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  color:#65103C;
  height:19px;
  left:161px;
  top:135px;
  padding:5px 15px 0px 15px;
  position: absolute;
}

#rubLedernierno a {
  position: absolute;
  height: 19px;
  left:161px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubLedernierno a:hover{
  background-image:url(../images/nav/lederniernoOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  color:#65103C;
}

#rubArchives-On {
  position: absolute;
  background-image:url(../images/nav/archiveOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  height: 19px;
  left:360px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubArchives a {
  position: absolute;
  height: 19px;
  left:360px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubArchives a:hover{
  background-image:url(../images/nav/archiveOn.gif);
  background-repeat: repeat-x;
  background-position:top;
}

#rubAbonnement-On {
  position: absolute;
  background-image:url(../images/nav/abonnementOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  height: 19px;
  left:473px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubAbonnement a {
  position: absolute;
  height: 19px;
  left:473px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubAbonnement a:hover{
  background-image:url(../images/nav/abonnementOn.gif);
  background-repeat: repeat-x;
  background-position:top;
}

#rubContacts-On {
  position: absolute;
  background-image:url(../images/nav/contactOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  height: 19px;
  left:670px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubContacts a {
  position: absolute;
  height: 19px;
  left:670px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubContacts a:hover{
   background-image:url(../images/nav/contactOn.gif);
  background-repeat: repeat-x;
  background-position:top;
}

#rubLiens-On {
  position: absolute;
   background-image:url(../images/nav/liensOn.gif);
  background-repeat: repeat-x;
  background-position:top;
  height: 19px;
  left:796px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubLiens a {
  position: absolute;
  height: 19px;
  left:796px;
  top:135px;
  padding:5px 15px 0px 15px;
}

#rubLiens a:hover{
  background-image:url(../images/nav/liensOn.gif);
  background-repeat: repeat-x;
  background-position:top;
}

.main-nav-items
{
    float:left;
	color: #FFFFFF;
}

