/* TYPO PAR DEFAUT
---------------------------------------- */
@font-face {
    font-family: 'UbCondReg';
    src: url('fonts/Ubuntu-C-webfont.eot');
    src: url('fonts/Ubuntu-C-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-C-webfont.woff') format('woff'),
         url('fonts/Ubuntu-C-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-C-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*	{
	text-decoration:none;
	}
body, input
	{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10px;
	line-height:2em;
	color:#333;
	}
img
	{
	border: none;
	}
a
	{
	color: #369;
	}
a:hover, a:active, a:focus
	{
	color: #c2568e;
	text-decoration: underline;
	}
strong
	{
	font-weight: bold;
	color: #666;	
	}
p
	{
	font-size: 1.3em;
	line-height:1.6em;
	}
h1
	{
	font-weight: bold;
	font-size: 1.8em;
	}
h2
	{
	font-weight: bold;
	font-size: 1.6em;
	}

fieldset
	{
	border: none;
	}
input[type=text], textarea
	{
	border: 1px solid #fff;
	}
input[type=submit], input[type=reset]
	{
	padding: 1px 5px;
	}
.strike
	{
	text-decoration: line-through;
	}
/* TOP
-------------------------------------------------------- */
#topcats li
	{
	font-size: 1.1em;
	font-weight: bold;
	}
#topcats a
	{
	color: #e796ad;
	}
#topcats a:hover, #topcats a:active, #topcats a:focus
	{
	color: #fff;
	text-decoration: none;
	}
#topcats .toplevelcatselected a
	{
	color: #fff;
	}

/* CONTENT
-------------------------------------------------------- */
.prj
	{
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	}
.prj h2
	{
	font-family: UbCondReg,Verdana,Arial,Helvetica,sans-serif;
	color: #bbb;
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom:10px;
	letter-spacing: 0;
	}
.prj h2 a
	{
	color: #ddd;
	}
#package a span
	{
	font-size: .8em;
	line-height:1.2em;
	font-weight: bold;
	background:transparent;
	}
#package a:hover span
	{
	color:#666;
	}
#package a.pro:hover span
	{
	text-align:right;
	color:#693;
	}

a.pdfdoc span
	{
	color: #fff;
	text-align:center;
	font-size: .8em;
	line-height:1.2em;
	font-weight: bold;
	}

#jscript a span, #jscriptplus a span
	{
	line-height:1.2em;
	font-weight: bold;
	color:#ccc;
	background:transparent;
	}
#jscript a:hover span, #jscriptplus a:hover span
	{
	color:#333;
	}

.post
	{
	margin-top: 22px;
	margin-bottom:40px;
	}
.post-title
	{
	/*margin-top: 1.5em;*/
	font-family:UbCondReg,Verdana,Helvetica,Arial,sans-serif;
	line-height:1.1em;
	font-size: 23px;
	letter-spacing: -1px;
	}
.post-title a:hover, .post-title a:active, .post-title a:focus
	{
	text-decoration: none;
	}
.post-info
	{
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #ccc;
	color: #999;
	}
.post-info .lang
	{
	text-transform: uppercase;
	}
.post-info .altlang
	{
	text-transform: uppercase;
	}
.post-content p, .post-excerpt p
	{
	margin: 1em 0;
	}
.post-content h1
	{
	font-family: UbCondReg,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.8em;
	margin-top: 1em;
	color: #666;
	}
.post-content h2
	{
	font-family: UbCondReg,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0;
	/*text-indent: 1em;*/
	line-height: 1.1em;
	margin: 2em 0 -.6em 0;
	/*border-left: 1em solid #ccc;*/
	color: #c2568e;
	}
.post-content h3
	{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 2em 80px 0 0;
	color: #666;
	}
.post-content h4
	{
	font-family: Georgia,serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	margin: 4px 100px 32px 32px;
	color: #999;
	}
.post-content h5
	{
	font-family: Georgia,serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	margin: -10px 0px 32px 0px;
	/*border-left: solid 6px red;*/
	color: #999;
	}
.post-content code
	{
	font-family: "Andale Mono","DejaVu Sans Mono","Courier New",Courier,monospace;
	color: #8b245b;
	}
.post-content pre
	{
	overflow:auto;
	font: 1.3em/1.4em "Andale Mono","DejaVu Sans Mono","Courier New",Courier,monospace;
	background: #fffdf0;
	border-top: 1px dotted #c2568e;
	border-bottom: 1px dotted #c2568e;
	padding:.5em;
	}
.post-content table
	{
	display:block;
	width: auto;
	border: 0;
	margin-bottom:10px;
	}
.post-content table th
	{
	background:#666; color:#fff;
	border: 1px solid #ccc;
	padding:2px 6px;
	font-size: 1em;
	line-height: 1.5em;
	}
.post-content table td
	{
	background:#eee; color:#333;
	border: 1px solid #ccc;
	padding:2px 6px;
	font-size: 1em;
	line-height: 1.4em;
	}
.post-content div.hrline
	{
	height: 20px;
	background: transparent url(img/hrline_37x9.png) no-repeat scroll center center;
	}
.post-content div.hrline hr
	{
	display: none;
	}
p.download
	{
	display:block; position:relative;
	background: url(img/script.png) 0% 32px no-repeat transparent;
	padding: 30px 0 10px 16px;
	}
p.download span
	{
	margin-left:12px;
	}
ul.post-tags
	{
	list-style:none;
	display:block; position:relative;
	float: left;
	padding-left:16px;
	background: transparent url(img/tags.png) left no-repeat;
	}
ul.post-tags li
	{
	list-style-image:none;
	display:block; position:relative;
	float:left;
	margin-left:12px;
	}
#subcategories ul li a
	{
	font-size: 1.1em;
	line-height:1.3em;
	color:#666;
	text-decoration: none;
	}
#subcategories ul li a:hover
	{
	color:#fff;
	background-color:#8b245b;
	}
#subcategories ul li a span.cat-title
	{
	font-family: UbCondReg,Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.9em;
	line-height:1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color:#369;
	}
#subcategories ul li a:hover span.cat-title
	{
	color:#fff;
	}


/* Comments and Forms
-------------------------------------------------------- */

#comments, #pings
	{
	padding-top: 30px;
	/*background: transparent url(img/acco_80x30.png) center 15px no-repeat;*/
	}

#comments h3, #pings h3, #comments-feed, #pr h3
	{
	clear: left;
	margin: 20px 0 8px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-size: 1.2em;
	}

#pr h3
	{
	margin: 30px 0 8px;
	color: #c2568e;
	}

#comments dl { }

#comments dt, #pings dt
	{
	position: relative;
	top: 1px;
	display: block;
	padding: 20px 0 5px;
	background: transparent;
	font-weight: bold;
	color: #999;
	}
#comments dt .comment-author
	{
	font-size: 1.1em;
	color: #333;
	margin: 0 5px;
	}
	
#comments dt a:link, #comments dt a:visited
	{
	color: #c2568e;
	text-decoration: none;
	}

#comments dt a:hover
	{
	text-decoration: underline;
	}

#pings dt a:link, #pings dt a:visited
	{
	color: #c2568e;
	text-decoration: none;
	}

#pings dt a:hover
	{
	text-decoration: underline;
	}

#comments dd, #pings dd, dd.comment-preview
	{
	margin: 0 0 8px;
	padding: 10px;
	border-top: 1px solid #eee;
	border-width: 1px 0;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.4;
	color: #666;
	}

#comments dd *, #pings dd *, dd.comment-preview *
	{
	padding: 5px 0;
	font-size: 1em;
	}

#comments dd.me
	{
	background:#8b245b;
	color:#fff;
	}

#comments dd.me a, #comments dd.me a:hover
	{
	color:#ffdeff;
	}

.comment-number, .ping-number
	{
	color: #c2568e;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	}

#ping-url
	{
	margin: 30px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-weight: bold;
	text-align: right;
	}

.error
	{
	margin: 20px 0 0;
	padding: 10px 5px;
	background: #eee;
	border: 2px solid red;
	font-weight: bold;
	}

.message { }

#comment-form
	{
	padding-top: 10px;
	}

#comment-form h3
	{
	margin: 20px 0 8px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-size: 1.2em;
	}

#comment-form fieldset p
	{
	padding: 5px 0;
	}

#comment-form fieldset p.field
	{
	clear: left;
	width: auto;
	margin: 0;
	padding: 5px 0;
	}

#comment-form p.form-help
	{
	width: 70%;
	margin: 0 0 0 25%;
	font-style: italic;
	font-size: .9em;
	}

#comment-form p label
	{
	width: auto;
	}

#comment-form p.field label
	{
	display: block;
	float: left;
	width: 25%;
	padding: 0 4px 4px 0;
	text-align: right;
	font-weight: bold;
	font-size: .8em;
	}

#comment-form input, #comment-form textarea
	{
	width: 65%;
	padding: 1px 2px;
	border: 1px solid #ccc;
	font-size: 1em;
	color: #333;
	}

#comment-form input#c_remember
	{
	width: auto;
	margin: 0 5px 0 140px;
	border: 0;
	}

#comment-form input.preview
	{
	margin-left: 134px;
	}

#comment-form input.preview, #comment-form input[type=submit]
	{
	width: auto;
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}

#comment-form input.preview:hover, #comment-form input[type=submit]:hover
	{
	background: #333;
	border: 1px solid #333;
	color: #fff;
	}

/* FOOTER
-------------------------------------------------------- */
#footer p
	{
	font-size: 10px;
	line-height: 1.5em;
	color: #ccc;
	}
#footer h2
	{
	font-size: 11px;
	line-height: 2em;
	font-weight: bold;
	color: #ccc;
	}
#footer a
	{
	color: #fff;
	}
#footline p
	{
	font-size: 1.2em;
	font-weight: bold;
	color: #e796ad;
	}
#footline p a
	{
	color: #fff;
	}


/* SIDEBAR BLOGNAV
-------------------------------------------------------- */
#search h2
	{
	display:block;
	width:0;height:0;
	overflow:hidden;
	}
#search fieldset
	{
	}
	
#search input[type=text], #search textarea
	{
	width: 100px;
	border: 1px #eacddb solid;
	padding: 1px 0 1px 5px;
	font: bold .9em "Lucida Grande",Arial,sans-serif;
	color: #fff;
	background: transparent;
	}
#search input[type=submit], #search input[type=reset]
	{
	width: 24px;
	height: 18px;
	border: none;
	padding: 0;
	background: transparent url(img/loupe_24x18.png) no-repeat right top;
	cursor: pointer;
	}


/* EXTRAS
-------------------------------------------------------- */
.links
	{
	}

.links h3
	{
	font-size: 1em;
	line-height: 2em;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.links ul li
	{
	display:block; position: relative;
	list-style-image: none;
	line-height: 1.2em;
	margin-top: .5em;
	}
.links ul li a
	{
	color: #999;
	text-decoration: none;
	}
.links ul li a:hover
	{
	color: #333;
	}

.pollsfactory {
	margin-top: 2em;
	}
.poll-query {
	margin-bottom: 1em;
	}
.pollsfactory h4 {
	display: none;
	}
.poll-info {
	display: none;
	}
.pollsfactory input[type=submit]
	{
	width: auto;
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
.pollsfactory input[type=submit]:hover
	{
	background: #333;
	border: 1px solid #333;
	color: #fff;
	}

.twitter
	{
	}

.twitter h3
	{
	display:block; position: relative;
	font-size: 1em;
	line-height: 2em;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.twitter h3 a
	{
	display:block; position: relative;
	text-decoration:none;
	color: #999;
	background: #fff url(img/twitter_off.png) center right no-repeat;
	}

.twitter h3 a:hover, .twitter h3 a:active, .twitter h3 a:focus
	{
	color: #c2568e;
	text-decoration:none;
	background-image: url(img/twitter_on.png);
	}

.twitter ul li
	{
	display:block; position: relative;
	list-style-image: none;
	line-height: 1.4em;
	margin-top: 1em;
	border-bottom: 1px dotted #ccc;
	color: #666;
	}

.twitter ul li:hover
	{
	background: #ffe;
	}

.twitter ul li a
	{
	display: block; position: relative;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	margin-top: .1em;
	}

.twitter ul li span a
	{
	display: inline;
	font-weight: normal;
	color: #c2568e;
	text-decoration: none;
	margin-top: 0;
	}
