
body {

font-family: Cursive, serif;
background-image: url(fondbleu.jpeg);
background-position: center;
opacity: 5
}

a:hover {color : red;}


.gras {font-weight: bold;
}

.input {
padding:3px;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #C0C0C0 inset;	
}

.input2 {
padding:3px;
border-radius:4px;
width:50px;
box-shadow:1px 1px 2px #C0C0C0 inset;	
}

.input3 {
padding:3px;
border-radius:5px;
width:400px;
box-shadow:1px 1px 2px 2px inset;
}