body
{
    background-color: #F9BB86;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
}

.engras{
	font-weight: bold;
}
.enitalic{
	font-style: italic;
}
.justifie{
	text-align: justify;
}
.exp{
	position: relative;
	bottom: 1px;
	font-size: .8em;
	line-height: .8em;
	vertical-align: super;
	text-decoration: none;
}
.ind{
	position: relative;
	top: 1px;
	font-size: .8em;
	line-height: .8em;
	vertical-align: sub;
	text-decoration: none;
}
.bordure{
	box-sizing: content-box;
	width: 270px;
	min-width: 270px;
 	background-color:#E4EFFF;
	border:1px solid #9FC6FF;
	padding:3px;
	border-radius:10px 0;
 }
.flottant
{
    float: right;
}
.noflottant
{
    clear: both;
}
a {
	text-decoration: none;
	color: #1F85DE;
}
h1{
	text-decoration: underline;
}
h3 {
	text-decoration: none;
	color: #154F81;
}