body {
	padding: 0;
	margin: 0;
}
body, td, select, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, Tahoma;
	font-style: normal;
	font-size: 10px;
	line-height:125%; /*line-height: 15px;*/
	color: #003464;	
}
input, textarea, select{
	/*border: 1px solid #233B95;*/
}
a{	
	color: #0033FF;
	text-decoration: none;
}
a:hover{
	color: #0033FF;
	text-decoration: underline;
}
a:focus {
	outline: none; /* to remove the dotted outlines in Firefox */
}
a img {
	border: 0px none;
}
form{
	display: inline;
}
li {
	list-style-image:url('../images/check9x9.gif');
	margin-bottom: 5px;
}
h1{font-size: 250%;line-height: 125%;padding: 0px;margin: 0px;} /*font-size: 32px;line-height: 36px;*/
h2{font-size: 200%;line-height: 125%;padding: 0px;margin: 0px;} /*font-size: 24px;line-height: 28px;*/
h3{font-size: 175%;line-height: 125%;padding: 0px;margin: 0px;} /*font-size: 18px;line-height: 22px;*/
h4{font-size: 150%;line-height: 125%;padding: 0px;margin: 0px;} /*font-size: 16px;line-height: 20px;*/
h5{font-size: 125%;line-height: 125%;padding: 0px;margin: 0px;} /*font-size: 14px;line-height: 18px;*/
h6{font-size: 100%;line-height: 125%;padding: 0px;margin: 0px;display: inline;font-weight: lighter;} /*font-size: 11px;line-height: 15px;*/
p{	/*
	marges extérieures (top, right, bottom, left)
	margin: 0 auto 0 auto; top right bottom left
	margin: 0 10% 0 315px;
	margin: 0 0 20px 0;
	ou 
	margin: 0 20px 0; top (right & left) bottom
	ou 
	margin: 20px 10px; (top & bottom) (right & left)
*/}
/** 
 * Just uncomment the following block if you want to avoid spaces between paragraphs
 */ 
p, ul, li {/*
	margin-top: 0px;
	margin-bottom: 0px;	
*/}
.hidden {display : none;}
.picture{border: #A89E95 1px solid;}
.underline:hover {text-decoration: underline;}
.overline:hover {text-decoration: overline;}
.bothOverlineUnderline:hover {text-decoration: overline underline;}
.white{color: white;}
a.white:hover{color: white;}
.beige{color: #C6A559;}
.blue{color: #003464;}
.black{color: black;}
.outLeft{
	background:white url('../images/bgOutLeft.gif') 46px 12px;
	background-position: right top;
	background-repeat: repeat-y;
	border-right: #AAAAAA 1px solid;
}
.outRight{
	background:white url('../images/bgOutRight.gif') 46px 12px;
	background-position: left top;
	background-repeat: repeat-y;
	border-left: #AAAAAA 1px solid;	
}
.content{
	padding-bottom: 20px; 
	padding-left: 15px; 
	padding-right: 17px;
}
.bottom{
	background:white url('../images/bgBottom.gif') 3px 21px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#affiche{
	color: #000000; 
	font-family: Tahoma; 
	font-size: 8pt
}
.search{
	width:135px; 
	height:18px; 
	border-right: #cccccc 1px solid;border-left: #cccccc 0px solid;border-top: #cccccc 1px solid;border-bottom: #cccccc 1px solid;
	background:transparent url('../images/bg-input.jpg') 1px 19px;
	background-position: right top;
	background-repeat: repeat-x;
	color:black;
	vertical-align: middle;
}
/* Bloc pour le scrollbar dans un div*/
.scrollBar{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 320px;
	text-align:left;
}
.fixIEScrollbar{padding-right: 20px;}
/* Bloc pour center la page horizontalement et verticalement*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#page-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#page-td {
	height: 100%;
	padding: 0;
	vertical-align: middle;
}
table#global {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}