@CHARSET "UTF-8";

/*****************/
/*  CSS INITIAL  */
/*****************/

	* {
		margin: 0px;
		border: 0px;
		padding: 0px; }
	/*div {
		border: 1px dashed #990000; }*/						/* cause du plantage de fancybox avec ie8 */
	/** {
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #666666; }*/
	div, h1, h2, h3, h4, h5, h6, p, li, th, td,
	form, fieldset, label, select, optgroup, option, input, textarea {
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #666666; }
	html {
		min-height: 100%;
		margin-bottom: 1px; }

/* LIENS */
	a {
		color: #99cc00; /* Vert */
		text-decoration: none; }
		a:visited {
			color: #998099; } /* Violet */
		a:hover {
			color: #666666; } /* Gris */

/* ELEMENTS DE FORMULAIRES */
	label {
		position: relative;
		top: -5px; } /* Firefox 2 */
	select {
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #666666;
		padding-left: 2px;
		/*padding-right: 2px;*/ }
	select {
		color: #666666; }
	option {
		padding-left: 2px;
		padding-right: 2px; }
	input {
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #666666;
		padding-left: 2px;
		padding-right: 2px; }
		input.bouton {
			position: relative;
			top: 3px; } /* Firefox 2 */
		input.case { }
		input.saisie {
			color: #666666;
			font-family: courier, serif; }
		input.validation {
			color: #666666; }
	textarea {
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #666666;
		padding-left: 2px;
		padding-right: 2px; }
		textarea.saisie {
			color: #666666;
			font-family: courier, serif; }

/* <input class="saisie" type="text" /><input class="case" type="checkbox" /><input class="bouton" type="radio" /><label>nom</label><select></select> */

