body {
	background-color: #0E2D59;
	background-image: url(../gfx/fond2.png);
	margin-top: 0px;
	margin-bottom: 0px;
}

.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 16;
	color: #333333;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 16;
	color: #0E2D59;
}

a:link, a:visited {
	color: #0E2D59;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #CC0000;
}

hr {
	color: #0E2D59;
}

h1 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	background-color: #0E2D59;
}

h2 {
	color:#0E2D59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.p1 {
	Z-INDEX: 9;
	LEFT: 155px;
	VISIBILITY: hidden;
	BORDER-BOTTOM: #ffffff 1pt solid;
	POSITION: absolute;
	TOP: 222px;
	width: 198px;
	height: 48px;
}


/* POUR LIENS DE BAS DE PAGES */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FCFCFC;
	line-height: 32px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	COLOR: #FCFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	background-color: #D6D6D6;
	text-decoration: none;
	color: #0E2D59;
}


/* TEXTES ACCORDEON */

.accordion2 {
	/*width: 400px;*/
	float: left;
	margin-left:10px;
}

.accordion2 h1 {
	border: solid 1px #89a9d2;
	cursor: pointer;
	background-image: url(../gfx/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
	padding: 5px;

}

.accordion2 h1:hover {
	background-color: #e7eef6;
}

.accordion2 h1.active {
	background-position: right 5px;
}

.accordion2 div {
	display: none;
	padding: 5px;
	background-color: #D6D6D6;
	margin: 0px;
}

