body {
	background-color: #2a4714;
	margin:0;
}

.txt1 {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: 16;
	color: #FFFFFF;
}

.txt2 {
	font-family: Century Gothic;
	font-size: 16px;
	font-weight: 16;
	color: #688fc6;
}

a:link, a:visited {
	color: #FFFFFF;
	font-weight:bold;
}

a:hover {
	color: #333333;
}

hr {
	color: #6890c6;
	width:600px;
	height:1px;
}

li {
	color: #b0def6;
	font-size:14px;
	font-family:Century Gothic;
}

h1:first-letter {
	font-family: Century Gothic;
	color: #e81616;
	font-size: 32px;
}

h1 {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 20px;
	text-indent: 480px;
	height: 53px;
}

h2 {
	color:#6890c6;
	font-family: Century Gothic;
	font-size: 16px;
	text-indent:20px;
}

h3 {
	color:/*#000066*/#663300;
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: bold;
}



/* POUR LIENS DE BAS DE PAGES */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #e81616;
}

/* 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;
	border-left: solid 1px #6890c6;
	border-right: solid 1px #6890c6;
	padding: 5px;
	background-color: #e7eef6;
	margin: 0px;
}


.accordion2 h2 {
	border: solid 1px #89a9d2;
	cursor: pointer;
	background-image: url(../gfx/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
	padding: 5px;
}

.accordion2 h2:hover {
	background-color: #e7eef6;
}

.accordion2 h2.active {
	background-position: right 5px;
}

.accordion2 div {
	display: none;
	border-left: solid 1px #6890c6;
	border-right: solid 1px #6890c6;
	padding: 5px;
	background-color: #e7eef6;
	margin: 0px;
}

/* FIN TEXTES ACCORDEON */

