@charset "UTF-8";

html{
	height: 100%!important;
}

body{
	height: 100%!important;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color:#DDDDDD;
	font-size:20px;
}


.jumbotron{
	height: 100%;	
	margin-bottom: 0;
	margin-left:200px;
	margin-top:150px;
}

.gauche{
	height:500px;
	width:500px;
	float:left;
	
}
.droite{
	height:500px;
	width:500px;
	float:left;
}

.formulaire{
	float: right;
	width: 70%;
	text-align: right;
}

