/* CSS Document */

#navparole {height: 100%;
	width: 180px;
	float: left;
	border-right-width: 1px;
	border-right-color: #FFFFFF;}
#boiteparole {
	float: left;
	width: 400px;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.boitetitrenavparole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	margin-right: 5px;
	height: auto;
}
.clearboth {clear:both;
	height: 1px;}

