@charset "UTF-8";

.titre-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5822B;
	text-decoration: none;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.texte-mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

.bordure {
	border: 1px solid #666666;
}

.titre-vert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #77A282;
	text-decoration: none;
}

.bordureorange {
	border: 1px dashed #F5822B;
}

.bordure-gauche {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5822B;
}
.prepa_or {
	border: dashed 1px #F5822B;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #F5822B;
	padding: 5px;
	margin-bottom: 30px;
}
.prepa {
	border: dashed 1px #F5822B;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	margin-bottom: 30px;
	padding: 5px;
}
.ti {
	padding-top: 30px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.bold {
	font-weight: bold;
}
.border_right {
	border-right: solid 1px #F5822B;
}
.border_bottom {
	border-bottom: solid 1px #F5822B;
	width: 100%;
}