@import "header.css";
@import "body.css";
@import "footer.css";
@import "modale.css";
@import "help.css";

* {
	font-family: 'Source Sans Pro', Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-image: url(../images/fond_page.gif);
	background-repeat: no-repeat;
}
#separator_footer, #separator_header {
	border-top: 0px solid #466398;
}

a img {
	border: none;
}

a {
	color:#445574;
	text-decoration: none;
	font-style: normal;
}

a:hover { 
	color:#2A1B6A;
	text-decoration: underline;
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

a b {
	color:#445574;
	text-decoration: none;
	font-style: normal;
}

a:hover b { 
	color:#7a2929;
	text-decoration: underline;
	font-style: normal;
}

.template {
	display: none;
}

.clickable {
	cursor: pointer;
}