@CHARSET 'UTF-8';

/* CSS Document */
/***********************************/
/***** - divStyleReset.css - *******/
/* Version : CSS 2                 */
/* Auteur : Jean-Philippe VANTELON */
/* Tous droits réservés (2008)     */
/***********************************/

/***********************/
/** - divStyleReset - **/
/***********************/
/*******************/
/*** - Général - ***/
/*******************/

.divStyleReset {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

/*************/
/*** - a - ***/
/*************/
.divStyleReset a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
}
/*************************/
/*** - h1, h2, h3... - ***/
/*************************/
.divStyleReset h1 {
	margin: .67em 0;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-variant: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.divStyleReset h2 {
	margin: .75em 0;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-variant: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}
.divStyleReset h3 {
	margin: .83em 0;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.17em;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.divStyleReset h4 {
	margin: 1.12em 0;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}
.divStyleReset h5 {
	margin: 1.5em 0;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: .83em;
	font-weight: bolder;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.divStyleReset h6 {
	margin: 1.67em 0;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
}
/************************************************************/
/*** Redéfinition des styles standards des éléments HTML ****/
/************************************************************/
.divStyleReset div,
.divStyleReset p,
.divStyleReset pre,
.divStyleReset blockquote,
.divStyleReset ul,
.divStyleReset center,
.divStyleReset hr,
.divStyleReset h1,
.divStyleReset h2,
.divStyleReset h3,
.divStyleReset h4,
.divStyleReset h5,
.divStyleReset h6 {
	display: block;
}
.divStyleReset th {
	font-weight: bolder;
	text-align: center;
}
.divStyleReset caption {
	text-align: center;
}
.divStyleReset b,
.divStyleReset strong {
	font-weight: bolder;
}
.divStyleReset blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
.divStyleReset i,
.divStyleReset cite,
.divStyleReset em {
	font-style: italic;
}
.divStyleReset pre,
.divStyleReset code {
	font-family: monospace;
}
.divStyleReset pre {
	white-space: pre;
}
.divStyleReset big {
	font-size: 1.17em;
}
.divStyleReset small,
.divStyleReset sub,
.divStyleReset sup {
	font-size: .83em;
}
.divStyleReset sub {
	vertical-align: sub;
}
.divStyleReset sup {
	vertical-align: super;
}
.divStyleReset s,
.divStyleReset strike,
.divStyleReset del {
	text-decoration: line-through;
}
.divStyleReset hr {
	border: 1px inset;
}
.divStyleReset ol,
.divStyleReset ul {
	margin-left: 40px;
}
.divStyleReset ol ul,
.divStyleReset ul ol,
.divStyleReset ul ul,
.divStyleReset ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
.divStyleReset u,
.divStyleReset ins {
	text-decoration: underline;
}
.divStyleReset br:before {
	content: "\A";
	white-space: pre-line;
}
.divStyleReset center {
	text-align: center;
}
.divStyleReset :link, :visited {
	text-decoration: underline;
}
.divStyleReset :focus {
	outline: thin dotted invert;
}
/*****************/
/*** -  EOF  - ***/
/*****************/
