/* CSS Document */

body {
	margin-top: 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	color: #333333;	
}
.back {
	background-image: url(/img/common/back_body.gif);
	background-repeat: repeat;
	background-position: right;
}
.legal {
	font-size: 10px;
	color: #999999;
}
.texte {
	font-size: 11px;
}
.subtitre {
	font-size: 11px;
	font-weight: bold;
	color: #097990;
}
.link {
	font-size: 11px;
	font-weight: normal;
	color: #097990;
}
.titre {
	font-size: 14px;
	color: #097990;
	font-style: normal;
	font-weight: bold;
}
.titretab {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #097990;
}
.prix {
	font-size: 11px;
	border: solid #F1F1F1;
	border-top-width: 0.015em;
	border-right-width: 0.015em;
	border-bottom-width: 0.01em;
	border-left-width: 0.015em;
	color: #097990;
	
}
.prix2 {
	
	border: solid #F1F1F1;
	border-top-width: 0.015em;
	border-right-width: 0.015em;
	border-bottom-width: 0.01em;
	border-left-width: 0.015em;
	
	
}
.titrecont {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #097990;
}
.titretab2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #097990;
	text-decoration:underline;
}
.titretab3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC7F;
	text-decoration:underline;

}
.titrecont3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC7F;
}

.page-title {
	margin:0;
	padding-left:8px;
	border-left:5px solid #097990;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:23px;
	color:#097990;
	font-weight:300;
}

.ul-test{
	padding-left: 10px;
	display: flex;
    align-items: center;
	height:25px;
	background-color: #097990;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}

.li-test{
	text-align: left;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	
}

a{
	color:blue;
}