body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 79%;
	font-family: "Verdana", "Helvetica", "sans-serif";
}
img {
	/*border: none;
*/
}
.download {
	float: none;
	border-style: dotted;
	border-color:  #a3a294;
  border-width: 2px;
  border-spacing: 3px;
  background-color: #ebeadb;
 	padding: 5px;
  margin-left: 0px;
  margin-right: 400px;
  margin-bottom: 20px;
 	/*width: 200px;*/
 	
  
}

.lien{
 	padding: 5px;
}

.news{
  text-align: justify;
  margin-left: 130px;
  margin-right: 130px;
  background-color: #ebeadb;
  padding: 10px;
  
  border-width: 0px 0px 2px 2px;
	border-style: none  none outset outset;
	border-color: #cbc7c8;
  
}

#content {
  margin-top: 60px;
	margin-left: 230px;
	margin-right: 40px;
	text-align: justify;
}
#content a {
	color: #a50;
	text-decoration: none;
	outline: none;
}
#content a:visited {
	color: #a86;
}
#content a:hover {
	color: #000;
	border-bottom: 1px dotted #aaa;
}
#content h1 {
	font-size: 1.2em;
	border-bottom: dashed 1px;
	border-color: #a3a294;
	/*color: #a3a294;
*/
}
#content h2 {
	margin-right: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

#content h3{

	margin-right: 20px;
	font-size: 1.1em;
	color: #a3a294;
	font-weight: bold;
  }


/* page header */
#head {
	margin: 5px 0px;
	padding-top: 5px;
	background: url(images/logoIAP-petit.gif) no-repeat;
	height: 110px;
}
#head .title {
	padding-top: 30pt;
	padding-left: 100pt;
	font-size: 1.4em;
}
#head .subtitle {
	padding-top: 25px;
	padding-right: 10px;
	vertical-align: bottom;
	xvertical-align: middle;
	text-align: right;
	font-style: italic;
	font-size: 84%;
	color: #666;
	font-size: 1.1em;
}
/* top menu */
#topmenu {
	margin: 3px 0px;
	border-top: 1px solid #e2decd;
	border-bottom: 1px solid #d6d2c2;
	background-color: #ebeadb;
	font: menu;
	height: 25px;
	vertical-align: bottom;
	xvertical-align: middle;
}
#topmenu table.page {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 100%;
}
#topmenu table.page td {
	padding: 5px 20px;
	vertical-align: middle;
}
#menu .left, .menu .right {
	padding: 5px 10px;
}
#topmenu .right {
	width: 65%;
	text-align: right;
}
#topmenu a {
	margin: 0px 10px;
	text-decoration: none;
	color: #42658d;
}
#topmenu a:visited {
	color: #42658d;
}
#topmenu a:hover {
	border-bottom: dashed 1px;
*/
	color: 104683;
}
/* side menu */
#side {
	display: inline;
	float: left;
	width: 170px;
	margin-left: 34px;
	/*background: url(images/sections.gif) no-repeat 0 30px;
*/
	padding-top: 50px;
}
#side img {
	border: 0;
}
.logoBSP {
	width: 170px;
	height: 200px;
	padding-top: 50px;
	text-align: center;
}
.side-deco {
	width: 170px;
	height: 227px;
	background: url(images/deko.gif) no-repeat 0 0;
}
#side ul {
	margin: 18px 0 0 0;
	padding: 0;
	border-top: 1px solid #ccb;
	width: 170px;
}
#side ul li {
	display: block;
	width: 170px;
	list-style: none;
	height: 2.3em;
	font: x-small/2.3em verdana, sans-serif;
	margin: 0;
	border-bottom: 1px solid #ccb;
	padding: 0;
	background: url(images/arrow-01.gif) no-repeat 2px 50%;
}
#side ul li a {
	display: block;
	width: 170px;
	padding-left: 12px;
	height: 2.3em;
	color: #776;
	text-decoration: none;
}
#side ul li a:hover {
	background: #ebeadb url(images/arrow-01.gif) no-repeat 4px 50%;
	color: #443;
}
#side ul li a:active {
	background: #ebeadb url(images/arrow-01.gif) no-repeat 4px 50%;
	color: #000;
}
#side ul li.active a {
	font-weight: bold;
	color: #443;
	background: #ebeadb url(images/arrow-01.gif) no-repeat 4px 50%;
	cursor: default;
}
#footer {
	margin: 30px 4px 0 4px;
	background: #a3a294;
}
#footer p {
	font-size: xx-small;
	color: #fff;
	padding: 4px 0 4px 30px;
	margin: 0;
}
#footer p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:hover {
	color: #442;
	border: none;
}
#content table.summary, table.params {
	border-collapse: collapse;
	font-size: 84%
}
#content table.summary td, table.params td {
	padding: 2px 30px 2px 0px;
	border-top: 1px solid #ece9d8;
	border-bottom: 1px solid #ece9d8;
}
#content table.summary a {
	color: #248;
	text-decoration: none;
}
#content table.summary td.download {
	text-align: right;
	padding: 2px 10px 2px 0px;
}

#content table{
	font-size: 1em;
	border-collapse: collapse;
}

#content table th{
	background-color:#ebeadb;
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 4px;
/*
border-bottom-color: #cbc7c8; 
	border-bottom-width: 2px;
	 border-bottom-style: solid;
	border-right-color: #aca899;
	border-right-style: double;
	border-right-width: 1px;
	border-style: none groove solid groove;
	*/
  border-width: 0px 2px 2px 0px;
	border-style: none  inset solid none;
	border-color: threeddarkshadow threedhighlight #cbc7c8 threeddarkshadow;
/*  border-spacing: 2px;*/
}

#content table tr
{
  height: 22px;
}

#content table td{
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 4px;
}
#content table td a{
	color: #a50;
	text-decoration: none;
	outline: none;
/*	font-weight: bold;*/
}

#content table td a:visited{
	color: #a86;
}
#content table td a:hover{
	color: #000;
	border-bottom: 1px dotted #aaa;
}

