/** Global
*******************************************************************************/
html {
	margin: 0; 
	padding: 0; 
	font-family: verdana, helvetica, arial, sans-serif; 
	background: white;
	text-align: left; 
}

body {
 	margin: 0; 
	padding: 0; 
}

form {
 	margin: 0; 
	padding: 0; 
}

td {
	color: white;
	font-size: 12px;
	vertical-align: top;
}

input {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: black; 
	border: 0px; 
	text-align: center;
	background: white;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	color: black; 
	border: 0px; 
	text-align: center;
	background: white;
}

#title {
	text-align: left; 
	margin-top: 100px;
	margin-left: 230px;
	font-size: 22px;
	font-weight: bold;
	color: #185883;
}

#copy {
	text-align: right;
	margin-right: 20px; 
	font-size: 10px;
	color: #808080;
}

#copy a {
	color: #808080;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

#content {
	width: 100%; 
	height: 150px;
	text-align: left; 
	background-color: #185883; 
	font-size: 12px;
}

#disclaimer {
	border: 3px solid red;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px;
	width:500px;
	margin:auto;
	padding: 5px;
}

#disclaimer p.text_subtitle
{
	font-weight: bold;
	color: #A90000;
}

#disclaimer p.text
{
	text-align: justify;
}

div.connexion {
	background-color:red;
	color:white;
	position:absolute;
	top:200px;
	left:400px;
	width:220px;
	-webkit-box-shadow: 2px 2px 2px #999;
	border: 1px solid black;
	padding:4px;
}

div.titre_connexion{
	margin-bottom: 8px;
	font-family: Tahoma,Helvetica;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

div.texte_connexion{
	font-family: Tahoma,Helvetica;
  font-size: 13px;
  text-align: center;
}

