html

{

	margin: 0px;

	padding: 0px;

	topmargin: 0px;

}

body

{
  margin: 0;
  padding: 0.1;
	font-family: Verdana,Arial,Helvetica,sans-serif;

	color: #3C3C3C;

	font-size: 1em;



/*	background: #fcfcfc url("images/fond.jpg"); */

	background-color: #DEECFB;

}

div

{

	margin: 0px;

	padding: 0px;

}



p, blockquote, li, h2, h3, dd, dt

{

	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;

	font-size: 1em;

	font-weight: normal;

}



h2, h3

{

	font-size: 1em;

	color: #6F96B7;

}





a

{

	text-decoration: none;

	color: #BF0000;

}



h1

{
	font-size: 2em;
  text-align: center; 
	color: #6F96B7;

}



hr

{

	display: none;

}



pre

{

	border-width: 1px;

	border-color: #ccc;

	border-style: solid;

	background-color: #eee;

	padding: 5px;

	margin: 10px;

	overflow: auto;

}



ol li.current a

{

	text-decoration: none;

	color: #000;

	font-size: 1em;

}



#easy-access, #easy-access a

{

	color: red;

	font-size: 1em;

}



#easy-access a:hover, #easy-access a:focus

{

	color: #000;

	font-size: 1em;

}



body.category #content h2, h2.restitle

{

    padding-bottom: 4px;

    padding-left: 3px;

    background-position:  0% 40%;

    background-repeat: no-repeat;

    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;

    background-image: url("icon_pg.gif");

    font-size: 1.2em;

    font-style: italic;

}



h2.category

{

	text-transform: uppercase;

	font-size: 1em;

}





#content h2 a

{

	color: #000;

	font-size: 1em;

}



#page

{

	width: 100%;

	margin-top : 0px;
  topmargin : 0px;
	margin-left: 0;
	leftmargin : 0px;
	margin-right: 0;

	background-color: #F0F8FF;

}


#banner

{

	margin: 0px;

	padding: 0.0em;

	border: none;

	text-align: center;
	
	border-width: 0 0px 0px 0px;

	border-style: solid;

	border-color: #5365B8;

}

#footer a, #banner h1 a

{

	text-decoration: none;

	font-size: 1em;
  color: #D0091E;
	border: none;

	color: red;

}

ol.tree

{

	margin: 0;

	padding: 0;

	font-size: 1em;

}

ol.tree li

{

	display: inline;

	list-style-type: none;

	padding-right: 0.7em;

	padding-left: 0;

	font-size: 1em;

}



ol.tree li:before

{

	content: '\00bb  ';

}



#content img

{

	border-width: 0px;

	border-color: #ccc;

	border-style: solid;

	padding: 0px;

	margin: 0px;
	
	vertical-align: middle;

}



p.modified

{

	font-size: 1em;

	margin: -1em 1em -0.5em 1em;

	text-align: justify;

	background-color: #FFFFFF;

}



#footer img, div.col-content img

{

	border: none;

}


#banner h1

{

	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;

	font-style: italic;

	border: none;

}

#banner h2

{

	border: none;

	text-align: right;

	margin-right: 5em;

}

#footer

{

	padding: 0.5em;
	clear: both;
	border: none
		text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
	font-weight:normal;
	width:80%;
	margin:0 auto;

}



div.col-content

{

	padding: 1em 10px;

}



div.col-content h2

{

	padding-bottom: 0;

	margin-bottom: 0.2em;

	font-size: 1em;

}



div.col-content li

{

	list-style: none;

	font-size: 1em;

}



div.col-content ol li

{



	margin-left: 1.2em;

}



div.col-content a

{

	text-decoration: underline;

}



div.col-content ul, div.col-content ol, div.col-content p

{

	margin-top: 0;

	margin-left: 7px;

	padding-left: 0;

	margin-right: 10px;

	padding-right: 0;

}



input, textarea

{

	border-width: 1px;

	border-color: #ccc;

}



input[type], textarea[name]

{

	background: #eee;

}



input[type=submit], input[type=reset]

{

	background: #bbb;

	color: #000;

}



input[type=submit]:hover

{

	background: #999;

	color: #fff;

}



/* ====================================================================

COLUMNS LAYOUT

-------------------------------------------------------------------- */

/* Main */

#main {

	position: static;

	margin: 0 0 0px 0;

	padding: 0 0 0px 0;

	background: #fff;

	color: #000;

	clear: left;

	border-width: 0 1px 1px 1px;

	border-style: solid;

	border-color: #5365B8;

}



#mainfloat

{

	float: left;

	width: 100%;

	background-color: #FFFFFF;

	margin: 0 0 0px 0;

	padding: 0 0 0px 0;
  	
	border: 1px;

	border-style: solid;

	border-color: #A6CAF0;

}

#content

{


  text-align: left;


}



#menuleft

{

	margin-right: 10%;

	text-align: center;

}

#menuright

{

	margin-left: 72%;

}

/* */

#content, #menuleft, #menuright

{

	padding: 6px;

	border: none;

	margin-left : 0em;



}

/* VERTICAL PADDING ABOVE COLUMNS */

#banner

{

	margin-bottom: 0px;

}



/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.

NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */

/*/*/

#page, #main, #mainfloat, #Content, #columnLeft, #columnRight, h2

{

	position: relative;

}



