﻿html, body {
	width: 100%;
	height: 100%;
	min-height: 100%; 
	margin: 0;
	padding: 0;
	background-color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url('images/fond.jpg');
	background-repeat: repeat;
	color: #000000;
}

div {
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: 14px;
}
strong { font-weight: 700; }

p {
	margin: 0px;
	padding: 1px 0px 1px 17px;
}
h1 {
	font-size: 18px;
	color: #FE9900;
	padding: 1px;
	margin: 0px;
	font-weight: bolder;
}
h2 {
	font-size: 16px;
	color: #003466;
	padding: 3px;
	margin: 0px;
	font-weight: bolder;
}

h3 {
	font-size: 14px;
	color: #003466;
	padding: 1px;
	margin: 0px;
	font-weight: bolder;
}
h4 {
	font-size: 14px;
	color: #003466;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
}
h5 {
	margin: 0px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	background-image: url('images/degradetitre.jpg');
	background-repeat: repeat-x;
	padding: 2px;
}

img {
	border-style: none;
	border-width: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bolder;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #A86500;
}
td {
	text-align: left;
	font-size: 12px;
}

button {
	margin: 5px;
	text-align: center;
}
button img {
	margin: 3px;
	vertical-align: middle;
	border: 0px;
}
hr {
	color: #808080;
	line-height: 1px;
}
td {
	vertical-align: top;
}

select {
	color: #000066;
	font-weight: bold;
	background-color: #EEEEEE;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	color: #000066;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	color: #000066;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
label {
	color: #000066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**********************************************************************************************************/

#global
{
	height:100%;
	width:980px;
	margin:0 auto;
}
#globalheader{
	margin:0 0 -10px 0px;
	padding: 10px 10px 0px 0px;
	background-image: url(images/haut.png);
	background-repeat: repeat-x;
	height: 95px;
	color: white;
	text-align: right;
}
#globalfooter{
	height: 30px;
	background-image: url(images/bas.png);
	padding: 10px 0 0 10px;
	margin: 0px 0px 0px 0px;
}
#globalmenu{
	height:27px;
}
#globalmain{
	position:relative;
	
	height:70%;
	background-image: url('images/fond.png');
	background-repeat: repeat-y;
}
#Xcontenant{
	height:100%; overflow:hidden;top:0;left:0;width:950px;position:relative}
#Xcontenu {
	position:absolute;left:0;width:940px;background-color:white;
	margin-left:5px
	
	}
	


#globalmenu #fond {
	margin: 0px;
	padding: 3px 12px 4px 5px;
	width: 963px;
	height: 100%;
	background-image: url('images/fond.png');
}
#globalmenu #table {
	position: relative;
	background-image: url('images/degradetitre.jpg');
	height: 100%;
	width:100%
}

#globalmenu table {
	height: 100%;
	text-align: center;
}
#globalmenu img {
	vertical-align: middle;
	margin-left: 6px;
	margin-right: 2px;
	border:0px;
}
#globalmenu td:hover  {
	background-image: url('images/degradetitreover.jpg')
}
#globalmenu a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

/**********************************************************************************************************/
#main {
	margin: 2px;
	background-color: white;
	color: #000000;
}

#trackbarHolder {
	position:relative;
	top:0px;
	left:0px;
	width:20px;
}
/****************************************************/
		

	#version {
	color: #666666;
	position: absolute;
	right: 10px;
	top: 85px;
	font-size: 10px;
}

.highslide {
	cursor:pointer;
	border:2px white solid;
	vertical-align:middle;
}
.highslide img {
	border:2px white solid;
	vertical-align:middle;
	/*border: 2px white solid;*/
}

/****************************************************/
#numerotation {
	margin-top: 10px;
	margin-bottom: 5px;
}
.entete {
	text-align: left;
	background-image: url('images/degradetitre.jpg');
}
.article {
	cursor:pointer;
}
.article:hover {
	background-color: #FFCC00;
}

.numerooff {
	font-weight:bold;
	font-size: 12px;
}
.numeroon {
	color: blue;
	font-weight:bolder;
	font-size: 15px;
}
.numeroleft
{
	font-size: 14px;
}
.numeroright
{
	font-size: 14px;
}
.article img {
	border: 0px;
}
.centre {
	text-align: center;
}
