/* ----------------------------------------------------------------------- */
/* COMMON */
/* ----------------------------------------------------------------------- */
html, body{
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
}

body, table, tr, td, div, form, input, select{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4{
	padding:0px;
	font-weight:normal;
}

body{
	background:#58585a;
	font-weight:normal;
	font-family: "Verdana", sans-serif;
	color:#0e0e0e;
	font-size:75%;
}

table{
	border-collapse:collapse;
}

td{
	font-size:100%;
	vertical-align:top;
}

input, textarea, select{
	font-family: "Verdana", sans-serif;
	font-size:inherit;
	padding:0;
	background:white;
	color:#0e0e0e;
	margin:0;
}

input.field, textarea, select{
	border:1px solid #c7c7c7;
	padding:1px 2px;
}

a{
	text-decoration:underline;
	color:#0e0e0e;
	cursor:pointer;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
}

img{
	border:none;
}

p{
	margin:1.1em 0;
	margin-top:0.5em;
}

ul{
	list-style:square;
}

address{
	font-style:normal;
}
/* ----------------------------------------------------------------------- */
/* FORMAT */
/* ----------------------------------------------------------------------- */
.onLeft{
	text-align:left;
}

.onCenter{
	text-align:center;
}

.onRight{
	text-align:right;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
/* ----------------------------------------------------------------------- */
/* STRINGS */
/* ----------------------------------------------------------------------- */
span.required{
	color:#850505;
}

span.commentaire{
	color:#999999;
	font-size:90%;
}

span.date{
	color:#c3151c;
	font-weight:bold;
}

span.spacer{
	margin:0 7px;
}
/* ----------------------------------------------------------------------- */
/* HEADERS */
/* ----------------------------------------------------------------------- */
h1{
	font-size:1.4em;
	line-height:1.2em;
	color:#0e0e0e;
	margin:0.6em 0;
	margin-bottom:0.7em;
}

h2{
	font-size:1.3em;
	line-height:1.2em;
	color:#0e0e0e;
	margin:0.6em 0;
	margin-bottom:0.7em;
}

h3{
	font-size:1.1em;
	line-height:1em;
	color:#ee1c25;
	margin:0.6em 0;
	font-weight:bold;
}

h4{
	font-size:1.1em;
	line-height:1em;
	color:#0e0e0e;
	margin:0.6em 0;
	padding:0;
}
/* ----------------------------------------------------------------------- */
/* IMAGE */
/* ----------------------------------------------------------------------- */
img.image_left{
	float:left;
	margin-right:2em;
	margin-bottom:1em;
	clear:left;
	padding:1px;
}

img.image_right{
	float:right;
	margin-left:2em;
	margin-bottom:1em;
	clear:right;
	padding:1px;
}

div.highlighted{
	margin:1em 0;
	padding:1em;
	background:#e5e5e5;
	width:70%;
}
/* ----------------------------------------------------------------------- */
/* SERVICE */
/* ----------------------------------------------------------------------- */
br.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px
}

span.nobr{
	white-space:nowrap;
}
/* ----------------------------------------------------------------------- */
/* PAGER */
/* ----------------------------------------------------------------------- */
table.pager_container{
	width:100%;
	margin:0;
	margin-bottom:1em;
}

table.pager_container td{
	font-size:75%;
	vertical-align:middle;
	white-space:nowrap;
}

table.pager_container td.fast_select{
	padding:14px 20px;
	padding-left:15px;
	width:1%;
	background-color:#001b3c;
}

table.pager_container ul.pager{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#001b3c;
	padding-right:20px;
	
}

ul.pager li{
	float:left;
	background:none !important;
	background-color:#001b3c;
	padding:4px 0 !important;
}

table.pager_container ul.pager img{
	vertical-align:middle;
	border:none;
}

ul.pager a, ul.pager span{
	display:block;
	width:1.2em;
	height:1.2em;
	font-size:0.9em;
	line-height:1.2em;
	margin-right:0.4em;
	text-align:center;
	color:white;
	padding:3px;
	background-color:#e11a21;
}

ul.pager a.arrow{
	background:none;
}

ul.pager li.active span{
	color:#333333;
	background:#cccccc;
}

table.pager_container select{
	font-size:100%;
	margin-left:7px;
}

.search_example {
	border-bottom:1px dashed #666666;
	cursor:pointer;
	margin-left:0.5em;
}
/* ----------------------------------------------------------------------- */
/* TEMPLATES STYLES */
/* ----------------------------------------------------------------------- */
.infoBox{
	background:url('../img/bg/mat_menu.gif') repeat 0 0;
	margin:7px 0;
	padding:25px;
	color:#fefefe;
	font-style:italic;
}

.infoBox p{
}

span.arrow, a.arrow{
	font-size:120%;
}

span.current{
	padding:2px 5px;
	background-color:#0371C5;
	color:white;
}

div.links_list{
	line-height:1.5;
}

div.links_list a{
	padding:2px 5px;
}

div.fast_select{
	float:left;
}

div.fast_select select{
	margin:0 10px;
}
/* ----------------------------------------------------------------------- */