body {
	background-image: url(images/degrade_fond.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin-top: 0px;
}

a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:13px;
	color:#333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.txtmenu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:13px;
}
.txtactu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:13px;
	color:#333;
}
.txtactu a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:13px;
	color:#333;
	text-decoration:underline;
}
.txtactu a:hover {
	text-decoration:none;
}
.txtgris {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#666;
}
.txtbleu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#3399CC;
}
.titrebleu {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#3399CC;
}
.txtbleubas {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#93AFC3;
}
.txtvert12 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#567325;
}
.txtvert12 a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#567325;
	text-decoration:none;
}
.txtvert12 a:hover {
	text-decoration:underline;
}
a.txtvert12 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#567325;
	text-decoration:none;
}
a.txtvert12:hover {
	text-decoration:underline;
}
.txtvertclair {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#96C037;
}
.txtvert17 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	color:#567325;
}
.cadrenoir {
	border: 1px solid #EEE;
}

A.lienblanc:link {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#FFFFFF; font-size:12px;}
A.lienblanc:visited {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#FFFFFF; font-size:12px}
A.lienblanc:active {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#FFFFFF; font-size:12px}
A.lienblanc:hover {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#D9E021; font-size:12px}

A.lienbleu:link {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#93AFC3; font-size:10px;}
A.lienbleu:visited {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#93AFC3; font-size:10px}
A.lienbleu:active {text-decoration: none; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#93AFC3; font-size:10px}
A.lienbleu:hover {text-decoration: underline; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#93AFC3; font-size:10px}

a.liennoir {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration: none;
}
a.liennoir:hover {
	text-decoration:underline;
}


.inputtext {
	height:18px;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#BCBCBC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#333;
}
.select {
	height:18px;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#BCBCBC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#333;
}
.textarea {
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#BCBCBC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#333;
}

.tableau{
	background-color:#ECECEC;
	border-color:#91bc36;
	border-style:solid;
	border-width:1px;
}

.cellule_hautgauche{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#91bc36;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#91bc36;
}

.cellule_basdroite{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#91bc36;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#91bc36;
	padding:2px;
}