/* CSS Document */
html, body
{
 height: 100%;
}
body
{
  margin: 0; /* pour éviter les marges */
  margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
  margin-bottom: 20px;    /* Idem pour le bas du navigateur */
  background-color: #E1DFDF;
  text-align: center; /* pour corriger le bug de centrage IE */
	  
}
span
{
	padding-left: 6px;
	margin-bottom: 2px;
}
div
{
  margin-left: auto;
  margin-right: auto;
}
img
{
  border: none;
}
label
{
	text-align: left;
}
#design
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #969696;
  width: 990px;
  background-color: #FFFFFF;
  min-height: 500px;
  height: 100%;
}
#header
{
  width: 990px;
  height: 47px;
  background-color: #FFFFFF;
  font-size: 10px;
  color: #970058;
}
#header_title
{
  padding-top:30px;
  width: 300px;
  font-size: 10px;
  color: #970058;
}
#logo
{
  width: 220px;
  height: 165px;
  float: left;
}
#banner
{
  width: 770px;
  height: 165px;
  background-image: url(/images/banner.jpg);
  float: left;
}
#banner_title
{
  width: 400px;
  height:100px;
  margin-left: 230px;
  margin-top:50px;
  font-size:23px;
  color:#fb7a06;
}
#sub-header
{
  width: 990px;
  height: 31px;
  background-image: url(/images/sub_banner.jpg);
  clear:both;
}
#menu
{
  width: 972px;
  height: 34px;
  padding-left:18px;
}
.menu_left
{
	width: 13px;
	height: 34px;
	background-image: url(/images/menubar_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.menu_back
{
	width: 847px;
	height: 34px;
	background-image: url(/images/menubar.jpg);
	background-repeat: repeat-x;
	float: left;
}
.menubar
{
	width: auto;
	height: 34px;
	background-image: url(/images/menubar.jpg);
	background-repeat: repeat-x;
	float: left;
}
.menubar_active
{
	width: auto;
	height: 34px;
	background-image: url(/images/menubar.jpg);
	background-repeat: repeat-x;
	float: left;
}
.menudivider
{
	width: 22px;
	height: 34px;
	background-image: url(/images/menu_divider.jpg);
	background-repeat: no-repeat;
	float: left;
}

.menumail
{
	width: 29px;
	height: 34px;
/* 	background-image: url(/images/menu_mail.jpg); */
	background-repeat: no-repeat;
	float: left;
}
.menuhome
{
	width: 25px;
	height: 34px;
	margin-right: 0;
	background-image: url(/images/menubar.jpg);
	background-repeat: repeat-x;
	float: left;
}
.menuhome_link
{
	width: 55px;
	height: 34px;
	margin-right: 0;
	background-image: url(/images/menubar.jpg);
	background-repeat: repeat-x;
	float: left;
}
.menu_right
{
	width: 32px;
	height: 34px;
	padding-right: 0px;
	background-image: url(/images/menubar_right.jpg);
	background-repeat: no-repeat;
	float: left;
}
#sub_menu
{
  width: 931px;
  height: 24px;
  padding-top:10px;
  text-align: left;
}
.general_link
{
  min-width:120px;
  text-align:left;
  margin-top:30px;
  margin-left:30px;
}
#sub_menu .general_link
{
  float:left;
  margin-left:0px;
  margin-top:0px;
}

#separator{
  background-image: url(/images/separator.jpg);
  background-repeat: no-repeat;
  width: 519px;
  height: 4px;
  margin-top:-3px;
  margin-left:60px;
  margin-bottom:10px;
}
#content
{
  width: 990px;
  min-height:200px;
  background-color:#FFFFFF;
  padding-bottom: 10px;
}
#content p
{
	width:650px;
	margin-left:60px;
	text-align:justify;
}

.main_title
{
	font-size:18px;
	color:#1a171b;
}
#footer
{
  bottom:0px;
  margin-top: -16px;
}
#footer1
{
	width: 757px;
	height: 146px;
	background-image: url(/images/footer1.jpg);
	background-repeat: no-repeat;
	float:left;
}
#footer2
{
	width: 233px;
	height: 272px;
	margin-top: -126px;
	background-image: url(/images/footer2.jpg);
	background-repeat: no-repeat;
	float:left;
}

menubar.p
{
  text-align:center;
  padding-top:5px;
}
menuhome_link .p
{
  text-align:center;
  padding-top:5px;
  font:Verdana;
  font-size:10px;
  color:#000000;
}
menubar_active .p
{
  text-align:center;
  padding-top:5px;
}


/* dataTable */
#table_wrapper {
  float: left;
  padding: 10px;
}

.logged_in {
  float: right;
  margin: 10px 10px 0 0;
}

.logged_in a:link
{
  color:#969696;
  text-decoration: none;
}
.logged_in a:visited
{
  color:#969696;
  text-decoration: none;
}
.logged_in a:active
{
  color:#fb7a06;
  text-decoration: none;
}
.logged_in a:hover
{
  color:#fb7a06;
  text-decoration: none;
}

/* links */
#content a:link
{
  color:#969696;
}
#content a:visited
{
  color:#969696;
}
#content a:active
{
  color:#fb7a06;
}
#content a:hover
{
  color:#fb7a06;
}

.menubar a:link, #submenu a:link, .active_link a:link
{
  color:#969696;
  text-decoration:none;
}
.menubar a:visited, #submenu a:visited, .active_link a:visited
{
  color:#969696;
  text-decoration:none;
}
.menubar a:active, #submenu a:active, .active_link a:active
{
  color:#fb7a06;
  text-decoration:none;
}
.menubar a:hover, #submenu a:hover, .active_link a:hover
{
  color:#fb7a06;
  text-decoration:none;
}

.menubar_active a:link, .menuhome_link a:link
{
  color:#1a171b;
  text-decoration:none;
}
.menubar_active a:visited, .menuhome_link a:visited
{
  color:#1a171b;
  text-decoration:none;
}
.menubar_active a:active, .menuhome_link a:active
{
  color:#1a171b;
  text-decoration:none;
}
.menubar_active a:hover, .menuhome_link a:hover
{
  color:#1a171b;
  text-decoration:none;
}


/* contact form */
form, fieldset {
	border-style:none;
	position:relative;
	padding-left:15px;
}
.row {
	float:left;
	width:275px;
	height:40px;
	margin:0 50px 3px 0;
}
.full-row {
	clear:both;
	margin-bottom:10px;
	text-align:left;
}
.form-holder label {
	display:block;
	padding:0 0 3px 5px;
	font-weight:bold;
}
.form-holder textarea {
	border:1px solid #919395;
	background:#f4f5f6;
	width:600px;
	height:200px;
}
.form-holder input.text {
	border:1px solid #919395;
	background:#f4f5f6;
	padding:1px 2px;
	width:271px;
}
.form-holder {
	width:660px;
	margin:-7px -55px 10px 0;
	overflow:hidden;
	position:relative;
}

/* messages */
.notice, .error {
  margin-bottom: 20px;
  font-weight: bold;
}

.notice {
  color: #666;
}

.error {
  color: #B12929;
}

.fieldWithErrors {
}
.fieldWithErrors select,
.fieldWithErrors input.text,
.fieldWithErrors textarea {
  background-color: #FFA24D;
}
