/* 
Document   : histoire
Created on : 27 août 2009, 18:24:15
Author     : claudio
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
/* <--- histoire detail */

#menuHistoire {
    list-style-type:none;
    width: 617px; height: 66px;
    margin: 12px 0px 25px 20px;
	padding:0px;
    background-image: url("../images/historique-frise.png");
	background-repeat:no-repeat;
}

#menuHistoire li { float:left; margin:0px; padding:0px;}

#menuHistoire li a {
    display: block;
    background-repeat: no-repeat;
    height: 50px;
    text-decoration: none;
	border:0;
    left:0px;
}

#menuHistoire li a span { display: none; }

#menuHistoire li a#menuHAntiquite { background-position: 0px 0px; margin-right: 1px; width: 77px;}
#menuHistoire li a#menuHMoyenAge { background-position: -82px 0px; margin-right: 1px; width: 76px;}
#menuHistoire li a#menuHRenaissance { background-position: -164px 0px; margin-right: 1px; width: 86px;}
#menuHistoire li a#menuHLumiere { background-position: -246px 0px; margin-right: 1px; width: 109px;}
#menuHistoire li a#menuHRomantisme { background-position: -328px 0px; margin-right: 1px; width: 102px;}
#menuHistoire li a#menuH20emeSiecle { background-position: -410px 0px; margin-right: 1px; width: 83px;}
#menuHistoire li a#menuH21emeSiecle { background-position: -492px 0px; width: 75px;}

#menuHistoire li a.selected#menuHAntiquite { background-position: 0px -66px; }
#menuHistoire li a.selected#menuHMoyenAge { background-position: -82px -66px; }
#menuHistoire li a.selected#menuHRenaissance { background-position: -164px -66px; }
#menuHistoire li a.selected#menuHLumiere { background-position: -246px -66px; }
#menuHistoire li a.selected#menuHRomantisme { background-position: -328px -66px; }
#menuHistoire li a.selected#menuH20emeSiecle { background-position: -410px -66px; }
#menuHistoire li a.selected#menuH21emeSiecle { background-position: -492px -66px; }



