/*********** général ******************************/

body {
	background: url(img/fond.jpg) #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

p{
	font-size: 11px;
	color:#000;
	text-align:justify;
	padding:0;
	margin:0;
}

h1{
	font-size: 20px;
	color:#8fc200;
	padding:0 0 0 25px;
	margin:0;
}

h2{
	font-size: 12px;
	color:#694704;
	font-weight:bold;
	padding:0;
	margin:0;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}


/*********** structure de la page ******************************/

#bando{
	background-image:url(img/bando.jpg);
	width:765px;
	height:125px;
}

#principale{
	background-image:url(img/haut-page.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:511px;
	height:393px;
	padding:38px 20px 10px 20px;
}

#principale img{
	border:2px solid #694704;
}

#gauche{
	background-image:url(img/gauche.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:214px;
}

#menu{
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	width:214px;
	height:166px;
}

#basdepage{
	background-image:url(img/basdepage.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:82px;
}


/*********** menu ******************************/


.menu {
	line-height:17px;
	font-size: 12px;
	font-weight:bold;
	color:#7cbf22;
}

.menu ul{
	list-style-type: none;
	margin:0 0 0 17px;
	padding:0;
}
	
.menu ul li{
	list-style-type:none;
	padding:0;
	margin:0;
}
	
.menu ul li a{
	color:#7cbf22;
	text-decoration:none;
	padding-left:30px;
	display:block;
	width:167px;
	height:17px;
}
	
.menu ul li a:hover,#menu ul li a.active{
	background-image:url(img/rollover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFF;
}


/*********** mise en forme du formulaire ******************************/

input {
border:1px solid #5ea413;
color:#000;
background-color:#FFFFFF;
}

select, option {
color:#000;

}

textarea {
border:1px solid #5ea413;
color:#000;
}


/*********** classes ******************************/

.tablo-general{
	background-image:url(img/pix-fond.gif);
}

.txtkemenn {
	font-size: 12px;
	color:#000;
	background-image:url(img/fond.jpg);
}

.txtkemenn a{
	color: #000;	
}

.txtkemenn a:hover{
	text-decoration:none;
	color: #000;
}

.txtkemenn a:visited{
	color:#000;
}

.txtformulaire{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

.basdepage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#355a19;
}

.conseil{
	color:#fff;
	font-size: 12px;
	font-weight:bold;
}

.conseil a{
	color:#fff;
	text-decoration:underline;
}

.conseil a:hover{
	color:#fff;
	text-decoration:none;
}