body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #7EB2EF;
	margin: 0px 0px 10px 0px; 
	padding: 0;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    -webkit-user-select: none;
    }
a {
	color: #000000;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	}

/* DESIGN */
#entete {
    background-image: url(/i/fondlogo.png);
    background-repeat: repeat-x;
    }
#logo {
    background-image: url(/i/logo.png);
    height: 75px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: right;

    padding-bottom: 0px;
    }
#logo h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8px;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #7A9CC7;
    height: 75px;
    }
#logo a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    }
#lienvdvem {
    font-size: 9px;
    }
#lienvdvem a{
    font-size: 9px;
    font-weight: bold;
    }

/* MENU */
#cold ul {
    margin: 0;
    padding: 0;
    background: #ffd146;
    }
#cold li {
    border-bottom: 0px solid #FFC617;
    border-top: 0px solid #FFE084;
    list-style: none;
    background-image: url(/i/menu.png);
    }
#cold li:first-child {
    border-top: 0px;
    }
#cold li a {
    color: #554;
    padding: 8px 6px 8px 12px;
    text-decoration: none;
    display: block;
    background-image: url(/i/b_menu.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    }
#cold li a:hover {
    background: #FFF7AE;
    color: #000000;
    border-left: 8px solid #7EB2EF;
    padding: 8px 4px 8px 4px;
    }
#li_menuon {
    background-image: none;
    background: #FFF7AE;
    color: #000000;
    padding: 8px 4px 8px 12px;
    text-decoration: none;
    display: block;
    }

/* HOME */
#intro {
    width: 98%;
    border: 0px #FF6600 dashed;
    margin: auto;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    }

/* FICHIERS */
#lesfichiers {
    width: 96%;
    border: 0px #FF6600 dashed;
    margin: auto;
    }
.vignette {
    float: left;
    margin-right: 6px;
    border: 1px #4E4E4E solid;
    }
.classfieldset {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    background: #ffffff;
    color: #165EB4;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    }
.legendenom {
    margin: 0px -5px 0px auto;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
    -webkit-border-radius: 10px;
    border: 1px solid #000000;
    }
.infos {
    margin: 0px -5px 0px auto;
    padding: 3px 5px 3px 5px;
    color: #4E4E4E;
    }
.infos a{
    text-transform: uppercase;
    color: #000000;
    }
.comment {
    color: #165EB4;
    background-image: url(/i/voir.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    padding-right: 20px;
    min-height: 26px;
    text-decoration: none;
    }

/* VOIR FICHIER */
#divpreload {
    padding-top: 80px;
    background-color:#FFFFFF;
    height:416px;
    border: 0px #000000 solid;
    }
#filevoir {
    margin: auto; 
    width: 320px;
    min-height: 416px;
    display: none;
    position: relative;
    border: 0px #FF6600 dashed;
    }
#filevoir img{
    width: 320px;
    border: 0px;
    }
body[orient="landscape"] #filevoir, body[orient="landscape"]  #filevoir img {
    width: 480px;
    }
body[orient="portrait"] #filevoir, body[orient="portrait"]  #filevoir img {
    width: 320px;
    }
body[orient="portrait"] #filevoir {
    height: 208px;
    }
#msgfermer {
    text-align: center;
    padding: 20px 0px 20px 0px;
    background-color: #FF6600;
    color: #FFFFFF;
    position: absolute;
    width: 300px;
    left: 10px; 
    margin-top: 10px; 
    -webkit-border-radius: 20px;
    }
body[orient="landscape"] #msgfermer {
    width: 460px;
    }
#fermer {
    background-image: url(/i/fermer.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 10px 40px 10px 0px;
    line-height: 38px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    }
#divvoirdoc, #divvoirpdf, #divvoirxls, #divvoirhtml {
    padding-top: 50px;
    }
#divvoirdoc a, #divvoirpdf a, #divvoirxls a, #divvoirhtml a{
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    }
#divvoirdoc a{
    background-image: url(/i/iconeword.png);
    }
#divvoirpdf a{
    background-image: url(/i/iconepdf.png);
    }
#divvoirxls a{
    background-image: url(/i/iconexls.png);
    }
#divvoirhtml a{
    background-image: url(/i/iconehtml.png);
    }

/* SUIVANT PRECEDENT */
.suivprec {
    padding: 10px 0px 5px 0px;
    }
.suivprec a{
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    }


