body
{
	background-color	: #251B22;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	margin				: 0px;
	padding				: 0px;
	padding-bottom		: 30px;
}

a, a:active
{
	color				: #251B22;
	text-decoration		: none;
	border-bottom		: dashed 1px #251B22;
}

.souligne
{
	text-decoration		: underline;
}

img
{
	border				: 1px solid black;
}

#nom
{
	margin-top		: 100px;
	margin-left		: 200px;
	letter-spacing	: 3px;
	word-spacing	: 7px;
	width			: 75%;	
	color			: #c4fd2f;
	padding-bottom	: 10px;
}

#nom h1
{
	margin-bottom	: 5px;
}

#nom .info
{
	color			: #f9c435;
	font-size		: 11px;
}

hr
{
	height				: 1px;
	color				: #c4fd2f;
	background-color	: #c4fd2f;
	height				: 1px;
	border				: 0px;
}

#basic-accordian
{
	width			: 500px;
	margin-top		: 30px;
	margin-left		: 300px;
	margin-bottom	: 30px;
	border			: 5px solid #EEE;
	padding			: 5px;
}

#basic-accordian .info
{
	margin-left		: 30px;
}

#basic-accordian .titre
{
	color			: #d72917;
}

.accordion_headings{
	padding			: 5px;
	background		: #c4fd2f;
	color			: #d72917;
	border			: 1px solid #FFF;
	cursor			: pointer;
	text-align		: right;
}

.accordion_child h3
{
	font-size		: 12px;
	text-align		: right;
	border-bottom	: 1px dashed #251B22;
	padding-right	: 30px;
	color			: #251B22;
}

.accordion_headings h2
{
	font-size		: 12px;
	margin			: 0px;
}

.accordion_headings:hover{
	background		: #f9c435;
	color			: white;
}

.accordion_child{
	padding			: 15px;
	background		: #EEE;
	text-align		: justify;
	color			: #251B22;
	line-height		: 20px;
}

.header_highlight{
	background		: #f9c435;
	color			: white;
}

div#go_top
{
	position		: fixed;
	bottom			: 10px;
	right			: 10px;
	color			: white;
	font-size		: 10px;
}

div#go_top a
{
	color				: white;
	text-decoration		: none;
	font-style			: italic;
}

div#go_top a:hover	{	text-decoration		: underline;}

div#top
{
	position		: float;
	top				: 0px;
	left			: 0px;
}

#menu
{
	position		: absolute;
	top				: 50px;
	right			: 0px;
	border-left		: #c4fd2f 1px solid;
}

#menu ul li
{
	list-style-type	: none;
	height			: 20px;
	line-height		: 20px;
	margin			: 0px 0px 0px 5px;
	padding			: 0px 0px 0px 10px;
}

#menu ul
{
	width			: 180px;
	margin 			: 0px;
	padding			: 0px;
	cursor:pointer;
}

#menu ul li			{font-size			: 10px; line-height: 20px;}
#menu ul li:hover	{background-color	: #f9c435}

#menu a,#menu a:active	{ color	: white; 	font-style : normal; font-weight : bold; border-bottom	: none;}
#menu a:hover 			{ color	: white; 	font-style : normal; font-weight : bold; border-bottom	: none;}
