@CHARSET "UTF-8";

.center {
	text-align: center;
}

.italique {
	font-style: italic;	
}

.barre {
    text-decoration: line-through;	
}

a {
	color: #004d95;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table tr.nocloture {
    background-color: #C0FFA0;
}
table tr.cloture {
    background-color: #FFA5A0;
}

h1 {
	font-size: 1.5em;
	color: #004d95;
	margin-bottom: 30px;
	margin-left: 20px;	
}

h2 {
	font-size: 1.3em;
	color: #004d95;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 40px;	
}



.jsLink {
	color: #004d95;
	text-decoration: underline;	
	cursor: pointer;	
}

.jsLink:hover {
	text-decoration: none;	
}


table {
	margin: auto;
	border-collapse: collapse;
	min-width: 50%;
	font-size: 0.9em;
}

    table tr:hover {
        background-color: #fbff94;
    }

	table th, table td {
		border: 1px solid black;
		padding: 4px;
		vertical-align: middle;
	}

	table th {
		background-color: #E5E5E5;	
	}
	
	table th.left {
		text-align: left;
	}

	table caption {
		font-weight: bold;
		font-style: italic;
		padding: 4px;
	}
	
	
form {
	width: 80%;
	margin: auto;
	font-size: 0.9em;
}

	form fieldset {
		border: 1px dotted gray;
		padding: 5px;
		margin: 2px;
	}

		form fieldset legend {
			font-style: italic;
		}

		form fieldset label {
			text-align: right;
			float: left;
			margin: 4px;
			width: 300px;
			vertical-align: top;
		}
		
        form fieldset label.right {
            float: none;
            text-align: left;
            margin: 4px;
            width: 300px;
            vertical-align: top;
        }		
		
		form fieldset.intervenant label {
			width: 150px;
		}

		/* Annulation du style si le label est dans un tableau */
		form fieldset table tr td label {
			float: none;
			width: auto;
			text-align: inherit;
		}

		form fieldset input, form fieldset textarea, form fieldset select {
			border: 1px solid gray;
			margin: 5px;
			padding: 1px;
		}	