/* /styles/lucie.css */

/* corps du texte */
BODY {
        color: black;
        background-color: #99CCFF;
}

P {
        text-align: justify;
}

P.rep {
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
}

/* formatages génériques */
.right {
	text-align: right;
}

.center {
	text-align: center;
}

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

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

/* Titres */
H1 {
	color: green;
        background-color: #99CCFF;
	text-align: center;
}

H2 {
        font-style: italic;
        text-decoration: none;
	text-align: center;
}
				
/* Liens hyper-textes */
/* Liens hyper-textes */
A {
	COLOR: #0000FF;
	background-color: #99CCFF;
        TEXT-DECORATION: none;
}

A:visited {
        COLOR: #663399;
        background-color: #99CCFF;
        TEXT-DECORATION: none;
}
			

A:hover {
        COLOR: #ff5500;
	background-color: #99CCFF;
        TEXT-DECORATION: none;
}

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

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

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

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

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

OL.ta {
	list-style-type: lower-alpha;
}

OL.ti {
        list-style-type: upper-roman;
}
/* Images */
IMG {
	border-width : 0;
	border-style : none;
	border-color : inherit;
}
