1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
/*******************************************************************************
* Feuille de style par dfaut
* Site NAT
*
******************************************************************************
* Copyleft (C) 2006 Bruno Mascret
* Author : Bruno Mascret
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
******************************************************************************
Please read all the terms of this licence GNU/GPL at http://www.gnu.org/
*/
/*General*/
body.sommaire{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8pt;
text-align:left;
margin: 5px;
}
body {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11pt;
background-color : #F8F8FF;
text-align:left;
margin: 5px;
}
h1{
font-size:14pt;
text-align: center;
margin-top:10px;
margin-bottom: 15px;
}
h2{
font-size:12pt;
padding-bottom:0;
margin-bottom:3px;
margin-top:10px;
}
h3{
font-size:11pt;
padding-bottom:0;
margin-bottom:3px;
margin-top:10px;
}
li{
/*list-style-type:decimal;*/
}
p{
margin:2px;
}
object {
width:200px;
height:600px
}
.visible {
color:red;
font-weight:bold;
}
#mentions
{
font-size:10pt;
text-align:center;
font-style:italic;
}
#mentions img{
vertical-align:middle;
}
#corps{
margin-left:20%;
margin-right:1%;
max-height: 95%;
/*width:80%;*/
text-align:justify;
}
#sommaire{
margin: 0 0.5em 0.5em 0em;
width: 15%;
left:1%;
position:fixed;
float:left;
background-color : #000066;
clear: both;
text-align:right;
padding:1% 1% 1% 0;
}
|