#description {
	display: none;
}

/* Général */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-attachment : fixed;
	color: Black;
	background-position : top left;
	background-repeat : no-repeat;
	/*background-image : url(../images/fond.jpg);
	background-color : White;*/
}

*  {
	 font-size: inherit;
	 }

	 
a, *[onclick] {
	color: Black;
	cursor: pointer;
}
a:visited, *[onclick]:visited {
	color: Black;
}

a:hover, *[onclick]:hover {
	color: #DC143C;
}

H1 {
	font-weight : bold;
	font-size : 110%;
	margin-bottom: 0pt;
}

.obligatoire:after {
	content:"(*)";
	color : #DC143C;
	font-size:6pt;
	vertical-align:top;
}

/* Page d'accueil */
#Menu {
	position: absolute;
	top : 100px;
	left : 200px;
	width: 600px
	}

#Menu table {
	border: thin solid #DEB887;
	padding: 0px;
   border-spacing: 0px;
}

tr.go {
	background-color : #FFFFFF;
}

tr.go td {
	margin: 0px;
	padding: 4px;
}
tr.go:hover {
	background-color : #F3B1B1;
}

tr.go img {
	margin : 3 15 3 3;
}
tr.go a, tr.go a:hover, tr.go a:visited, tr.go P {
	color : Black;
	text-decoration : none;
	margin-top : 0px;
	margin-bottom : 0px;
}


strong {
	font-weight : bold;
}

.small, small {
	font-size : 85%;
}

#COPYRIGHT, #COPYRIGHT a {
	text-align : center;
	font-size: 7pt; 
	margin-top	: 20px;
   text-decoration: none;
}

#COPYRIGHT a:hover {
   text-decoration: underline;
}
