/* contenu sp�cifique, diff�rent des phases d'inscription */
#header {
	background: url(/images/home/general/header0.png) no-repeat;
	height: 30px;
}

#content {
	background: url(/images/home/general/content0.png) no-repeat top;
	min-height: 500px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#content h1{
	color: #336699;
	font-size: 1.5em;
	margin: 0 0 0 25px;
}
.fond {
	background: url(/images/home/general/fond.png) repeat-y top;
	min-height: 100px;
}

.fond2 {
	background: url(/images/home/general/fond.png) repeat-y top;
	min-height: 200px;
}
#footer {
	background: url(/images/home/general/footer0.png) no-repeat;
	height: 40px;
	width: 94%;
	padding: 45px 3% 0 3%;
}

/* Fin contenu */
/* debut tableau */

#tableau {
	position: absolute;
	background: url(/images/home/general/signin/board.png) no-repeat top;
	margin: auto auto auto 60px;
	height: 480px;
	width: 780px;
}

.tauth {
	height: 75px;
}
.tav {
	height: 75px;
	background: url(/images/home/general/signin/alert_off.png) no-repeat;
}
.tident {
	float: left;
	height: 200px;
	width: 325px;
}
.tchamp {
	float: right;
	background: url(/images/home/general/signin/input.png) no-repeat top;
	height: 200px;
	width: 455px;
}
.tpostit {
	float: left;
	height: 130px;
	width: 174px;
}
.tpostit  a:link{
	display: block;
	height: 130px;
	width: 174px;
}
.tpostit  a:hover{
	display: block;
	height: 130px;
	width: 174px;
}

.tbas {
	float: left;
	background: url(/images/home/general/signin/board_bottom.png) no-repeat top;
	height: 130px;
	width: 357px;
}
.tconnec {
	float: left;
	height: 130px;
	width: 249px;
}

.tconnec a:link{
	display: block;
	height: 130px;
	width: 249px;
}
.tconnec a:hover{
	background: url(/images/tableau/connec_on.png) top left;
	display: block;
	height: 130px;
	width: 249px;
}
/* fin tableau */
/* input */
input[type="text"],input[type="password"] {
	margin-top: 8px;
	margin-left: 7px;
	margin-bottom: 70px;
	decoration:none;
	width: 300px;
	background-color:transparent;
	color: white;
	font-size: 25px;
	border-color: transparent;
}

.homepage ,input[type="text"]:focus, input[type="password"]:focus {
	border: 2px solid green;
}