/* ----------------------------------------------------------------------- */
/* COMMON */
/* ----------------------------------------------------------------------- */

body, table, tr, td, div, form, input, select{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4{
	padding:0px;
	font-weight:normal;
}

body{
	background:url('../img/bg/bg-body.png');
	font-weight:normal;
	font-family: "Tahoma", sans-serif;
	color:#010101;
	font-size:70%;
}

table{
	border-collapse: collapse;
}

td{
	font-size:100%;
	vertical-align:top;
}

input, textarea, select{
	font-family: "Arial", sans-serif;
	font-size:100%;
}

a{
	text-decoration: underline;
	color:#344a87;
	cursor:pointer;
}

a:hover{
	text-decoration: none;
}

a img{
	border:none;
}

a.icons{
	text-decoration:none;
}

img{
	border:none;
}

p{
	margin:1.1em 0;
	margin-top:0.5em;
}

ul{
	list-style:square;
}

address{
	font-style:normal;
}

div.date, span.date{
	color:#666666;
	font-size:90%;
}

/* ----------------------------------------------------------------------- */
/* HEADERS */
/* ----------------------------------------------------------------------- */
h1{
	font-size:2.3em;
	line-height:1.2em;
	color:#7B9F2C;
	margin:0.3em 0 0.7em 0;
}

h2{
	font-size:2.0em;
	line-height:1em;
	color:#7B9F2C;
	margin:0.6em 0;
}

h3{
	font-size:1.8em;
	line-height:1em;
	color:#333333;
	margin:0.6em 0;
	padding-top: 10px;
}

h4{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#333333;
	margin:0.6em 0;
}
/* ----------------------------------------------------------------------- */
/* IMAGE */
/* ----------------------------------------------------------------------- */
img.image_left{
	float:left;
	margin-right:1.5em;
	margin-bottom:1.5em;
	clear:left;
}

img.image_right{
	float:right;
	margin-left:1.5em;
	margin-bottom:1.5em;
	clear:right;
}

div.highlighted{
	margin:1em 0;
	padding:1em;
	background:#e5e5e5;
	width:70%;
}
/* ----------------------------------------------------------------------- */
/* SERVICE */
/* ----------------------------------------------------------------------- */
html, body{
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
}

br.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px
}

span.nobr{
	white-space:nowrap;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

span.required{
	color:#cc0000 !important;
}

p.comment{
	font-size:90%;
	color:#aaaaaa;
}

span.commentaire{
	display:block;
	color:#999999;
	font-size:90%;
	padding-top:2px;
}
/* ----------------------------------------------------------------------- */
/* PAGER */
/* ----------------------------------------------------------------------- */
div.pager_container{
	padding:0;
	height:2em;
	margin-bottom:1em;
}

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: white;
	background:#3a538a;
}

.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;
}
/* ----------------------------------------------------------------------- */
