/*
------------------------------------------------------------------------------
BASIC TEXT STYLING
------------------------------------------------------------------------------*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #FFF;
	font-family: "Lucida Grande", Verdana, Geneva,Tahoma,Arial,sans-serif;
	}
body * { 
	margin: 0; 
	padding: 0;
	}
#container { 
	font-size: 62.5%; 
	padding: 0 0 196px;
	}

p { 
	margin-bottom: 1.0em; 
	}
em, i { 
	color: #505050; 
	background-color: #CBF2FF; 
	font-style: normal; 
	padding: 0 2px;
	}	
ul {
	list-style: none;
	}
ul li  { line-height: 1.1em; padding: 0 0 0.4em 10px }
	
img {
border: 0;
}	
	
/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/
a {
	color: #4878AA; 
	text-decoration: none; 
	}
a:hover{
	color: #FFF;
	background-color: #4EBDD7;
	}

#logo {
	position: absolute;
	top: 21px;
	left: 38px;
	z-index: 1000;
	}
	
.none {
text-decoration: none;
	background-color: #FFF;
}

.none:hover {
text-decoration: none;
	background-color: #FFF;
}
	
/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
.navigation {
	position: absolute;
	top: 172px;
	left: 50px;
	}
.navigation ul {
	width: 140px;
	list-style: none;
	}
.navigation ul li {
	background-image: none;
	padding: 0;
	line-height: 1.8em;
	}
.navigation a {
	display: block;
	padding: 0 5px;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 1px;
	font-size: 10px;
	}
.navigation a.active {
	cursor: default;
	color: #FFF;
	background-color: #4EBDD7;
	}	
	
	
/*
----------------------------------------------------------------------------- 
ABOUT MORE
-----------------------------------------------------------------------------*/

#top_content .content h3  { 
padding: 0; margin: 0;
font-size: 11px;
color: #4878AA;
padding-left: 20px;
padding-bottom: 10px;
background-image: url("../medias/ui/bullet.gif");
background-repeat: no-repeat;
background-position:left 4px; }	


/*
----------------------------------------------------------------------------- 
TABLES
-----------------------------------------------------------------------------*/

.admi_table {
font-size: 11px;
}

.top_table {
background-color: #B8E1EA;
color: #ff6600;
}
	
.inner_table {
color: #4878AA;
}	

.form_table {
font-size: 9px;
font-weight: bold;
color: #4878AA;
text-align: left;
margin-left: 10px;
padding-top: 15px;
padding-bottom: 15px;
}

.form_table input {
font-size: 12px;
font-weight: bold;
width: 220px;
}

.form_table textarea {
font-size: 12px;
font-weight: bold;
width: 220px;
height: 150px;
}

.form_table .subBtn{
width: 255px;
font-size: 10px;
font-weight: bold;
border: 0;
}

.form_table .zip {
width: 50px;
margin-right: 5px;
}

.form_table .ville{
width: 165px;
}

.form_table .select_menu {
font-size: 10px;
font-weight: bold;
width: 220px;
}

.legend {
font-size: 9px;
line-height: 10px !important;
padding: 15px;
}

