@import url("commun.css");

/* Pour les 2 colonnes */
#tout {
	width: 1200px;
	margin-top: 0px;}

/* Menu (colonne de gauche) */
#menu {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: -12px;
	margin-left: -6px;
	color: #6cf;}
.copyright {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 15px;}

/* Contenu (colonne de droite) */

#contenu{
	width: 1000px;
	margin-left: 194px;
	margin-right: 12px;
	margin-top: -10px;
	margin-bottom: -10px;
	width: 1000px;}

/* Tableaux en CSS */
div.tableau {
	margin-left: 24px;
	margin-right: 24px;
	width: 95%;}

/* Presentation des exons, des introns et des mutations (surlignage) */	
#sequence {
	font-family: "Courier New", Courier, mono;
	text-align: left;
	border: none;
	margin-left: 40px;
	width: 95%;}

/* Aide */
#help {
	font-size: 12px;}

/* Pied de page (liens mail) */
#mail {
	width: 990px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: center;}
#mail a:hover {
	font-size: 12px;}


/* Test pour les onglets */
ul.onglet {
list-style-type: none;
border-bottom:solid 1px gray;
margin-left: 2%;
margin-right: 2%;
}

ul.onglet li {
/*float: left;*/

display: inline;
}

ul.onglet a {
float: left;
margin: 0 2px;
padding: 5px 15px;
text-align: center;
border: 1px solid gray;
text-decoration: none;
color: #000;
background: none;
border-top:solid 1px gray ;
font-weight: bold;
}


ul.onglet a.choix {
	border-top: none;
	background: #fff;
}

ul.onglet a:hover {
background: #ccc;
border: 1px solid black;
}

ul.onglet a.choix:hover {
	background: #ccc;
	border: 1px solid black;
	border-top: none;
}
