body{
	font-size:20px;
	background-image: url("cuir.jpg");
	background-attachment: fixed;
	color:black;
	}

#general{
	margin:20px auto;
	width:1040px;
	min-height:560px;
	padding:10px 10px 10px 70px;
	background-image: url("spirale.png");    
	background-repeat: repeat-y;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 8px black,5px 0px 5px grey;
	}

.article{
	background: linear-gradient(-45deg, rgba(55,93,129,.2), rgba(255,255,255,.5));
	margin:8px auto;
	border:1px solid #004000;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	padding:15px 15px 15px 15px;
	}

.titre{
	font-size:1.5em;
	text-transform: uppercase;
	text-shadow:1px 1px 3px gray;
	border-radius:5px 5px 0 0;
	padding-left: 5px;
	text-decoration:underline;
	}

#coucou{
	display:none;
	}

button, input{
	font:20px helvetica, arial, Trebuchet MS, sans-serif ;
	border-radius : 5px 5px 5px 5px;
	background:lightgrey;
	}
