a img {border: none}

html { height: 100%; /*background: black;*/}

/* conteneurs -------------------------------------------- */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	height: 100%;
	background: white;	
}

#conteneur {
	background: none;	
}

#contenu {
	position: absolute;
	top: 20mm;
	left: 20mm;
	width: 140mm;
	border: none;
}

/* display none -------------------------------------------- */

p.lien_telechargement, #imprimer, #telecharger, #hautpage, #boitecontact, #demo, div #menuprincipal, div #menusites, div #menufaire, div #menudev, #borderbaspage, div #menusansjavascript, noscript {
	display: none;
}

/* pararaphes -------------------------------------------- */

p
{
	text-align: justify;
	margin-top: 0.6em;
	margin-bottom: 1.6em;
	font-size: 10pt;
	line-height: 1.2em;
	text-indent: 1.8em;
}

p.liensiterealise, p.legende {
	text-indent: 0;
}

/* code -------------------------------------------- */

pre, code
{
	color: #444;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}

code { font-size: 10pt; }

pre
{
	padding-left: 1.8em;
	line-height: 1.5em;
	font-size: 10pt;
	margin-top: -1em;
	margin-bottom: -0.5em;
}

/* headers -------------------------------------------- */

h1 {	/* titre page */
	font-weight: normal;
	font-size: 14pt;
	line-height: 1.3em;
	color: #78081e;
	background: none;
	text-align: right;
	padding-right: 0;
	margin: 0;
	margin-bottom: 10mm;
}

h1 code {	/* titre page dans developpement web */
	color: #78081e;
	font-size: 14pt;
}

h2 {	/* "françois delègue" */
	font-size: 11pt;
	position: absolute;
	left: 10mm;
	top: 10mm;
	color: #000;
	margin: 0;
}

h3
{	/* sous-titre page */
	color: #666;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.3em;
}


h4
{	/* sous-titre texte */
	color: #444;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}


/* liens -------------------------------------------- */

a { text-decoration: none; color: #78081e; }

a:hover { text-decoration: underline; }

p a, ul a {
	font-weight: bold;
}

table
{
	margin-bottom: 5mm;
	line-height: 1.3em;
	width: 100%
}

table caption
{
	text-align: left;
	font-weight: bold;
	padding-left: 0;
	color: #666;
	font-size: 10pt;
}

th, td
{
	padding: 4px;
	font-size: 10pt;
	background: #eee;
}

th
{
	text-align: left;
	width: 30%;
	font-weight: normal;
}

td.commentaire
{
	background: none;
	font-style: italic;
	padding: 0;
}

/* listes -------------------------------------------- */

ul.texte
{
	text-align: justify;
	font-size: 10pt;
	margin-left: 5mm;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 130%;
	text-align: left;
}
.texte li
{
	margin-top: 2mm;
}

dl {
	margin-top: 10mm;
	font-size: 9pt;
	margin-bottom: 0.6em;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

