*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
}
body * {
	text-align: left;
}
pre {
	font-family: Courier New, Courier, Mono;
	border: solid 1px #D4D0C8;
}
sup {
	font-size: smaller;
}
#contenant {
	margin: 0 auto;
	width: 100%;
	min-width: 750px;
	max-width: 930px;
	_width: expression( (document.body.clientWidth < 750)?'750px':( (document.body.clientWidth < 930)?'100%':'930px') ) ;
	
}
#bandeau {
	margin: 1px 1px 0 1px ;
	height: 75px;
	border: solid 1px #78a100; /* #33A02C; */
	background:  url(../interface/bandeau/bandeau.jpg) no-repeat;
	overflow: invisible;
}

#navigation {
}
#menu {
	position: absolute;
	width: 100%;
	min-width: 750px;
	max-width: 930px;
}


#entete {
	margin: 0 1px;
	clear:both;
}
#entete table {
	width: 100%;
	_width: expression( (document.body.clientWidth < 750)?'748px':( (document.body.clientWidth < 930)?((document.body.clientWidth-2)+'px'):'928px') ) ;
}
#entete form input.saisie {
	margin-left: 4px;
	font-size: 12px;
}
#corps {
	clear: both;
	margin: 0px 1px;
	padding: 0 0 0 10px;
	width: auto;
	box-sizing:border-box; -moz-box-sizing:border-box ;
}
#corps-interieur, #corps-interieur-g, #corps-interieur-d {
	text-align: left;
	background-color: #FFFFFF;
	/* background-image: url(../images/site/grille.png); */
	padding: 5px;
	overflow: auto;
	height: 100%;
	_height: 504px; /* 325px; */
	box-sizing:border-box; -moz-box-sizing:border-box ;
}
#corps-interieur {
	width: 100%;
	_width: expression( (document.body.clientWidth < 750)?'738px':( (document.body.clientWidth < 930)?((document.body.clientWidth-12)+'px'):'918px') ) ;
}
#corps-interieur-g, 
#corps-interieur-d {
	width: 49%;
	float: right;
}
#pied {
	clear: both;
	bottom: 0px;
	height: 34px;
	width: 100%;
}
#pied ul {
	list-style: disc outside;
	text-align: center;
	margin: 0 auto;
}
#pied li {
	font-size: x-small;
	display: inline;
	margin: 0 15px;
}
#pied a {
	font-size: inherit;
	color: #666;
	padding-left: 10px;
	background-image: url(../interface/puce/fleche.gif);
	background-repeat: no-repeat;
  background-position: 0px 50%;
}
#pied a:hover {
	color: #000;
  background-position: -997px 50%;
}
#pied table {
	background-color: #FE370F;
	border: solid 1px #FFFFFF;
	width: 100%;
	
	color: #FFFFFF;
	font-size: 11px;
}
#pied td {
	text-align: center;
}
#pied td.bg, 
#pied td.bd {
	background-repeat: no-repeat ;
	width: 5px;
	height: 15px;
}
#pied td.bg {
	background-image: url(../interface/pied/gauche.gif) ;
	background-position: bottom left ;
}
#pied td.bd {
	background-image: url(../interface/pied/droit.gif) ;
	background-position: bottom right ;
}
noscript.attention {
	color: #999999;
	width: 4.7em;
	height: 1.25em;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 120px;
	padding-left: 20px;
}
noscript.attention:hover {
	color: #FF6666;
	width: auto;
	height: auto;
}
/******************************************************************/
/* test pour mep_tableau */
#contenant-tableau {
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#contenant-tableau #corps-interieur {
	width: auto;
	overflow: auto;
}
#pied-tableau {
	height: 17px;
	background-color: #FE370F;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

a {
	color: #333333 ;
}
a:hover {
	color: #000000 ;
	text-decoration: none;
	
}


.asterisque 
{
	clear: both;
	font-size: 10px;
	margin-top: 20px;
}

/***********  arrondis ********************/
.hg, .hd, .bg, .bd
{
	background-image: url(../interface/arrondis/alpha-sur-fond-blanc.png);
	_background-image: url(../interface/arrondis/ffde31-sur-fond-blanc.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.hg
{
	float: left;
}
.hd
{
	background-position: -9px 0;
	float: right;
}
.bg
{
	background-position: 0 -9px;
}
.bd
{
	background-position: -9px -9px;
	float: right;
}

label[for]:hover,
label:hover > select,
label:hover > textarea,
label:hover > input {
	font-weight: bolder;
}
