/*//
//  vbcll.css
//  vbcll2
//
//  Created by Robin on 2007-02-20.
//  Copyright (c) 2007 __MyCompanyName__. All rights reserved.
//
*/

body{
	background-color: #FFCC66;
	color: #723b09;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

img{
	border: none;
	padding: 0 3px;
}

a{
	color: #FB7E18;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p.comment{
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0;
}

p.erreur{
	font: 1em courier, serif;
	background: #FEE;
	color: #800;
	border: 1px dotted #800;
	padding: 10px;
}

.center{
	text-align: center;
}

.center_pointer{
	text-align: center;
	cursor: pointer;
}

.right{
	text-align: right;
}

.justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.disp{
	font-weight: bold;
	text-align: center;
	font-family: Courier, sans-serif;
}

.italic{
	font-style: italic;
}

.pointer{
	cursor: pointer;
}

.sup{
	vertical-align: super;
 	font-size: 8px;
	line-height: 10px;
}

#liquid-round {
	width: 900px;
	margin: 5px auto;
	background:#fffacd url(../images/layout/left.gif) repeat-y left top;
}

.top {
	width:100%;
	height:70px;
	background:url(../images/layout/top_left.gif) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:70px;
	background:url(../images/layout/top_right.gif) no-repeat right top;
}


.bottom {
	height:70px;
	background:url(../images/layout/bottom_left.gif) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:70px;
	text-align: center;
	font-size: 8pt;
	line-height: 50px;
	color: #A58F3C;
	background:url(../images/layout/bottom_right.gif) no-repeat right top;
/*	padding-top: 20px;*/
}

.bottom span a{
	color: #A58F3C;
}

.bottom span a:hover{
	text-decoration: underline;
}
.highlight{
	color: #C00;
}

.fade{
	color: #A58F3C;
}

.gagne,.oui{
	color: #0B0;
}
.perdu, .non{
	color: #B00;
}

span.logout{
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 3px;
	font-size: 6pt;
	color: inherit;

}

span.logout a{color: #fffacd;}

#message{
	position: fixed;
	display: none;
	visibility: hidden;
	background-color: #C00;
	color: #FFF;
	width: 100%;
	height: 1.5em;
	top:0;
	padding: 5px;
	border-bottom: 1px solid #500;
	text-align: center;
	z-index: 100;
}

#message.succes{
	background-color: #090;
	border-bottom: 1px solid #050;
}

#container{
	position: relative;
	background: #fffacd url(../images/layout/right.gif) repeat-y right top;
	padding:1px 5px 1px 10px;
	margin:-1px 0 -1px 20px;
}

#search_term{
	background: #FFA54E url(../images/icon_search.png) no-repeat top left;
}

#center_box_content{
	position: fixed;
	height: auto;
	display: none;
	visibility: hidden;
	z-index: 50;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#center_box{
	width: 500px;
	padding: 30px;
	position: relative;
}

#center_box .sb-inner { background: #fffacd; }
#center_box .sb-shadow { background: #603F36; }
#center_box .sb-border { background: #FFF; }



div.close_box{
	position: absolute;
	width: 36px;
	top: -10px;
	left: -10px;
	height: 36px;
	padding: 2px;
	z-index: 51;
	background: transparent url(../images/layout/close.png) no-repeat left top;
	cursor: pointer;
}

#title{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 861px;
	height: 30px;
	background: #FB7E18;
}

#title h1{
	position: absolute;
	color: #fffacd;
	top: -73px;
	left: 45px;
	z-index: 3;
	width: 93px;
	height: 87px;
	background: url(../images/layout/logo.gif) no-repeat left top;
}

#title h1 span.title{
	display: block;
	position: absolute;
	left: 150px;
	width: 600px;
	top: 35px;
	font: 20pt  Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#subtitle{
	position: absolute;
	width: 851px;
	height: 20pt;
	font-size: 10pt;
	color: #FB7E18;
	top: 30px;
	left: 0;
	background: #fde38b;
	padding-left: 10px;
	padding-top: 5px;
}

#comite{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 14pt;
	padding-top: 7pt;
}

#subtitle.comite{
	background-color: #C00;
	color: #fde38b;
}

#subtitle #search_form{
	position: absolute;
	top: 5pt;
	height: 20pt;
	right: 10px;
	z-index: 5;
}

#subtitle input[type=text]{
	background: #FFA54E url(../images/icon_search.png) no-repeat top left;
	line-height: 11pt;
	font-size: 9pt;
	color: #fffacd;
	display: inline;
	padding: 0 2px;
	padding-left: 20px;
}
#subtitle.comite input, #subtitle.comite li{
	background-color: #fde38b;
	color: #C00;
}

#nav{
	position: relative;
	margin-top: 70px;
	padding: 10px 0px;
	width: 200px;
	float: left;
	clear: left;
}

ul.nav, ul.sous, ul.bref{
	font-size: 9pt;
	list-style: none;
	padding:0;
	margin: 0;
}

ul.bref{
	list-style: disc outside;
}

ul.bref li{
	padding-bottom: 1em;
}

ul.nav li{
	margin-bottom: 3px;
}

li.sous{
/*	padding-left: 2em;*/
	font-size: 8pt;
	margin-bottom: 0;
}

ul.nav a{
	color: #723b09;
}

ul.nav a:hover, td.hover_dark:hover{
	text-decoration: none;
	color: #420b00;
}

ul.nav li a.hover_underline:hover {
	text-decoration: underline;
}


#body{
	position: relative;
	float: left;
	width: 622px;
	margin-top: 70px;
	padding: 10px;
	padding-right: 0;
	z-index: 1;
}

#body h1{
	position: relative;
	color: #fffacd;
	background: #FE9832 url('../images/layout/bkgd_th.png') repeat-x top left;
	margin: 0;
	margin-right: -19px;
	margin-bottom: 10px;
	padding: 4px 6px;
	font-size: 11pt;
	letter-spacing: 0.2em;
	font-weight: normal;
	border-bottom: 3px solid #fde38b;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

#infos_box{
	position: relative;
	padding-bottom: 10px;
	width: 100%;
}

#next_info{
	position: absolute;
	top: 0;
	right: 0px;
	width: 53px;
	height: 26px;
}

#infos{
	position: relative;
	width: 100%;
}

#previous{
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 53px;
	height: 26px;
}

h2, h3{
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size: 10pt;
	padding-bottom: 5px;
	border-bottom: 1px solid #723b09;
}

h3{
	padding-top: 20px;
	font-size: 9pt;
	margin-left: 2em;
}

div.info, div.liste_info{
	position: relative;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
}

p.liste_titre_info{
	padding-left: 120px;
	text-indent: -100px;
	margin: 5px;
	font-weight: bold;
	cursor: pointer;
}

span.liste_date_info{
	padding-right: 20px;
	font-weight: normal;
}

div.info_title{
	position:relative;
/*	background-image: url('../images/layout/fleche_droite.png');*/

	font-weight: bold;
	font-size: 10pt;
}
div.info_title span.historique{
	color: #AA5000;
	font: 18px Times,serif;
}


div.info_auteur, div.info_journal{
	position: relative;
	font-style: italic;
	font-size: 8pt;
	margin: 6px 1em 0 ;
	width: 100%;
}

span.info_date{
	position: absolute;
	width: 20em;
	right: 10px;
	bottom: 0;
	text-align: right;
}

div.info_corps{
	padding: 5px 15px;
	border-top: 1px dotted #723b09;
	border-bottom: 1px dotted #723b09;
	font: 10pt  Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: justify;
}

div.info_corps div.historique{
	font: 11pt Times, serif;
	color: #AA5000;
}

div.historique h2{
	font-size: 13pt;
}

div.info_commentaire{
	text-align: right;
	padding-right: 10px;
}

#foot{
	position: relative;
	clear: left;
}

.box{
	position: relative;
	z-index: 10;
	border-left: 1px solid #FFA54E;
	border-right: 1px solid #FFA54E;
	background: #fde38b;
	margin: 0px 0px;
}
.box_small_title, .box_title{
	position: relative;
	font: 11pt Verdana, sans-serif;
	background: #FFA54E url('../images/layout/bkgd_box_title.gif') repeat-x top;
/*	background: #FFA54E;*/
	color: #fffacd;
	margin-top: 0;
	padding: 0 10px;
	height: 16px;
	line-height: 11pt;
}

.box_small_title span.info_date{
	color: #723b09;
	font-size: 7pt;
	font-style: italic;
	top: 1px;

}
.box_title span.float_right, .box_small_title span.float_right, h1 span.float_right,h2 span.float_right, h3 span.float_right, h1 button.float_right{
	display: inline;
	position: absolute;
	right: 5px;
	height: 1em;
	font-size: 8pt;

}
.box_content, .box_small_content{
	position:relative;
	z-index: 12;
	padding: 10px;
	margin-bottom: 0;
}

.box_content ul{
	padding-left: 15px;

}

.box_small_title{
	position: relative;
	font: 8pt Verdana, sans-serif;
	height: 11px;
	line-height: 8pt;
	background: #fde38b;
	color: #723b09;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #723b09;
}


.bl {
	background-image: url(../images/layout/bl.gif);
	height: 9px;
	font-size: 2px;
	margin-right: 8px;

}
.br {
	background-image: url(../images/layout/br.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 9px;
	font-size: 2px;
	margin-top: -9px;
}
.tl, .tl_small {
	background-image: url('../images/layout/tl.gif');
	height: 8px;
	font-size: 1px;
	margin-right: 9px;
}
.tr, .tr_small {
	float: right;
	margin-top: -8px;
	background-image: url('../images/layout/tr.gif');
	height: 9px;
	width: 9px;
	font-size: 1px;
}

.tr_small{
	background-image: url('../images/layout/tr_small.gif');
}

.tl_small{
	background-image: url('../images/layout/tl_small.gif');
}

.clear {font-size: 1px; height: 1px}

table{
	position: relative;
	border-bottom: 1px solid #723b09;
	border-spacing: 0;
	width: 95%;
	margin: 20px 0;
	font-size: 7pt;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

table.presences tr{
	line-height: 12pt;
	height: 12pt;
	padding: 0;
	margin: 0;
}

table.nomargin{
	margin: 0;
}

div.overflow{
	overflow: auto;
	background: transparent url(../images/left_overflow.png) repeat-y top left ;
}

#anniversaire{
	font-size: 7pt;
	margin: 0 -10px;
}
#anniversaire table{
	width: 100%;
	margin: 0;
	border: none;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 7pt;
}
#perso, #perso input, #perso button, .float_right button{
	font-size: 7pt;
	letter-spacing: 0;
}

.float_right button{
	margin-bottom: 4px;
	margin-top: 0;
}

#anniversaire tr, #anniversaire td{
	line-height: 1.6em;
	background-color: #fde38b;
	border-bottom: 1px solid #ecd27a;
	border-top: none;
}

tr{
	line-height: 1.6em;
	background-color: #fde38b;
	border-top: 1px solid #FFA54E;
	border-bottom: 1px solid #FFFACD;
}
tr.alignTop{
	vertical-align: top;
}
	
td.center{
	text-align: center;
}

td.right{
	text-align: right;
}

td input{
	font-size: 10px;
	background-color: #fffacd;
}

td.nowrap{
	white-space: nowrap;
}

td.nowrap_center{
	white-space: nowrap;
	text-align: center;
}


th{
	background: #FE9832 url('../images/layout/bkgd_th.png') repeat-x top left;
	padding: 1px 3px;
/*	border-top: 2px solid #fde38b;*/
/*	border-bottom: 1px solid #723b09;*/
	font-size: 8pt;
}

td{
	border-bottom: 1px solid #FFA54E;
	border-top: 1px solid #FFFACD;
	padding: 0 5px;
}



#iframe{
	position: relative;
	height: 100px;
	width: 200px;
	margin-top: 5px;
	background-color: #fffacd;
	margin-left: 30px;
}

iframe {
	background-color: #fffacd;
	position: absolute;
	top: 0px;
	right: 5px;
    border-width: 0px;
    height: 100px;
    width: 200px;
    vertical-align:top;
}

iframe.hidden {
    visibility: hidden;
    width:0px;
    height:0px;
}

div.hidden, span.hidden{
	visibility: hidden;
}

#list{
	position: absolute;
	right: 5px;
	top: 180px;
	width: 200px;
	text-align: center;
	font-size: 8pt;
	color: #C00;
}

div.list{
	margin-top: 5px;
	padding: 10px 0;
}

div.titre_equipe{
	font-size: 13pt;
	line-height: 1.6em;
	border-bottom: 1pt dotted #723b09;
	cursor: pointer;
}

div.content_equipe{
	margin-top: 10px;
	font-size: 8pt;
}

div.preview{
	background: #fffacd url("../images/preview.png") no-repeat   center top ;
	min-height: 200px;
}

div.twoCol{
        position: relative;
        width: 98%;
        padding: 2px;
        color: inherit;
        background: inherit;
        clear: both;
}

div.leftCol{
        position: relative;
        width: 49%;
        text-align: right;
        padding-right: 1em;
        margin-left: -10px;
        float: left;
}

div.rightCol{
        position: relative;
        width: 49%;
        text-align: left;
        padding-left: 1em;
        margin-left: -10px;
        float: right;
}
br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.container_shadow{
	padding-left: auto;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 19;
}

div.shadow {
  float: left;
  padding: 0px 1px;
  background: #fffacd;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  position: relative;
 z-index: 20;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: #FFF url("../images/layout/shad_bottom.png") repeat-x bottom left;
  z-index: 22;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url("../images/layout/shad_tlcorner.png") no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
 z-index: 21;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url("../images/layout/shad_trcorner.png") no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
 z-index: 21;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url("../images/layout/shad_blcorner.png") no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
 	z-index: 21;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url("../images/layout/shad_brcorner.png") no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
 	z-index: 21;
}

table.bold_hover tr{
	cursor: pointer;
}

table.bold_hover tr:hover{
	font-weight: bold;
}

#bloc_recadre {
 width: 75px;
 height: 75px;
 position: absolute;
 background: url(../images/layout/transparent.png);
/* filter: alpha(opacity=50);*/
 border: 1px solid #000;
}

button {
	padding: 2px;
	color: #bb710a;
	font-size: 9pt;
	border: 1px solid #FDE38B;
	background: #FFFACD url('../images/layout/button.png') repeat-x top;
	cursor: pointer;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

button:hover{
	border-color: #FFC76F;
	color: #cc621b;
}

button:active{
	background: #FFFACD url('../images/layout/button_active.png') repeat-x top;
}

button img{
	margin-right: 5px;
	vertical-align: bottom;
}

div.autocomplete_choices a {
   color: black;
 }
 div.autocomplete_choices ul {
   border:1px solid black;
   margin:0;
   padding:0;
   list-style-type:none;
 }
 div.autocomplete_choices ul li.selected {
   background-color: #FFFADD;
 }


 div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index: 50;
 }
 div.autocomplete ul {
   list-style-type:none;
   margin:0px;
   padding:0px;
	background-color: #FFF;
	overflow: auto;
 }
 div.autocomplete ul li.selected { background-color: #ffb;}
 div.autocomplete ul li {
	font-size: 7pt;
	text-align: left;
   list-style-type:none;
   display:block;
   margin:0;
   padding:2px;
   height:1.1em;
   cursor:pointer;
 }

div.resume_presse{
    margin-top: 10px;
    position: relative;
	padding-right: 30px;
}
div.desc_periode{
    position: relative;
    text-align: justify;
    text-indent: -6em;
    padding-left: 6em;
}

ol.boutons{
	position: relative;
	width: 95%;
	list-style: none;
	padding: 0;
	text-indent: 0;
	margin: 0;
}

li.bouton_large,li.bouton, li.bouton_small{
	position: relative;
	width: 100px;
	height: 100px;
	background: transparent url('../images/layout/bkgd_gradient.png') no-repeat top left;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	float: left;
	list-style: none;

}

li.bouton_large{
	width: 160px;
	margin-left: 10px;
	background: transparent;
	margin-bottom: 0;
}

li.bouton_small{
	height: 50px;
	background: transparent url('../images/layout/bkgd_gradient_small.png') no-repeat top left;
}

li.bouton_large img{
	vertical-align: bottom;
}

td.rouge{
	background-color: #C00;
}

td.vert{
	background-color: #0C0;
}

ul.float{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

li.float{
	position: relative;
	float: left;
	width: 180px;
	text-indent: 0;
	padding: 0;
	margin-left: 10px;
}

#logo_partenaire{
	visibility: hidden;
	display: none;
	text-align: center;
	padding-left: 60px;
}

div.F1{background: #ccf }
div.F2{background: #cff }
div.FJA{background: #fcf }
div.FJB{background: #ffc }
div.M1{background: #ccc }
div.M2{background: #fff }
div.M3{background: #aaf }
div.M4{background: #afa }
div.FJC{background: #faf }
div.MJC{background: #ffa }
div.MiniD{background: #aac }
div.MJA1{background: #aca }
div.MJA2{background: #acc }
div.MJB{background: #cca }
#ballons{
	background: transparent url(../images/ballon.png) top left no-repeat;
	padding-left: 100px;
	min-height: 60px;
	margin-left: 20px;
	padding-top: 10px;
}

