body{
	font-family: 'Noto Sans';
	color:#444;
	
	background-image:url('../img/background.png');
	background-repeat:repeat-y;
	background-color:#F2F2F2;
	text-align:center;
	margin:0;
	padding:0;
}

p{
	font-family: 'Noto Sans';
	font-size: 1em;
}

h1{
	font-size:2em;
}

.menulink{
	color:#FFF;
}

h2{
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	
}


td{
	height:2em;	
}

input,textarea{

	border:1px solid #AAA;
    border-radius:4px;
}

.conteneur{
	width:95vw;
	margin:auto;
	background-color:#ccc;
}




.contenu{

	padding:2empx;
	
}


.foot{
	
	background-repeat:no-repeat;
	background-color:#E0E0E0;
	text-align:center;
	padding-top:23px;
	font-weight:bold;
}





.biggrey{

width:930px;
background-color:#f1f0eb;
border:1px solid #d2c7b9;
padding:10px;
border-radius:10px;
	
}



