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

body.custom{
font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: url(ImagesWeb/dmd_fond.jpg) repeat;
	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;
}

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

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

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

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

a:visited {
	color: #00F;
}

a.lienexterne {
border-bottom:1px dotted #000000;
color:#000000;
font-weight:bold;
text-decoration:none;
}
a.lienexterne:hover {
border-bottom:0 dotted #C9C9C9;
color:#C9C9C9;
}

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

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: collapse;}

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;
}
	
hr.separator {
	visibility: hidden;
	clear: both;}

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

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

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

div#droite2 {
	float: right;
	width: 350px;
	margin-right: 20px;}
p#image {
	text-align: center;}
	
.citation {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F8DC59 none repeat scroll 0 0;
border:3px solid #E7B52F;
margin-bottom:30px;
margin-left:10px;
margin-right:10px;
padding:10px;
}