Agences, vous avez une mission ? Diffusez-la gratuitement ici.
Merchandiseurs, postulez aux dernières offres :
๐ Ville ๐ Enseigne ๐ Dates ๐ฏ Poste
Lille Carrefour 3-7 juillet Mise en rayon + PLV
Toulouse Intermarché 10-11 juillet
.form-annonce {
max-width: 600px;
margin: 40px auto;
padding: 20px;
background: #f8f8f8;
border-radius: 12px;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
font-family: Arial, sans-serif;
}
.form-annonce h2 {
text-align: center;
margin-bottom: 20px;
}
.form-annonce label {
display: block;
margin-top: 15px;
font-weight: bold;
}
.form-annonce input,
.form-annonce select,
.form-annonce textarea {
width: 100%;
padding: 8px;
margin-top: 5px;
border-radius: 6px;
border: 1px solid #ccc;
box-sizing: border-box;
}
.form-annonce button {
margin-top: 20px;
width: 100%;
background: #005eff;
color: white;
padding: 12px;
font-size: 16px;
border: none;
border-radius: 8px;
cursor: pointer;
}
.form-annonce button:hover {
background: #0048c6;
}