/** General **/ 
img { border: 0; }
img { /*vertical-align: top;*/}  /* MODIFICATION A.B 09.05.05 */
input {margin: 0px; vertical-align: middle;}
input.numeric { text-align: right; }
form { margin: 0; }
table {
  border-spacing: 0px;
  /* For Mozilla */
  empty-cells: show;
}
caption {
  caption-side: top;
  text-align: left;
  margin-bottom: .5ex;
  /* Allow the caption to extend to the full page width
     Mac ie5.1 ignores this*/
  width: 100%;
}
.noborder{border: 0px;}
.clear {clear: both;}
.clear-r {clear: right;}
.clear-l {clear: left;}
.hide {display: none;}



body {
  background-color:#fff;
  font-family: Arial, sans-serif;
  font-size:62.5%;
  margin: 0ex;
  color: #000;
  overflow: auto;
  background-repeat: repeat;
  text-align: center;
}

  
a:link,a:visited, a:active{color:#e36800; text-decoration:none;}
a:hover{
 color:#e36800;
 text-decoration:underline;
}


/********** PageTypes **********/
#container{
display: block;
text-align: left;
margin: 0px auto;
border: 0px solid blue;
min-width: 780px;
max-width: 990px;
/*_width /**//*: 990px; */   /* MODIFICATION A.B 09.05.05 */
background-color: #fff;
color: #333;
}
/* only IE mac will see this */
*>html #container {w\idth : 990px;}/*ie mac*/

/* XXXXXXXXXXXXXXXX */
/* ++++ contenu +++ */
/* XXXXXXXXXXXXXXXX */
#principal{
 border: 0px;
 width: auto;
 margin: 0px;
 padding:0px 0px 0px 200px;
 background-color:#fff;
 background-image: url("images/dot-bg.png");
 background-position: 195px 0px ;
 background-repeat: repeat-y;
}

/* ++++ ticker +++ */
#ticker{
	display: block;
	clear: right;
	color: #006ca7;
	background: #fff;
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
	}
#ticker a, #ticker a:link, #ticker a:active, #ticker a:visited {
	color: #006ca7;
	}

*>html #ticker {w/idth : 780px;}
#ticker p{
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	border: 0px solid blue;
}

/*************** footer ******************/
#footer {
	clear: both;
	background-color: #f3f3f3;
	font-family: Arial, sans-serif;
  font-size: 1em;
	text-align: right;
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	background-image: url("images/dot-bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
 	}
#footer	a:link,  #footer a:visited,  #footer a:active {color:#2d2d2d; text-decoration:none;}
#footer a:hover{
 color:#e36800;
 text-decoration:underline;
}
/*********** headings***********/
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: bold; }
h2, h3, h4, h5, h6 { color: #006ca7; }
h1 {
 	color: #000;
 	font-size: 2.2em;
 	margin: 0px;
 }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4, h5, h6 { font-size: 1.4em; }


div.notes{ 
margin-top: 1em;
color: #666666;
}
a.spip_notes {color: #2d2d2d;}

#sidebar span.ancre, 
#sidebar span.ancre-g, 
#sidebar span.ancre-d{float: none;}

#content table {
border: 1px solid #ccc;
border-collapse: collapse; 
padding:  2px 5px;
font-size: 1.2em;/* doute */
}
html>body #content table {
font-size: 1em;/* doute */
}

#content table td{
border: 1px solid #ccc;
border-collapse: collapse; 
padding:  2px 5px;
}
#content table tr.row_first td{
border: 1px solid #aaa;;
border-collapse: collapse; 
padding:  2px 5px;
}
#content table tr.row_first{
padding:  2px 5px;
background-color: #f3f3f3;
}
* html ul {height: 1%;}
html>body ul {height: auto;}

#content ul{
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	list-style-image: url("images/dot.png");
	list-style-position: outside;
	}
#content ul li{ 
	list-style-image: url("images/dot.png");
	list-style-position: outside;
	}
#content ul ul li{
		list-style-position: outside;
	}
#content ul ul ul li{
		list-style-position: outside;
	}

.clear-b {clear: both;}

