/* CSS sympa, gratuit et sans pub */

HTML, BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-attachment: scroll;
	background-position: 0% 0%;
}

HTML > BODY
{
	background-attachment: fixed;
}

IMG, A.image, A.image:hover
{
	border: 0px;
	background-color: transparent;
}

H1, .big
{
	font-size: 150%;
	font-weight: bold;
}

H2
{
	border-style: double none double none;
	border-width: 3px;
	padding: 2px 12px;
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
}

HR
{
	border: 1px solid;
}

TABLE
{
	font-size: 100%;
}

CAPTION
{
	font-size: 120%;
	font-weight: bold;
	padding: 2px;
}

PRE
{
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	background-color: #E0E0E0;
	border: 1px solid #606060;
}

INPUT
{
	font-family: inherit !important;
	font-size: inherit !important;
}

TEXTAREA
{
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: white;
	border-style: solid groove groove solid;
	border-width: 2px;
}

* A:link
{
	text-decoration: underline;
}

* A:visited
{
	text-decoration: none;
}

#haut { margin: 0px; }

UL.rubriques
{
	margin: 0px;
	padding: 0px;
}   

.rubriques LI
{
	list-style: none;
	padding-left: 16px;
	white-space: nowrap;
	height: 18px;
}

.rubriques A, .liste
{
	padding: 2px 4px;
	display: block;
	text-align: left;
}

.guitext
{
	font-size: 100%;
	border-width: 2px;
	border-style: solid groove groove solid;
}

.gui
{
	font-size: 100%;
	border-width: 1px;
}

.err
{
	border: 1px solid #000080;
	padding: 2px;
	line-height: 30px;
	color: red;
	background-color: #A0A0F0;
	font-weight: bold;
}

DIV.center { text-align: center; padding-left: 50px; }

TABLE.center { margin: auto; }

.txleft { text-align: left; }

.s { text-decoration: line-through; }

TABLE.tab1, TABLE.tab2, TABLE.tab3, TABLE.tab4
{
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	font-size: 100%;
	empty-cells: show;
}

TH
{
	border-style: double none double none;
	border-width: 3px;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	white-space: nowrap;
	text-align: center;
}

TABLE.nowrap TR TD
{
	white-space: nowrap;
}

TD.num
{
	color: blue;
	vertical-align: bottom;
	text-align: right;
}

.lien
{
	width: 88px;
	height: 31px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;	
	border-color: #333344 black black #333344;		
	background-color: #DDDDDD;
}

.M, A.M { color: #0000AA; }
.F, A.F { color: #AA00AA; }
.U, A.U { color: #333333; }
.Ml { color: #4444EE; }
.Fl { color: #EE44EE; }
.Ul { color: #666666; }
.O, A.O { color: #C00000; }
.H, A.H { color: #007000; }
.V, A.V { color: #000000; }

.highlight { background-color: #C0FF40; }

.blue { color: blue }

.survol
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 150px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.menu
{
	position: absolute;
	height: 90%;
	margin: 0px;
	padding: 0px;
	left: 4px;
	width: 120px;
	z-index: 2;
}

BODY > .menu
{
	position: fixed;
}

.contenu
{
	position: absolute;
	width: 80%;
	height: 100%;
	left: 150px;
	top: 0px;
}

.b0 { background-color: #FFFFFF; }
.b1 { background-color: #000000; }
.b2 { background-color: #000080; }
.b3 { background-color: #008000; }
.b4 { background-color: #FF0000; }
.b5 { background-color: #800000; }
.b6 { background-color: #FF00FF; }
.b7 { background-color: #FF8000; }
.b8 { background-color: #FFFF00; }
.b9 { background-color: #00FF00; }
.ba { background-color: #008080; }
.bb { background-color: #00FFFF; }
.bc { background-color: #0000FF; }
.bd { background-color: #800080; }
.be { background-color: #808080; }
.bf { background-color: #C0C0C0; }

.c0 { color: #FFFFFF; }
.c1 { color: #000000; }
.c2 { color: #000080; }
.c3 { color: #008000; }
.c4 { color: #FF0000; }
.c5 { color: #800000; }
.c6 { color: #FF00FF; }   
.c7 { color: #FF8000; }  
.c8 { color: #FFFF00; }
.c9 { color: #00FF00; }
.ca { color: #008080; }
.cb { color: #00FFFF; }
.cc { color: #0000FF; }
.cd { color: #800080; }
.ce { color: #808080; }
.cf { color: #C0C0C0; }

