

div.mainmenu.gwatache {
	background-image: none;
}

.myclasscss {
	/* ... */
}

.bodygwatache nav.navbar{
	background-color: #000 !important;
	color:#fff;
}

.bodygwatache nav.navbar a{
	color:#fff;
}

.bodygwatache h1{
	font-size:16px;
}

.bodygwatache a{
	text-decoration:none;
}

body {
    font-family: Arial, sans-serif;
}

        .form-container {
            max-width: 500px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .form-container h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .form-group button {
            width: 100%;
            padding: 10px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
        }
        .form-group button:hover {
            background-color: #218838;
        }

button.soumettre{
	background-color: cadetblue;
	width:300px;
	display: inline-block;
}

tr.cherche{
	background-color:#efefef !important;
}

.bt-creer a{
	padding:5px 10px;
	font-size:14px;
}

tr.ligne-tache td{
	font-size:14px
}