/***
	The following style definition is needed for browsers serving XHTML with the MIME type application/xhtml+xml.
	In case the browser isn't accepting application/xhtml+xml it accepts text/html, which is not strict XHTML, but HTML 4.01.
***/
.BeNiceToMacIE5 {  /* reveal @media rules to MacIE */ /* From accessat.c-net.us/test/ */
	font-family: "\"}\"";
	font-family: inherit;
}
	html, html body {
	background-color: #FFCC99;
}
/*
	The following style definition is for those pages where the background is specified different from the default. The id="..." on the html is set accordingly (with the variable $bgdId) before beginning the page and only if a different background is needed.
*/
/*
#bgdWebTech, #bgdWebTech body {
	background-color: #ffeecc;
}
*/

body, td, th, h3, h6 {
	color: #993300;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h4, h5 {
  color: #660000;
}

pre {
	background-color: #DDDDDD;
	border: 1px solid black;
	padding-top: 1em;
	padding: 10px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

/* The styles for the links should be defined in that order = a:link, a:visited, a:hover. */
a:link {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	border: 1px none;
	padding: 1px;
}

a:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: purple;
	border: 1px none;
	padding: 1px;
}

a:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff0;
	background-color: #666680;
	border: 1px solid red;
	padding: 0px; /* Because the border is shown reduce the padding */
}

a:hover.img {
	background-color: transparent;
	border: 0px;
	padding: 1px;
}

/*
a:active {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
}
*/


img.flr, div.flr {
	float: right;
	clear: none;
	margin: 5px 0px 5px 5px;
	padding: 0px;
}
img.noborder {
	border: 0px none;
}
img.border {
	border: 1px solid black;
}

span.mime {
	font-family: Courier, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.Titre {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: auto;
	padding: 2px;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
	border-top: 3px solid white;
	border-left: 3px solid white;
	color: #993300;
	height: auto;
	width: auto;
	float: none;
	clear: none;
}

.Erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-decoration: blink;
	border: thick groove #FF0000;
}

.hints {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

div#phps {
	background-color: #f0f8ff;
	margin: 1% 2%; /* top and bottom = 1%, left and right = 2% */
	padding: 1% 2%;
	font-size: 12px; font-weight: normal;
	text-align: left;
}

