/*
Styles propres à la partie ORDS du site Centre Quételet
-------------------------------------------------------*/
/*
button, button *, input[type=submit], input[type=button], input[type=reset] {
	border: none;
	background-color: #8c8c8c;
	padding: .2em;
	color: #fff;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	text-decoration: none;
	outline: 2px outset #000;
}
button:active, input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
	text-decoration: none;
	outline: 2px inset #000;
}
button[disabled], button[disabled] * {
	background-color: #bfbfbf;
	outline: none;
}
*/
.ords_button {
	border: none;
  background-image: url("../images/ords_button.png");
  width: 79px;
  height: 22px;
  color: #444;
  font-weight: bold;
}
.ords a:link, .ords a:hover, .ords a:active, .ords a:visited {
  /*
	background-color: #4d4d4d;
  color: #ffc000;
	line-height: 1.5em;
	padding: 0 .3em;
	text-decoration: none;
  */
  color: #c90;
	text-decoration: none;
}
.ords a:hover {
	text-decoration: underline;
}
.titrepage {
/*
	margin: 1.2em 0;
	padding: .1em .5em;
	background-color: #4d4d4d;
	color: #bfbfbf;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
  */
  border-bottom: 1px dotted #4D4D4D;
  color: #4D4D4D;
  font-size: 1.7em;
  font-weight: bold;
  padding: 0;
}
.titrechapitre {
/*
	margin: 3em 0 1.5em 0;
	padding: 0 .5em;
	background-color: #bfbfbf;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	text-align: left;
  */
	margin: 3em 0 1em 0;
  border-bottom:1px dotted #CC9900;
  color: #CC9900;
  font-size: 1.3em;
  font-weight: bold;
}
.titreenquete {
	background-color: #f2f2f2;
}
.blocbleu {
  /*
	border: 1px solid #4d4d4d;
	padding: 1em 1.5em;
	background-color: #bfbfbf;
  */
  border: 1px dotted #FFC000;
	padding: 1em 1.5em;
  background-color: #929292;
  color: #fff;
}
.blocbleu form {
	padding: 0; 
	margin: 0; 
}
.ords_logo {
	float: right;
	width: 60px;
	height: 40px;
}
.highlightText {
/*	background-color: #ffff66;*/
	background-color: #ffb700;
  font-weight: bold;
}
.errorText {
	color: #4d4d4d;
	font-weight: bold;
}
.errorBlock, .red {
	color: #f00;
}
.infoBlock, .errorBlock {
	display: block;
	border: 1px solid #000;
	padding: .5em;
	font-weight: bold;
}
.precision {
	float: left;
	margin-right: 1.5em;
}
.strong {
  font-weight: bold;
}

