/* CSS Document */
* {
		margin:0px;
		padding:0px;
}
ol
	{
		padding:0px;
		margin-left:30px;
	}
fieldset
	{
		margin:5px;
		padding:0px 5px 0px 5px;
	}
.titrebloc {
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #999999;
}

ol li {
	clear:both;
	margin:5px 0px 20px 0px;
	_margin:5px 0px 40px 0px;
}

label
{
	width:80%;
	clear:both;
	float:left;
}

input {
	float:right;
}
td input {
	float:none;
	display:inline;
}
.saisiecache {
	float:left;
	margin-left:auto;
	display:none;
}
.saisie {
	float:left;
	margin-left:auto;
}
.bouton {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;

}
td {
vertical-align:middle;
text-align:center;
margin:0px;
}
td.tdtitre {
text-align:left;
}
tbody td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
th.trait
	{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
legend {
	margin-left:5px;
	margin-right:5px;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------*/
/* menu et navigation																													 */
/* ----------------------------------------------------------------------------*/
#preced {
text-align:left;
padding: 5px;
}

#titre {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}
#suite {
	text-align:right;
	padding: 5px;
}
#menu {
	position:absolute;
	bottom:5px;
	width:100%;
	padding:0px 0px 0px 5px;
	margin:0px;
	list-style-type: none;
}
#menu li {
	width:32%;
	height:30px;
	float:left;
	list-style-type: none;
	margin:0px;
}

#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	margin:2px;
	padding:3px;
	border: none;
}
#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	padding:3px;
	border: thin solid #FFFFFF;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
	padding:3px;
	border: thin solid #666666;
}
/* ----------------------------------------------------------------------------*/
/* header fixe cross browser																									 */
/* ----------------------------------------------------------------------------*/
 body{
  margin:0;
  padding:120px 0 0 0;
	/*overflow:hidden*/
 } 
 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background-color: #FFFFFF;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
	height:100%;
	overflow:scroll;
 }
.logo {
width:233px;
position:absolute;
top:0px;
right:0px
}

.entete {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../image/top_04_fond.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 73px;
}

#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px 20px 20px;
	padding: 20px;
	border: thin solid #336699;
}
.gauche {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.droite {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
#liste {
	background-color: #FFCCCC;
	border: 1px solid #66CCCC;
	display:none;
}
