@charset "utf-8";
/* CSS Document */

.toggler {
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #003399;
	border-right: 1px solid #003399;
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	font-size: 14px;
	font-family: 'Andale Mono', sans-serif;
	color: #000033;
	cursor: default;
	background-color: #C6CBDF;
}
.toggler h3{
	color: #000066;
	font-weight: bold;
	margin-left: 20px;
}

.element {
	background-color: #FAFED8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.element ul{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/australie.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
}
 
.element p {
	margin: 0;
	padding: 4px;
}
.element a:link {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}
.element a:hover {
	color: #FF9900;
	text-decoration: blink;
	font-size: 12px;
}
.element a:visited {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	/*text-style: italic;*/
	padding:5px 0 5px 30px;
}
