@import url(/css/menu.css);
@import url(/css/shoulder.css);
@import url(/css/sidebar.css);
@import url(/css/page.css);

html, body {
    background: #FFF;
}
body {
    padding: 0px;
    margin: 0px;
    font: normal 75% Tahoma, Arial, Helvetica, sans-serif;
    color: #666666;
    text-align: center;
}
.clear {
    clear: both;
}
FORM {
	padding: 0px;
	margin: 0px;
}
A:link,
A:visited {
    font-weight: bold;
	color: #3F4594;
	text-decoration: underline;
	outline: none;
}
A:hover {
	color: #31B059;
}
#page {
    position: relative;
    width: 100%;
	/*width: 1000px;*/
    margin: auto;
    padding: 0px;
    /*background: pink;*/
	text-align: left;
}
#principale {
    width: 100%;
    padding: 0px 0px 220px 0px;
    margin: 0px 0px 0px -270px;
    float: right;
    /*background: yellow;*/
    text-align: left;
}
#content {
    /*background: orange;*/
    width: auto;
	min-height: 950px;
    padding: 0px 0px 0px 0px;
    margin: 117px 270px 0px 0px;
    position: relative;
    z-index: 0;
}
#head {
	background: url(/image/head_bg.gif) repeat-x bottom #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100px;
    padding: 0px;
    margin: auto;
    overflow: visible;
}
	#head_menu {
		float: left;
	}
	#head_menu UL {
		margin: 30px 0px 0px 320px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	#head_menu UL LI {
		display: inline;
		padding: 0px 4px 0px 4px;
		margin: 0px;
		font-size: 0.9em;
		float: left;
		border-right: 1px solid #9FA2C9;
	}
	#head_menu UL LI A {
		font-size: 1em;
		color: #3F4594;
		text-decoration: none;
		font-weight: normal;
	}
	#head_menu UL LI A:hover {
		color: #31B059;
		text-decoration: underline;
	}
#logo {
	background: url(/image/logo.jpg) no-repeat white;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	width: 310px;
	height: 100px;
	overflow: visible;
}
	#logo A {
		position: relative;
		width: 310px;
		height: 100px;
		display: block;
	}
		#logo A SPAN {
			display: none;
		}
		
FIELDSET#search_top {
	/*background: blue;*/
	position: absolute;
	left: 430px;
	top: 70px;
	width: 40%;
	padding: 2px 10px 2px 20px;
	font-size: 0.9em;
	border: 0px;
}
	FIELDSET#search_top LEGEND {
		display: none;
	}
	FIELDSET#search_top LABEL {
		color: #FFF;
		float: left;
		display: inline;
		padding-top: 6px;
	}
	FIELDSET#search_top INPUT.fill {
		background: transparent url(/image/search_input.gif) repeat-x scroll;
		width: 50%;
		height: 17px;
		padding: 3px 2px 2px 5px;
		margin: 3px 10px 0px 10px;
		font-size: 1em;
		color: #3F4594;
		border: 0px;
		float: left;
		display: inline;
		vertical-align: middle;
	}
	/*
	FIELDSET#search_top SELECT {
		width: 28%;
		height: 20px;
		margin: 1px 0px 3px 0px;
		font-size: 1em;
		color: #3F4594;
		vertical-align: middle;
	}
	*/
	FIELDSET#search_top INPUT.sub {
		background: url(/image/search_sub.gif) no-repeat;
		padding: 0px 0px 0px 15px;
		margin: 5px 0px 5px 0px;
		font-size: 1em;
		color: #FFF;
		font-weight: bold;
		text-align: left;
		border: 0px;
		cursor: pointer;
		float: left;
		display: inline;
	}
		FIELDSET#search_top INPUT.sub:hover {
			color: #3F4594;
		}
		
A#get_account {
	background: url(/image/ico_user_data.gif) no-repeat 6px 6px #6FC88B;
	position: absolute;
	right: 15px;
	top: 71px;
	width: 96px;
	padding: 7px 10px 7px 30px;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
	A#get_account:hover {
		background: url(/image/ico_user_data.gif) no-repeat 6px 6px #3F4594;
		color: #FFF;
		text-decoration: none;
	}

#footer {
	background: url(/image/footer_copy.jpg) no-repeat 0px 40px #3F4594;
	width: 97%;
	padding: 10px 1% 20px 2%;
	/*min-height: 250px;*/
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
	#footer #copy {
		width: 60%;
		float: left;
		font-size: 1em;
		color: #FFF;
	}
	#footer #tools {
		width: 40%;
		float: left;
		font-size: 1em;
		color: #FFF;
	}
		#footer #tools UL.argument {
			width: 33%;
			padding: 0px;
			margin: 0px;
			list-style: none;
			font-size: 1.2em;
			font-weight: bold;
			float: left;
		}
			#footer #tools UL.argument UL.list {
				padding: 0px;
				margin: 5px 0px 0px 5px;
				list-style: none;
				border-left: 1px solid #797DB4;
			}
				#footer #tools UL.argument UL.list LI {
					padding: 0px 0px 0px 7px;
					margin: 0px;
				}
					#footer #tools UL.argument UL.list LI A {
						font-size: 0.75em;
						font-weight: normal;
						color: #C6C8DF;
						text-decoration: none;
					}
					#footer #tools UL.argument UL.list LI A:hover {
						color: #FFF;
						text-decoration: underline;
					}
