body {
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
	background-color: #ecffec;
	background-position: center center;
	text-align:center; /* In order for IE to center the main table (#full_body)... */
}

img {
	border:none;
}

a {
	text-decoration:none;
} 

table {
	border:none;
}

table td {
	padding:0;
}


#full_body { width:901px; margin-left:auto; margin-right:auto; }

#menu_left, #menu_right { vertical-align:top; }

#content { width:537px; margin-left:12px; margin-right:12px; }

#body_header { height:27px; vertical-align:middle; text-align:center; background-image: url('../images/body-header.png'); background-repeat:no-repeat; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10px; text-transform: uppercase; /*padding-left:15px;*/ color:#0000FF; }
#body_content { background-image: url('../images/body-background.png'); background-repeat:repeat; padding-top:10px; text-align:center; }
#table_content { width:499px; margin-left:18px; margin-right:18px; }
#body_content table { font-family: arial, helvetica, sans-serif; font-size:10pt; }
#body_trailer { height:20px; vertical-align:top; background-image: url('../images/body-trailer.png'); background-repeat:no-repeat; }

#trailer { font-family: arial, helvetica, sans-serif; font-size:8pt; }

.menu { margin-bottom:15px; text-align: left; }
.menu ul { width:160px; margin:0; padding:0; line-height:25px; }
.menu_r ul { margin-left:0px; margin-right:10px; }
.menu_r { margin-left:0px; margin-right:10px; }
.menu_l ul { margin-left:10px; margin-right:0px; }
.menu li { /*background-image: url('../images/menu-background.png');*/ background-repeat:repeat; font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; list-style-type:none; list-style-position:outside; }
.menu li.first { background-image: url('../images/menu-header.png'); background-repeat:no-repeat; line-height:27px; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10px; text-transform: uppercase; /*padding-left:5px;*/ color:#0000FF; text-align:center; }
.menu li.last { background-image: url('../images/menu-trailer.png'); background-repeat:no-repeat; line-height:15px; }
.menu { margin-top:0px; }
.menu a { display:block; height:25px; background-image: url('../images/menu-background.png'); background-repeat:no-repeat; color:#000000; text-decoration:none; padding-left:16px; margin-left:0px; } 
.menu a:hover { /*background-image: url('../images/puce-jaune.gif');*/ color:#B57E90; }
.menu a.s { background-image: url('../images/submenu-background.png'); /*margin-left:10px;*/padding-left:25px; } 
.inputRequirement { color:red; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { text-align: left; }
