@charset "utf-8";
Recherche {
}

.InputHomme{
	color: #ffffff;
	font-size: small;
	font-family: "Comic Sans MS";
	font-weight: bold;
	border-bottom-color: #02AADB;
	background-color: #02AADB;
	background-position: center center;
	border-top-color: #02AADB;
	border-right-color: #02AADB;
	border-left-color: #02AADB;
}

.InputFemme{
	color: #ffffff;
	font-size: small;
	font-family: "Comic Sans MS";
	font-weight: bold;
	border-bottom-color: #ff00ff;
	background-color: #ff00ff;
	background-position: center center;
	border-top-color: #ff00ff;
	border-right-color: #ff00ff;
	border-left-color: #ff00ff;
}

/* Pour mettre 3 balise l'une à coté de l'autre*/
#global {
	width: 100%;
	height: 200px;
	margin-right: 50px;
	}
#left {
	float:left;
/*	background-color:#3F0;
	background-repeat:repeat-x;	
	background-position:right;*/
	alignment-adjust:central;
	width:100px;
	height:20px;
	margin-left:60px;
}
#center {
	float:left;
/*	background-color:#C0F;
	background-repeat:no-repeat;*/
 	width:150;
	margin-left:160px;
}
#center2 {
	float:left;
/*	background-color:#C0F;
	background-repeat:no-repeat;*/
 	width:50;
	margin-left:260px;
}
#right {
	float:center;
/*	background-color:#0099FF;
	background-repeat:repeat-x;
	background-position:left;*/
	width:300;
	margin-left:310;
	alignment-adjust:center;
}

imgupload {
	max-width: 100%;
	height: auto;
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 200px;
}