/* CSS Document */
a:link, a:visited, a:active {
	text-decoration: none; 
	font-weight: bold;
	color: #EC7045;
	}
a:hover {
	text-decoration: underline; 
	font-weight: bold;
	color: #56616B; 
	}

.popperlink {position:absolute;visibility:hidden}
     p {font-size:11px; font-family: verdana}
     pre {font-size:11px; font-family: verdana}
     h1{font-size:8px; font-family: verdana}
     body {font-size:11px; font-family: verdana}
     i {font-size:11px; font-family: verdana}
     h2{font-size:17px; font-family: verdana}
		 table {font-size:11px; font-family: verdana}
		 td {font-size:11px; font-family: verdana}
		 font {font-size:11px; font-family: verdana}
		 tr {font-size:11px; font-family: verdana}

.form {
	background-color:#F6F8FA;
	font-size:11px;
	font-family:Verdana;
	border-right: 1px solid #56616B;
	border-bottom: 1px solid #56616B;
	border-top: 1px solid #56616B;
	border-left: 3px solid #56616B;
	color:#56616B;
	}
	
.form-html {
	background-color:#F6F8FA;
	font-size:11px;
	font-family:Verdana;
	border-right: 1px solid #56616B;
	border-bottom: 1px solid #56616B;
	border-top: 1px solid #56616B;
	border-left: 3px solid #56616B;
	color:#56616B;
	position:relative;
	top:0px;
	left:0px;
	height:10
	}

.button {
	background-color:#B1BCC6;
	font-weight: bold;
	font-size:11px;
	font-family:Verdana;
	border: 1px solid #3F4A54;
	color:#3F4A54;
	}
	
.footer {
	 
	font-size:9px;
	font-family: Verdana;
	color: #000000;
	}
	
	a.footer:link   { text-decoration: none; color : #000000; font-size:9px; font-family: Verdana; font-weight: normal}
    a.footer:visited { text-decoration: none; color : #000000; font-size:9px; font-family: Verdana; font-weight: normal}
    a.footer:hover	{ text-decoration: none; color : #000000; font-size:9px; font-family: Verdana; font-weight: normal}
	
/* Couleurs et style des puces du Menu */
.fond_page	{
	background-color: #15445E;
}

.tableau	{
	padding: 4px;
	border-right: 3px solid #B1BCC6;
	border-left: 3px solid #B1BCC6;
	background-color: #F1F6F9;
	font-size:11px;
	font-family:Verdana;
	color:#56616B;
}

.forum	{
	padding: 4px;
	border: 1px solid #B1BCC6;
	background-color: #F1F6F9;
	font-size:11px;
	font-family:Verdana;
	color:#56616B;
}

.text	{
	font-size:11px;
	font-family:Verdana;
	color: #56616B;
}

.menu-copyright	{
	font-size:9px;
	font-family:Verdana;
	color: #56616B;
}
.erreur	{
	font-size:11px;
	font-family:Verdana;
	color: #D12B15;
}

.en_tete	{
	font-size:11px;
	font-family:Verdana;
	color: #56616B;
	background-color: #B1BCC6;	
}

.en_tete a:link, 
.en_tete a:visited, 
.en_tete a:active { text-decoration: underline; color: #15445E }
.en_tete a:hover { font-size:13px; font-weight: bold;  color: #D6F0FF; text-decoration: none; background-color:#5F8EA8}


.contour	{
	font-size:11px;
	font-family:Verdana;
	color: #D6F0FF;
	border: 1px solid #D6F0FF;
}

.champ	{
}
/* On import les styles pour les formulaires si l'utilisateur les supportent(IE) */
/* NS4.x ne suportent pas la fonction @import									 */
@import url("formIE.css");
