BODY {background: #000}

.titre4 {Font-family: "Times New Roman",times,garamond,serif;
         COLOR: white;
         font-size: 28px;
         line-height: 50px;
		 font-style: italic;
         font-weight: bold;
         text-align: center;
         letter-spacing: 3px}
.titre1 {Font-family: "Times New Roman",times,garamond,serif;
         COLOR: white;
         font-size: 22px;
		 font-style: italic;
         font-weight: bold;
         text-align: center;
         line-height: 26px;
         letter-spacing: 2px}
.textepetit {Font-family: Arial,Helvetica,sans-serif;
        COLOR: white;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        text-align: justify;
        letter-spacing: 2px;
	    margin-left: 14px;
	    margin-right: 14px}
		 
.textecentre {Font-family: Arial,Helvetica,sans-serif;
        COLOR: white;
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
		font-style: italic;
        text-align: center;
        letter-spacing: 2px;
	    margin-left: 50px;
	    margin-right: 50px}
.texte {Font-family: "Times New Roman",times,garamond,serif;
        COLOR: white;
        text-align: left;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 3px}
		 
.textevignette {Font-family: Arial,"Times New Roman",times,garamond;
        COLOR: #FFFF8E;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
        letter-spacing: 2px}

table#t01 {
    width:711px;
	height:auto;
	margin: auto;
}

table#t01 td {
    vertical-align: top;
	text-align: center;
    width:237px;
	height:190px;
}

		
A:link {COLOR: white;  text-decoration: none}
A:visited {COLOR: #0000FF;  text-decoration: none}
A:active { color: red; }
A:hover { color: green; }
