body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-face-color:#cccccc;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	}
	
td {
font-size: 12px;
}
.fondecrangauche {
background-image:	url(images/fondgauche.jpg);
background-repeat:	no-repeat;
}
.fondinscription {
background-image:	url(images/fondinscription.jpg);
background-repeat:	no-repeat;
background-position:center;

}

a {
	font-weight: bold;
	color:	#666666;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color:	#CCCCCC;
}
/* FORMULAIRE */
input {
	font-size: 12px;
	background-image: url(images/fondinput.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
	}
	.bouton {
	font-size: 12px;
	background-image: url(images/fondinputbouton.gif);
	background-repeat: no-repeat;
	background-position:right;
	border: none;
	height: 26px;
	width: 258px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0px;
	}
.boutonok {
	background-image: url(images/boutonok.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 21px;
	width: 21px;
		padding-top: 0px;
	padding-left: 0px;
	}
.boutonenr {
	background-image: url(images/boutonenregistrer.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 31px;
	width: 220px;
		padding-top: 0px;
	padding-left: 0px;
	}
.boutonajout {
	background-image: url(images/boutonajout.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 30px;
	width: 80px;
		padding-top: 0px;
	padding-left: 0px;
	}
.boutonenvoicommande {
	background-image: url(images/boutonenvoicommande.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 30px;
	width: 250px;
		padding-top: 0px;
	padding-left: 0px;
	}
.boutonenvoimessage {
	background-image: url(images/boutonenvoimessage.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 31px;
	width: 200px;
		padding-top: 0px;
	padding-left: 0px;
	}
.boutonverifier {
	background-image: url(images/boutonverifier.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 30px;
	width: 250px;
		padding-top: 0px;
	padding-left: 0px;
	}
.boutonvalider {
	background-image: url(images/boutonvalider.gif);
	background-repeat: no-repeat;
	background-position:center;
	border: none;
	height: 30px;
	width: 100px;
		padding-top: 0px;
	padding-left: 0px;
	}


textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #cccccc;
	background-image: url(images/fondtextearea.gif);
	height: 50px;
	width:80%;
	background-repeat:no-repeat;
	padding-left: 5px;
}
select {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	list-style-position: inside;
	list-style-type: none;
	clear: none;
}
.listeoption {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	
}
.tableau {
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;

}

