/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/* auteur C.H. 2005*/

  body { background: rgb(0, 0, 0) url(fond.jpg) no-repeat fixed right top;
    }

  #titre { width: 750px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 56px;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-style: italic;
    }

  #frame {
	border: 1px solid rgb(0, 51, 102);
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: left;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	background-color: #FFFFFF;
	/*transparence du pour Mozilla*/
	-moz-opacity: 0.7;
	/*transparence pour IE*/
	filter: Alpha(Opacity=70, FinishOpacity=70);
	/*transparence CSS3*/
	opacity:0.7;
    }

  p { margin: 10px;
    padding: 2px;
    text-align: justify;
    font-size: 0.8em;
	display:block;
    }

  p:first-letter {
	text-transform: uppercase;
	font-size: 3em;
	background-color: #FFFFFF;
	margin-right: 0.1em;
	float: left;
    }

	
