.bordure {
	border: thin dotted #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #62638A;
	font-weight: bold;
}
.para2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
input {
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 400px;
}


.justif {
	text-align: justify;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #62638A;
}
.lignebas {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #A2B7CC;
	border-right-color: #A2B7CC;
	border-bottom-color: #A2B7CC;
	border-left-color: #A2B7CC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.titre3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A2B7CC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

