* {margin:0; padding:0;} /* reset css*/

/* -------------------------------Déclaration de mise en page commune --------------------*/
html, body{height:100%;}
body
	{
	text-align: center;
	background-color:white;
	font-family: verdana;
	font-size:10px;
	color: deepskyblue;
	}
#haut
	{
	width:100%;
	height:80px;
	background-image: url("../images/fond2.png");
	color: #ffffff;
	padding-top:20px;
	}
#hautdroit
	{
	float:right;
	margin-right:3%;
	}	
#corps
	{
	overflow:auto;
	margin-top: 30px;
	margin-left:5%;
	margin-right:5%;
	padding-bottom:70px;
	}	
#bas 	/* mettre le div pied de page en dehors du div page */
	{
	position:relative;
	height:70px;
	width: 100%;
	margin-top:-70px;
	clear: both;
	}
input[type=text]	,input[type=password]
	 {
	 width:300px;
	 }
.tab_acceuil
	{
	border:0;
	margin:auto;
	margin-top:100px;
	border-collapse : separate;
 border-spacing : 10px;
	}	
.ok
{
width:250px
}
.logo
{
height:60px;
margin-left:5%;
float:left;
}
