/* Start of CMSMS style sheet 'base' */
/* toutes les entites */
*
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
	font-size:inherit;
}

body
{
	font-family:arial;
}

html, body, img, table, tr, td, blockquote
, h1, h2, h3, h4, h5, h6
,div, p
, ul, li
, img
{
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}

/* tables */
table
{
	border-collapse:collapse;
	empty-cells:show;
}

td
{
	vertical-align:top;
}

table.separ
{
	border-collapse:separate;
	border-spacing:2px;
}

/* indentation */
blockquote
{
	margin-left:10px;
}

ul
{
padding-left:25px;
}

/* liste */
li
{
	list-style-position:outside;
	margin-bottom:4px;
}

ol li
{
margin-bottom:1em;
}


/* header */
h1
{
	font-size:1.5em;
	font-weight:bold;
}

h2
{
	font-size:1.2em;
	font-weight:bold;
}

h3
{
	font-size:1em;
	font-weight:bold;
}

h4
{
	font-size:0.8em;
	font-weight:bold;
}

h5
{
	font-size:0.5em;
	font-weight:bold;
}

h6
{
	font-size:0.5em;
}

/* image placement */
.image_gauche
{
	float:left;
	margin-right:4px;
	position:relative;
}

.image_droite
{
	float:right;
	margin-left:4px;
	position:relative;
}

/* End of 'base' */

