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

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


body {
	background: url(MEDIA/DegradeMaintenance.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	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: 30px;
	font-style: Tahoma;
	font-size: 14px;
	/*padding-bottom: auto;*/
}

.fin {
	position: absolute;
	color: #ffffff;
	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;
}

#BasGOSC {
	position: fixed;
	/*z-index: 1;*/
	background-image:url(MEDIA/BasGOSC3.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	color:#ff4444;
	height: 200px;
	width: 250px;
}

