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

.title {
	font-family: "Century Gothic", Verdana;
	font-size: 16px;
	color: #FFF;
}
.subtitle {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	color: #FFF;
}

.text_fr {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	color: #006984;
}
.text_en {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	color: #f12938;
	font-style: italic;
}
.div_content {
	height: 475px;
	width: auto;
	overflow: auto;
	margin: 0px;
	padding: 5px;
	scrollbar-arrow-color: #006984;
	scrollbar-3dlight-color: #006984;
	scrollbar-highlight-color: #006984;
	scrollbar-face-color: #B1EFEB;
	scrollbar-shadow-color: #006984;
	scrollbar-darkshadow-color: #006984;
	scrollbar-track-color: #006984;
}
.div_collections {
	height: 560px;
	width: 860;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #006984;
	scrollbar-3dlight-color: #006984;
	scrollbar-highlight-color: #006984;
	scrollbar-face-color: #B1EFEB;
	scrollbar-shadow-color: #006984;
	scrollbar-darkshadow-color: #006984;
	scrollbar-track-color: #006984;
}

body {
	margin: 0px;
}

a:focus { 	
	outline: none; 
}
a {
	font-family: "Century Gothic", Verdana;
	color: #006984;
	font-size: 14px;
}
a:visited {
	color: #006984;
}
a:hover {
	color: #f12938;
}.div_news {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
	color: #FFF;
	background-color: #f12938;
	height: auto;
	width: 250px;
	position: relative;
	padding: 5px;
	border: 0;
	top: auto;
	margin-top: 16px;
	left: -30px;
}.div_news_below {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
	height: auto;
	width: 250px;
	position: relative;
	top: auto;
	padding: 5px;
	border: 0;
	left: -30px;
	float: left;
}
