a { text-decoration: none; }

a {color:#107020; }
a:hover { color: #269b2d; }

a.disabled {color:#706050; }
a.disabled:hover { color: #506050; }


a.darklink { color:#030; }
a.darklink:hover { color: #afb; }

table.sort .tablesorter-header { color: #783aa0; cursor: pointer; }
table.sort .tablesorter-headerUnSorted { color:#107020; cursor: pointer; }
table.sort .sorter-false { color:#000000; cursor: pointer; }
table.sort .tablesorter-header:hover { color: #269b2d; cursor: pointer; }

body{
	margin: 0px;
	color: #000000;
	background: url(images/bg-ground.png) #ad8a64 top left repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.80em;
	line-height: 1.5em;
}


acronym {
	cursor: help;
}

ol, ul, li, p, h1, h2, h3, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

ul {
	list-style: none;
}

ol {
	padding-left: 20px;
	margin: 10px;
	list-style: upper-roman;
}

table {
	width: 100%;
	border-collapse: collapse;
	
}

table td, table th {
	padding: 3px 5px;
}

legend {
	color: #106515;
}

caption {
	Display: none;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin-bottom: 0.5em;
}

legend
{
	font-size: 1.2em;
}

fieldset {
	margin-right: 10px;
}

hr {
	width: 100%;
	clear:both;
	visibility: hidden;
	border-color: #360;
    border-width: 0.2px;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none
}

q {
	font-size: 1.2em;
	display: block;
	margin-bottom: 1em;
}

q:before{
	quotes: "“" "”" "«" "»";
	font-size: 3em;
	vertical-align: -.35em;
	margin-right: .1em;
}

q:after {
	quotes: "“" "”" "«" "»";
	font-size: 3em;
	vertical-align: -.4em;
	margin-left: .1em;
	margin-right: .5em;
}

small {
	font-size: 0.85em;
}

strong {
	font-size: 1.1em;
}

.saisie {
	background-color: #F2CAAB;
	border: 1px solid black;
	padding: 2px;
}


.hidden{
	display: none;
}

.dataTable .even {
	background: url(images/ground-light.jpg) top left repeat;
}

.dataTable .odd {
	background: url(images/ground-dark.jpg) top left repeat;
}
.dataTable .highlight {
	background: rgba(255,0,0,.3);
}
.dataTables_wrapper {
	display: inline-block;
	width: 100%;
}

.content label select[name=listeTable_length]{
	width:50px;
}
span.notif {
    position: relative;
    top:-5px;
    right: -8px;
    padding: 3px 9px;
    border: 2px solid white;
    border-radius:100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 12px/12px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}​
