body
{
	font-family:sans-serif;
}
a
{
	color:blue;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.bouton
{
	color:navy;
	text-decoration:none;
	border:1px solid silver;
	background:#f5f5f5;
	display:block;
	float:left;
	width:200px;
	margin:2px;
	padding:1px;
}
.bouton img
{
	width:24px;
	height:24px;
	display:block;
	float:left;
}
.bouton span
{
	display:block;
	margin:2px 0 0 30px;
}
.bouton:hover
{
	color:blue;
	border-color:aqua;
	background:#dfdfff;
}

.film
{
	color:navy;
	text-decoration:none;
	border:1px solid silver;
	background:#f5f5f5;
	display:block;
	float:left;
	width:400px;
	margin:3px;
	padding:1px;
}
.film img
{
	width:75px;
	height:100px;
	display:block;
	float:left;
}
.film span
{
	display:block;
	margin:2px 0 0 80px;
	font-size:1.5em;
}
.film span span
{
	font-size:13px;
	margin:0;
}
.film:hover
{
	color:blue;
	border-color:aqua;
	background:#dfdfff;
}
#ajout_film
{
	margin:auto;
	clear:both;
	padding:4px;
	text-align:center;
}
table
{
	border-collapse:collapse;
}
table td, table th
{
	padding:5px;
	border:1px solid black;
}
.horaire
{
	position:relative;
	top:-1px;
}
.horaire img
{
	position:relative;
	top:1px;
}
.gros_bouton
{
	display:block;
	font-size:20px;
	margin:auto;
	width:200px;
	height:50px;
}
.erreur
{
	margin:2px;
	padding:2px;
	background:#ffcece;
	color:maroon;
}
.flottant
{
	float:left;
	padding:5px;
}
.flottant .droite
{
	float:right;
}

.sans_trait
{
	margin:auto;
	border:1px solid black;
	border-top:none;
}
.sans_trait td, .sans_trait th
{
	border:none;
}
.sans_trait th
{
	background:#f9f9fc;
}
.sans_trait select
{
	width:120px;
	font-size:13px;
	border:none;
}
.sans_trait select option
{
	background:#f2f2f8;
}
.gris
{
	color:#9a9a9a;
}
#menu a
{
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 3px black;
}
#menu a:hover
{
	font-size:18px;
}
#menu a span span
{
	top:-12px;
}
#menu a:hover span span
{
	top:-20px;
}
.surligne
{
	line-height:20px;
	border:1px solid red;
	background:yellow;
	font-wieght:bold;
	font-size:1.1em;
	color:red;
}
.centre
{
	text-align:center;
}
.compact
{
	margin:auto;
}
.compact th
{
	background:#d8d8d8;
}
.compact tr.paire
{
	background:#f2f2f2;
}
.compact td
{
	padding:1px 4px;
}

.jaune, .jaune td
{
	background:#ffff78;
}
.scolaire, .scolaire td
{
	background:#e7e7e7;
}
.image_tr
{
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
	filter:alpha(opacity=100);
}
.image_tr:hover
{
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	-webkit-opacity:0.7;
	filter:alpha(opacity=70);
}
.upload
{
	opacity:0;
	filter:alpha(opacity=0);
	-o-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-imac-opacity:0;
	-khtml-opacity:0;
	-webkit-opacity:0;
}
.import-film
{
    padding: 3px;
    background: #f0f0f0;
}
.import-film span
{
    display: block;
}
.import-film span span
{
    font-size: 11px;
}
.import-film img
{
    width: 30px;
    height: 40px;
    float: left;
    margin: 0 3px 3px;
}
.info.annonce
{
    color: black;
    background: #fff8b5;
}
.info.block
{
	margin: 0 0 10px;
}
.dispo-badge
{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px;
	color: black;
	text-shadow: 0 0 1px white;
}
.bg-green
{
	background: #3ae028;
}
.bg-yellow
{
	background: #e0d61f;
}
.bg-orange
{
	background: #d6650e;
}
.bg-red
{
	background: #d62828;
}
