@charset "utf-8";

/* ---------- Texe ---------- */
.txt_13_bk {
	font-family:"calibri";
	font-size:13px;
	color:#000000;
}
.txt_13_cy {
	font-family:"calibri";
	font-size:13px;
	color:#00CCFF;
}
.txt_13_red {
	font-family:"calibri";
	font-size:13px;
	color:#990000;
}
.txt_12_bk {
	font-family:"calibri";
	font-size:12px;
	color:#000000;
}
.txt_11_bk {
	font-family:"calibri";
	font-size:11px;
	color:#000000;
}
.txt_11_red {
	font-family:"calibri";
	font-size:11px;
	color:#990000;
}
.txt_11_green {
	font-family:"calibri";
	font-size:11px;
	color:#66CC33;
}
.txt_11_cy {
	font-family:"calibri";
	font-size:11px;
	color:#00CCFF;
}
.txt_12_cy {
	font-family:"calibri";
	font-size:12px;
	color:#00CCFF;
}
.txt_12_red {
	font-family:"calibri";
	font-size:12px;
	color:#990000;
}
.txt_12_green {
	font-family:"calibri";
	font-size:12px;
	color:#66CC33;
}

h2 {
	font-family:"calibri";
	font-size:16px;
	font-weight:bold;
	color:#006699;
}
h3 {
	font-family:"calibri";
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

/* ---------- Copyright ---------- */
.copyright_bk {
	font-family:"calibri";
	font-size:11px;
	color:#000000;
}
.copyright_cy {
	font-family:"calibri";
	font-size:11px;
	color:#00CCFF;
}

/* ---------- Titre modules ---------- */
.titre_module_bk {
	font-family:"calibri";
	font-size:15px;
	font-weight:bold;
	color:#000000;
}

/* ---------- Liens ---------- */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.liens_bas {
	font-family:"calibri";
	font-size:12px;
	color:#FFFFFF;
}
a.liens_bas:hover {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

.liens_haut {
	font-family:"calibri";
	font-size:18px;
	color:#FFFFFF;
}
a.liens_haut:hover {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

.email_log {
	font-family:"calibri";
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

/* ---------- Log ---------- */
.log_bk {
	font-family:"calibri";
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
.log_cy {
	font-family:"calibri";
	font-size:11px;
	color:#00CCFF;
}
.log_wh {
	font-family:"calibri";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.logout_bk {
	font-family:"calibri";
	font-size:12px;
	color:#000000;
}

/* ---------- Recherche ---------- */
#recherche {
	margin-top:5px;
}
.recherche_class {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	height:auto;
	margin-top:2px;
	margin-left:2px;
	z-index:999;
}
.recherche_class ul  {
	list-style-type:none;
	margin-left:2px;
	padding:2px;
	text-align:left;
	font-family:"calibri";
}
.recherche_class ul li.focused { 
	background-color:#CCCCCC; 
	cursor:pointer;
}
.recherche_class li {
	height:auto;
	margin-top:5px;
}
.recherche_class li.film div.titre {
	font-weight:bold;
	font-size:11px;
	font-family:"calibri";
}
