img 
 { 
 behavior : url(iepngfix.htc) ;
}
img, #header  { 
behavior : url(iepngfix.htc) ; 
}
// Juste pour rappel, une déclaration de background classique se fait comme ceci : ///[css] #header  background :url(background.png) ; 

body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	background-color: #333333;

}
#conteneur {
	margin-left:auto; /* Cette valeur doit être la moitié négative de la valeur du height */
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	width: 900px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 0px;
}
#conteneur #centre .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C05447;
	border: 1px solid #CCCCCC;
	width: 90%;
	height: 40px;
}

#gauche {
	width: 271px;
	float: left;
	margin-top: 127px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/titre_accueil.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#haut {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
}
#centre {
	width: 490px;
	float: right;
	background-image: url(../images/fenetre1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 450px;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a  {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:hover  {
	text-decoration: underline;
	color: #EB7F23;
}


#bas {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}

#bas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	line-height: normal;
	letter-spacing: 0.1em;
	margin-left: 10px;
}

.chapeau {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #5B5186;
}
.cel {
	background-image: url(../images/fond-bloc.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333333;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}
img.pictohd {
	margin-top: 20px;
}

.cel-borD {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D0D3EE;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EB8126;
	text-align: left;
	line-height: 25px;
}
ol {

	padding-right: 5px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
#conteneur #centre input {
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B73C2C;
	margin: 0px;
	padding: 0px;
}
#conteneur #centre label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	margin: 8px 0px 3px;
	padding: 0px;
}
hr.both
{
	visibility:hidden;
	height:0;
	width:0;
	clear:both;
	margin: 0px;
	padding: 0px;
}
#bas a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	line-height: normal;
	letter-spacing: 0.1em;
	margin-left: 10px;
}

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
	height: 550px;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
		color:#ffffff;
	}

