/*
bleu clair: #43ace3;
bleu foncé: #005fa3;
*/

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/*background-image: url(http://comp.xaw.fr/img/rsc/bkg.png);*/
	background-repeat: repeat;
}

::selection
{
	background: #005fa3; color: #ffffff;
}
::-moz-selection
{
	background: #005fa3; color: #ffffff;
}
::-webkit-selection
{
	background: #005fa3; color: #ffffff;
}

@font-face {
    font-family: "Lobster";
    src: url('fnt/Lobster.otf');
}

/*---------------------------------------- SCROLLBARS ----------------------------------------*/
/*
dégradé arrondi gris
::-webkit-scrollbar {    width: 12px;}::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     border-radius: 10px;}::-webkit-scrollbar-thumb {    border-radius: 10px;    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
*/

.scroll_bar::-webkit-scrollbar
{
	width: 15px;
}

.scroll_bar::-webkit-scrollbar-track
{
	width: 15px;
	background-color: #f0f0f0; /*#C4E197;*/
	/*border: 1px solid #f0f0f0;
	border-radius: 3px;*/
}
.scroll_bar::-webkit-scrollbar-thumb
{
	width: 15px;
	background-color: #e5e7e5; /*#92c83f;*/
	border-radius: 3px;
}
.scroll_bar::-webkit-scrollbar-thumb:hover
{
	width: 15px;
	background-color: #C4E197;
}
.scroll_bar::-webkit-scrollbar-button
{
	width: 15px;
	background-color: #dddddd; /*#92c83f;*/
}
.scroll_bar::-webkit-scrollbar-button:hover
{
	background-color: #C4E197;
}
.scroll_bar::-webkit-scrollbar-button:vertical:decrement
{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-image: url(http://comp.xaw.fr/img/rsc/up.png);
}
.scroll_bar::-webkit-scrollbar-button:vertical:increment
{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-image: url(http://comp.xaw.fr/img/rsc/down.png);
}
/*---------------------------------------- SCROLLBARS ----------------------------------------*/

table
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

tr
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

td, th
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

th
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

label
{
	cursor: pointer;
}

ul
{
/*	line-height: 1.5em;
	list-style-image: url(http://comp.xaw.fr/img/rsc/puce.png);*/
	padding-left: 11px;
}

h2
{
	font-family: Arial;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	line-height: 30px;
	color: #5f5f5f;
	letter-spacing: -2px;
	/*color: #005fa3;*/
}
h3
{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	color: #005fa3;
	margin: 0;
}

h4
{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	margin: 0;
	color: #005fa3;
}

h5
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	color: #005fa3;
}

h6
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #005fa3;
}

div#page
{
	position: relative;
		/* permet au bloc de servir de référent pour
		   ses descendants positionnés en absolu */
	/*background-color:#ffffff;*/
	/*background-image: url(http://comp.xaw.fr/img/rsc/metibg.png);*/
	background: url(http://comp.xaw.fr/img/rsc/pattern.png) repeat 0 0 fixed;
	/*background-repeat: no-repeat;
	background-attachment:fixed;*/
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%; left: 0%;
	width: 100%; height: 100%;
	background-color: #000000;
	z-index: 10;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

input[type=text], input[type=password]
{
	padding-left: 3px;
	/*font-size: 12px;*/
	outline: 0px;
}

.image_hidden
{
	width: 0px;
	height: 0px;
	overflow: hidden;
}

::-webkit-input-placeholder
{
	/*color: #bbbbbb;*/
	font-style: italic;
	font-size: 15px;
}
:-moz-placeholder  /* Firefox 18- */
{
	/*color: #bbbbbb;*/
	font-style: italic;
	font-size: 15px;
}
::-moz-placeholder   /* Firefox 19+ */
{
	/*color: #bbbbbb;*/
	font-style: italic;
	font-size: 15px;
}
:-ms-input-placeholder
{
	/*color: #bbbbbb;*/
	font-style: italic;
}



/*############################   chrono list   ############################*/
.chrono_list
{
	position: relative;
	top: 10px;
	left: 20px;
	margin-bottom: 30px;
}
.chrono_list_home
{
	position: relative;
	height: 29px;
	line-height: 29px;
	background-color: #efefef;
	border-radius: 5px 0 0 5px;
	float: left;
}
.chrono_list_home_in
{
	display: block;
	height: 29px;
	padding-left: 13px;
	padding-right: 8px;
	
	color: #5f5f5f;
	font-size: 13px;
	white-space: nowrap;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.chrono_list_element
{
	position: relative;
	height: 29px;
	line-height: 29px;
	background-color: #43ace3;
	float: left;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: default;
}
.chrono_list_element_sel
{
	background-color: #005fa3;
}
.chrono_list_element_in
{
	display: block;
	height: 29px;
	padding-left: 10px;
	padding-right: 8px;
	
	color: #ffffff;
	font-size: 13px;
	white-space: nowrap;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.chrono_list_sep
{
	position: relative;
	height: 29px;
	width: 21px;
	float: left;
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep.png);
}
.chrono_list_sep_first
{
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep_first.png);
}
.chrono_list_sep_first_sel
{
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep_first_sel.png);
}
.chrono_list_sep_previous_sel
{
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep_previous_sel.png);
}
.chrono_list_sep_next_sel
{
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep_next_sel.png);
}
.chrono_list_sep_last
{
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep_last.png);
}
.chrono_list_sep_last_sel
{
	background-image: url(http://comp.xaw.fr/img/rsc/arbo_sep_last_sel.png);
}
/*############################   chrono list   ############################*/