@charset "UTF-8";

/* CONTENU */
#contenu {
	position: relative;
	width: 828px;
	background-color: #FFFFFF;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #2E6094;
	float: left;
}
.gauche  {
	position: relative;
	float: left;
	width: 330px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.droit  {
	position: relative;
	float: right;
	width: 330px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #333333;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	position: relative;
	width: 100%;
}
.titretext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #061739;
}
.text1  a  {
	color: #333333;
}
.text1  a:hover  {
	color: #333333;
	text-decoration: underline;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	width: 100%;
	text-align: justify;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #356CA8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A5685;
	margin-bottom: 10px;
}

.menu .select {
	background-image: url(../images/structure/selected_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	width: 30px;
	height: 11px;
	bottom: 0px;
	left: 482px;
}
.functie {
	font-size: 14px;
	color: #333333;
}

