form{
	display:none;
}
menu{
	display:none;
}
header{
	display:none;
}
img{
	height:350px;
}
#rapport1{
	display:inline;
}
em{
	font-size:10px;
	text-align:center;
}
#search{
	font-size:60px;
	border-width:4px;
	border-color: black;
}
.actu{
	border-style:solid;
	border-color:black;
	border-radius:20px;
	padding: 5px;
}
#results{
	border-style:solid;
	border-top-style:none;
	border-color:black;
	border-radius:0px 0px 20px 20px;
	padding: 5px;
}
section{
	text-align:center;
	font-family:Arial;
}
table{
	text-align:center;
	font-family:Arial;
}
td{
	text-align:center;
	vertical-align:center;
}
h1{
	font-family:Arial;
}
h2{
	font-family:Arial;
	padding: 5px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
a{
	display:none;
}
.horaires{
	padding-right: 0px;
	padding-left: 0px;
	font-size:10px;
}
.hide{
	display:none;
}
.containner{
	text-align:left;
	border-style:solid;
	border-color: black;
	border-width: 1px;
	border-radius:10px;
	padding: 10px;
}
.containner_red{
	text-align:left;
	border-style:solid;
	border-color: red;
	border-width: 1px;
	border-radius:10px;
	padding: 10px;
}
.anim_txt{
	color:#ee96e9;
	font-weight:bold;
	font-size:20px;
}
.client_txt{
	color:#93c47d;
	font-weight:bold;
	font-size:20px;
}
.magasin_txt{
	color:#f6b26b;
	font-weight:bold;
	font-size:20px;
}
.ope_txt{
	color:#6d9eeb;
	font-weight:bold;
	font-size:20px;
}
.anim_add{
	background-color:#ee96e9;
	box-shadow:3px 3px grey;
	padding: 5px;
	font-size:20px;
	border-radius:20px;
}
.client_add{
	background-color:#93c47d;
	box-shadow:3px 3px grey;
	padding: 5px;
	font-size:20px;
	border-radius:20px;
}
.magasin_add{
	background-color:#f6b26b;
	box-shadow:3px 3px grey;
	padding: 5px;
	font-size:20px;
	border-radius:20px;
}
.ope_add{
	background-color:#6d9eeb;
	box-shadow:3px 3px grey;
	padding: 5px;
	font-size:20px;
	border-radius:20px;
}
.button{
	display:none;
}
.rouge
{
	margin:5px;
	padding:5px;
	border-radius:5px;
	background-color:#e70000;
	color:white;
	font-weight:bold;
	vertical-align: center;
}
.bleu
{
	margin:5px;
	padding:5px;
	border-radius:5px;
	background-color:#66ccff;
	vertical-align: center;
}
.bleu_clair
{
	margin:5px;
	padding:5px;
	border-radius:5px;
	background-color:#bee8fd;
	vertical-align: center;
}
.b_left
{
	margin:5px;
	padding:5px;
	border-left:solid;
}
.article{
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.contrat{
	text-align:left;
	font-size:12px;
}
.poste{
	font-size:16px;
}
.bordure{
	border-style:solid;
	border-color: black;
	border-width: 1px;
}