/* Style général */
body {
	background-color: #ddd;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: navy;
}

a img {
	border: 0;
}

form {
	padding-left: 5px;
}

input {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

h4 {
	font-size: 1em;
}

.formInput {
	border: 1px solid #666;
	font-size: 0.9em;
}

.formButton {
	border: 1px solid navy;
	height: 1.6em;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eee;
}

#searchForm label {
	display: block;
	font-weight: bold;
}

.error {
	background-color:#ff9;
	color:#c00;
	font-weight:bold;
	margin: 2px;
	padding: 2px; 
}

/* Style de l'en-tête */
#header {
	display:none;
}

/* Style colonne gauche */
#leftColumn {
	display: none;
}

/* Style contenu */
#contentColumn {
	width: 95%;
	padding: 10px;
}

#contentData {
	margin: 10px;
}

/* Style colonne droite */
#rightColumn {
	display: none;
}

/* Styles utiles n'importe où */
.clearboth {
  clear: both;
	font-style: italic;
}

.clearboth a {
	text-decoration: underline;
}

.dataTable {
	width: 99%;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.dataTable th {
	border: 1px solid #aaa;
	margin: 0;
	font-size: 1em;
	background-color: #ccc;
	white-space:nowrap;
	font-weight:normal;
}

.dataTable td {
	border: 1px solid #ccc;
	margin: 0;
	text-align:center;
}

.dataTable td.left {
	text-align:left;
}

.variation {
	font-weight: bold;
}

.variation .varPositif {
	color: #070;
}

.variation .varNegatif {
	color: #a00;
}

a .clickHere {
	display: block;
	text-decoration: underline;
	color: navy;
	font-weight: bold;
	padding-left: 20px;
	margin-left: 5px;
	background-image: url(/images/fleche_orange.gif);
	background-repeat: no-repeat;
}

tr.firstRow {
	font-weight: bold;
}


#specimen {
  width: 750px;
}

#specimen h3 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	line-height: 1.5em;
	border: 0;
	background-color: #204ec8;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

#specimen #flash {
	position: relative;
	width: 610px;
	height: 450px;
	left: 50%;
	margin-left: -305px;
	margin-bottom: 50px; 
}

.clid {
	color: #fff;
	font-size: 0;
}

.important {
	color: #d00;
	font-weight: bold;
}
