/*
Title:      CSS layout
Author:     JF Adam, jf@ouimarketing.com
Updated:    1 décembre 2008


*/


/* ---[ Liens par défaut ]------------------------ */
a { 
	color: #3399cc;
	}
	a:link,
	a:visited,
	a:active {
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
		color:#5d4b0d
	}

a.bottin { color: #545454}
a.bottin:hover { text-decoration: underline;  }

/* ---[ Éléments communs]--------------------- */
div {
	position: relative;
	display: block;
	}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight:normal;
}
h1 {
	margin: 5px 0px 10px 0px; 
	color:#3399cc;
	font-size:22px;
	line-height:1.0em;
	font-weight:lighter
}
h2 {
	margin: 5px 0px 10px 0px; 
	color:#5d4b0d;
	font-size:18px;
	font-weight:lighter;
	line-height:1.0em
}


h3 {
	margin:0 0 4px;
	color:#3399cc;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	line-height:1.0em
	
}

h4 {
	margin:12px 0 4px  0;
	color:#5d4b0d;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.0em
	
}


p {
	padding:  0px 0 10px 0;
	line-height: 1.3em;
	}
dl {
	display: block;
	}
ul,
ol {
	margin:0; padding:0
	
	}
	li {
		position: relative;
		margin: 0 0 5px 0;
		}

sup {
	font-size: 77%;
	}
.hr {
    border-top:dotted 1px #CCC; margin:10px 0 10px 0
    }
	
.note {
    font-size:10px; font-style:italic
    }

fieldset {
	border:1px solid #3399cc;
	padding:10px 10px;
	margin-bottom:15px;	
	width:auto;
}

legend  {
	color: #3399cc;
	font-size:12px;
	font-weight:normal;
	height:24px
}
.bigNumber 
{
	color: #3399cc;
	font-size:18px;
	font-weight: lighter;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.search {
	color:#333;
	font-size:11px;
	/*width:150px;*/
}
.btn_form {
	color:#FFF;
	background: #29c2ff url(../images/bkg_btn.gif) repeat-x;
	font:11px;
	padding:1px 5px 1px 5px;
}
.btn_form:hover {
	color:#006699;
}
#filterPad td{ vertical-align:top}
