body {
	font: 80% verdana, arial, sans-serif;
	background-color: #fff;
	margin-top: 95px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
	background: white;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(http://www.noveltis.fr/spectre/interface/images/logos.png);
}


#tabnav {
	float: center;
	text-align: center;
	margin: 0;
	padding: 20px 10px 20px 10px;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#tabnav a:link, #tabnav a:visited {
	float: center;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
        color: #aab;
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	border-bottom: 4px solid #006699;
	padding-bottom: 2px;
	background: #fff;
	color: #006699;
	}

#tabnav a:hover {
	color: #006699;
	}

h1 {
	color: black; font-size:16pt; font-style:normal; font-weight:bold; text-align:center; text-transform:capitalize;
}

h2 {
	color: #006699; font-size:14pt; font-style:normal; font-weight:bold; text-align:left; text-transform:capitalize;
}

h3 {
	color: #006699; font-size:12pt; font-style:italic; font-weight:normal; text-align:left; text-transform:capitalize;
}

ol {
	list-style-type:decimal;
}

ul {
	list-style-type:circle;
}

#top {
	color: #666666;
	font-size:12pt;
	font-style:bold;
	text-align:right;
}

acronym {
	color: #2c766b;
	font-style:italic;
}

acronym:hover {
	color:white;
	background: #2c766b;
	font-style:italic;
}

a {
	color: #666666;
	font-style:normal;
	font-weight: bold;
}

a:hover {
	color: #006699;
	font-style:normal;
	font-weight: bold;
}

img {
	border: solid black thin;
}

#img_noborder {
	border: none;
}


input.bouton:link {
	text-decoration:none; 
	color:white;
	text-align:center; 
	font-weight:bold; 
	background-color:#000080;
	padding:5px
}

input.bouton:hover {
	text-decoration:none;
	color:white;
	text-align:center; 
	font-weight:bold; 
	background-color:#006699;
	padding:5px
}

input.bouton {
	text-align:center;
	font-weight:bold; 
	padding:5px;
}


#checkbox {
	backgound-color:white;
}


#checkbox:checked {
	backgound-color:#006699;
}


#radio {
	background-color:#006699;
}


#radio:checked {
	background-color:#006699;
}
