
a.title {color: red;font-weight: bold;text-decoration: none;}
a:hover.title {color: orange; font-weight: bold}
a.links {color: purple;}
a:hover.links {color: orange; font-weight: bold}

p, h1, h2{
	font-family: 'Times New Roman,arial',verdana,tahoma;
	margin: 0;
	padding: 0;
}
.droite{text-align:right;}
.gauche{text-align:left;}
.centrer{margin: auto; text-align: center;}
.justifier {text-align: justify;}
.souligner{text-decoration: underline;}
.barrer{text-decoration: line-through;}
.gras{font-weight: bold;}
.title_form {text-align: center; background-color: #EEF3FB; color: silver;}
#keyw{overflow:hidden; height:1px;}
.fond_vert{text-decoration: underline;font-weight: bold;background-color: #B5FF1A;} /* fond vert */
.fond_rouge{text-decoration: underline;font-weight: bold;background-color: red;} /* fond rouge*/
.fond_jaune{text-decoration: none;font-weight: bold;background-color: #FFFFCC;} /* fond jaune */

ul.menu_horizontal{
text-align: center;
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}

ul.menu_horizontal li {
	display:inline;
}
text-align: center;
font-size : large;
margin: 0 0 0 0;
}

form {
	margin: 0em 0em 0em 2em;
	padding: 0px 2em 0px 2em;
	width: 40em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	top: 0;
	text-align: left;
}

legend {
	margin: 0em 1em;
	padding: 0em 1em;
	font-weight: bold;
	color: white;
	background-color: silver;
	border: 2px solid gray;
	/* Truc pour contenir le background du fieldset dans le cadre IE*/
	position: absolute;
	top: -0.6em;
	/* Truc pour contenir le background du fieldset dans le cadre IE*/
}

input[type] {border: 1px solid gray;}

label {
	margin: 0em 0em 1em 0em;
	padding: 0em .5em;
	float: left;
	width: 30%;
}

fieldset {
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 1em 0em;
	background-color: #F7F7F7;
	border: 1px solid gray;
	color: black;
	/* Truc pour contenir le background du fieldset dans le cadre IE*/
	position: relative;
	/* Truc pour contenir le background du fieldset dans le cadre IE*/
}

fieldset.FormCourt {width: 25em;}

fieldset.FormCourt label{
	margin: 0em;
	padding: 0em .5em;
	clear: right;
	width: 80%;
	text-align: left;
}
