
#dlfile-container {
	margin-top:10px;
	
}

#dlfile-container div.dlfile-files {
	display: block;
	clear:both;
}

#dlfile-container .dlfile-files div {
	display: block;
}

#dlfile-container .dlfile-files .detail-folder {
	float: left;
	width: 520px;
	line-height: 16px;
	font-size: 8pt;
	padding-top: 1px;
}

#dlfile-container .dlfile-files .detail-icon {
	float:left;
	width: 20px;
}

#dlfile-container .dlfile-files .detail-filename {
	float: left;
	width: 325px;
	line-height: 16px;
	font-size: 8pt;
	padding-top: 1px;
}
#dlfile-container .dlfile-files .detail-size {
	float: left;
	width: 90px;
	padding-left: 3px;
	line-height: 16px;
	font-size: 8pt;
}

#dlfile-container .dlfile-files .detail-modified {
	float: left;
	padding-left: 3px;
	line-height: 16px;
	font-size: 8pt;
}

#dlfile-container .dlfile-files .detail-delete {
	float: left;
	padding-left: 10px;
	width: 80px;
}

#dlfile-container .dlfile-files .detail-rename {
	float: left;
	padding-left: 10px;
	width: 80px;
}

#dlfile-container .dlfile-files .detail-status {
	float: left;
	padding-left: 10px;
	width: 30px;
}

#dlfile-container .dlfile-files .detail-rename a, #dlfile-container .dlfile-files .detail-delete a 
{
	text-decoration: none;
}


#dlfile-container .dlfile-header {
	clear:both;
}

#dlfile-container .sort-option {
	float: left;
	font-weight: bold;
	padding: 3px 0;
	color: #333;
}

#dlfile-container #name-sorter {
	width: 324px;
	padding-left: 20px;
}

#dlfile-container #size-sorter {
	width: 91px;
	padding-left: 3px;
}

#dlfile-container #modified-sorter {
	width: 103px;
	padding-left: 3px;
}
#dlfile-container .dlfile-description {
	padding:10px 0 10px 0;	
} 


#fileForm textarea {
	width:100%;
	height:90px;
	margin-bottom:10px;
}


.sprite {
	width: 16px;
	height: 16px;
	background-image: url(/img/sprites.png);
	background-repeat: no-repeat;
}

.s_page_white_acrobat {
	background-position: left -3443px;
}

.s_cancel {
	background-position: left -858px;
}
.s_page_white_edit {
	background-position: left -3783px;
}
.s_folder {
	background-position: left -1977px;
}
.s_page_white_excel {
	background-position: left -3817px;
}
.s_page_white_tux {
	background-position: left -4344px;
}
.s_page_white_word {
	background-position: left -4412px;
}
.s_page_white_picture {
	background-position: left -4106px;
}
.s_folder_add {
	background-position: left -1994px;
}
.s_page_white_get {
	background-position: left -3936px;
}

#dlfile-container .error {
	text-align:center;
	color:red;
}

.dlfile-breadcrumbs {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
}
.dlfile-breadcrumbs a {
	color: #1F75CC;
	text-decoration: none;
}
.dlfile-breadcrumbs a:hover {
	text-decoration: underline;
}

input.text {
    margin-bottom: 12px;
    padding: 0.4em;
    width: 95%;
}


*{
	margin: 0;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-size:11px;
}

img{
	border:0;
}

html, body {	
	height: 100%;
}
body {
	font-family: Trebuchet MS, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	height: 100%;
}
html{
	height: 100%;
}
#conteneur {
	position: relative;
	width: 100%;
	height:auto !important;
	height: 100%;
	min-height:100%;
	back/ground:url(../img/bg.gif) repeat-y;
}
#header {
	background:#fff;
	padding:10px 5px;
	margin-bottom:25px;
}
#top_saison {
	position:absolute;
	top:68px;
	right:1%;
	font-size:17px;
	color:#305c99;
	border-top:1px dashed #aaa;
	line-height:30px;
	border-bottom:1px dashed #aaa;
}
#top_right {
	position:absolute;
	top:0;
	right:0;
	padding:8px;
	text-align:right;
}
#top_recherche{
	position:absolute;
	top:16px;
	left:20%;
}
#top_recherche fieldset{
	position:relative;
	width:212px;
	padding:5px;
	float:left;
	margin-right:20px;
	border:1px solid #003882;
}
#top_recherche legend{
	padding:0 5px;
	margin-bottom:5px;
	color:#000;
	font-size:10px;
}
#top_recherche p{
	margin-bottom:6px;
}
#top_recherche label{
	font-size:10px;
}
#top_recherche input{
	position:absolute;
	left:80px;
	font-size:9px;
	width:100px;
}
#top_recherche select{
	position:absolute;
	left:80px;
	font-size:9px;
	width:130px;
}
#top_recherche .recherche_ok{
	background:#fff;
	position:absolute;
	left:190px;
	top:18px;
	width:24px;
	font-size:9px;
	border:1px solid #003882;
}

* html #top_recherche .recherche_ok{
	top:42px;
}


#main{
	overflow:auto;
	padding: 20px 15px 35px 10px;	
	clear:both;
	margin-top:20px;
}

#main h1{
	color:#c91711;
	margin-bottom:8px;
	font-size:13px;
}

#main h2{
	color:#000;
	margin-bottom:12px;
	font-size:12px;
}

#main h3{
	color:#023787;
	margin-bottom:3px;
	font-size:11px;
}

#main h3 a{
	text-decoration:none;
}

#main h4{
	background:#eee;
	padding:1px;
	color:#023787;
	font-size:11px;
	font-weight:normal;
	margin-bottom:2px;
}

#main legend{
	color:#c91711;
	font-size:13px;
	font-weight:bold;
	padding:5px 8px 0px 8px;
	line-height:36px;
}

#main fieldset{
	display:block;
	border:1px solid #305c99;
	padding:0 16px 16px 16px;
}

* html #main fieldset{
	padding-top:6px;
}


#main ul{
	margin-left:40px;
}

#fil_ariane{
	color:#305c99;
}

#fil_ariane a{
	color:#000;
}

#left{
	position:absolute;
	left:0;
	width: 200px;
	padding:5px 0;
}

#footer{
	position:relative;
	height: 18px;
	/*background:#e1e7f2;*/
	left:0;
	bottom:0;
	width: 100%;
}

#left ul{
	list-style:none;
	width:190px;
}
#left li{
	margin-bottom:2px;
	width:190px;
}
#left a{
	display:block;
	background:#fff;
	padding:5px 0;
	padding-left:10px;
	width:180px;
	text-decoration:none;
	color:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#left a:hover{	
	background:#f6f6f6;
	border-top:1px solid #67a7e3;
	border-bottom:1px solid #67a7e3;
}

/* BOUTONS */

.input_search{
    background-color:#FAFCE3;
	font-weight:normal;
	font-size : 10px;
}

.input_text{
	wi/dth:260px;
}

.input_etape{
  background:#fff;
  color:#305c99;
  font-size:10px;
	padding:5px;
  border:1px solid #414852;
	font-weight:bold;
	margin-top:5px;
}

.input_etape_on{
  background:#900;
  color:#fff;
  font-size:10px;
	padding:5px;
  border:1px solid #414852;
	font-weight:bold;
	margin-top:5px;	
}

.input_button{
    background-color : white;
    color : #000;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    border : 1px solid #414852;
}

.input_button_on{
    background:#900;
    color : #fff;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    border : 1px solid #414852;
}

/* TABLEAUX : LISTE */

.tab_liste{
	width:100%;
	border-top:1px solid #000;
	border-left:1px solid #000;
}

.tab_liste th{
	background:#e1e3eb;
	text-align:left;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding-left:2px;
}

.tab_liste td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	cursor:pointer; 
	padding:2px;
}

.tab_liste a{
	color:#000 !important;
	text-decoration:none !important;
}

.tab_liste tr:hover>td{
	background:#eee;
}

.tab_liste .trhover{
	background:#eee;
}

.tab_liste .td_noclick{
	cursor:default; 
}

.tab_liste input, .tab_liste select{
	font-weight:normal;
	width:auto;
	margin:0;
}

.ligne_rouge {
	background:#DC143C;
}

.thpadding th{
	padding:2px;
}


/* TABLEAUX : FORM */

.tab_form{
	width:100%;
	border:1px solid #000;
}

.tab_form td{
	border-top:1px solid #ddd;	
	padding:2px;
	vertical-align:top;
	text-align:left;
}

.tab_form a{
	color:#000;
}


.td_label{
	background-color:#e1e3eb;
	width:200px;
}

.td_label_on{
	background-color:#900;
	color:#fff;
	width:200px;
}

.erreur{
	color:#cc3300;
}

.field_note{
	padding-top:2px;
	font-size:11px;
	color:#666;
}

.required_note{
	padding-top:4px;
	padding-bottom:4px;
	font-size:11px;
	color:#666;
}

.tab_separateur{
	width:100%;
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
}

.tab_separateur td{		
	text-align:left;
}





#login{
	width:420px;
	height:240px;
	margin:15% auto;
	background:#67a7e3;
	border:1px solid #392f7b;
	color:#000;
}

#login fieldset{
	text-align:left;
	padding:5px;
	border:0;
	padding-top:65px;
}
#login label{
	width:200px;
	display:block;
	text-align:left;
	color:#fff;
	font-weight:bold;
	margin-bottom:2px;
}

#login input{
	width:180px;
	margin-bottom:10px;
}

#login .submit{
	width:80px;
	background:#fff;
	color:#c1232f;
	border:1px solid #392e7a;
}


#bloc_erreur{
	height:22px;
	padding:10px 0;
}

#erreur{
	color:#cc3300;
	border:1px solid #cc3300;
	padding:3px;
	text-align:center;
}

.rouge{
	color:#c91711 !important;
}

.div_grise{
	background:#eee;
	border:1px dashed #aaa;
	padding:2px;
	margin-bottom:10px;
}

#pro_html{
	padding:10px;
}

#pro_html *{
	font-size:10px;
}

#pro_html .rubrique{
	width:100%;
	background:#f6f5f5;
	clear:both;
}

#pro_html .float{
	float:left;
	font-weight:bold;
	width:155px;
}

#pro_html h1{
	font-size:11px;
	color:#023787;
	background:#fff;
	border-bottom:1px solid #c91711;
	padding:2px 5px;
}

#pro_html ul{
	margin-top:5px;
	margin-left:5px;
}

#pro_html li{
	list-style:none;
	font-weight:normal;
	line-height:16px;
}

#home_profil{
	background:#eee;
	padding:5px;
	border:1px dashed #00337f;
	margin-bottom:20px;
}

#home_suivi p{
	font-weight:bold;
	line-height:20px;
}

#home_suivi a{
	text-decoration:none;
	color:#000;
	lisne-height:20px;
}

#home_suivi a:hover{
	color:#c91711;
}

#home_visuel{
	float:left;
	width:730px;
	height:245px;
}

#onglet{
	margin:0 !important;
	padding-left:5px;
}
#onglet li{
	display:inline;
	list-style:none;
	margin:0 2px;
}

#onglet a{
	background:#fff;
	padding:2px 5px;
	border-top:1px solid #00337f;
	border-left:1px solid #00337f;
	border-right:1px solid #00337f;
	text-decoration:none;
	color:#00337f;
}

#onglet a.selected{
	background:#00337f;
	color:#fff;
}

#onglet a.inactif{
	background:#999;
	color:#000;
}

#bloc_onglet{
	border:1px solid #000;
	clear:both;
	margin-top:2px;
	padding:10px 30px 20px 20px;
	background:#fff;
}

.bloc_adresse{
	padding:5px 15px;
}
.bloc_adresse label{
	width:115px;
	display:block;
	float:left;
}
.bloc_adresse p{
	margin-bottom:3px;
}

.bloc_adresse input{
	font-size:9px;
	width:260px;
}

.bloc_adresse select{
	font-size:9px;
}

.bloc_adresse textarea{
	height:26px;
}


#contact_principal{
	width:20px;
}


textarea{
	width:260px;
	height:26px;
}

.div_autocpl {
	background: #67a7e3;
}
.div_autocpl ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.div_autocpl a {
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	color: #fff;
}
.selected {
	background: #cc3300;
}

.bleu1{
	color:#67a7e3;
}

.bleu2{
	color:#003784;
}

.rouge{
	color:#e21d17;
}

#bloc_reaf{
	margin-top:10px;
}

.select_discipline{
	float:left;
	width:275px;
}

.select_discipline p{
	color:#003784;
	margin-bottom:2px;
}

.select_arbitre{
	float:left;
	width:310px;
}

.select_arbitre p{
	color:#003784;
	margin-bottom:2px;
}

.class_lien_page{
	text-align:center;
	margin-top:3px;
	color:#888;
}

.class_lien_page a{
	color:#0A5C8F;
}

.class_lien_inactif{
	color : #bbb;
}

.class_nb_affichage{
	position:absolute;
	margin-top:3px;
	color:#888;
}

.class_nb_affichage a{
	color:#0A5C8F;
}

#tab_profil{
	border:1px solid #002e7c;
}

#tab_profil th{
	font-weight:normal;
	background:#002e7c;
	color:#fff;
	padding:2px;
}

#tab_profil td{
	padding:2px;
}

.bandeau{
	margin-bottom:8px;
	background:#dfeafd;
}

.bandeau *{
	font-size:11px;
	background:#dfeafd;
	line-height:20px;
	padding:0 2px;
}

.bandeau span{
	font-weight:bold;
}

.bandeau2{
	margin-bottom:16px;
	padding:2px 5px;
	line-height:20px;
}

.bandeau a, .bandeau2 a{
	color:#000;
	font-size:10px;
	text-decoration:none;
	background:#fff;
	font-weight:bold;
}

.bandeau img{
	background:#fff;
}

.bandeau a:hover,.bandeau2 a:hover{
	color:#c91711;
}

#tab_nb_licence{
	width:100%;
	border:1px solid #ccc;
}

#tab_nb_licence th{
	padding:3px;
	background:#003784;
	color:#fff;
	text-align:left;
}

#tab_nb_licence td{
	padding:3px;
	border-bottom:1px solid #ccc;
}

#liste_pdf a{
	text-decoration:none;
	color:#000;
	lisne-height:20px;
}

#liste_pdf a:hover{
	color:#c91711;
}

#detail_licence{
	border:0;
	background:#dfeafd;
}

#detail_licence th{
	width:140px;
	border-right:1px dotted #000;
}

#detail_licence td{
	border:0;
}

#solde{
	float:right;
	font-weight:bold;
	padding:5px;
	border:1px solid #c91711;
	color:#c91711;
	font-size:12px;
	margin-bottom:10px;
}

.bqscroll {
	height: 194px; 
	overflow-x:hidden;
	overflow-y:auto;
	border-bottom:1px solid #000;
}

#nb_bordereau{
	width:250px;
	margin:5px;
}

#nb_bordereau th{
	text-align:right;
	font-size:11px;
	padding:0 2px;
	background:#fff;

}	
#nb_bordereau td{
	text-align:right;
	font-weight:normal;
	font-size:11px;
	padding:0 2px;
	line-height:14px;
}

.help{
	background:#fcf3c0;
	padding:3px;
	margin-bottom:5px;
	line-height:14px;
	border:1px solid #aaa;
	font-size:10px;
}

.ffh_erreur{
	color:#DC143C;
	padding:2px;
	clear:both;
}

#lien_suivi{
	color:#000;
	float:right;
	position:relative;
	margin-top:-32px;

}

#tab_pdf{
	background:#f5f5f5;
	width:500px;
	border-top:1px solid #67a7e3;
	clear:both;
}

#tab_pdf td{
	padding:2px;
	border-bottom:1px solid #67a7e3;
	height:20px;
}

.fin_valid{
	color:#DC143C;
	background:#fff;
}


#table_stat td{
	padding:1px 1px 2px 1px;
}

#table_stat a{
	text-decoration:none;
	color:#000;
}




/* MENUS */

#menu_top{
	background:#67a7e3;
	color:#fff;
	width:100%;
	position:absolute;
	z-index:100;
}

.menu{
	margin-left:10px;
}

.menu *{
	z-index:100;
	text-decoration:none;
	text-align:left;
	position:relative;
}

.menu li{
	float:left;
	list-style-type:none;
	background:#67a7e3;
}

.menu li ul{
	position:absolute;
	width:220px;
	left:-999em;
}

.menu li ul li{
	margin-bottom:0;
	text-align:left;
	background:#fff;
	border-bottom:1px solid #aaa;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.menu .last{
	margin-right:0;
	border-bottom:1px solid #000;
}

.menu li a{
	display:block;
	margin-right:10px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:5px 0;
}

.menu a:hover{
	color:#000;
}

.menu li ul li a{
	width:220px;
	background:#fff;
	color:#000;
	font-weight:normal;
	margin:0px;
	line-height:24px;
	padding:0;
	padding-left:3px;
}

.menu li ul li a:hover{
	background:#aaa;
	colosr:#e41b13;
}

.menu li:hover ul, .menu li.sfhover ul { 
	left:auto;
}

#rech_numbord{
	margin:8px 0;
}

.info_adr{
	font-size:11px;
	margin:3px 2px;
	color:#000;
	float:left;
	margin-right:30px;
}

.info_adr h5{
	font-size:11px;
	font-weight:normal;
	color:#003784;
}

.select_zone{
	background:#aaa;
}

.select_reg{
	background:#ccc;
	padding-left:5px;
}

.select_dep{
	background:#eee;
	padding-left:20px;
}

div#contact_name_auto_complete.auto_complete {
  position:absolute;
  width:250px;
  background-color:#E1E3EB;
  border:1px solid #DDDDDD;
  margin:0px;
  padding:0px;
}
div#contact_name_auto_complete.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div#contact_name_auto_complete.auto_complete ul li.selected { background-color: #67A7E3;}
div#contact_name_auto_complete.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

#export_xls {
	float:right;
	margin-top:3px;
}

.chk_choix{
	background-color:#ffffff;	
}

.chk_choix_on{
	background-color:#900;
	color:#fff;	
}

.info_encours{
	color:#305C99;
	font-size:12px;
}

#dirigeant_rech {
	margin-top:5px;
}



