@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
}

#logo_gauche{
	float:left;
	padding:10px;
	}

#logo_droite{
	float:right;
	padding:10px;
}

#centre{
	margin-left: auto;
	margin-right:auto;
	margin-top:150px;
	border:simple black 2px;
	width:700px;
}

img{
border:none;	
}
