
body {
	color: black;
	background-color: white;
	font-family: Helvetica, Arial, Sans-Serif;
/* Georgia,Garamond,Times,serif; */
	text-align: justify;
}
td {
	background-color: white;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	color: #8B0000;
}
a:hover {
	text-decoration: underline;
	color: #8B0000;
}

H1 {
	font-family: Helvetica, Arial, Sans-Serif;
}

H2 {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000077;
}
H3 {
	font-family: Helvetica, Arial, Sans-Serif;
        color: #000077;
}


/******************************************/
/*           Boite type 1                 */
/* Fond orange, titre sur fond gris*/
/******************************************/
/* ligne autour */
.box1l {
	background-color: #d3d3d3;
}

/* ligne d'en-tete */
.box1h {
	background-color: #FFDF0F;
	color: black;
	font-weight: bold;
	font-family: Verdana,sans-serif;
}

/* 2e ligne d'en-tete */
.box1h2 {
	background-color: #FFFFE0;
	color: #8B0000;
	font-weight: bold;
	font-family: Verdana,sans-serif;
	text-align: left;
}
/* corps de la boite */
.box1b {
	background-color: #FFFFE0;
	color: #8B0000;
	font-weight: normal;
	font-family: Verdana,sans-serif;
	text-align: justify;
}

/* Les liens : */
.box1h2 a, .box1b a, .box1h a {
	color: #8B0000;         
	text-decoration: underline;
}

.box1h2 a, .box1b a, .box1h a:hover {
	color: #101010;
	text-decoration: underline;
}

/******************************************/
/*           Boite type 2                 */
/* Fond Blanc, titre sur fond noir        */
/******************************************/
/* ligne autour */
.box2l {
	background-color: #d3d3d3;
}

/* ligne d'en-tete */
.box2h {
	background-color: black;
	color: white;
	font-weight: bold;
	font-family: Verdana,sans-serif;
}

/* 2e ligne d'en-tete */
.box2h2 {
	background-color: white;
	color: black;
	font-weight: normal;
	font-family: Verdana,sans-serif;
	text-align: left;
}
/* corps de la boite */
.box2b {
	background-color: white;
	color: black;
	font-weight: normal;
	font-family: Verdana,sans-serif;
	font-size: x-small;
	text-align: left;
}

/* corps de la boite */
.box2c {
	background-color: #EEEEEE;
	color: black;
	font-weight: normal;
	font-family: Verdana,sans-serif;
	text-align: left;
}

/* Les liens : */
.box2h2 a, .box2h a {
	color: #FFDF41;
	text-decoration: underline;
}

.box2b a {
	color: #000077;
	text-decoration: none;
}

.box2b a:hover {
	color: black;
	text-decoration: underline;
}
                                       
.box2c a {
	color: #000077;
	text-decoration: none;
}

.box2c a:hover {
	color: white;
	text-decoration: underline;
}
/******************************************/
/*           Boite type 3                 */
/* Fond blanc, titre Gris clair           */
/******************************************/
/* ligne autour */
.box3l {
        background-color: #d3d3d3;
}

/* ligne d'en-tete */
.box3h {
        background-color: #C0C0C0;
        color: white;
        font-weight: bold;
        font-family: Verdana,sans-serif;
}

/* 2e ligne d'en-tete */
.box3h2 {
        background-color: white;
        color: black;
        font-weight: normal;
        font-family: Verdana,sans-serif;
        font-size: x-small;
        text-align: left;
}
/* corps de la boite */
.box3b {
        background-color: white;
        color: black;
        font-weight: normal;   
        font-size: x-small;
        font-family: Verdana,sans-serif;
        text-align: justify;
}

/* Les liens : */
.box3h2 a, .box3h a:hover {
        color: silver;
        text-decoration: underline;
}

.box3b a:hover {
        color: white;
        text-decoration: underline;
}

.box3b a:link {
        color: black;
        text-decoration: none;
}

.box3b a:visited {
        color: #101010;
        text-decoration: none;
}

/******************************************/
/*           Classes particulières        */
/******************************************/

.greybox {
	background-color: #A0A0A0;
	color: white;
	font-family: Verdana,sans-serif;
	font-weight: bold;
}
.spip {
	text-align: justify;
}
   

