
div.ui-widget.ui-dialog{
	background-color:#fffcf9;
}
table.std th{
	background:url(./images/fond_titre_std.jpg) repeat-x;
}
table.std tr{
	background-color:white;
}
table.std tr.odd{
	background:url(./images/fond_ligne_std.jpg) left repeat-x;
}
div table.std tr.select{
	background-color:#f00!important;
	background-image:none;
	color:white;
}
div table.std tr.proch{
	background-image:none;
}
table.std.hov td:hover{
	cursor:pointer;
}
table.ui-datepicker-calendar{
	background-color:#fefef3;
	box-shadow:#222 4px 4px 10px;
	-moz-box-shadow:#222 4px 4px 10px;
	-webkit-box-shadow:#222 4px 4px 10px;
	
}

span.changer{
	margin-left:15px;
	color:#fdd690;
	cursor:pointer;
}
span.changer:hover{
	color:#666;
}
span.highlight_data{
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	background-color:#faf2eb;
	font-weight:bold;
	padding-right:3px;
	padding-left:3px;
	border:solid 1px #f4e8d8;
}
ul.selectable li.select{
	background-color:#f9e1ac;
	moz-border-radius:4px;
	webkit-border-radius:4px;
	border-radius:4px;
}

.highlight{
	border:solid 1px #ffbf7b;
	padding:10px;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	background-color:#ffefc6
}
.selectable:hover{
	cursor:pointer;
	background:#fdf1e8;
}
.selectable.selected{
	background-color:#ffe2ba;
}
div#menu_left label{
	color:white;
}
div.jjmenu{
	border:#666 2px solid;
	background-color:#f9e1ac;
}
div.banniere_inscription{
	background:url(./images_custom/banniere_inscription.png) left no-repeat;
	height:50px;
	margin:10px 0;	
}
body{
	background-color:black;
}
body div#main_content{
    background-image: none;
    background-color: #548700;
}
body #main_content.layout_central.actif{
	
	padding-top: 0;
}
#menu_left.layout_central.actif{
	background:url(../images/banniere_haut.png) no-repeat;
    background-color: #006699;
	text-align:left;
	margin:auto;
	overflow-y:visible;
	overflow-x:visible;
}
#main_content.layout_central.actif #contenu_std > div{
	background:url(../images/fond_translucide.png?1);
	width:75%;
	margin:auto;
}
body.mouse_in_menu #main_content.layout_central.actif #contenu_std > div{
	opacity:0.5;
	filter:alpha(opacity=50);
}
#compteur_visites{
	position:absolute;
	z-index:100;
    top: 75px;
    left: 140px;
    color: #65803c;

}
.gros{
	font-size:16px;
	line-height:25px;
	
}
div.gros p{
	margin-bottom:25px;
}
div.gros li{
	list-style-image:url(../images/handball_petit_bleu.png)!important;
	margin:20px 0 20px 25px ;
	padding-left:8px;
	
}

body.cke_panel_frame{
	background-color:white!important;
}
div#admin_menu{
	margin-top:0;
}
#menu{
	z-index:99999999;
}

body.fenetre_editeur{
	background-color:white;
}
div#menu{
	z-index:9999;
}
div#menu span.spanbox{
	z-index:9999999;
}

#admin_id,#statut_visiteur{
    left:900px;
    width:350px;
    max-height: 12px;
    text-align:right;
    top: 68px;
    position:absolute;
    z-index:100;
}
div#admin_menu{
    left: 488px;
    top: 0;
    position: absolute;
}
div.titre_section{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #0367a7; 
    color:white;
    font-size: 18px;
    font-weight: bold;
    padding: 4px;
    margin-right: 4px;
    margin-bottom: 10px
}