.interieur_jaune {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	vertical-align: middle;
	border: medium double #000000;
	/*padding: 8px;*/
}
.rouge_gras {
	color: #FF0000;
	font-weight: bold;
}
.unique {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
}
.textarea {
	text-align: justify;
	text-indent: 5mm;
	white-space: normal;
	position: relative;
}
p {
	text-align: justify;
	text-indent: 5mm;
}
input[type="radio"]  {
margin-right : 0px;
background-color : transparent;
border : none;
}
select, option {
background-color : #ffffff;
font : 11px normal x-small Verdana, Arial;
color : black;
} 
.rouge {
	color: #FF0000;
}
