@CHARSET "UTF-8";

body {
    font-size: 13px;
    font-family: Arial, Helvetica, Sans-serif;
    color: #303030;
    padding: 4px;
}

article, aside, header, footer, nav, section {
    display: block;
}

b { color: black; }

p {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-right: 6px;
}

body header {
    position: absolute;
    left: 4px;
    top: 2px;
    width: 100%;
}

body header nav {
    position: absolute;
    left: 12px;
    top: 168px;
}

/*body aside nav {
    position: absolute;
    left: 4px;
    top: 172px;
    width: 100%;
    background-color: #3F3F3F;
    height: 24px;
}*/

body article nav ul {
    list-style:none;
    margin-left:0;
    margin-top: 0px;
    padding-left:0;
    /*height: 24px;*/
    /*margin-top: 0px; margin-bottom: 0px;*/
    /*margin: -38px;*/
} 

body article nav ul li {
    /*display: inline-block;*/
    /*border-left: 2px solid white;*/
    /*padding-left: 12px; padding-right: 12px;*/
    padding-top: 4px;
    padding-left: 2px;
    height: 24px;
}

/*body aside nav ul li:hover {
    background-color: #cfcfcf;
}*/

/*body aside nav ul li a {
    padding-right: 4px;
    color: white;
    font-weight: bold;
    text-decoration: none;

}*/

body article nav ul li a:hover {
    background-color: #cfcfcf;
    color:red;
}

/*body header nav a + a {
    padding-left: 4px;
    border-left: 1px solid #c7c7c7;
}*/

body article {
    position:absolute;
    top: 212px;
    left: 4px;
}

body article aside {
    padding:4px;
    position:absolute;
    left: 0px;
    top: 0px;
    width: 160px;
    min-height: 600px;
    background-color: whitesmoke;
}

body article article {
    position: absolute;
    left: 178px;
    top: 0px;
    width: 900px;
}

body article article h1 {
    font-size: 24px;
    margin-top: 0px;
}
body article article h2 {
    display: inline-block;
    color: #800;
    font-size: 18px;
    margin: 0px;
    width: 600px;
}

body article h3 {
    color: #800;
}

.T0 { 
    background-color: yellow; 
}

.T1 { 
    background-color: orange; 
}

.T2 { 
    background-color: red; 
}

.T3 { 
    background-color: darkred; 
}

.twelveCols { 
    column-count: 12; width: 1180px; 
}

.inline { 
    display: inline-block; vertical-align: top; 
}

/* +++ styles des images de la galerie photo +++++++++++++++++++++++++++++++  */
body article section nav p {
    float: left;
    text-align: center;
}  

.vignette {
    display: block;
    float: right;
    border: 1px solid #cfcfcf;
    padding: 8px;
    margin-left: 6px;
    width: 110px;
}


#thumbBox { /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: white;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: black;
    padding: 5px 0;
    text-align: right;
}


#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
}

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #EFEFEF;
    padding: 5px;
    z-index: 5;
}

