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

body{
	background-color: #FAFAFA;
	color: #424242;
	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: #222222;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.suite{
	color: #CC2C30;
}

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;
}

.top {
	width:100%;
	height:40px;
	background: #FAFAFA;
}


.bottom {
	position: relative;
	margin-bottom: 50px;
}

.highlight{
	color: #C00;
}

.fade{
	color: #999;
}
.fade_italic{
	color: #999;
	font-style: italic;
}
.gagne,.oui{
	color: #0B0;
}
.perdu, .non{
	color: #B00;
}
.nowrap{
	white-space: nowrap;
}
span.logout{
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 3px;
	font-size: 6pt;
	color: #999;

}

span.logout a{color: #999;}

#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;
	width: 1200px;
	/* Generated by Softmatic Gradient Pro (V2.0) on 2012-07-22 09:18:41 +0000 */

	background-color: #F2F2F2;
	background-image: -moz-linear-gradient(0deg,rgb(242,242,242) 0.00%,rgb(242,242,242) 21.15%,rgb(255,255,255) 21.23%);
	background-image: -o-linear-gradient(0deg,rgb(242,242,242) 0.00%,rgb(242,242,242) 21.15%,rgb(255,255,255) 21.23%);
	background-image: -linear-gradient(0deg,rgb(242,242,242) 0.00%,rgb(242,242,242) 21.15%,rgb(255,255,255) 21.23%);
	background-image: -webkit-gradient(linear,left center,right center,from(rgb(242,242,242)),color-stop(21.15%,rgb(242,242,242)),to(rgb(255,255,255)));
	background-image: -webkit-linear-gradient(0deg,rgb(242,242,242) 0.00%,rgb(242,242,242) 21.15%,rgb(255,255,255) 21.23%);
	background-image: -ms-linear-gradient(0deg,rgb(242,242,242) 0.00%,rgb(242,242,242) 21.15%,rgb(255,255,255) 21.23%);
/*	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FFF2F2F2',EndColorStr='FFFFFFFF');*/

	border: 1px solid #D5D5D5;
	margin: auto;
	border-radius: 20px;
	box-shadow: 2px 1px 4px #999;
}

#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: #EEE; }
#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;
	border-radius: 20px 20px 0 0;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 185px;
    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(linear, left top, left bottom,
          color-stop( 0.0, rgb(255, 255, 255) ),
          color-stop( 1.0, rgb(230, 229, 229) ));

    /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
    background-image: -webkit-linear-gradient(top,
          rgb(255, 255, 255),
          rgb(230, 229, 229) );

    /*  Firefox 3.6+  */
    background-image: -moz-linear-gradient(top,
          rgb(255, 255, 255),
          rgb(230, 229, 229) );

    /*  IE 10+  */
    background-image: -ms-linear-gradient(top,
          rgb(255, 255, 255),
          rgb(230, 229, 229) );

    /*  Opera 11.10+  */
    background-image: -o-linear-gradient(top,
          rgb(255, 255, 255),
          rgb(230, 229, 229) );

    /*  W3C  */
    background-image: linear-gradient(top,
          rgb(255, 255, 255),
          rgb(230, 229, 229) );


}

#title h1{
	position: absolute;
	color: #efefef;
	top: -62px;
	left: 15px;
	z-index: 3;
	width: 587px;
	height: 350px;
	background: url(../images/layout/logo.png) no-repeat left top;
}


#subtitle{
	position: absolute;
	width: 1200px;
	height: 20pt;
	font-size: 10pt;
	color: #FFF;
	top: 185px;
	left: 0;
	background: #CC2C30;
/*	padding-left: 10px;*/
	padding-top: 5px;
	z-index: 2;
}

#comite{
	position:absolute;
	width: 100%;
	height: 100%;
	top: -10px;
	left: 200px;
	color: #C00;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 16pt;
	padding-top: 7pt;
}

#subtitle.comite{
	background-color: #FFF;
	color: #C00;
	border-top: 1px solid #C00;
	border-bottom: 1px solid #C00;
}

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

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

#div_bienvenue{
	position: absolute;
	top: 195px;
	left: 210px;
	color: #FFF;
	z-index: 2;
}

#div_newsletter{
	position: absolute;
	top: 189px;
	left: 410px;
	color: #333;
	background-color: #FFF;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	z-index: 20;
}

#div_newsletter a{
	color: #C00;
}

#bienvenue a{
	color: #FFF;
}

#nav{
	position: relative;
	margin-top: 215px;
	padding: 10px;
	padding-top: 85px;
	width: 240px;
	float: left;
	clear: left;
	background-color: #F2F2F2;
}

#nav h1{
	color: #CC2C30;
	border-bottom: 1px solid #424242;
	margin-top: 23px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#partenaires{
	padding-left: 10px;
}

ul.nav, ul.sous, ul.bref{
	font-size: 9pt;
	list-style: none;
	padding:0;
	padding-left: 10px;
	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: #424242;
}

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

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


#body{
	position: relative;
	float: left;
	width: 880px;
	margin-top: 300px;
	padding: 10px;
	padding-right: 0;
	padding-left: 40px;
	z-index: 4;
}

#body h1{
	position: relative;
	color: #CC2C30;
	background: #F2F2F2;
	margin: 0;
	margin-right: -19px;
	margin-bottom: 10px;
	padding: 10px 6px;
	font-size: 11pt;
	letter-spacing: 0.2em;
	font-weight: normal;
	border-bottom: 1px solid #424242;
}

#div_info_equipe{
	position: absolute;
	top: -75px;
}

#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: 80px;
	height: 26px;
}

#previous a:hover{
	text-decoration: none;
}

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

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

div.info, div.liste_info{
	position: relative;
	padding: 10px 0;
	margin-bottom: 30px;
	background-color: #FAFAFA;
	border-radius: 5px;
}

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');*/
	padding: 2px 10px;
	font-weight: bold;
	font-size: 11pt;
}
div.info_title span.historique{
	color: #585858;
	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: 15px;
	bottom: 0;
	text-align: right;
}

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

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

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

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

#foot{
	position: relative;
	clear: left;
	background-color: #424242;
	color: #FAFAFA;
	text-align: center;
	padding: 10px;
	border-radius: 0 0 20px 20px;
}

.box{
	position: relative;
	z-index: 10;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
	margin: 0px 0px;
	border-radius: 5px;
}
.box_small_title, .box_title{
	position: relative;
	font: 12pt Verdana, sans-serif;
	color: #424242;
	margin-top: 0;
	padding: 0 10px;
	height: 16px;
	line-height: 12pt;
}

.box_small_title span.info_date{
	color: #666;
	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: 12px Verdana, sans-serif;
	height: 16px;
	line-height: 16pt;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
}


.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 #666;
	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;
}

td a:hover,  a.nohover:hover{
	text-decoration: none;
	border: 0px;
}
tr.alignTop{
	vertical-align: top;
}

td a img, a img{
	text-decoration: none;
	border: 0px;
}

#body table, #nav table{
	position: relative;
	border-bottom: 1px solid #555555;
	border-spacing: 0;
	width: 100%;
	margin: 20px 0;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

#body th, #nav th{
/*	background: #444 url(../images/bkgd_box_title.png) repeat-x top left;*/
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.17, rgb(74,74,74)),
	    color-stop(0.8, rgb(115,115,115))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(74,74,74) 17%,
	    rgb(115,115,115) 80%
	);
	padding: 1px 3px;
	color: #F7F8FA;
	text-align: center;
/*	border-top: 2px solid #fde38b;*/
/*	border-bottom: 1px solid #666;*/
	font-size: 12px;
}

#body table.mceLayout th, #body table.mceToolbar th, #body table.mceSplitButton th,#body table.mceListBox th{
	background: transparent;
}

#body th.select{
	font-size: 9px;
	color: #F7F8FA;
}

#body table.small_font *{
	font-size: 9px;
}


#body td, #nav td{
	position:relative;
	border-bottom: 1px solid #D8DDE1;
	border-top: 1px solid #F7F8FA;
	padding: 0 5px;
	vertical-align:	top;
}

#body table.mceLayout td, #body table.mceToolbar td, #body table.mceSplitButton td, #body table.mceListBox td{
	border: none;
	padding: 0;
	vertical-align: middle;
}

#body td img{
	vertical-align: top;
	margin-top: 3px;
}

#body td.center{text-align: center;}

#body td.left{text-align: left;}

#body td.center_nowrap{
	text-align: center;
	white-space: nowrap;
}

#body table tfoot{
	visibility: hidden;
	display: none;
}

#body tr, #nav td{
	line-height: 20px;
	height: 20px;
	background-color: #EEE;
	border-top: 1px solid #D8DDE1;
	border-bottom: 1px solid #F7F8FA;
}

#body table.mceLayout tr, #body table.mceToolbar tr, #body table.mceSplitButton tr, #body table.mceListBox tr{
	line-height: auto;
	height: auto;
	background: transparent;
	border: none;
}

#body tr.dropdown td{
	padding: 5px 20px;
	background-color: #EEE;
	border-top: 1px solid #758886;
	border-left: 1px solid #758886;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;

}
div.highlight_hover:hover, tr.highlight_hover:hover, #body tr.highlight_hover:hover{
	background-color: #F8F8F8;
}

#body tr.highlight_hover_red:hover{
	background-color: #F8F8F8;
}

#body tr.highlight_hover_fade{
	color: #888;
}


#body tr.highlight_hover  img{
	cursor: pointer;
}



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

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

iframe.topscorer {
	background-color: #efefef;
	position: absolute;
	top: 0px;
	right: 15px;
    border-width: 0px;
    height: 345px;
    width: 150px;
    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 #666;
	cursor: pointer;
}

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

div.preview{
	background: #efefef 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: #FFF;
  position: relative;
  z-index: 20;
  box-shadow: 2px 2px 1px #999;
  margin: 5px 0;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  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;
 display: none;
}

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;
 display: none;
}

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;
	 display: none;
}

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;
	 display: none;
}

table.bold_hover tr,table.hover tr{
	cursor: pointer;
}

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

#body table.hover tr:hover,#body tr.hover:hover{
	background-color: #FEFEFE;
}

#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, .message button.normal, button[enabled] {
	padding: 2px 5px;
	color: #444444;
	font-size: 12px;
	border: 1px solid #D8DDE1;
/*	background: #F7F8FA url('../images/bkgd_button.png') repeat-x top left;*/
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(236,236,236)),
	    color-stop(0.31, rgb(251,251,251)),
	    color-stop(0.75, rgb(251,251,251)),
	    color-stop(0.98, rgb(235,235,235))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(236,236,236) 15%,
	    rgb(251,251,251) 31%,
	    rgb(251,251,251) 75%,
	    rgb(235,235,235) 98%
	);
	cursor: pointer;
	font-weight: bold;
	margin: 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

button:active, .message button.normal:active, button[enabled]:active{
	border-color: #A8BBB9;
	color: #222222;
	text-shadow: 1px 1px 2px #CCC;
/*	background-image:url(../images/bkgd_button_active.png);*/
	background: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.4, rgb(233,234,234)),
    	color-stop(0.7, rgb(216,217,217)),
    	color-stop(1, rgb(153,154,154))
	);
	background: -moz-linear-gradient(
    	center bottom,
    	rgb(233,234,234) 40%,
    	rgb(216,217,217) 70%,
    	rgb(153,154,154) 100%
	);

}

button[disabled]{
	color: #CCC;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(236,236,236)),
	    color-stop(0.31, rgb(251,251,251)),
	    color-stop(0.75, rgb(251,251,251)),
	    color-stop(0.98, rgb(235,235,235))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(236,236,236) 15%,
	    rgb(251,251,251) 31%,
	    rgb(251,251,251) 75%,
	    rgb(235,235,235) 98%
	);
	text-shadow: none;
}

button[disabled] img{
        opacity:0.4;
        filter:alpha(opacity=40);
}


button[disabled]:active{
	color: #CCC;
}

button:hover,button[enabled]:hover{
	border-color: #A8BBB9;
	color: #222222;
	text-shadow: 1px 1px 2px #CCC;
}

button[disabled]:hover{
	color: #CCCCCC;
	border-color: #D8DDE1;

}

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: #efefef;}
 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;*/
background-image: -webkit-gradient(linear, left top, left bottom,
      color-stop( 0.0, rgb(255, 255, 255) ),
      color-stop( 1.0, rgb(230, 229, 229) ));

/*  Chrome 10+ Safari 5.1+ Mobile Safari  */
background-image: -webkit-linear-gradient(top,
      rgb(255, 255, 255),
      rgb(230, 229, 229) );

/*  Firefox 3.6+  */
background-image: -moz-linear-gradient(top,
      rgb(255, 255, 255),
      rgb(230, 229, 229) );

/*  IE 10+  */
background-image: -ms-linear-gradient(top,
      rgb(255, 255, 255),
      rgb(230, 229, 229) );

/*  Opera 11.10+  */
background-image: -o-linear-gradient(top,
      rgb(255, 255, 255),
      rgb(230, 229, 229) );

/*  W3C  */
background-image: linear-gradient(top,
      rgb(255, 255, 255),
      rgb(230, 229, 229) );
	  border: 2px solid #EEE;
	  border-radius: 6px;
	  box-shadow: 1px 3px 3px #999;


	margin-left: 25px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	float: left;
	list-style: none;

}

#bouton_historique li.bouton{
	width: 80px;
	height: 80px;
}

#bouton_historique li.bouton img{
	margin-top: 10px;
}

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;
	border: none;
	border-color: #FFF;
}

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;
}

span.suivant{
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.17, rgb(74,74,74)),
	    color-stop(0.8, rgb(115,115,115))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(74,74,74) 17%,
	    rgb(115,115,115) 80%
	);
	color: #F7F8FA;

	padding: 2px 5px;
	border: 1px solid #EEE;
	border-radius: 7px;
	font-size: 10px;
}

a span.suivant:hover{
	text-decoration: none;
}
