/* Chargement police de caractere */
@font-face {
    font-family: Comfortaa;
    src: url('../fonts/comfortaa.ttf');
}

/* Eviter espaces et bordure entre images*/
body  {
	background-color: black;
	margin  : 0;
	padding : 0;
	font-family : Comfortaa;
	color: white;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

tr { 
padding: 0; }

td { 
padding: 0; 
text-align:right;
}

img {
	border :0;
	display:block;
}

input {
	float: left;
	 margin: 1px;
}

/* Mouseover sur les boutons page pro */
.bt_connect {
	display: block;
	width: 824px;
	height: 195px;
	background: url('../images/p2_1_1.png') bottom;
	text-indent: -99999px;
}
.bt_connect:hover {
	display: block;
	width: 824px;
	height: 195px;
	background: url('../images/p2_1_1_hover.png') bottom;
	text-indent: -99999px;
}

.bt_inscript {
	display: block;
	width: 824px;
	height: 195px;
	background: url('../images/p2_2_1.png') bottom;
	text-indent: -99999px;
}

.bt_inscript:hover {
	display: block;
	width: 824px;
	height: 195px;
	background: url('../images/p2_2_1_hover.png') bottom;
	text-indent: -99999px;
}
