/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a	{
	color: #C94D01;
	}

a img {
	border: none;
}

ul, li, ol {
	list-style: none inside;
}

body {
	background: #afa99e url(/images/theme/bg-body.png) repeat-x; 
	font: 62.5% Arial, Helvetica, sans-serif;
}

/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}

#accessibility-menu {
	position: absolute;
	left: -5000px;
}

/*** HEADER ***/
#header {
	background: url(/images/theme/bg-header.png) no-repeat 0 0;
	width: 840px;
	height: 206px;
	margin: 0 auto;
	padding: 0 7px 0 8px;
	position: relative;
} 

#logo a {
	background: url(/images/theme/logo.png) no-repeat;
	width: 220px;
	height: 140px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#nav {
	position: absolute;
	bottom: 1px;
	left: 7px;
	background: url(/images/theme/bg-nav.png) repeat-x 0 11px;
	width: 840px;
	height: 40px;
}

/*** NAVIGATION ***/

#nav li {
	float: left;
	padding-left: 30px;
}

#nav li a span {
	position: absolute;
	left: -5000px;
}

#nav a	{
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 15px;
} 

#nav a:hover, #nav li.active a {
	background-position: 0 0;
}
	
#nav a.home {
	background-image: url(/images/theme/nav-home.png); 
	width: 45px;
	margin-left: 115px;
}
	
#nav a.whatisinum {
	background-image: url(/images/theme/nav-whatisinum.png); 
	width: 116px;
}

#nav a.getinvolved {
	background-image: url(/images/theme/nav-getinv.png);
	width: 100px; 
}

#nav a.inthenews {
	background-image: url(/images/theme/nav-inthenews.png);
	width: 92px; 
}

#nav a.blog {
	background-image: url(/images/theme/nav-blog.png);
	width: 37px;
}

#nav a.about {
	background-image: url(/images/theme/nav-about.png);
	width: 47px;
}

#nav a.contact {
	background-image: url(/images/theme/nav-contact.png);
	width: 59px;
}

#nav a.home:hover, #nav li.active a.home {
	background-image: url(/images/theme/nav-home-hover.png);
}
#nav a.whatisinum:hover, #nav li.active a.whatisinum {
	background-image: url(/images/theme/nav-whatisinum-hover.png);
}
#nav a.getinvolved:hover, #nav li.active a.getinvolved {
	background-image: url(/images/theme/nav-getinv-hover.png);
}
#nav a.inthenews:hover, #nav li.active a.inthenews {
	background-image: url(/images/theme/nav-inthenews-hover.png); 
}
#nav a.blog:hover, #nav li.active a.blog {
	background-image: url(/images/theme/nav-blog-hover.png);
}
#nav a.about:hover, #nav li.active a.about {
	background-image: url(/images/theme/nav-about-hover.png);
}
#nav a.contact:hover, #nav li.active a.contact {
	background-image: url(/images/theme/nav-contact-hover.png);
}

/*** SUBNAV ***/

#subnav-whatisinum {
	background: url(/images/theme/bg-subnav.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 41px;
	width: 700px;
	height: 26px;
	padding-left: 200px;
}

#subnav-whatisinum li {
	float: left;
	padding-left: 0;
	margin-right: 10px;
}

#subnav-whatisinum li.active {
	background: #fff;
	}
	
#subnav-whatisinum a {
	padding: 0 10px;
	height: 26px;
	display: block;
}

#nav #subnav-whatisinum a.whatisinum-whatisinum {
	background: url(/images/theme/subnav-links.png) no-repeat 20px 6px;
	width: 110px;
}

#nav #subnav-whatisinum a.whatisinum-voicereach {
	background: url(/images/theme/subnav-links.png) no-repeat -107px 6px;
	width: 120px;
}

#nav #subnav-whatisinum a.whatisinum-iNumproviders {
	background: url(/images/theme/subnav-links.png) no-repeat -240px 6px;
	width: 120px;
}

#nav #subnav-whatisinum a.whatisinum-smsreach {
	background: url(/images/theme/subnav-links.png) no-repeat -358px 6px;
	width: 120px;
}
/*** PAGES ***/
#page {
	padding: 10px 0 0 0;
}

strong {
	color: #2c2823;
}

.strong-breakline {
	display: block;
	color: #65635f;
}

/*** CONTENT ***/
#content {
	background: url(/images/theme/bg-content.png) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 10px 27px 20px 28px;
	text-align: justify;
} 

#content h1, body.home #content h2 {
	height: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f9c57c;
	margin: 35px 0 25px; 
}

#content h2 {
	height: 19px;
	margin: 25px 0 0; 
	color: #ff9706;
	font-size: 1.6em;
}

#content h3 {
	margin: 5px 0; 
	color: #FF9706;
	font-size: 1.3em;
}

#content h3 span {
	color: #000;
	text-decoration: underline;
	font-size: .9em;
	font-weight: 400;
	cursor: pointer;
}

	
#content h2 a {
	text-decoration: none;
	color: #ff9706;
}

body.home #content {
	min-height: 200px;
}

body.home h2 {
	background: url(/images/theme/h1-onenumber.png) no-repeat;
}

#content p {
	font-size: 1.3em;
	color: #585146;
	margin: 12px 0;
}
/*
#content ul li {
	font-size: 1.3em;
	color: #585146;
	background: url(/images/theme/puce-disc.png) no-repeat 0 5px;
	padding-left: 10px; 
	margin: 25px 0 10px;
}

#content ul li ul {
	margin: 120px 0 12px 30px;
}

#content ul li ul li {
	font-size: 1em;
	background: url(/images/theme/puce-fleche.png) no-repeat 0 5px;
	margin: 0 0 3px;	
}*/

#content ul {
	margin: 12px 0 12px 30px;
}

#content ul li {
	font-size: 1em;
	background: url(/images/theme/puce-fleche.png) no-repeat 0 5px;
	margin: 3px 0;	
	list-style: none;
	font-size: 1.3em;
	color: #585146;
	padding-left: 10px; 
}

body.home #content ul li{
	background: url(/images/theme/puce-fleche-big.png) no-repeat 0 5px;
	color: #ff9706;
	padding-left: 22px; 
}
body.home #content ul li p strong{
	color: #ff9706;
}
#content ul.benefits {
	margin-top: 25px;
}

#content ul.benefits li {
	margin: 3px 0;
	font-weight: bold;
	color: #ff9706;
	background: none;
	padding: 0;
}

#content ul.benefits ul {
	margin: 0 0 25px 30px;
}

#content ul.benefits ul li {
	color: #585146;
	font-weight: normal;
	background: url(/images/theme/puce-fleche.png) no-repeat 0 5px;
	padding-left: 10px;
}

.more, .less {
	font-weight: normal;
	color: #837d75;
}

.link-orange {
	background: #ffa207;
	color: #fff;
	text-decoration: none;
	padding: 2px 4px;
}

/** BLOG **/

#content div.post h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #F9C57C;
	padding-bottom:12px;
	}
	
#content div.post h2 span.date{
	font-size: 12px;
	padding-right: 14px;
	}

.post{
	margin-bottom: 32px;
	width: 550px;
}
#content p.details{
	font-size: 1em;
	background-color: #eae7e3;
	text-align: center;
	padding: 4px 0;
}

form#commentform p label{
	float: left;
	width: 10em;
}



/*** COL ***/

#content div.col	{
	height: 128px;
	position: relative;
	margin: 40px 0 40px 4px;
}

#content div.col ul {
	z-index: 10;
	position: absolute;
	left: -10px;
	width: 816px;
	height: 210px;
	margin: 0;
	padding: 0;
	color: #65635f;
}

#content div.col ul li {
	float: left;
	width: 270px;
	height: 128px;
	margin: 0;
	padding: 0;
}

#content div.col ul li a {
	float: left;
	width: 230px;
	height: 78px;
	margin: 0;
	padding: 50px 20px 0;
	background: #fff;
	font-size: .85em;
	text-align: right;
}
	
#content div.col ul li a.whatisinum {
	background-image: url(/images/theme/cta-whatisinum.png);
}

#content div.col ul li a.whocallit {
	background-image:url(/images/theme/cta-whocallit.png);
}

#content div.col ul li a.iwantmyinum {
	background-image: url(/images/theme/cta-iwantmyinum.png);
}


/*** HOME-WHATISINUM ***/
body.whatisinum-whatisinum #content h1 {
	background: url(/images/theme/h1-whatisinum.png) no-repeat 0 0;
}

body.whatisinum-voicereach #content h1 {
	background: url(/images/theme/h1-whocancallmyinum.png) no-repeat 0 0;
}

body.whatisinum-iNumproviders #content h1 {
	background: url(/images/theme/h1-iwantmyinum.png) no-repeat 0 0;
}

body.whatisinum-smsreach h1 {
	background: url(/images/theme/h1-whocansmsmyinum.png) no-repeat 0 0;
}

/*** In the news ***/

table#news tr.pair{
	background: #EDECEA;
}
table#news tr td{
	text-align: left;
}
table#news tr td a{
	display: block;
	padding: 14px 10px 11px 10px;
	text-decoration: none;
}
table#news tr td.date-news{
	width: 180px;
}
table#news tr td.date-news a{	
	width: 160px;
	color: #ff9606;
	font-size: 1.2em;
	font-weight: bold;
}
table#news tr td.title-news{
	width: 360px;
}
table#news tr td.title-news a{	
	width: 340px;
	color: #2c2823;
	font-size: 1.1em;
	font-weight: bold;
}
table#news tr td.author-news{
	text-align: right;
}
table#news tr td.author-news a{
	color: #2c2823;
	font-size: 1.1em;
	font-weight: normal;
}
 

/*** ADMIN ***/
#content_en {
	width: 500px;
	height: 200px;
}
a#admin-btn{
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 1.3em;
	font-weight: bold;
}

/*** TITLE H1 ***/
body.getinvolved h1 {
	background: url(/images/theme/h1-getinvolved.png) no-repeat 0 0;
}

body.about h1 {
	background: url(/images/theme/h1-about.png) no-repeat 0 0;
}

body.inthenews #content  h1 {
	background: url(/images/theme/h1-inthenews.png) no-repeat 0 0;
	margin-bottom: 5px;
}

body.blog h1 {
	background: url(/images/theme/h1-blog.png) no-repeat 0 0;
}

body.contact h1 {
	background: url(/images/theme/h1-contact.png) no-repeat 0 0;
}



/*** SITEMAP ***/
ul#sitemap, ul#sitemap ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
}

ul#sitemap {
	font-size : 1.2em;
	margin: 0 0 0 25px;
}

ul#sitemap li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/images/theme/sitemap-puce.png) no-repeat 0 7px;
}



/*** FOOTER **/

#footer {
	background: url(/images/theme/bg-footer.png) no-repeat 0 0;
	width: 800px;
	height: 167px;
	margin: 0 auto;
	padding: 20px 27px 0 28px;
	position: relative;
	text-align: justify;
}

#footer .last-blog{
	float: left;
	width: 244px;
	height: 104px;
	padding: 6px 16px 10px 10px;
}
#footer .last-news{
	float: left;
	width: 494px;
	height: 104px;
	border-left: 1px solid #9D978E;
	padding: 6px 10px 10px 16px;
}
#footer h2 {
	position: relative;
	height: 21px;
	font-size: 1.2em;
}
#footer div.last-blog h2 {
	background: url(/images/theme/h2-lastblog.png) no-repeat 0 0;
}
#footer div.last-news h2 {
	background: url(/images/theme/h2-lastnews.png) no-repeat 0 0;
}
#footer h2 a{
	display: block;
	height: 21px;
	text-decoration: none;
}
#footer h2 a span.readall{
	display: block;	
	position: absolute;
	right: 0;
	top: 2px;
	color: #fff;
	text-decoration: none;
	background: #585146; 
	padding: 1px 2px 0;
	line-height: 130%;
	font-size: 0.9em;
}

#footer li {
	font-size: 1.2em;
}
#footer div.last-news li {
	float: left;
	width: 236px;
	margin-right: 22px;
	color: #585146;
}
#footer div.last-news li.lastLiNews {
	margin-right: 0;
}

#footer .foot-left {
	float: left;
}

#footer h3 {
	color: #c94d01;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 1.2em;
}
#footer h4{
	margin-top: 8px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 1.1em;
}
#footer h4 a{
	color: #2c2823;
	font-size: 1em;	
	text-decoration: none;
}




#btm-footer {
	position: absolute;
	left: 27px;
	top: 160px;
	font: 1.1em helvetica;
}
#btm-footer a {
	color: #ca560f;
	text-decoration: none;
}
#footer span.by a {
	position: absolute;
	left: 695px;
	width: 100px;
	color: #2c2823;
}



#sidebar	{
	float: right;
	padding: 25px 0 0 0;
	width: 200px;
	}
	
#content #sidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#content #sidebar ul li	{
	margin: 0 0 30px 0;
	padding: 0;
	background: none;
	}
	
#content #sidebar h2	{
	margin: 0 0 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #F9C57C;
	font-size: 16px;
	}
	
hr.spacer	{
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 0;
	height: 0;
	border: none;
	}

#search-form	{
	margin: 0 0 10px;
	}
	
#sidebar p.rss	{
	margin: 0 0 10px;
	font-size: 1em;
	}
	
#content #sidebar ul li ul li {
	font-size: 1em;
	background: url(/images/theme/puce-fleche.png) no-repeat 0 5px;
	margin: 0 0 3px;
	padding: 0 0 0 15px;
}

/*#content #sidebar ul li.categories {
	margin: 0 0 10px;
	}*/
	
	
form.contact label, form.newsletter label	{
	width: 200px;
	float: left;
}
	
form.contact input.text, form.contact select, form.contact textarea, form.newsletter input.text, form.newsletter select, form.newsletter textarea {
	width: 580px;
	border: 1px solid #ff9705;
	padding: 2px 4px;
}

form.contact select, form.newsletter select	{
	width: 590px;
}
	
form.contact textarea, form.newsletter textarea	{
	height: 200px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
}
	
form.contact p.submit, form.newsletter p.submit { 
	padding: 0 0 0 200px;
}
	
#content form.contact p.rmq, #content form.newsletter p.rmq { 
	padding: 0 0 0 200px;
	font-size: .8em;
}
	
form.contact p.submit input, form.newsletter p.submit input { 
	color: #fff;
	background: #ff9705;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em;
	border: none;
	width: 590px;
	font-weight: bold;
	padding: 2px 4px;
}

body.admin input.text{
	width: 450px;
}
body.admin label{
	width: 100px;
	float: left;
}/*** INUM-PARTNER ***/
table {
	width: 800px;
	border-collapse: collapse;
	font-size: 1.2em;
	margin-top: 20px;
}

td {
	height: 17px;
}

.bg-gray {
	background: #f5f4f1; 
}

table .right {
	text-align: right;
	color: #ff9706;
}

table form {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

table #vote-select {
	width: 200px;
	border: 1px solid #ddd9d2;
}

table #vote-button {
	color: #fff;
	background: #ffa207;
	border: 1px solid #ff8005;
}