/* COMMON STYLE */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	color : #818181;
	font-size : 15px;
	font-weight: normal;
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	text-align: justify;
}

.blurry-text {
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

@font-face {
    font-family: 'clingyregular';
    src: url('clingy-webfont.woff2') format('woff2'),
         url('clingy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'expresswayregular';
    src: url('expressway-free.regular-webfont.woff2') format('woff2'),
         url('expressway-free.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_sans_widenormal';
    src: url('novecentosanswide-normal-webfont.woff2') format('woff2'),
         url('novecentosanswide-normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_sans_wide_bookbold';
    src: url('novecentosanswide-bold-webfont.woff2') format('woff2'),
         url('novecentosanswide-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* SPECIFIC STYLES */

.Menu {
	font-size: 11px;
	text-transform: none;
	letter-spacing: 2px;
	font-family: clingyregular, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.UneTitle {
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #245b8d;
	letter-spacing: 1px;
	font-weight: bold;
}
.UneDate {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 9px;
	letter-spacing: 1px;
}
.UneText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
.BizText {
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}


.Mediassoc {
	color: #879940;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
.Copyright {
	font-family: "novecento_sans_widenormal", Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: 1px;
}

.Titre {
	font-family: "novecento_sans_widenormal", Verdana, Geneva, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}
.TitreBold {
	font-family: "novecento_sans_wide_bookbold", Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}
.ContactForm {
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #245b8d;
	border: thin solid #CCC;
	border-radius: 5px;
	text-indent: 5px;
}
.LoginForm {
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #245b8d;
	border: thin solid #CCC;
	border-radius: 5px;
	height: 16px;
}
.LoginFormTextArea {
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #245b8d;
	border: thin solid #CCC;
	border-radius: 5px;
}

.LoginFormRed {
	font-family: expresswayregular, Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #CC0000;
	border: thin solid #C00;
	border-radius: 5px;
	height: 16px;
}

.ContactButton {
	font-family: "novecento_sans_wide_bookbold", Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #879940;
	border: medium solid #245b8d;
	height: auto;
	border-radius: 10px;
	background-color: #FFF;
}
.ContactButtonGrey {
	font-family: "novecento_sans_wide_bookbold", Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #999999;
	border: medium solid #999999;
	height: auto;
	border-radius: 10px;
	background-color: #FFF;
}

.ContactButtonRed {
	font-family: "novecento_sans_wide_bookbold", Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #CC0000;
	border: medium solid #CC0000;
	height: auto;
	border-radius: 10px;
	background-color: #FFF;
}

.BizContact {
	font-family: "novecento_sans_wide_bookbold", Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	border: medium solid #879940;
	border-radius: 15px;
}

.LoginButton {
	font-family: "novecento_sans_wide_bookbold", Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #245b8d;
	border: medium solid #879940;
	height: 18px;
	border-radius: 15px;
	background-color: #FFF;
	text-transform: uppercase;
}
