/*----------------------------------------------------------------*/
/*------------------Style général de du site----------------------*/
/*----------------------------------------------------------------*/

body{ 
	background-image: url("../img/background-gradient.png");
	background-repeat: repeat-x;
	background-color: #fff;
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-size-adjust:none; 
	font-stretch:normal; 
	font-style:normal;
	font-variant:normal; 
	font-weight:normal; 
	line-height:normal;
	margin: 0;
    padding: 0;
    cursor: default;
}

td.block_top_left {
	width: 6px;
	background-image: url(../img/block_top_left.png);
}

td.block_top {
	height: 5px;
	background-image: url(../img/block_top.png);	
}

td.block_top_right {
	background-image: url(../img/block_top_right.png);
}

td.block_right {
	width: 8px;
	background-image: url(../img/block_right.png);
}

td.block_bottom_right {
	height: 5px;
	background-image: url(../img/block_bottom_right.png);
}

td.block_bottom {
	background-image: url(../img/block_bottom.png);
}

td.block_bottom_left {
	background-image: url(../img/block_bottom_left.png);
}

td.block_left {
	background-image: url(../img/block_left.png);
}

td.block_content {
	background-color: white;	
}

td.title {	
	background-repeat: repeat-x;
	background-image: url(../img/title_center.png);
	width: 100%;
}

.title {
	font-size: 18px;
	/*padding-top: -18px;*/
	color: #2F5778;
	font-weight: bold;
	margin-top: -5px;
	margin-left: 3px;
	text-align:center;
}

img{
	border: none;
}

a{
	color: #2F5778;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:visited{
}

a:hover{
	color: #FF0000;
}

input[type=text],input[type=password],input[type=listbox],textarea{
	border: 1px solid #B7C8CF;
	margin: 1px;
}

input[type=text]:focus,input[type=password]:focus,input[type=listbox]:focus{
	background-color: #F4F9FB;
	border: 1px solid #51889D;
}

input[type=text]:hover,input[type=password]:hover,input[type=listbox]:hover{
	border: 1px solid #51889D;
}

h2 {
	background-image: url(../img/title_underline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 11pt;
	height: 20px;
	margin-left: 2px;
}
h3 {
	font-size: 9pt;
	height: 10pt;
	color: #2F5778;
}
h4 {
	background-image: url(../img/title_underline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 10pt;
	height: 20px;
	margin-left: 2px;
}