/*
Site lapeyre-s.net    Feuille de style pour affichage à l'écran
	Jean-Marie LAPEYRE

dernière mise à jour 200601071900
*/

/* Propriétés générales */
* {
background-color: #DADDE4;
font-family: arial, verdana, helvetica, sans-serif;
}

a {
text-decoration: none;
color: #828282;
}
a:visited {color: #828282;}
a:hover {color: #0000FF;}
a:active {color: #828282;}

img {border: 0}

/* Propriétés appliquées à la section principale */
#principal {
border-color : #000000;
border-style : solid;
border-width : 2px;
margin-left : 1%;
margin-right : 1%;
margin-top : 2%;
margin-bottom : 1%;
}
#principal { background-color: #FFFFFF}
#principal * { background-color: #FFFFFF}
#principal h1:first-child { margin-top : 0px;}
#principal h1 { text-align: center; }
#principal h2 {
text-align:center;
background-color: #DADDE4;
}

#avertissement {
border-color : #000000;
border-style : groove;
border-width : 1px;
margin-left:10%;
margin-right:10%;
margin-top:1em;
font-size:80%;
}
#avertissement *:first-child {margin-top : 0.25em;}
#avertissement *:last-child {margin-bottom : 0.25em;}
#avertissement h2{
font-size: 110%;
font-weight: bold;
font-style:oblique;
text-align:center;
background-color:#FFFFFF;
}
#avertissement h3{
margin-bottom: 0px;
font-size: 100%;
font-weight: normal;
font-style : oblique;
text-decoration: underline;
}

.element {
margin-left:1%;
margin-right:1%;
}
.element h3 {
margin-bottom: 0px;
font-size: 100%;
font-weight: normal;
font-style : oblique;
text-decoration: underline;
}

.droite {
float : right ;
margin-top : 0%;
margin-bottom : 1%;
margin-left : 2%;
}

.doc {
float:left;
padding-right:1em;
}
.titre {
max-width:45em;
font-weight: bold;
}
.description {
font-style : oblique;
font-size: 90%;
margin-left:3em;
max-width:42em;
}
.description em {text-decoration: underline;}
.accesdoc {
float : right ;
text-align:right;
margin-top : 0%;
margin-bottom : 1%;
padding-left : 1em;
}
.typedoc {
font-size: 90%;
}
.liendoc {
border-bottom-color : #828282;
border-bottom-style : dashed;
border-bottom-width : 1px;
margin-left:1em;
margin-right:1em;
}
.liendoc hr {
visibility: hidden;
}
.interdoc {
clear: both; 
visibility: hidden;
}

/* Propriétés appliquées au bas de page */
#basdepage{
clear:both;
margin-bottom:4em;
}

/* Propriétés appliquées au bandeau de licence et de conformité */
#bandeaubas {
position:fixed;
top:auto;
bottom:0;
right:0;
left:0;
width:100%;
padding-top:0.25em;
padding-bottom:0em;
padding-left:0em;
padding-right:0em;
margin:0;
margin-bottom:-0.4em;
border-top:solid 1px;
}
#bandeaubas {
background-color:#aaaaaa;
}
#bandeaubas * {
background-color:#aaaaaa;
font-weight: bold;
vertical-align: middle;
border : 0;
display: compact;
}



