body
{

	/*overflow:hidden;*/
	font-family: 'Calibri', Calibri, Calibri, sans-serif;
	font-size: 12px;
	-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: -moz-none;
		-o-user-select: none;
		user-select: none;

	background-color:#DBE5F1;
	background-image: url('../img/background_00.jpg');
	background-position:center ;
	background-repeat:repeat;
	background-attachment: fixed;

}

td
{
	text-align:center;
}

td.success
{
	font-size:16px;
	color:#FFFFFF;
	background-color:#4CD864;
}

td.error
{
	font-size:16px;
	color:#FFFFFF;
	background-color:#FF4137;
}

td.tbl_cell
{
	border-top: solid 1px #DBE5F1;
	border-left: solid 1px #DBE5F1;
	text-align:center;
}

input.connexion
{
	width:200px;
	height:30px;
	font-size:14px;
	font-family:'century gothic';
	background-color:#FFFFFF;
}

input[type=password].connexion
{
	width:200px;
	height:30px;
	font-size:14px;
	font-family:'century gothic';
	background-color:#FFFFFF;
}

input[type=submit].connexion
{
	width:200px;
	height:30px;
	font-size:14px;
	font-family:'century gothic';
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	background-color:#002255;
	border:solid 1px #002255;
	border-radius:5px;
}

input[type=submit].connexion:hover
{
	color:#002255;
	background-color:#FFFFFF;
	cursor:pointer;
}

@media only screen and (min-width: 100px) and (max-width: 600px)
{

	div.bloc_connexion
	{
		position:absolute;
		width:90%;
		height:90%;
		top:5%;
		left:5%;
		background-color:rgba(255,255,255,0.80);
	}
	
	td.connexion_texte
	{
		display:none;
	}
	
	td.connexion_champs
	{
		width:100%;
		text-align:center;
	}
}

@media only screen and (min-width: 600px)
{

	div.bloc_connexion
	{
		position:absolute;
		top:calc((100% - 580px) / 2);
		left:calc((100% - 600px) / 2);
		width:600px;
		height:580px;
		background-color:rgba(255,255,255,0.80);
	}
	
	td.connexion_texte
	{
		width:50%;
		height:50px;
		font-size:18px;
		color:#002255;
		font-family:'century gothic';
		text-align:right;
	}
	
	td.connexion_champs
	{
		width:50%;
		text-align:left;
	}
}