﻿body 
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #434343;
}

form
{
	display:inline;
}

a:focus 
{ 
	outline:0; 
} 

.boutonBleu1
{
	background: #80ade5 url(../scripts/jquery/ui/layout/img/80ade5_40x100_textures_04_highlight_hard_100.png) 0 50% repeat-x;
	border: 1px solid #777;
}

.selectBleu1
{
	background: #cbddf4;
	border: 1px solid #777;
}

.monEntete1
{
	font-size: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.monEntete2
{
	font-size: 18px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.monEntete3
{
	font-size: 16px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.texte1
{
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.texte2
{
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.texte3
{
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* courbe */
.legendLabel
{
	font-size:10px;
}

.tickLabel
{
	font-size:10px;
}


/* datatable */

#tUTD tbody td
{
    font-size:10px;
}

tr.odd td
{
	cursor:pointer;
	background-color: #CBDDF4;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	filter:none;
}

tr.even td
{
	cursor:pointer;
	background-color: #80ADE5;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	filter:none;
}

tr.odd.row_selected td
{
	background-color: #F37321;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	filter:none;
}

tr.even.row_selected td
{
	background-color:#F37321;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	filter:none;
}


tr.odd.row_hidden td
{
	visibility:hidden;
	display:none;
}

tr.even.row_hidden td
{
	visibility:hidden;
	display:none;
}

.inactive
{
	zoom: 1;
}

/* Courbe de dénivelé */
.userCourbeDesactive
{
	opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
    filter: gray;
}
