@charset "utf-8";

/*----------------initialisation-----------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin:0; padding:0; 
}

html{ 
	text-align:center; 
}

body{
	position:relative;
	text-align:left;
	background-color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul { 
	list-style:none 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; 
	font-weight:normal; 
}

fieldset, img { 
	border:0; 
}

caption, th {
	text-align: left; 
}

a:link {
	color:#d42926;
	text-decoration:none;
}
    
a:visited {
	color:#d42926;
	text-decoration:none;
}

a:hover {
	color:#d42926;
	text-decoration:underline;
}

a:active {
	color:#d42926;
	text-decoration:none;
}

.blockDashed2 a:hover {
	text-decoration:none;
}

.header ul li.selected a{
	color:#FFFFFF;
}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#5090af;
	text-decoration:underline;
}
