html {
	height: 100%;
	scrollbar-face-color:#F28F00;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#DBDBDB;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#808080;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#E0E0E0;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
	}

#TDentete {
	background-image:url(images/entete.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 980px;
	height: 127px;
}
#TDtexte {
	background-image:url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
#DivTexte {
	width: 960px;
	position: relative;
	left: 10px;
		}
#DIVcontactez {
	position: absolute;
	right: -7px;
	top: 0px;
}
	


	
a.bouton:link,a.bouton:visited  {
padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	background-image: url(images/bouton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 162px;
	height: 27px;
	display: block;
	text-align: center;
	}

a.bouton:hover{background-position: 0px -37px;
	text-decoration: none;}
h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 3px;
	text-indent: 30px;
	text-decoration: underline;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

.celVertClair { background-color:#84CEB3}
.celBleuClair { background-color:#6699CC}
.imageDroite {	float: right;	padding: 10px;}
.imageGauche {	float: left;	padding: 10px;}

ul {
	list-style-position: inside;
	list-style-type: disc;
	white-space: normal;
}
a:link {
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
a:hover {

	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

