@media all{
body{
color: #101010;
background-color: white;
margin-top: 0px;
margin-left: 0px;
margin-right: 2px;
margin-bottom: 4px;
font-family: tahoma, arial, helvetica, sans-serif;
background-image: url(images/fond8.jpg);
background-attachment: fixed;
background-position: 100% -20%;
background-repeat: no-repeat;
font-size: 10pt;
}

h1{
color: #A33A16;
font-size: 26pt;
background-image: url(images/fond_degrade.jpg);
background-repeat: no-repeat;
padding-left: 6px;
}

h1,h2,h3,h4,h5,h6{
font-family: tahoma, arial, helvetica, sans-serif;
margin-top: 16px;
}

acronym {
border-bottom: 1px dashed grey;
cursor: help;
}

a:link{
text-decoration: underline;
color: #CF4419;
}

a:visited{
text-decoration: underline;
color: #822C0E;
}

/* does not work in IE6 because of this line */
a:hover.fuckIE{
background-color: #FCF7F4;
}

a:hover{
text-decoration: underline;
}

table{
border-collapse: collapse;
}

sup{
font-size: 80%;
}


.titremenulien{
background-image: url('images/titre_menu.png');
background-color: white !important;
height: 20px;
}

hr{
height: 1px;
color: #606060;
max-width: 98%;
}

.description {
font-size: 10pt;
font-weight: normal;
font-family: "comic sans ms", tahoma, arial, helvetica, sans-serif;
margin-left: 8px;
color: gray;
 height: 200px;
 padding-left: 0;
}
.description img {
margin-right: 6px; margin-left: -2px; vertical-align: top; float: left; height: 200px;
}


.seancePhotosRedaction{
font-style: italic;
font-weight: bold;
text-align: center;
font-size: 10pt;
color: black;
letter-spacing: 1px;
background-color: #99CF95;
border: 1px black solid;
height: 20px;
margin-top: 20px;
}

td.seancePhotos{
border: 0px #a0a0a0 solid;
font-size: 10pt;
}

img.seancePhotos{
border: 1px #a0a0a0 solid;
margin: 1px 10px 0px 0px;
cursor: pointer;
}

h3.seancePhotos{
margin-top: 10px;
margin-bottom: 8px;
}

td.espace{
height: 26px;
}

.retour{
background-image: url('images/fleche_retour.png');
}

.bloc{
color: black;
background-color: white;
width: 512px;
border-top: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
border-bottom: 1px #808080 solid;
border-right: 1px #808080 solid;
padding-left: 2px;
padding-bottom: 1px;
}

a:visited.menulien{color: black; text-decoration: none;}
a:link.menulien{color: black; text-decoration: none;}
a:hover.menulien{color: #A33A16; text-decoration: none; background-color: transparent;}


.petit{
font-size: 9pt;
background-image: url('images/fond_tableau_360.png');
background-position: center center;
}

.menulien{
position: absolute;
background-color: #f0f0f0;
text-align: center;
width: 94px; height: 18px;
text-decoration: none;
color: black;
}

.selected{
color: #A33A16;
font-weight: bold;
font-style: italic;
text-transform: capitalize;
text-decoration: none;
}

.principal{
float: left;
position: absolute;
left: 120px;
top: 100px;
}

#menu{
width: 120px;
height: 220px;
float: left;
}

.menuover{
position: absolute;
background-color: yellow;
text-align: center;
width: 94px; height: 18px;
text-decoration: none;
}

td.arbre{
color: black;
font-size: 11pt;
vertical-align: bottom;
padding-top: 0px;
}

.titreRubrique{
font-weight: bold;
font-family: verdana, sans-serif
}

.invisible{
display: none;
}

ul.index{
padding-left: 30px;
}

li.index{
list-style-type: square;
margin-top: 10px;
}

.bordure{
border-top: 1px #d0d0d0 solid;
border-left: 1px #d0d0d0 solid;
border-bottom: 1px #808080 solid;
border-right: 1px #808080 solid;
}

.noPrinterOutput{display: inline;}
.noScreenOutput	{display: none;}
}

/* Modifs 2018 */
html {
    width: 98vw;
    padding: 0;
    margin: 0;
}
.principal {
    float: none;
    height: auto;
/*
    left: auto;
    padding-left: 120px;
*/
    left: 120px;
    position: relative;
    top: 0;
}
.imageTitre {
    border: none;
    height: 100px;
}
#menu {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -10px;
    width: 94px;
	position: absolute;
}
#menu a {
    display: block;
    text-align: center;
    text-decoration: none;
}
#menu ul, #menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menulien {
    position: relative;
    display: block;
    height: auto;
    padding: 1px 0;
}

.menulien:hover {
    background-color: yellow;
    color: #CF4419;
}
.titremenulien {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    height: 1.3em;
}
.retour {
    padding: 0;
    height: 1.5em;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    body {
        /* color: green; */
    }
    .imageTitre {
        max-width: 100%;
        height: auto;
    }
    .principal {
        float: none;
        position: relative;
        left: auto;
        top: auto;
        margin: 0 10px;
        padding-left: 0;
    }
    #menu {
        float: none;
		position: initial;
    }
    .description {
        height: auto;
        text-align: center;
    }
    .description img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .bloc {
        width: 98%;
    }
    .titremenulien, .menulien {
        margin: 0 auto;
    }
}



@media print{

body{
color: black;
background-color: white;
}

.principal{
position: absolute;
left: 8px;
top: 105px;
right: 8px;
}

a:link{
text-decoration: underline;
color: #CF4419;
}

a:visited{
text-decoration: underline;
color: #CF4419;
}

.noPrinterOutput{display: none;}
.noScreenOutput	{display: inline;}

}