@charset "utf-8";
html {
	height: 100%;
	overflow: hidden;
}
table#corps {
	height: 100%;
	width: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	table-layout: fixed;
}
table#corps td {
	vertical-align: middle;
}

body {
	min-width: 700px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
    text-align: center;
	overflow: hidden;
	background-image: url(../pix/bg-jonction.gif);
	background-position: center center;
}

@font-face {
    font-family: "Ubuntu";
    src: local("Ubuntu Regular"),
    	 url("fonts/ubuntu-r.woff") format("woff"),
    	 url("fonts/ubuntu-r.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu Italic";
    src: local("Ubuntu Regular Italic"),
    	 url("fonts/ubuntu-ri.woff") format("woff"),
    	 url("fonts/ubuntu-ri.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu Bold";
    src: local("Ubuntu Bold"),
    	 url("fonts/ubuntu-b.woff") format("woff"),
    	 url("fonts/ubuntu-b.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu Light";
    src: local("Ubuntu Light"),
    	 url("fonts/ubuntu-l.woff") format("woff"),
    	 url("fonts/ubuntu-l.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Ubuntu Light Italic";
    src: local("Ubuntu Light Italic"),
    	 url("fonts/ubuntu-li.woff") format("woff"),
    	 url("fonts/ubuntu-li.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

A:link {
	font-family: Ubuntu Bold;
	font-size: 24px;
	text-decoration: none;
}
A:visited {
	font-family: Ubuntu Bold;
	font-size: 24px;
	text-decoration: none;
}
A:hover {
	font-family: Ubuntu Bold;
	font-size: 24px;
	color: #990000;
}
.header {
	font-family: Ubuntu Bold;
	font-size: 24px;
}
.genText {
	font-family: Ubuntu;
	font-size: 12px;
}