/* /styles/fr-chartes.css */

/* Corps du document */
BODY {
	background-color: white;
        background-image: url(../images/fond.gif); 
	color: black;
}

/* Mise en forme des paragraphes */

P {
	text-align: justify;
}

P.quest {
        text-align: justify;
	font-style: italic;
	color: blue;
        background: transparent;
}

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

P.raison {
	color: green;
	background: transparent;
}

P.note {
	font-size: small;
	margin-left: 5%;
	margin-right: 5%;
}

P.cite {
	font-style: italic;
        margin-left: 10%;
	margin-right: 10%;
}

P.exeption {
	color: red;
	background: transparent;
}

P.remarque {
	margin-left: 5%;
	margin-right: 5%;
}

DIV.center {
	text-align: center;
}

DIV.sommaire {
        font-weight: bold;
	text-align: center;
}

DIV.note {
        font-size: small;
        margin-left: 15%;
        margin-right: 15%;
}

/* Texte preformaté */
PRE {
	color: maroon;
	background: transparent;
}

/* Mise en forme du texte */
SPAN.stabilo {
	color: maroon;
	background: transparent;
	font-weight: bold;
}

SPAN.def {
        color: black;
        background-color: yellow;
	font-weight: bold;

}

SPAN.section {
	color: green;
	background: transparent;
}

/* Titres */
H1 {
}

H1.entete {
	font-size: x-large;
	font-style: italic;
	text-align: center;
}

H2 {
	color: green;
	background: transparent;
	text-align: center;
}

H3 {
        color: red;
	background: transparent;
}

H4 {
	color: navy;
	background: transparent;
	text-align: center;
}

H5 {
	color: blue;
	background: transparent;
	text-align: justify;
	font-weight: bold;
	font-size: large;
	text-indent: +3em;
}

/* Listes */
OL.A {
	list-style-type: upper-alpha;
}

UL.none {
	list-style-type: none;
}

LI {
	text-align: left;
}

/* Tables et liste de definition*/
TABLE.toc {
        border: solid;
        width: 100%;
}

TD {
	text-align: left;
}

TD.center {
	text-align: center;
}

TD.right {
	text-align: right;
}

/* TD avec differentes largeurs */
/*
TD.toc {
	margin-left: 50px;
}
*/
TD.page {
}

TD.w25 {
	text-align: justify;
	width: 25%;
}

/* TD à la fin */
TD.end-left {
	text-align: left;
	width: 25%;
}

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

/* Defintions */
DT {
}

DD {
	text-align: justify;
}

/* Images */
IMG {
	border-width : 0; 
	border-style : none; 
	border-color : inherit; 
}
/* liens */
A,A:visited {
	color: blue;
	background: transparent;
        font-weight: bold;
        text-decoration: none 
}

A:hover {
        color: #ff5500;
	background: transparent;
        font-weight: bold;
        text-decoration: none;
}

/* mise en page générique */
.center {
	text-align: center;
}

/* decorations du texte */
.u {
	text-decoration: underline;
}

.b {
	font-weight: bold ;
}

.i {
	font-style: italic;
}
