/* Styles généraux */

body {
	background: #ffffe8;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #505050;
}

a:hover {
	text-decoration: none;
	color: #303030;
	background: #f7e800;
}

h1 {
	text-align: center;
}

h3 {
	padding-left: 5px;
	background: #F7E800;
}

input.decale {
	margin-left: 120px;
}

.logo_hitec {
	float: left;
	border: 0px;
}

#contenu {
	margin-left: 120px;
}
.main {
	font-weight: bold;
}

.warn {
	font-weight: bold;
	color: red;
}

#remarque {
	font-weight: bold;
	font-size: 0.8em;
}

table td {
	padding: 1px 10px 1px 10px;
}

table.visib td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #F7E800;
	padding: 1px 10px 1px 10px;
}

.code {
	font-family: Courier, sans-serif, Arial;
}

