body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: smaller;
}

#entete {
	width: 100%;
	text-align: center;
}
.corps {
	background: url('../images/fond_trex3.jpg');

}
.bandeau_entete {
	font-size: 15px;
	color: #003355;
}
.bandeau_entete a{
	text-decoration: none;
	color: #003355;
}
.bandeau_entete a:hover {
	text-decoration: underline;
}

.effet_lien {
	text-decoration : none;
}

.effet_lien:hover {
	text-decoration: underline;
}

.grasoul {
	font-style: italic;
	font-weight: bolder;
}

.tit_entete {
	text-align: center;
}

.bloc_msg {
	border: 4px double #ccee93;
	padding: 0px;
	background-color: white;
	width: 80%;
}
.inbloc_msg {
	margin: 4px;
	padding: 20px 10px;
	background-color: #f8ffea;
}
.champ_msg {
	font-size: 14px;
}
fieldset {
	border: 1px solid #ccee93;
	background-color: white;
}
.msg {
	padding-left: 150px;
	padding-top: 5px;
	text-align: left;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	min-height: 100px;
}
.msg2 {
	padding-top: 5px;
	text-align: center;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	min-height: 100px;
}
.msg a, .msg2 a, .piedpage a, .coinhg a {
	text-decoration: none;
}
.msg a:hover, .msg2 a:hover, .piedpage a:hover, .coinhg a:hover  {
	text-decoration: underline;
}
.piedpage {
	width: 90%;
	border-top: 1px inset #585;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

.coinhg {
	position: absolute;
	top: 0px;
	left: 1px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
