
/**
 * GOSCouzon - Feuille de style pour l'intro
 */

/**
 * ___________________________________________________
 * Page de connexion (index.php)
 */


body {
	background-color: #000000;
	font-family: tahoma;
	color: #ff1111;
}

a {
	text-decoration: none;
	color:#dd3030;
	font-weight: bold
}

a:hover {
	color:#ffffff;
}

a img {
	border: none;
}

.rien {
	display: none;
	width: 90px;
	height: 90px;	
}

.logo {
	background-color: #000000;
	text-align: center;
	padding-top: 15%;
	//padding-bottom: auto;
}

.fin {
	position: absolute;
	color: #666666;
	font-size: 20;
	text-align: center;
	width: 99%;
	bottom: 10px;
}

.fin a {
	text-decoration: none;
	color:#666666;
	font-size: 16;
}

.fin a:hover {
	color:#ffffff;
}
