a:link { color: #ca7700; text-decoration: none; }
a:visited { color: #ca7700; text-decoration: none; }
a:active { color: #6cafe7; text-decoration: none; }
a:hover { color: #6cafe7; text-decoration: none; }

td, p, div, input, textarea, form, select, footer, ul, li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#717171;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#727272;
}

h1 { font-size:30px; font-weight:400; }
h2 { font-size: 24px; font-weight:400; }
h3 { font-size: 18px; font-weight:400; }
h4 { font-size: 16px; font-weight:400; }
h5 { font-size: 14px; font-weight:400; }

h1, h2, h3, h4, h5, p, div, input, textarea, form, fieldset, select {
	padding:0px;
	margin:0px;
}

img.icones {
	vertical-align:middle;
	margin-right:3px;
	padding-bottom:2px;
}

input.chk, input.rad {
	vertical-align:middle;
	margin-right:2px;
	background : none;
	border:none;
}

/* MULTIPAGE ------------------------------------------*/
.multipage { text-align:center; }
.multipage span { width:21px; display:inline-block; padding:2px; font-size:10px; border:1px solid #d8d8d8; background-color:#f5f5f5; margin: 0px 1px; }
.multipage a {  width:21px; display:inline-block; margin-right: -2px; padding:2px; color:#9a9a9a; font-weight:bold; font-size:10px; border:1px solid #969696; cursor:pointer; background-color:#fff; }
.multipage a:hover { border:1px solid #545454; background-color:#8b8b8b; color:#fff; }
.multipage a.mPageHover {
	border:1px solid #545454; background-color:#8b8b8b; color:#fff;
}
.multipage a.mSelect { border:1px solid #fc9113; background-color:#FFFFFF; color:#fc9113; }

#alphaNum_tous { width:auto; }

.line {
	clear:both;
	width:100%;
	border-bottom:1px solid #cccccc;
	padding:0;
	margin:5px 0;
}

.lineW {
	clear:both;
	width:100%;
	border-bottom:1px solid #fff;
	padding:0;
	margin:5px 0;
}

.bo-orange { border : 1px solid #ffd29d; }

.bg-grey-light { background-color:#f0f0f0; }

hr {
	margin: 0;
	margin-bottom: 10px;
	height: 1px;
	background-color: #cccccc;
	border: 0;
}