header
{
	background: rgb(6,195,5,0.97);
	font-family: "Comic sans MS", "Century Gothic", Calibri, Arial;
	font-size: 25px;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top: -20px;
	padding: 0px;
}
body
{
	background: /*url(theme/fond.jpg) no-repeat fixed center, */rgb(217,255,216,0.35);
	background-size: cover;
	font-family: "Comic sans MS", "Century Gothic", Calibri, Arial;
}
.impr
{
	background: none;
}
.page
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: none;
	margin-top: 0px;
	padding-top : 0px;
}
.urgent
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	border: 3px solid red;
	background: rgba(255,98,99,0.97);
	align-items: center;
	overflow: auto;
	padding: 10px;
	margin-top: 5px;
	text-align: center;
}
h2
{
	background: #17df20;
	font-size: 1;
	color: rgb(255,255,255,1);
	text-align: center;
	font-weight: bold;
	margin: 2px;
}
h3
{
	font-size: 20px;
	color: rgb(0,204,1);
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-top: 6px;
}
h4
{
	font-size: 25px;
	color: #fda6a2;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0px;
	margin-top: 2px;
}
.texteentier
{
	border: 3px solid green;
	background: rgb(153,255,154,0.97);
	align-items: center;
	overflow: auto;
	padding: 10px;
	margin-top: 5px;
}
.titre
{
	padding-top: -10px;
	font-weight: 500;
	color: #006601;
}

.champs
{
	border: solid #4ce136;
	background: white;
	margin-bottom: 5px;
}
.panel
{
	border-radius: 0px;
	background: rgba(230,255,230,0.3);
	margin-bottom:  5%;
}
.form-control
{
	border-radius: 0px;
}

.panel-title
{
	font-size: 20px;
}

.bienvenue
{
	font-size: 20px;
	color: green;
	text-align: center;
	align-items: center;
	opacity: 0.975;
	display: inline-block;
}

fieldset
{
	margin-bottom: 15px;
}
a:hover
{
	text-decoration: underline;
}
.btn
{
	border-radius: 0px;
}

footer
{
	background: rgb(6,195,5,0.97);
	color: white;
	/*font-weight: bold;*/
	padding: 0.1px;
    margin: 0px;
    align-items: center;
    /*box-shadow:  black -1px -2px 12px 1px;*/
    text-align: center;
    border: none;
    margin-top: 0px;
    margin-right: 50px;
    margin-bottom: none;
    padding: 7px;
    overflow: auto;
	width: 99%;
	float: bottom;
}

label
{
	width: 100%;
	height: 100%;
	font-weight: normal;
}
.table-responsive
{
	margin: 5px;
}
td, th
{
	text-align: center;
}
.grandecase
{
	margin: 5px;
	border-collapse: collapse;
	width: 30%;
}
legend
{
	border-bottom: solid 1px green;
	margin-top: 5px;
	font-color: green;
	font-size: 20px;
}
