@font-face {
    font-family: 'shadowedgermanicaregular';
    src: url('shadowed_germanica-webfont.eot');
    src: url('shadowed_germanica-webfont.eot?#iefix') format('embedded-opentype'),
         url('shadowed_germanica-webfont.woff') format('woff'),
         url('shadowed_germanica-webfont.ttf') format('truetype'),
         url('shadowed_germanica-webfont.svg#shadowedgermanicaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image: url(/public/images/fond3.gif);
	background-repeat: repeat-y;
	background-position: top;	
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	color: #663300;
	text-decoration: none;
}
a:hover {
	/*color: #A45200;*/
	color: #DD0000;
	text-decoration: none;
}

h5 {
	font-size: 13px;
}


input {
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

input.facult {
	border-style: dotted;
}
input.noborder {
	border-style: none;
}

input.bt {
	border: 1px solid;
	border-top-color: #FFAEAE;
	border-left-color: #FFAEAE;
	border-right-color: #4F0000;
	border-bottom-color: #4F0000;	
	background-color: Maroon;
	color: White;
	font-weight: bold;
	padding: 3px;
}


a:hover {
	text-decoration: none;
}


div.errorbox {
	padding: 10px;
	width: 300px;
	background-color: #FFCACA;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}

div.msgboxok {
	padding: 10px;
	width: 300px;
	background-color: #E7F3CF;
	border-color: #57751C;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}

div#master {
	width: 1010px;
	
	background-image: url(/public/images/fond4.gif);
	background-repeat: repeat-y;
	background-position: top;	
	
	
/*	width: 919px;*/
	/*
	position: absolute;
	left: 50%;
	margin-left: -459px;
	*/
}

div.logotop {
	float: left;
	width: 626px;
	height: 126px;
}

div.blocnp {
	float: right;
/*	width: 293px;*/
	width: 384px;
	height: 126px;
}

div#topnextmatch {
	background-image: url(/public/images/next_bg.gif);
	background-repeat: no-repeat;
	height: 63px;
/*	width: 293px;*/
	width: 384px;
}

div#topprevmatch {
	background-image: url(/public/images/prev_bg.gif);
	background-repeat: no-repeat;
	height: 63px;
/*	width: 293px;*/
	width: 384px;
}

div#topnextmatch table,div#topprevmatch table {
	margin-left: 18px;
/*	width: 275px;*/
	width: 366px;
/*	margin-top:2px;*/
}

.topnpdate {
	font-weight: bold;
}

.topnpteam {
	color: #73391c;	
}

.topnpgame {
	
}

.topnptype {
	
}

.topnpscorew { /* w : win */
	color: #006400;
}
.topnpscorel { /* l : lost */
	color: #B22222;
}
.topnpscored { /* e : draw */
	color: #00008B;
}

div#bandoserv {
	background-color: #4E4E4E;
	color: White;
	font-size: 9px;
	width: 100%;
	border-bottom: 0px solid #d9d9d9;
	padding-top:0px;
	padding-bottom: 0px;
	clear: both;
	height: 12px;
	overflow: hidden;
}
div#bandoserv div#servinfodata {
	background-color: #4E4E4E;
	margin-top: 0px;
	padding-right: 10px;
}
div#bandoserv div#servinfodata div.infobar {
	padding-left: 5px;
	height: 13px;
/*	color: #6a6969;*/
	color: White;
}
div.infobar strong {
/*	color: Black;*/
	color: #FFBC3E;
	font-weight: 900;
}
div.infobar a {
	color: #FFBC3E;
}

div#bandoserv div#navinfoserv {
	float: right;
}
div#navinfoserv a {
	color: #FFBC3E;
	font-weight: bold;
}


div#left {
	width: 145px;
	margin-right: 1px;
	float: left;
}

div#left div#secinfo {
	line-height: 0px;
}

div#left div#secinfo img {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

div#menu div#menudata {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 13px;
	font-size: 12px;
}
div#menu div#menudata img {
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#commu {
	margin-top: 20px;
	
}
div#commu div#commudata {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 13px;
	font-size: 12px;
}
div#commu div#commudata img {
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}


div#right{
	width: 145px;
	margin-left: 1px;
	float: left;
}


div#zmembre div#zmembredata {
	color: #663300;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 11px;
}
div#zmembre div#zmembredata img {
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#zmembredata input {
	width: 115px;
	font-size: 10px;
	color: #aaaaaa;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

div#zmembredata input.sub {
	width: 119px;
	font-size: 10px;
	color: Black;
	border-width: 0px;
	border-style: solid;
	margin-top: 8px;
}


div#tribune div#tribunedata {
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-size: 10px;
	width: 130px;
/*	text-align: justify;*/
}

div#tribune div#tribunedata input {
	width: 115px;
	font-size: 10px;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	/*margin-left: 8px;*/
}

.trdate {
	font-weight: bold;
}
.trnom {
	font-weight: bold;
	color: #990000;
}
.datetrib {
	padding-top:4px;
	text-align: right;
	font-size: 9px;
	border-bottom: dashed 1px #990000;
}

div#tribune div#tribunedata #tribsuite {
	font-style: italic;
	text-align: right;
	padding-top:5px;
}








div#main {
	/*width: 627px;*/
	width: 718px;
	float: left;
}

div#main div#chdefer {
	background-image: url(/public/images/bgchdefer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*width: 584px;*/
	width: 675px;
	height: 18px;
	margin-left: 20px;
	margin-top: 6px;
	font-size: 12px;
}


div#main div#maindata{
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;


	font-size: 12px;
}


.tabnews {
	width: 100%;
}

.tabnews .ntets {
	background-image: url(/public/images/bgnews.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

.tabnews .ntitre {
	color: #993333;
	font-weight: bold;
	font-size: 16px;
	float: left;
}

.tabnews .nsection {	
	font-weight: bold;
	float: right;
	line-height: 18px;
}

.tabnews .ndate {
	color: #999999;
	font-style: italic;
}

.tabnews .ndata {
	text-align: justify;
	padding-top: 4px;
	padding-bottom: 6px;
}

.tabnews .ncom {
	font-style: italic;
}

div#newspage {
	text-align: center;
}

.tabprofil {

}

.label2 {
	color: Black;
	text-align: right;
	padding-right: 2px;
	padding-left: 25px;
	background-color: #F1F1F1;
	font-weight: bold;
}

.label2facult {
	color: Black;
	text-align: right;
	padding-right: 2px;
	padding-left: 25px;
	background-color: #F1F1F1;
	font-weight: normal;
}


.bt_txt_admin {
	font-size: 11px;
	font-weight: normal;
}


table.tabmatch {
	width: 98%;
}

tr.color {
	background-color: #FFF2F2;
}

table.tabmatch tr.futur {
	background-color: #FFFFB5;
}


table.tabmatch th {
	background-color: #990000;
	color: White;	
}

span.scoreg {
	color: #006400;
}
span.scored {
	color: #00008B;
}
span.scorep {
	color: #B22222;
}


span.note1 {
	font-size: 9px;
	font-style: italic;
	color: #686868;
}



.coloneannee {
	padding-right: 15px;
}

.histoyear {
	padding: 5px;
	font-weight: bold;
}


.histodate {
	text-align: right;
	padding-right: 5px;
}
.histosep {
	background-color: Black;
	width: 3px;
}
.histotrai {
	padding-top: 6px;
}
.histotrai div {
	font-size: 1px;
	line-height: 1px;
	background-color: Black;
	height: 3px;
	width: 10px;
}
.histotexte {
	padding-left: 4px;
	text-align: left;
}
.histotexte div {
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
	width: 400px;
}


/* morpion */

table.tabmorp {
	font-size: 12px;
/* font-family: "Courier New", Courier, monospace; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

.morpcase {
	width: 21px;
	height: 21px;
	text-align: center;
}

.morpcasewin {
	width: 21px;
	height: 21px;
	text-align: center;
	background-color: #9ACD32;	
}

.morpsep {
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	background-color: Black;
}

.morsepver {
	font-size: 1px;
	line-height: 1px;		
	height: 1px;
	background-color: Black;	
}

.morbtsub {
	font-size: 11px;
	background-color: White;
	color: Black;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

.morradio {
	border: 0px;
	background-color: #F1F1F1;
}


div#datamorpion {
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 11px;
}

/* server */

div#server {
}

div#server div#serverdata {
	color: #663300;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 11px;
}

div#server div#serverdata img {
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}


/* matchs a venir */
table.nextmatch {
	margin-bottom: 0px;
	width: 100%;
}

table.nextmatch td.nmcol1 {
	width: 190px;
}

table.nextmatch td.nmcol2 {

}

table.nextmatch td.nmcol3 {
	width: 180px;
}
div.ulistbox {
	padding-bottom: 10px;
}
div.sepnextmatch {
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


span.lab_mathavenir {
	color: #990000;
	font-weight: bold;
}

table.tabcalendrier {
	width: 678px;
	border-color: #ADADAD;
	background-color: #B6B6B6;
}
table.tabcalendrier th {
	width: 93px;
	background-color: Black;
	color: White;
}
table.tabcalendrier th a {
	color: White;
}


table.tabcalendrier td {
	height: 93px;
}

table.tabcalendrier .numjour {
	color: Black;
	font-weight: bold;
	font-size: 10px;
	display: block;
	padding-bottom: 4px;
}

table.tabcalendrier td.jour {
	width: 93px;	
	background-color: White;
}
table.tabcalendrier td.jourgris {
	width: 93px;
	background-color: #EDEDED;
	color: #8A8A8A;
}
table.tabcalendrier td.jourtoday {
	width: 93px;
	background-color: #F5DFDF;
	color: Maroon;
	font-weight: bold;
}
table.tabcalendrier td.jourtoday .numjour {
	color: Maroon;
	font-weight: bold;
	font-size: 10px;
}

div#infoBox {
	width: 600px;
	height: 340px;
	border: 2px solid;
	border-left-color: #CFCFCF;
	border-top-color: #CFCFCF;
	border-bottom-color: #616161;
	border-right-color: #616161;
	position: absolute;
	background-color: White;
	padding: 5px;
	margin-left: 35px;
	margin-top: 60px;
	
	display: none;
}

div#navdroit {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}


table.recapdroit {
	border-collapse: collapse;
}
table.recapdroit td.head {
	
}
table.recapdroit td.case {
	font-weight: bold;
	text-align: center;
	width: 16px;
}


.role {
	font-style: italic;
	font-size: 11px;
	color: #666666;
}


div.caselivredor {
	width: 435px;
	margin-left: 120px;
	background-color: #F3F3F3;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	border-bottom: 1px solid Maroon;
}



div.casecontact {
	width: 435px;
	margin-left: 120px;
	background-color: #F3F3F3;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	border-bottom: 1px solid Maroon;
}

div.casecontact .contacthead {
	padding-bottom: 8px;
	font-size: 14px;
}
div.casecontact .contactdate {
	font-size: 11px;
	font-style: italic;
}
div.casecontact .contactcontact {
	padding-bottom: 8px;
}
div.casecontact .contactsec {
	font-size: 14px;
	display: block;
	padding-bottom: 12px;
}
div.casecontact .contactdatematch {
	font-weight: bold;	
	font-size: 14px;
	color: Maroon;
}
div.casecontact .contactdatematch strong {
	color: Black;
}

div.casecontact .contactmap {
	
}
div.casecontact .contacttype {
	font-weight: bold;	
	font-size: 14px;
}
div.casecontact .contactcom {
	padding-top: 8px;
}
.notedroit {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #5B5B5B;
}

.liresuite {
	text-align: right;
	font-style: italic;
	padding-bottom: 15px;
	font-weight: bold;
}



/* ** Style VT ** */
.vtchanbase {
	font-family: arial;
	
	padding-left: 0px;
	
	padding-top: 1px;
	padding-bottom: 1px;
}
.vtchanbase img {
	padding-right: 2px;	
}
.vtchan {
	padding-left: 20px;
	
	padding-top: 1px;
	padding-bottom: 1px;
}
.vtchanname {
	
}
.vtuser {
	padding-left: 20px;
	
	padding-top: 1px;
	padding-bottom: 1px;
}
.vtcom {
	font-style: italic;
	color: #999;	
}
.vtheader {
	padding-bottom: 10px;
}
.vtbody {
	height: 250px;
	overflow: auto;
	border: 1px solid #cccccc;
}

