﻿@charset "utf-8";
/* CSS Document */
body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#a7d34a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img{
border:none;
}
.left {
	color:#b0b0b0;
}
.right {
	color:#a2d03f;
}

li{
	list-style-type : disc ;
	clear:both ;
}

/***titre comme Actu1****/
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.puceTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a2d03f;
}

.gris{
color:#b0b0b0;
}
.vert{
color:#a2d03f;
}

form label {
	text-align:center;
	font-size:12px;
	margin-left:10px;
}
form input {
	border:0px;
	width:154px;
	height:20px;
	font-size:12px;
	background:url('../images/input.png') top left no-repeat;
	padding:3px 6px 0px 6px;
}
form textarea {
	border:0px;
	width:250px;
	height:78px;
	font-size:12px;
	background:url('../images/textarea.jpg') top left no-repeat;
	padding:3px 6px 0px 6px;
}

form input.submit {
	border:0px;
	width:53px;
	height:22px;
	background:url('../images/submit.png') top left no-repeat;
}
input.button {
	border:0px;
	width:53px;
	height:22px;
	background:url('../images/submit.png') top left no-repeat;
}
input.moins {
	border:0px;
	width:29px;
	height:24px;
	background:url('../images/moinsBT.png') top left no-repeat;
}
input.plus {
	border:0px;
	width:29px;
	height:24px;
	background:url('../images/plusBT.png') top left no-repeat;
}
input.modifier {
	border:0px;
	width:97px;
	height:20px;
	background:url('../images/modifier.jpg') top left no-repeat;
}
input.parcourir {
	border:0px;
	width:97px;
	height:20px;
	background:url('../images/parcourir.jpg') top left no-repeat;
}
input.ajout {
	border:0px;
	width:53px;
	height:22px;
	/*background:url('../images/submit.png') top left no-repeat;*/
}
input.annuler {
	border:0px;
	width:53px;
	height:20px;
	background:url('../images/annuler.png') top left no-repeat;
}
