﻿body {
color: #ffff99;
background-color: #b0aacc;
font-family: "Bitstream Vera Sans Mono", "courier new", monospace;
font-size: 12px;
}

body.sommaire {
color: #ffff99;
background: url(../ressources/asylogo.jpg) no-repeat left top;
background-color: #3D3D6D;

font-family: "Verdana", "Bitstream Vera Sans Mono", "courier new", monospace;
font-size: 12px;
text-align:center;
}

.content{
border-top:0px;
/*border-left:2px solid #f5deb3;
border-right:2px solid #f5deb3;
border-bottom:2px solid #f5deb3;*/
display:block;
width:100%;
margin:0;
padding: 0;
overflow: auto;
}

.code-contener {
/*border-left:2px solid #f5deb3;
width:100%;
border-right:2px solid #f5deb3;
border-top:2px solid #f5deb3;
border-bottom:2px solid #f5deb3;
border-top:2px solid #555555;
border-bottom:2px solid #f5deb3;*/
overflow: hidden;

margin-top: 0px;
margin-bottom: 0px;
}

.code-img {
/*text-align:center;*/
border:0;
margin: 0;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}

td.tdfig {
background-color: #5E5E8F;
text-align: center;
width: 450px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
td.tdcode {
width: 97%;
}

.code {
width: 97%;
border:0;
border-left:2px solid #A0A0A0;
border-right:2px solid #A0A0A0;
text-align: left;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 15px;
margin: 0;
margin-top: 1px;
margin-right: 15px;
margin-bottom: 1px;
margin-left: 10px;
background-color: #3D3D6D;
background-image: url(asy.png);
background-repeat: no-repeat;
background-position: 100% 0;
}

pre {
font-size: 10pt;
font-family: "Bitstream Vera Sans Mono", "courier new", sans-serif;
padding: 0;
margin: 0;
}

div.fixedr{
position:fixed;
top:0;
right:5px;
z-index:3;
padding:0;
}

div.dynamic {
text-align: center;
margin:0;
padding:0;
margin-top:35px;
width: 350px;
height:14px;
overflow: hidden;
border: 0px solid #5f5f8f;
}

div.dynamic a.titreliste {
font-size: 14px;
font-weight: 400;
color: blue;
background-color: #ffff99;
text-decoration: none;
}
div.dynamic a.titreliste:hover {
color: red;
text-decoration: underline;
}

div.dynamic:hover {
overflow: visible;
height:450px;
background-color: #666699;
border: 3px solid #ffff99;
}

div.overflow{
text-align: center;
background-color: #666699;
height:400px;
padding:0;
margin:0px;
margin-top:20px;
display:block;
overflow: auto;
}

div.line{
text-align: center;
height: 14px;
line-height: 14px;
margin:0;
padding:0;
width: 100%;
height:14px;
position:relative;
left:0;
z-index:3;
}

img.menu{
text-decoration:none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 2px;
max-width: 320px;
max-height: 450px;
}

.hsep{
height:5px;
width:100%;
display:table;
background-image: url(barre800.png);
background-repeat: repeat-x;
background-position: top center;
}

div.left{
float:left;
}

table.tabcentre{
margin-left : auto;  /* auto est utile pour le centrage */
margin-right : auto; 
}
table.full{
padding:0;
margin:0;
text-align: center;
width:310px;
float : left;
height: 250px;
}
caption{
caption-side:bottom;
}

td.deco{
    background-color: #a099cc;
}
td.deco:hover{
    background-color: #5E5E8F;
}


div.foot{
margin-top: 15px;
padding: 5px;
text-align: center;
color: #c8c8c8;
background-color: #2C2C5C;
clear:both;
}

.menuhf{
/*word-spacing: 5px;*/
font-size: 14px;
font-weight: 400;
background-color: #3D3D6D;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
margin:0;
clear:left;
border: 3px solid #ffff99;
}

.menuhf a {color: #ffff99;}

a.lienforum {color: #ffdd00; font-weight: 700;}

.imgborder {
padding: 0px;
margin: 0px;
background-color: transparent;
border: 0;
}

.legend {
color: #ffff00;
font-size: 10pt;
}

span.space{
padding:0px;
padding-right: 20px;
}

.hidden {
visibility: hidden;
height: 0;
font-size: 0;
line-height: 0;
}

.presentation {
display:table;
text-align: center; 
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto; /* auto est utile pour le centrage */
margin-right: auto;
padding: 15px;
color: #ffff00;
background-color: #3D3D6D;
font-size: 20px;
font-weight: bold;
}

.no-deco{
text-decoration:none;
}

p.last-modif{
margin:10px;
padding:10px;
}

.builtin {
  /* font-lock-builtin-face */
  color: yellow;
  /* font-weight: bold; */
}
.comment {
  /* font-lock-comment-face */
  color: #6f6faf;
}
.comment-delimiter {
  /* font-lock-comment-delimiter-face */
  color: #6f6faf;
}
.constant {
  /* font-lock-constant-face */
  color: #99ccff;
}
.function-name {
  /* font-lock-function-name-face */
  color: #ffffff;
  /* font-weight: bold; */
}
.keyword {
  /* font-lock-keyword-face */
  color: #00ffff;
}
.string {
  /* font-lock-string-face */
  color: #ffa07a;
}
.type {
  /* font-lock-type-face */
  color: #ff0055;
  /* font-weight: bold;*/
}
.variable-name {
    /* font-lock-variable-name-face */
    color: #eedd82;
}
.documentation {
    color: #eeeeff;
    font-size: 11pt;
}

a {
    color: #ffff99;
    background-color: inherit;
    font: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

/* ============ ajouts pour l'index ==============*/

table.rubriques {width:90%; margin:auto;}

table.rubriques tr td {width:33%; height:30px; border: 2px solid lightgrey; text-align: center;}

table.rubriques tr td a {text-decoration: none;}

td.categorie1, td.categorie3, td.categorie5, td.categorie7{background-color:#56739A;}
td.categorie2, td.categorie4, td.categorie6, td.categorie8{background-color:#ffffff;}

td.categorie1 a, td.categorie3 a, td.categorie5 a, td.categorie7 a{color:#ffffff; font-weight: bold;}
td.categorie2 a, td.categorie4 a, td.categorie6 a, td.categorie8 a{color:#0000ff; font-weight: bold;}


div.footsommaire{
margin-top: 0px;
padding: 0px;
text-align: center;
color: #c8c8c8;
background-color: #2C2C5C;
clear:both;
}

.liengif, h2.liengif {color: white;}
.lienswf, h2.lienswf {color: yellow;}
.lienpdf, h2.lienswf {color: orange; font-weight: bold;}

h1 {font-size: 16pt;}
h2 {font-size: 12pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}
h5 {font-size: 7pt;}
h4 a, h5 a {color: lightblue;}

div.listeimages{}
span.apercu{background-color: #a099cc;
           padding:5px;
		   margin:5px;
		   text-align: center; 
		   display:inline-block;}
span.apercu:hover{
    background-color: #5E5E8F;
}
