body{
	background: #f7f7f7 url('images/bg.jpg');
	height: 100%;
}

#page
{
	
	width:80%;
	margin:auto;
}

.container{
	width:90%;
	border-radius: 5px;
	text-align:center;
	background-color:#FFFFFF;
}

#bandeau
{
	width:100%;
	height:90px;
	margin:0 auto;	
	display:block;	
}
#logo1
{
	width:13%;
	float:left;
	height:90px;
	display: inline-block;
	text-align:center;
	vertical-align:center;
}

#logo2
{
	width:13%;
	float:left;
	height:90px;
	display: inline-block;
	text-align:center;
	vertical-align:center;
}

#img1
{
	vertical-align: middle;
	padding-right: 10px;
	width: 130px;
	height: 60px;
	float: left;
}
#img2
{
	vertical-align: middle;
	padding-right: 10px;
	width: 60px;
	height: 60px;
	float: left;
	padding-bottom: 20px;
}

#message{
	color:red;
	font-weight:bold;
	text-align:center;
}

#titre
{
	width:73%;
	height:90px;
	float:left;
	margin: 0 auto;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align:center;
	vertical-align:center;
	font-weight:bold;
	display: inline-block;
}

input[type=text], select {
  width: 35%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;

  margin: auto;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
 width: 25%;
  
}

input[type=submit] {
  background-color: grey;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: auto;
}

input[type=button] {
  background-color: grey;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: auto;
}

@media screen and (max-width: 600px) {
  label{
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  input[type=text]{
    width: 70%;
    margin-top: 0;
  }
}