/*
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: white;
	font: normal 13px sans-serif;
	color: #666666;
}

a {
	color: #29A3E1;
}

a img{
	border: 0px;
}
a:hover {
	text-decoration: none;
	color: #1A7196;
}

/* Boxed */

.title {
	padding-left: 30px;
	background: url(/img/yeastcelblue.jpg) no-repeat left center;
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .content {
	padding: 20px;
}

.boxed3 .title {
	font-size: 124%;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

.content ol, .content ul {
        padding-left: 30px;
}

/* Header */

#header {
	height: 161px;
	margin: 0 auto;
	background: black no-repeat 50px;
	border-bottom: 5px solid #29A3E1;
	min-width: 1024px;
}

#header h1 {
	padding-top: 35px;
	letter-spacing: -2px;
	font-size: 40px;
	font-weight: normal;
	font: normal  sans-serif;
	color: white;
}

#header h2 {
	letter-spacing: -1px;
	font-size: 20px;
	color: white;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 160px;
	background: black url(/img/yeastblue.jpg) 100% no-repeat;
	text-align: center;
}

/* Search */

#search {
	position: absolute;
	top: 90px;
	right: 20px;
}

#search input{
	color: grey;
	font-style: italic;
}

/* Menu */

/*for Internet Explorer*/
/*\*/
* html #menu
{ 
	float: right;
	height: 49px;
	width:565px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

* html #menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	font-weight: bold;
	color: white;	
}


* html #content td i{
	line-height: 162%;
}

* html #mainsample {
	margin-bottom: 20px;
	width: 680px;
}
/**/
#menu {
	float:right;
	height: 49px;
	background: #0033CC no-repeat;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	height: 5px;
	background: #0033CC;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 15px 0px 15px;
	border-top: 5px solid #29A3E1;
	text-decoration: none;
	font-weight: bold;
	color: white;	
}

#menu a:hover {
	border-top-color: #990033;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}


/* Page */

#page {
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	position:absolute;
	left:0px;
	width: 200px;
	padding-top: 30px;
	padding-left: 0px;
}

#sidebar a {
	display: block;
	width: 140px;
	background: black;
	padding: 10px;
	border-left: 5px solid #29A3E1;
	border-top: 1px solid white;
	text-decoration: none;
	text-align: middle;
	font-weight: bold;
	color: white;	
}

#sidebar ul {
	height: 5px;
	list-style: none;
}

#sidebar li {
	display: inline;
}

#sidebar a:hover {
	border-left-color: #990033;
}

#sidebar .active a {
}

#sidebar a b {
	text-decoration: underline;
}

#sidebar .sidepart a{
	width: 120px;
	padding: 0px 10px 5px 30px;
	border-left: 5px solid #29A3E1;
	border-top:0px;
	background: #000066;
	margin: 0;
	color:white;
}
#sidebar .sidepart a:hover {
	border-left-color: #990033;
}

/* Content */

#content {
	position:relative;
	left:170px;
	width: 830px;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul{
	line-height: 152%;
}

#content td{
	padding-left: 10px;
	padding-right:10px;
	line-height: 152%;
}

/* pour avoir des tables avec bordures */
#bordered table{
	border-collapse : collapse;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	width: 100%;
}
#bordered td{
	border-collapse : collapse;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bordered th{
	border: 1px solid white;
	padding: 5px;
}
.titled {
	background :#000066;
	font-size: 120%;
	font-weight: bold;
	color:white;
}


#bordered2 table{
	margin: 0;
	padding:0;
	border-collapse : collapse;
	border: 1px solid #000066;
}

#bordered2 td{
	font-size: 70%;
	border: 1px solid #000066;
	text-align:center;
	margin: 0;
	padding:0;
}

.titled2{
	background :#000066;
	font-size: 80%;
	font-weight: normal;
	color:white;
	border: 1px solid #000066;
}
#bordered2 th{
	border: 1px solid white;
}

#bordered3 {
	padding: 20px;
	float: left;
	width: 100%;
}

#bordered3 td{
	border-collapse : collapse;
	padding-left: 5px;
	padding-right: 5px;
	margin:0px;
}
.titled3 {
	background :#000066;
	font-size: 110%;
	font-weight: bold;
	color:white;
	margin:2px;
	padding: 0px;
	border:2px solid white;
}

#bordered4 {
	padding: 20px;
	float: left;
}

#bordered4 td{
	border-collapse : collapse;
	padding-left: 20px;
	padding-right: 20px;
	margin:0px;
}
/* Welcome */

#mainsample {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 280px;	
}

#mainsample ul, #sample1 ul, #sample2 ul {
	list-style-type: square;
}

#db {
	list-style-image: url(/img/db.gif); 	
}

#sample2 {
	margin-left: 20px;
}
	
/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #29A3E1;
	background: black;
	color:white;
	min-width: 1024px;
}

#footer p {
	font-size: 77%;
}

#footer table {
	width:100%;
	padding-left: 15px;
	padding-right: 15px;
}

/* Buttons */

input.btn{
   color:Darkblue;
   font-size:small;
   font-weight:bold;
   background-color:#eeeeee;
   border-top:1px solid #1874CD;
   border-left:1px solid #1874CD;
   border-right:2px solid Darkblue ;
   border-bottom:2px solid Darkblue ;
}

input.btn:hover
{
	border-top:1px solid #ffbbaa;
   	border-left:1px solid #ffbbaa;
   	border-right:2px solid #990033 ;
   	border-bottom:2px solid #990033 ;
	color: #990033;
}

