body{
	color:#6a6a6a;
	font-family:Arial; 
	font-size:11px;
}

ul
{
	list-style:none;
}

a
{
	color:#015cb1;
	text-decoration:none;
	outline: 0 none; 	
}

:active, :focus, :hover
{
	outline: 0 none; 	
	-moz-outline-style: none;
}

strong, b
{
	color:#015cb1;
}

.clear
{
	clear:both;
}

.center_page p
{
	color:#555555;
	font-size:11px;
	text-align:justify;
	padding:10px;	
	line-height:18px;
}

.block h3
{
	color:#3d82c2;
	font-weight:bold;
	font-size:12px;
}


/* Center Page */
.center_page .top
{
	height:39px;
	background:url(../images/page/top.png) no-repeat !important;
	background:url(../images/page/top.gif) no-repeat;	
}

.center_page .middle
{
	padding:15px;
	padding-top:10px;	
	background:url(../images/page/middle.png) repeat-y !important;
	background:url(../images/page/middle.gif) repeat-y;	
}

.center_page .bottom
{
	height:12px;
	background:url(../images/page/bottom.png) no-repeat !important;
	background:url(../images/page/bottom.gif) no-repeat;	
}

.center_page h1
{
	color:#015cb1;
	font-size:1.8em;	
	background:url(../images/page/title_right.jpg) top right no-repeat white;	
	display:inline;
	padding:6px;
	padding-right:25px;
	margin-left:10px;
	position:relative;
	top:6px;
	line-height:34px;
}

.breadcrumb
{
	color:#1385ce;
	float:right;
	position:relative;
	top:15px;
	right:15px;
}
.breadcrumb a
{
	color:#1385ce;
}
.breadcrumb .current
{
	color:black;
	font-weight:bold;
}

.center_page img.img_center
{
display:block;
text-align:center;
margin:0 auto;
padding-bottom:15px;
}

.center_page img.img_left
{
float:left;
padding-right:15px;
padding-bottom:15px;
}

.center_page img.img_right
{
float:right;
padding-left:15px;
padding-bottom:15px;
}

.center_page h2
{
	color:#015cb1;
	font-size:15px;
	margin-top:10px;
	background: url(../images/h2.gif) no-repeat 0 4px;
	display:inline;	
	padding-left: 10px;
}

.center_page h3
{
	color:#555;
	font-size:13px;
	background: url(../images/h3.gif) no-repeat 0 6px;
	padding-left:10px;
	display:inline;
	margin-left:20px;
	line-height:30px;
}

.center_page ul li
{
	font-size: 11px;
	color:#565656;
	list-style-type: none;
	list-style-image:url(../images/list_blue_arrow.jpg);
	margin-left:40px;
	margin-right:10px;	
	text-align:justify;
	line-height:18px;	
}

.center_page ul ul li
{
	font-size: 11px;
	color:#4587c6;
	list-style-type: none;
	list-style-image: url(../images/list_blue_square.gif);
	margin-left:70px;
	text-align:justify;
}

.center_page dt
{
	color:#1385ce;
	float:left;
	width:150px;
	margin-left:20px;
}


/* BOUTONS */
.center_page .btn_normal, .center_page .btn_action, .center_page .btn_nav
{
	background:repeat-x top;
	font-size:12px;	
	padding:3px;	
	padding-left:27px;
	padding-right:27px;			
	padding-top:3px;
	text-decoration:none;
	line-height:21px;
}

.center_page .btn_normal
{
	color:#1f5485;
	background:url(../images/btn_blue_bg.gif);
	border-left:1px solid #579ad9;
	border-right:1px solid #579ad9;
}

.center_page .btn_action
{
	color:#882a01;
	background:url(../images/btn_yellow_bg.gif);
	border-left:1px solid #cd5b00;
	border-right:1px solid #cd5b00;
}

.center_page .btn_nav
{
	color:#555555;
	background:url(../images/btn_grey_bg.gif);
	border-left:1px solid #989898;
	border-right:1px solid #989898;
}


.btn_tab
{
	background-image:url(../images/btn_tab_down.jpg);
	color:#476177;	
	text-align:center;
	height:18px;
	padding-top:2px;
	padding-bottom:3px;	
	padding-left:5px;
	padding-right:5px;	
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;	
	-moz-border-radius-topleft:2px;	
	-moz-border-radius-topright:2px;		
}

.btn_tab_selected
{
	background-image:url(../images/btn_tab_up.jpg);
	color:#6a6a6a;
	text-align:center;	
	height:18px;
	padding-top:2px;
	padding-bottom:3px;	
	padding-left:5px;
	padding-right:5px;		
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;	
	-moz-border-radius-topleft:2px;	
	-moz-border-radius-topright:2px;			
}

.table
{
	border:1px solid #396a98;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:10px;	
}

.table th
{
	padding:0;
	margin:0;
	border:0;	
	background:url(../images/th_bg.jpg) repeat-x;
	height:25px;
	border-bottom:1px solid #396a98;	
	color:white;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}

.table tr.alt
{
	background:#edf6ff;
}

.table tr.transition
{
	border-top:1px solid #396a98;
}

.table td
{
	text-align:center;
	border-right:dotted 1px #93b0cb;
	/*background:url(../images/td_bg.jpg) repeat-y right;*/
	padding:5px;
}

.tablesorter thead tr .header {
	background:url(../images/th_bg.jpg) repeat-x top;
	cursor: pointer;
}
.table thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background:url(../images/th_bg_selected.jpg) repeat-x top;
}



/* **********************/
/* Form */

.center_page form
{
	padding-top: 15px;
}

.center_page form p
{
	margin-top: 0;
	margin-bottom: 0;
	width: 300px;
	clear: left;
	padding: 5px 0 8px 0;
	padding-left: 200px; 
	height: 1%;
}

.center_page label
{
	float: left;
	margin-left: -200px; 
	width: 155px; 
}

.center_page label.error
{
	width: 250px;
	margin-left: 0px;
	color: red;
}
.center_page .ftext, .center_page.fselect, .center_page .ftextarea
{
	color:#565656;
	font-size: 11px;
	border-width: 1px;
	border-color:#565656;
}
.center_page.fradio
{
	border-style:thin;
	border-width: 1px;
	border-color:#565656;
}
.center_page .ftext
{ 
	width: 170px;
	height: 15px;
}

.center_page .fselect
{ 
	color:#565656;
	font-size: 11px;
	border-width: 1px;
	border-color:#565656;
	height: 19px;
	width:173px;
}

.center_page .fcheckbox
{
	border:none;
}

.center_page .fsubmit{
	border:none;
	border-left:1px solid #cd5b00;
	border-right:1px solid #cd5b00;
	color:#FFFFFF;
	padding-left:12px;
	padding-right:12px;
	background:url(../images/btn_yellow_bg.gif) repeat-x top;
	height:21px;
}