
	body {
	text-align:center;
		}
	
	#frame {
		width:90%;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		background-color: #FFFFFF;
		border: 1px solid #003366;
		}
		
	#contentleft {
		display: none;
		}
	
	#contentcenter {
		}
	
	#contentheader {
	display: none;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
.chapo {
	background-color: #003366;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	border-left-color: #FF3300;
	background-image: url(../UI/rouge.gif);
	background-repeat: no-repeat;
	background-position: left;
}
	#contentcenter h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: justify;
		}
		.box {
	-moz-border-radius: 10px;
	width: 90%;
	background-color: #6699CC;
	background-position: center;
	margin: 10px;
	padding: 10px;
	border: 1px solid #003366;
}
.blind {
	display: none;
}