body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.font_titre {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.font_txt {
	font-size: 12px;
	color: #000000;
}

.font_date {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.font_copyright {
	font-size: 10px;
	color: #666666;
}

.link_menu a{
	color: #333333;
	font-size : 9px;
	text-decoration : none;
}

.link_menu a:hover {
	color: #990000;
	font-size : 9px;
	text-decoration : underline;
}


.link_mail a{
	color: red;
	font-size : 12px;
	text-decoration : none;
}

.link_mail a:hover {
	color: #990000;
	font-size : 12px;
	text-decoration : underline;
}

.font_menu_bar {
    font-size : 9px;
	color: #333333;
}
.font_windguru {
    font-size : 10px;
	color: #000000;
}

.inp-log {
	font-size: 12px;
	color: #000000;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.inp-log-error {
	font-size: 12px;
	color: red;
	border: red;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFD5D5;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.inp-log-bl {
	font-size: 10px;
	color: #005C9D;
	border: 1px solid #005C9D
}
.txt-error-red {
	font-size: 12px;
	color: red;
	font-weight: normal;
}
.txt-error-green {
	font-size: 12px;
	color: green;
	font-weight: normal;
}