/* CSS Document */
	
body {
	
	font-family: "trebuchet MS", "times new roman", times, sans-serif;

	
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

h1 {
	font-size: 27px;
	color: #1c3764;
}

#contenu h2 {
	font-size: 21px;
	color: #1c3764;
	border-bottom: 1px dashed #1c3764;
	font-weight: normal;

}

#contenu a {
	color: #4282c2;
}

#contenu a:hover {
	color: #0168b3;
}

/*--------------------------------------------------------------------
/* FAQ
/**/

#contenu .qr {
	margin-top : 1em;
	margin-bottom : 1em;
}

#contenu .qr table {
	margin : 0 !important;
}

/*--------------------------------------------------------------------
/* MOOTOOLS ACCORDÉONS
/**/

#contenu div.toggler {
	cursor: pointer;

	color: #fff;
	background-color: #4390c8;
	border-left: 3px solid #0168b3;
	border-right: 3px solid #0168b3;
	border-top: 3px solid #0168b3;
	padding : 9px;
	
}

#contenu div.element {
	background-color : #fff;
	
	
}

#contenu div.element div {
	padding : 9px;
	border-left: 3px solid #0168b3;
	border-right: 3px solid #0168b3;
	border-bottom: 3px solid #0168b3;
}
