@import "thickbox.css"; 
/****************************** GENERAL ******************************/
*{padding: 0; margin: 0;}

body {
	font-family:  Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005FA0;
	background-color: #F0F2F7; 
}
ul{
	padding-left: 10px;
	margin-left: 10px;
}
ul ul {
	margin-left: 20px;
}
ul ul ul{
	margin-left: 30px;
}
/*** partie centrale ***/
#zone2 h1,
#zone4 h1{
	font-size: 13px;
	font-weight: bold;
	color: #005FA0;
	text-align: center; 
	padding: 10px 0px 10px 0px;
	margin: auto;
	background: #fff url(images/side/h1_bg.jpg) no-repeat 0 8px; 
}
#zone3 h1{
	font-size: 16px;
	font-weight: bold;
	color: #005FA0;
	padding: 10px 0px 0px 0px;
	border-bottom: #C8C8E6 solid 1px;
}
#zone2 h1{
	width: 182px;
	color: #336699
}
#zone4 h1{
	width: 148px;
}
h2 {
	font-size: 14px;
	color: #005FA0;
}
p{
	font-size: 11px;
	color: #005FA0;
}
a {
	text-decoration: none;
	outline: none;
	color: #005FA0;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
div#TB_window h1{
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	color: #336699;
}
div#TB_window  h2 {
	font-size: 15px;
	color: #AF0202;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}
div#TB_window  h3 {
	font-size: 11px;
	color: #336699;
	font-weight: bold;
}
div.help {
	min-width: 16px; 
}
form table td {
	padding: 2px;
}
fieldset {
	border: 0px;
}
input[readonly] {
	background-color: #ddd;
}
input, select, textarea{
	border: #003C6E solid 1px;
	font-size: 11px;
}
input.text {
	padding-top: 2px;
	padding-bottom: 2px;
}
input.submit, input.cancel{
	background: #CCC url(images/button_bg.jpg) repeat-x 0 0;
	color: #666;
	border: #BFBFBF solid 1px;
	padding: 1px 3px 1px 3px;
	font-size : 11px;
}
option {
	padding-right: 10px;
}
input.radio{
	margin-bottom: -2px; 
}
table, td {
	border-collapse: collapse;
}
div.admin_links{
	color: #c93b14;
	text-align: right;
}
div.admin_links a{
	color: #f68100;
}
.DatePicker{
	cursor: pointer;
}
div.clear{
	clear: both;
}
.hide{
	display: none;
}
.myTip{
	display:block;
	width: 150px;
	background: #EDEDED;
	padding: 10px;
	color: #336699;
	border: #d4d6e6 solid 3px;
}
.left {
	float: left; 
}
#zone3 .see_all {
	color: #C93B14;
	text-align: right;
}
div.pagination a {
	color: #C93B14;
}
div.pagination b {
	font-size: 1.1em;
}
a.ext {
	padding-right: 15px;
	background: transparent url(images/ext.png) no-repeat 100% 0;
}