/* ----------------------------------------------------------------------- */
/* 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:#5a8a01;
	font-weight:normal;
	font-family:"Trebuchet MS", "Arial", "Helvetica", sans-serif;
	color:#5e5e5e;
	font-size:75%;
}

table{
	border-collapse:collapse;
}

td{
	font-size:100%;
	vertical-align:top;
}

input, textarea, select{
	font-family:"Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size:100%;
	padding:0;
	background:white;
	color:#929292;
	margin:0;
}

input.field, textarea, select{
	border:1px solid #c0c0c0;
	padding:1px 2px;
	background:white;
}

a{
	text-decoration:underline;
	color:#44a7cd;
	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{
	font-size:1.7em;
	color:#3ca1ff;
	font-weight:bold;
}

.search_example {
	border-bottom:1px dashed #777777;
	cursor:pointer;
	margin-left:0.5em;
}
/* ----------------------------------------------------------------------- */
/* HEADERS */
/* ----------------------------------------------------------------------- */
h1{
	font-size:2.5em;
	line-height:1.2em;
	color:#44a7cd;
	margin:0.4em 0;
	margin-bottom:0.5em;
}

h2{
	font-size:2.5em;
	line-height:1.2em;
	color:#44a7cd;
	margin:0.4em 0;
	margin-bottom:0.5em;
}

h3{
	font-size:1.4em;
	line-height:1em;
	color:#44a7cd;
	margin:0.6em 0;
	font-weight:bold;
}

h4{
	font-size:1.2em;
	line-height:1em;
	color:#44a7cd;
	font-weight:bold;
	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 */
/* ----------------------------------------------------------------------- */
div.pager_container{
	padding:0;
	height:2em;
	margin:1em 0;
}

div.pager_container ul.pager{
	margin:0;
	padding:0;
	list-style:none;
}

ul.pager li{
	float:left;
}

ul.pager a, ul.pager span{
	display:block;
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	margin-right:0.4em;
	text-align:center;
}

ul.pager li.active span{
	color:#44a7cd;
	background:#3e3e3e;
}

ul.pager span.arrow{
	font-size:120%;
}

ul.pager li.arrow a{
	text-decoration:none;
	color:#44a7cd;
}

ul.pager a:hover, ul.pager li.arrow a:hover{
	color:#e0c027;
}
/* ----------------------------------------------------------------------- */