﻿body
{
    background: url('fond_bleu.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}
label
{
	margin-left: 2em;
	display: block;
	width: 800px;
	float: left;
}

input[type=submit] {
    padding:15px 50px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=submit]:hover {
    background-color:rgba(255,204,0,0.8);
}
input[type=reset] {
    padding:15px 50px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=reset]:hover {
    background-color:rgba(255,204,0,0.8);
}
input[type=button] {
    padding:15px 50px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
input[type=button]:hover {
    background-color:rgba(255,204,0,0.8);
}








