
body
	{
	font-family:Arial;
	font-size:13px;
	margin:0px;
	text-align:justify;
	color:#000000;
	}
	
a
	{
	color: #0000FF;
	text-decoration:none;
	}


a:visited
	{
	color: #0000FF;
	}

a:hover
	{
	color: #00FF00;
	text-decoration:none;	
	}

a:active
	{
	color: #FF0000;
	}	
	
a img
	{
	border:0px;
	}
	
img
	{
	border:0px;
	}

#form_up
	{
	border:1px solid #4479D4;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	padding:10px;
	border-radius : 10px;
	}

header	
	{
	height:60px;
	background-color:#6A91D4;
	color:#FFFFFF;
	}
	
#logo
	{
	float:left;
	width:200px;
	margin-top:2px;
	margin-left:5px;
	}

#titre
	{
	font-family:Arial;
	font-size:19px;	
	padding-top:15px;
	}
	
corps	
	{
	margin:10px;
	}
	
footer
	{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	margin-top:10px;
	text-align:center;
	}
	
input[type=submit],input[type=reset],input[type=button]
	{
	border:1px solid #4479D4;
	background-color:#FFFFFF;
	}	
	
input[type=text],input[type=password],input[type=search], input[type=email],select,input[type=checkbox],input[type=time]
	{
	border:1px solid #4479D4;
	background-color:#FFFFFF;
	margin:1px;
	}

.erreur
	{
	padding:10px;
	background-color:#FFBB80;
	width:500px;
	margin-left:auto;
	margin-right:auto;	
	}	

.ok
	{
	padding:10px;
	background-color:#CCFF80;
	width:500px;
	margin-left:auto;
	margin-right:auto;	
	}
	
#loading
	{	
	visibility:hidden;	
	}

h1
	{
	border-bottom:1px solid #99B6E6;
	color:#99B6E6;
	width:800px;	
	}		
