/* Feuille de Style de islande.hirlimann.net 
(c) Ludovic Hirlimann 2002
$Id: default.css,v 1.7 2003/05/03 11:06:01 ludo Exp $
*/



/* corps du texte */
body {
  background-color:#94D6E7;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	color: black;}
	
/* titres */
h2, h3, h4 { color: #5b5b7a; font-weight: 600; }
h1 { text-align: center;}
h2 { font-variant: small-caps; font-size: 1.2em; }
h3 { font-size: 1.1em; }	
/*h4 { margin-left:5%; }*/

a { color: #6264f8; text-decoration: none; }
a:visited{ color: #9c9ccf; }
a:hover{color: Black;	text-decoration: underline; }
img {
	border-width:           0px 0px 0px 0px;
}

/*  ----pour les boites de menu---- */
.menubox {	position: fixed;  float:left;	width:170px;}

.box1 {
position: absolute;
left: 6px;
top: 70px;
border: 1px inset #C0C0D0;
padding-right: 5px;
border-width: 3px;
width: 115px;}

.box2{
position: absolute;
left: 6px;
top: 200px;
border: 1px inset #C0C0D0;
padding-right: 5px;
border-width: 3px;
width: 120px;}

/* le reste  */

.mainbox {
width:auto;
margin: 75px 50px 10px 150px; 

}
div.lien a {
	display: block;
	width: 100px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	font-size: 90%;}
div.lien a:visited{	color: purple;	}
div.lien a:hover{
	color: #9c9ccf;
	text-decoration: none;}
div.lien a span{ display: none;}
div.lien a:hover span{
	display: block;
	position: absolute;
	left: 0px;
	top: 420px;
	width: 100px;
	color: #ffffff;
	background-color: transparent;
	font-size: 0.9em;
	border: thin dashed #9c9ccf;
	padding: 5px;}

P {
	text-align: justify;
}

p:first-letter {
	font-size: 150%; font-weight: bold; color:  yellow;
}
P.rep {
	text-align:justify;
	margin-left:5%;
	margin-right: 5%;
}
BLOCKQUOTE {
	text-align: justify;
}

/*texte preformate*/
PRE {
	color: maroon;
	background: transparent;
}

/* formatages generiques */
.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* décoration du texte */
.u {
	text-decoration: underline;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

/* Ligne Horizontale*/
HR {
	width:100%;
}

/* listes */
LI {
	text-align: justify;
}

/* Images */
IMG {
	border-width : 0;
	border-style : none;
	border-color : inherit;
}

/* La table de fin  de page */
TD.end-left {
	width: 25%;
	text-align: left;
}

TD.end-centre {
	width: 50%;
	text-align: center;
}

TD.end-right{
	width: 25%;
	text-align: right;
}

td.center{
    text-align: center;
}
