#site .space{
	background-color: #FFFFFF;
	float: left;
	height: 3px;
	width: 100%;	
}
#top {
	float: left;
	height: 140px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_inside.jpg);
	background-repeat: repeat-x;
}
#top .logo{
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}
#site #top #menu {
	float: right;	
	background-color: #999999;
	margin-top: 100px;
	padding-right:3px;
}

#site .contentSite {
	float: left;	
	width: 950px;
}

/*** MENU  *****/
#menu a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 14.8px;
	*padding-left: 17px;
	background-image: url(../images/line_menu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu a:hover {
	background-image:none;
	background-color:#333333;
}
#menu a.aMenuLast {	
	background-image: none;
}


#menu a.currentLink {
	background-image:none;
	background-color:#333333;
}

#search {
	float:left;
	width:110px;
	margin-top:8px;
	margin-left:5px;
	*margin-left:2px;
}

#search .inputSearch {
	float: left;
	width:75px;
	color:#666666;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	*padding-bottom: 3px;
	*padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
	margin-top:1px;
}



/**  SUB_MENU **/

#site .contentSite .sub-menu{
	float: left;
	width: 270px;
	height: 30px;
	margin-top: 20px;
	margin-left: 25px;
}

.sub-menu .aSubMenu{
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	background-image: url(../images/img_sub_menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color:#333333;
	font-family: "Trebuchet MS", "Helvetica" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.sub-menu .aSubMenuLast{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

/***** FORM  ***/
form.aquaform {width:100%;float:left;}
.inputCSS {
	padding: 7px;
	border: 1px solid #FFFFFF;
	color: #666666;
}
.input40,  .select40 {width:40px;}
.input50,  .select50 {width:50px;}
.input60,  .select60 {width:60px;}
.input70,  .select70 {width:70px;}
.input80,  .select80 {width:80px;}
.input100, .select100{width:100px;}
.input120, .select120{width:120px;}
.input150, .select150{width:150px;}
.input200, .select200{width:200px;}
.input300, .select300{width:300px;}
.input350, .select350{width:350px;}
.input400, .select400{width:400px;}
.input500, .select500{width:500px;}
.input1, .select1{width:99.5%;}
.textarea200 {width:200px;}
.textarea300 {width:300px;}
.textarea400 {width:400px;}
.buttonForm {
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/* Tooltip */
#tooltip {
	position:absolute;
	z-index:30000;
	padding:3px;
	background:#363636;
	color:#FFF!important;
}

#tooltip div {
	margin:0;
	background:#808080;
	padding:5px;
}

#tooltip h3 {
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin:0;
	background:#5f5f5f;
	font-size: 12px;	
}