body
{

	background: #ADC0CE;
	font: 14px/1.4 Helvetica, Verdana, Arial, sans-serif;
	padding-top: 80px;
}

.entete
{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0;
	background:#FFFFFF;
	box-shadow: 0px 0px 12px #aaa;
	background: url('/images/degrad_1.png') 0 0 repeat-x #ffffff;
	z-index: 10;
}

.entete .choix_langue
{
	float:right;
	padding:20px;
}
.entete .infos_user
{
	float:right;
	padding:20px;
}

.entete .logo
{
	font-size:30px;
	font-weight:bold;
	float:left;
	padding:0;
	color:#0073EC;
}

.entete .menu ul
{
	list-style:none;
	padding:0;
	margin:0;
	padding-top:10px;
}
.entete .menu ul li
{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	padding: 10px 0;
	margin-left: 10px;
	border:1px solid transparent;
}

.entete .menu ul li a {
	color:#0073EC;
	padding:10px /*15px*/0;
	font-size:12px;
}

.entete .menu ul li.actif
{
	background:#ffffff;
	border:1px solid #0073EC;
	border-radius: 5px;
}

.entete .menu ul li.actif a {
	color:#0073EC;
}


.entete .menu ul li a:hover {
	text-decoration:none;
}
a.logout
{
  color:#0073EC; 
  text-decoration: none;
}

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

h1
{

	color:#0073EC;
	margin:0;
	text-decoration:underline;
	font-size:15px;
}

.corps .zone_auth
{

	background: url("/images/degrad_1.png") repeat-x scroll 0 0 #ffffff;
	box-shadow: 0 0 12px #AAAAAA;
	margin:50px;
	padding:20px;
	width: 300px;
}



table.tableau_listetfoot td {
	padding:10px;
}


table thead .span_ico_tri
{
	display:inline-block;
	width:16px;
	height:16px;
	float:left;
	margin:4px;
	opacity:0;
}

.tri_selection
{
	text-decoration:underline;
}

.tri_asc, .tri_desc
{
	cursor:pointer;
}
.tri_asc .span_ico_tri,.tri_asc:hover .span_ico_tri
{
	background: url(/images/sort-ascend.png) no-repeat center center transparent;
}

.tri_desc .span_ico_tri, .tri_desc:hover .span_ico_tri
{
	background: url(/images/sort-descend.png) no-repeat center center transparent;
}


.tri_asc:hover .span_ico_tri,
.tri_desc:hover .span_ico_tri
{
	opacity: 1;

}

.tri_selection .span_ico_tri
{
	opacity: 1;
}


.tri_asc.tri_selection:hover .span_ico_tri
{

	background: url(/images/sort-descend.png) no-repeat center center transparent !important;
}

.tri_desc.tri_selection:hover .span_ico_tri
{

	background: url(/images/sort-ascend.png) no-repeat center center transparent !important;
}



.flash
{
	padding: 10px;
}

.flash .flash_info
{
	background: url(/images/Circle-Info.png) 5px center no-repeat #D2FFC1;

}

.flash .flash_erreur
{
	background: url(/images/warning.png) 5px center no-repeat #FFECDD;
}

.flash .flash_element
{
	border: 1px solid #DDDDDD;
	padding: 10px 10px 10px 47px;
	margin:5px;
	box-shadow: 0 0 10px #c0c0c0;
	cursor: pointer;
}



.global_flash
{
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	z-index: 5000;
}


.autocomplete-suggestion
{
	cursor: pointer;
}


.global_box
{
	box-shadow: 0 0 10px #c0c0c0;


}


.styleTable { border-collapse: separate; }
.styleTable TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; }
.styleTable TH { text-align: center; padding: .8em .4em; }
.styleTable TD.first, .styleTable TH.first { border-left-width: 0px !important; }

.ui-state-hover {
  font-weight: normal !important;
}

.ui-state-default{
	color:#000;
}

.change_langue{
  cursor:pointer;
}

