/* Déclaration de nouvelles polices */
@font-face {
    font-family: 'staywildy';
    src: url('fonts/StayWildy/StayWildy.ttf');
    font-weight: normal;
    font-style: normal;
    }
    
html {
	/* Définition du fond d'écran du site */
background-color: grey;
/*	background : url("../Images/Lillers_mairie.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
}

.element_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.element_menu li {
    display: inline;
	float: right;
}
.element_menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}

#searchinput{
	box-shadow: none;
    border-color: none;
    padding: 10px 10px;
    display: inline;
}

body {
	margin: auto;
    width: 90%;
}
h1 {
	font-family : staywildy, Arial, sans-serif;
	font-size:5em;
	margin: 0;
	margin-top :1cm;
	font-weight:normal; 
	color : #333;
}

.displayprod {
	display : inline-block;
	height : 250px;
	background-color : white;
	border:5px solid white;
	margin: 5px;
}
.prodpic {
	height: 150px;
}

#barre_boutons_admin {
	background-color: #333;
    border-radius: 100px;
    padding: 50px;
	display: inline-block;
    margin : auto;
}	
#contenu {
	background-color: white;
	padding: 25px;
	text-align: center;
}
.bouton_admin {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    width: 250px;
    height : 150px;
    line-height: 150px;
	padding: 10px;
	margin : 10px;
	display : inline-block;
	text-align: center;
}

.container {
	padding:  20px;
}

.workflow {
    border-radius: 10px;
    background-color: grey;
    width: 250px;
    height : 150px;
    line-height: 150px;
	padding: 10px;
	margin : 10px;
	display : inline-block;
	text-align: center;
}


