ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
	background-color: #CACACA;
	margin: 0;
	padding: 0;
}

#page
{
	height: auto !important;
	height: 600px;
	min-height: 600px;
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	padding: 10px;
	border-left: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
}

#indicator
{
	position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
	text-align: center;
}

#loading_indicator
{
	border: 2px solid white;
	color: white;
	background-color: black;
	position: relative;
	top: 40%;
	margin: 0 auto;
	z-index: 91;
	width: 200px;
	filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
}

#entete
{
	margin-bottom: 20px;
	background-color: black;
}

#entete div 
{
	background-color: black;
	padding: 2px 5px;
	color: white;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}

#entete_top
{
	background: black url('/images/fond_top3.jpg') top left no-repeat;
}

#menu
{
	background: black url('/images/fond_bottom3.jpg') bottom left no-repeat;
	padding: 2px 5px;
	color: white;
	text-align: center;
	font-weight: bold;
}

#menu a
{
	color: white;
}

#menu a:hover
{
	text-decoration: none;
}

#info_box
{
	background-color: #AAAAFF;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

#content_bar
{
	border: 1px solid black;
	float: right;
	width: 150px;
	margin-left: 160px;
	background-color: white;
}

div.bulle_aide
{
        margin: 5px 0;
        background: transparent url('/images/icon_info.gif') no-repeat top left;
        padding-left: 16px;
        line-height: 16px;
        color: gray;
}

div.bulle_alerte
{
	border: 1px solid red;
	background-color: #FFAAAA;
	padding: 5px 5px 5px 43px;
	background: #FFAAAA url('/images/error32.gif') no-repeat 2px 2px;
}

div.form-row
{
	padding-left: 20px;
	margin: 4px 0;
}

div.form-error
{
	background-color: #FFAAAA;
	font-size: 8pt;
}

div.form-row input
{
	border: 1px solid black;
}

div.submit-row
{
	padding: 20px;
}

div.submit-row input
{
	border: 1px solid green;
}

div.user_info
{
	margin: 4px;
}

div.pager_nav
{
	text-align: center;
}

div.pager_nav img
{
	vertical-align: middle;
}

div.form-row span.error_msg
{
	color: red;
}

h1, h2, h3, h4
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#version_site
{
	text-align: center;
	color: white;
}
