/* Commun a toute la page*/

body{
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: url(ImagesWeb/dmd_fond.jpg) repeat-y;
	background-color: #C9C9C9;
	margin-left: 0;
	margin-top: 0;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

li {
	list-style-type: none;
	margin-top: 6px;
	width: 955px;
}

h2 {
	color: #00F;
	margin-left: 12px;
	margin-bottom: 0;
}

h3 {
	color: #00F;
	margin-left: 12px;
	margin-bottom: 0;
}

/* Liens generiques */
a {
	text-decoration: none;
}

a:visited {
	color: #00F;
}

/* Contenu (colonne de droite) */
#contenu{
	width: 1000px;
}

/* Titre du contenu */
h1.titre {
	background-color: #00F;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	line-height: 150%;
/*	font-family: serif;*/
}

span.titre {
	color: #6cf;
}

/* Tableaux */
table {
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000;
	border-collapse: collapse;
}

td, th {
	text-align: center;
	border: thin solid #000;
}

p.rien {
	margin-top: 0;
}






/* Tests pour le formulaire de recherche avancˇe */
form {
	width: 1000px;
	margin: 0 0 0;
	padding: 0 0 0;
}

div.advanced {
	width: 1000px;
	margin: 0 0 0;
	padding: 0 0 0;
}

div.gauche {
	float: left;
	width: 50%;
}

div.droite {
	float: left;
	width: 50%;
}

hr.nettoie {
	visibility: hidden;
	clear: both;
}



/* Bulle de description de l'item */
a.tooltip
{
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
}

a.tooltip:hover
{
    z-index: 25;
    background-color: #ffe400;
}

a.tooltip span
{
    display: none
}

a.tooltip:hover span
{
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 40em;
    border: 1px solid #000;
    background-color: #c9c9c9;
    color: #000000;
    text-align: center}
}

/* Presentation du formulaire*/
h3 {
	background-color: #c9c9c9;
}

ul {
	margin-left: -30px;
}
div#patient_data, div#molecular_data, div#experimental_data, div#clinical_data, div#quick, div#previousjob {
	background-color: #e4e4e0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 12px;
	border: 1px solid #000;
}

li.clair {
	background-color: #FFF;
	display: list-item;
	width: 98%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

li.fonce {
	background-color: #c9c9c9;
	display: list-item; 
	width: 98%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

p.recherche{
	text-align: right;
}

ul.ulquick {
	text-align: center;
}

.decale {
	margin-left: 73px;
}

ul.decale {
	margin-left: 73px;
}

.decale2 {
	margin-left: 76px;
}

select {
	margin-top: 3px;
}

h4 {
	margin-bottom: 10px;
}

.attention {
	text-align: center;
	color: #F00;
	font-weight: bold;
}