/* 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: 20px;
	margin-right: 20px;
	text-align: justify;
}

p.parag_rien {
	margin-bottom: 0;
	margin-top: 0;
}

p.esp {
	line-height: 18px;
}

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


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

a:visited {
	color: #00F;
}

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

/* 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%;
}

span.titre {
	color: #6cf;}

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

table.recapitulatif {
	border-collapse: collapse
}

table.isoform {
	border-collapse: collapse;
	width: 980px;
}

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

table.rien {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	border: none;
	border-collapse: separate;
}


p.rien {
	margin-top: 0;
	margin-right: 10px;
}

table.cftr {
	width: 950px;
	cellspacing: 10px;
	cellpadding: 0px;
	font-size: 13px;
	border: 0px;
}

td.cftr {
	border: none;
	cellspacing: 50px;
	text-align: center;
	border: 1px;
}

span.base {
	color: #000;
	font-size: 13px;
	font-weight:normal;
	margin-right: 20px;
}	

#sequence {
	font-family: "Courier New", Courier, mono;
	text-align: left;
	border: none;
	margin-left: 40px;
	width: 95%;
}

td.sequence_reference {
	border: none;
	text-align: left;
}
	
td.numerotation {
	border: none;
	text-align: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
	
	span.normal {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

span.souligne {
	background-color: #d4d4fc;
}

tr.rien {
	border: 0;
	margin-left: 20px;
	margin-right: 20px;
	border-collapse: separate;
}

td.rien {
	border: 0;
}

th.rien {
	border: 0;
}

td.rien2 {
	border: 0;
	text-align: left;
}

td.rien3 {
	border: 1;
	text-align: center;
}

td.rien4 {
	border: 1;
	text-align: left;
}


/* Titres */
h2 {
	color: #00F;
	padding-top: 20px;
	margin-left: 20px;
	margin-bottom: 0;
}

h3 {
	margin-left: 20px;
	margin-bottom: 0;
}



div#gauche {
	float: left;
	width: 520px;
}

div#droite {
	float: right;
	width: 380px;
	margin-right: 40px;
}

div#gauche2 {
	float: left;
	width: 630px;
}

div#droite2 {
	float: right;
	width: 350px;
	margin-right: 20px
}
	
p#image {
	text-align: center;
}


/* footer */
hr.separator {
	visibility: hidden;
	clear: both;
}

/*div#footer ul {
    list-style-type: none;
} */

div#footer {
	width: 960px;
	padding: 20px;
	display: inline;
	text-align: center;
}

div.logo{
	float: left;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:20px;
}


