/** LDE **/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#000;background:#465566;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#7e4a94;}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.6em;margin-bottom:0.5em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.3em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;text-decoration:underline;}
a {color:#e75012;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#7e4a94; color:#FFFFFF;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password],  input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin: 0.3em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=radio], input.radio {position:relative;top:.25em;}/** modifié **/
#accountsubscriptions input[type=radio], #accountsubscriptions input.radio {position:relative;top:0em;}

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}

.spacer{clear:both;}


/** CUSTOM CSS **/
body{
    text-align:center;
    background: #fefefb url(../graphics/bg.png) repeat-x;
}

/** FORMS **/
.form{
    width:190px;
}
.formlarge{
    width:100%;
}
.textlabel{
    width:160px;
    font-weight:bold;
}
.texttip{
    font-size:12px;
    color:#666;
}
.submitbtn {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#e44911 url(../graphics/btn_bg_sprite.png) no-repeat scroll -4px 0;
    border:1px solid #e44911;
    color:#FFFFFF;
    cursor:pointer;
    display: inline-block;
    font-weight:normal;
    padding:4px 9px;
    text-decoration:none !important;
}
.submitbtn a {
    color:#fff;
    text-decoration: none;
}
#follow_debate_txt, #follow_step_txt{
    float: right;
}
#form_login_auth, #fbpost {
    width: 50%;
    float: left;
}
#pageblogpermalink #form_login_auth, #pageblogpermalink #fbpost {
    width: 100%;
    float: none;
}
.small_btn {
    padding:1px 3px;
}
input, select, textarea{
    font-size:13px;
    background-color: #fff;
    vertical-align:middle;
    border-color:#666666 #CCCCCC #CCCCCC #999999;
    border-style:solid;
    border-width:1px;
    margin:2px 0;
    padding:2px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    background: #fff url(../graphics/bg-input.png) scroll repeat-x top left;
}
input.text, textarea {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    padding:4px;
}
/** BEGIN CONTAINER **/
#container{
    text-align:left;
    background:url(../graphics/header.png) no-repeat center top;
}
.container-decorator1{
    width:986px;
    margin:0 auto;
}
/** BEGIN HEADER **/
#header{
    width: 986px;
	position: relative;
}

#header #connectform,
#header #connectformfbfix,
#header #connectformfbfixfirst{
    width:420px;
    height:52px;
    font-size:12px;
    color:white;
    margin-left: 730px;
    padding:0px 0 0 0;
}
#header #connectformfbfix,#header #connectformfbfixfirst{
    padding:8px 15px 0px 22px;
}
#header #connectform a,#header #connectformfbfix a,#header #connectformfbfixfirst a{
    color:white;
}
#header #connectform img{
    vertical-align:middle;
    margin:0 10px;
}
#header #connectform img#RES_ID_fb_login_image{
    vertical-align:middle;
    margin:0 10px 0 5px;
}
#header #connectform input{
    width:85px;
    margin:0 5px;
    font-size:12px;
}
#header #box-search form {
	background: url(../graphics/header_searchbar.png) repeat-x top left scroll;
	border-radius:0px 0px 5px 5px;
	margin-right:25px;
	width: 150px;
	height:35px;
	position: relative;
}
#header #box-search input.searchfield {
	background-image: none;
	margin: 5px;
	height: 14px;
	position: absolute;
	top: 0px;
	background-color: white;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 100, 0.6);
}
#header #box-search .submitbtn {
	background:url(../graphics/searchbtn2.png) no-repeat center center scroll;
	width:20px;
	height:20px;
	text-indent:-999px;
	position: absolute;
	top: 7px;
	right:10px;
	font-size: 0px;
}
#header #connectform .submit{
    background:none;
    border:0;
    margin:0;
    width:auto;
    vertical-align: middle;
}
#header #connectform .connected{
	margin-left:8px;
	padding:6px 15px 3px 23px;
}
#header #connectform .forgetpassword{
    margin:10px 0 0 270px;
}
#header #connectform .forgetpassword a{
    color: #a678ae;
    text-decoration:underline;
    font-weight: bold;
}
#quick_form_login {
    padding-top: 6px;
}
#header #logos, #header #logos img {
    height:120px;
    width: 986px;
}
#header .logosuez {
	bottom: 50px;
	display: block;
	height: 70px;
	position: absolute;
	right: 0px;
	width: 120px;
}
/* links */
#header .links {
    background:transparent url(../graphics/container_top.png) no-repeat scroll left bottom;
	clear:both;
	font-size:0;
	height:31px;
	padding:10px 25px 0 25px;
	width:936px;
}
#header .links a {
    float: left;
    background: url(../graphics/tab2_left.png) no-repeat left top;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1px;
    padding-bottom: 0px;
}
#header .links a span {
    font-size: 13px;
    color: #fff;
    display: block;
    height: 24px;
    float: left;
    background: url(../graphics/tab2_right.png) no-repeat right top;
    padding: 5px 20px 0 0px;
    cursor: pointer;
}
#header .links a.selected, #header .links a:hover {
    background: url(../graphics/tab1_left.png) no-repeat left top;
    cursor: pointer;
    margin-right: 1px;

}
#header .links a.selected span, #header .links a:hover span {
    color: #7e4a94;
    background: url(../graphics/tab1_right.png) no-repeat right top;
    cursor: pointer;
}
#header .links a#menu-moncompte {
    float: right;
}

#header .links a#menu-365 {
	padding:0px;
	text-indent: -9999px;
	background: transparent url(../graphics/onglet-365.png) no-repeat right top;
	width:47px;
	height:29px;
}
/** END HEADER **/


/** CENTER **/
#center{
    background:url(../graphics/container_rail.png) repeat-y left top;
    width: 986px;
}
.content {
    width: 680px;
    float: left;
    display: inline;
overflow: hidden;
}
#pagedebatefocus {
	width:100%
}
.content-decorator2 {
	 padding: 15px 20px 15px 3px;
}
#edito1, #edito2 {
	background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#edito2 table { width:100%; border-collapse:collapse; }
#edito2 table, #edito2 table tr, #edito2 table td { padding:0; margin:0; border:none;vertical-align: top; }
#edito2 table tr p:last-child, #edito2 table td p:last-child { margin-bottom:0; }
#edito1 {
    margin: 30px 0 10px 15px;
    font-size:1.6em;
    color: #7e4a94;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
#edito2 {
    border: 1px solid #f6f6f6;
    padding: 10px;
    margin: 0 0px 15px 15px;
}
#edito3title { margin-left: 15px; }
#edito3 {
    float: left;
    width: 200px;
    margin-left: 15px;
}
#edito_home {
	margin: 0px auto;
	overflow: hidden;
	width:630px;
}
#edito_home p {
	overflow: hidden;
}
#lastposts, .newzone{
    border: 1px solid #f6f6f6;
    background: url(../graphics/bg-box.png) repeat-x left bottom;
    margin: 0 0 10px 15px;
    padding: 10px;
}
.lastpost { margin: 0 0 5px 0; }
.lastpost .profile { float: left; width: 50px; }
.lastpost .profile img { width: 50px; }
.lastpost h3, .lastpost p { padding: 0 0 0 60px; margin: 0; }
.lastpost h3 { font-size: 12px; font-weight: bold; }
.lastpost h3 a { color: #000; }
.lastpost p.lastpostfooter { font-size: 11px; color: #8a9197; }

#gouttes, #encart {
    float: left;
    width: 300px;
    margin: 15px 0 0 15px;
}
#encart { float: right; }
#gouttes h2, #encart h2  {
    color: #fff;
    background: #00abde;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    height:41px;
    _height:38px;
	line-height:220%;
	_line-height:215%;
	position: relative;
	text-indent: 8px;
}
#gouttes h2 {
	text-indent: 38px;
}
#gouttes h2 img {
left:8px;
position:absolute;
top:-24px;
}
#encart h2 { background: #d95da1; }
.gouttes-content, .encart-content {
    background: url(../graphics/bg-box.png) repeat-x left bottom;
    border: 1px solid #f6f6f6;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#encart .encart-question {
    background: url(../graphics/opinion-bg.png) no-repeat 10px 5px;
    font-size: 16px;
    font-weight:bold;
    padding: 0 0 0 70px;
    clear: both;
}
#encart .encart-button {
    margin: 10px 0px 20px 0px;
    text-align: center;
}
#encart .encart-answer-header { font-weight: bold;}

.categorylist { margin: 0 0 15px 15px; }
.categorylist h2 a { color: #7E4A94;}

.allposts { text-align: right; }

.orderlinks {
    font-size:0;
    height:27px;
    padding:0 0 0 10px;
    background: url(../graphics/bloglinks.png) repeat-x left bottom;
    margin: 0 0 15px 0;
}
.orderlinks a {
    float: left;
    background: url(../graphics/blogtab1_left.png) no-repeat left top;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 2px;
    padding-bottom: 0px;
}
.orderlinks a span {
    font-size: 14px;
    color: #fff;
    display: block;
    height: 25px;
    float: left;
    background: url(../graphics/blogtab1_right.png) no-repeat right top;
    padding: 2px 20px 0 0px;
    cursor: pointer;
}
.orderlinks a.selected, .orderlinks a:hover {
    background: url(../graphics/blogtab4_left.png) no-repeat left top !important;
    cursor: pointer;
    margin-right: 2px;
}
.orderlinks a.selected span, .orderlinks a:hover span {
    color: #7e4a94;
    background: url(../graphics/blogtab4_right.png) no-repeat right top !important;
    cursor: pointer;
}

#pagedebatepermalink h1 { margin-left: 15px; }
#pagedebatenewpost .content-decorator1, #pageabout .content-decorator1,
#pagesignup .content-decorator1, #pagelogin  .content-decorator1,
#pageactivate  .content-decorator1, #pagefaq  .content-decorator1,
#pagepresse .content-decorator1, #pagepartenaires .content-decorator1,
#pagetos .content-decorator1 { margin-left: 15px; }
.activitylog, #form_account, #form_password, #form_delete_account { margin-left: 15px; }

/** PROFILE HEADER **/

.header2, #introfocus {
    margin:0px 0px 15px 15px;
}
.header2 h1 {
    background: #f1f1f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}
#user_interact, #user_bio {
    float: left;
}
#user_interact {
    width:120px;
}
#user_bio {
    width:408px;
    margin-left:20px;
}
#user_interact #interact-actions{
    margin: 0px 0 10px 0;
    padding: 10px 0 0 0;
}
#user_interact #interact-actions a{
    margin: 4px 0 0 0;
    float: left;
    width: 110px;
    font-size: 11px;
    text-align: center;
    padding:1px 3px 1px 5px;
}
#user_interact #interact-actions a#send-message{
    text-align: center;
}
.header2 .editlink {
    float: right;
}
.header2 .editlink .submitbtn {
    padding: 1px 4px;
}
.header2 .profile {
    float: left;
    margin: 0 10px 10px 0;
    width: 100px;
    height: 100px;
}
hr {
    color: #fff;
    border-top:1px dotted #616E7C;
}
.header2 .profile img {
    width: 100px;
}

/** POST **/
.post{ margin:10px 0 25px 15px; }
.post .profile {
    float: left;
    width: 55px;
    overflow: hidden;
}
.post .profile img { width: 50px; }
.post-value{
    border-bottom:1px solid #dbdbdb;
    padding-bottom:20px;
}
.post-value .source .stats {
    float: right;
    width: 100px;
    text-align: right;
}
.post-value .source h2{
    padding: 0 0 0 60px;
    margin:0;
}
.post-value .source h2 a { color: #000; }
.post-value .sourceintro{
    padding: 0 0 0 60px;
    font-size:11px;
}
.post-value .sourcecontent, .post-value  .post-source { padding: 0 0 0 60px; }
.post-value .readmore, .post-value .readmore a{
    font-size:12px;
    font-weight:bold;
}
.post-footer{
    color:#334C59;
    font-size:12px;
    font-weight:bold;
    padding:0 0 0 60px;
}
.post-value .stats{
    float:left;
    text-align:center;
    width:60px;
    font-size:12px;
}
.post .answercomment{
    font-size:12px;
    margin-top:10px;
    padding: 10px 0 0 60px;
    clear:left;
}
.post .answercomment a{
    margin-right:10px;
    padding:3px 0 7px 0px;
    display: block;
    float: left;
}
.post .answercomment a:hover{
    text-decoration: none;
}
.post .answercomment .answercomment-ico {
    margin-right: 5px;
    width: 30px;
    height: 25px;
    float: left;
}
.post .answercomment a.display-comment .answercomment-ico{ background: transparent url(../graphics/icons/btn-comm.png) no-repeat scroll top left; }
.post .answercomment a.answer-comment .answercomment-ico{ background: transparent url(../graphics/icons/btn-ajouter.png) no-repeat scroll top left; }
.post .answercomment a.report-double .answercomment-ico{ background: transparent url(../graphics/icons/btn-report.png) no-repeat scroll top left; }
.post .answercomment a.display-comment:hover .answercomment-ico{ background: transparent url(../graphics/icons/btn-comm.png) no-repeat scroll bottom left; }
.post .answercomment a.answer-comment:hover .answercomment-ico{ background: transparent url(../graphics/icons/btn-ajouter.png) no-repeat scroll bottom left; }
.post .answercomment a.report-double:hover .answercomment-ico{ background: transparent url(../graphics/icons/btn-report.png) no-repeat scroll bottom left; }
.post .answercomment img{
    vertical-align:middle;
    margin:0 5px 0 0px;
}
.post .postreact {
    clear: both;
    padding-top: 1.5em;
}
/** VOTE **/
.post-vote{ display: none; }

/** COMMENTS **/
#postcomments { margin-left: 15px; }
#postcomments h3{ margin-top:20px; }
#postcomments .expert .comment-content-decorator1 { background: #d1efb9; padding: 5px; }
#postcomments .equipe .comment-content-decorator1 { background: #e6b0c8; padding: 5px; }
#postcomments .profile{ width:50px; float: left; }
#postcomments .profile img{ width:50px; }
.commentparent, .commentchild{ margin:15px 0 0 0; padding:10px 0px; }
.commentchild{ margin-top: 10px; margin-left:70px; padding-top:5px; }
.comment-content { padding-left: 70px; }
.comment-content p{ text-align:justify; }
.comment-footer{ font-size:11px; color:gray; }

/** ADD POST **/
.post_type{
    float:left;
    padding:5px;
    width:150px;
    text-align:center;
    margin-left:10px;
    cursor:pointer;
    border:1px solid #DBDBDB;
}
.post_type img{
    height:25px;
}
a.category_tag{
	color:#fff;
    padding: 1px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#add_image_text, #add_file_text, #add_video_text, #add_sound_text{
    border:1px solid #ddd;
    padding:10px 12px 8px;
    float:left;
    background:#fff;
}
#add_image_text img, #add_file_text img, #add_video_text img, #add_sound_text img{
    float
}

#add_image_text a, #add_file_text a, #add_video_text a, #add_sound_text a{
    margin-top: 5px;
}
#add_box {
    height: 30px;
    margin: 0.5em 0 1.5em 0;
}
#add_image_text img, #add_file_text img,  #add_video_text img,  #add_sound_text img{
    vertical-align:top;
}
#add_file_text, #add_video_text, #add_sound_text {
    margin-left: 10px;
}
#add_image, #add_file, #add_video, #add_sound{
    width:615px;
    margin-bottom:1.5em;
}
#connectionRight {
    float:right;
    width:50%;
}
#connectionLeft {
    float:left;
    width:50%;
}
#connectionFBLeft {
    float:right;
    width:50%;
}
#submitbuttons {
    text-align:center;
    padding-top:10px;
}

/** BLOG */
.blogcontent { float: left; width: 440px; display: inline; overflow: hidden; }
.blogcontentSize {
	width: 640px;
	margin-left:20px;}

.blogpudate {
    background: url(../graphics/date.png) no-repeat left top;
    width: 41px;
    height: 38px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0 5px 5px 0;
}
.blogpudate span { color: #fff; }
.blogcontent h2 { padding-left: 50px; color: #7e4a94; }
.blogcontent h3 { padding: 2px 0 0 50px; color: #7e4a94; font-size: 11px;margin:0;}
.blogcontent h3 a{ padding:0 7px 0 5px;border-right:1px solid #7e4a94; }
.blogcontent h3 a:first-child{ padding-left:0px;}
.blogcontent h3 a:last-child{ border:none;}
.blogcontent a { color: #7e4a94; }
.blogpost { margin: 0 0 15px 0; padding: 0 0 15px 0; border-bottom: 1px dashed #afb1b2; }
.blogsource { clear: both; }
.blogfooter { font-size: 11px; color: #7e4a94; }
.blogidea { text-align: center; margin: 5px 0;}
.bloglinks {
    font-size:0;
    height:27px;
    padding:0 0 0 10px;
    width:430px;
    background: url(../graphics/bloglinks.png) repeat-x left bottom;
    margin: 0 0 15px 0;
}
.bloglinks a {
    float: left;
    background: url(../graphics/blogtab1_left.png) no-repeat left top;
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 2px;
    padding-bottom: 0px;
}
.bloglinks a span {
    font-size: 14px;
    color: #fff;
    display: block;
    height: 25px;
    float: left;
    background: url(../graphics/blogtab1_right.png) no-repeat right top;
    padding: 2px 20px 0 0px;
    cursor: pointer;
}
.bloglinks a#menu-dialogue, .bloglinks a#menu-portraits { background: url(../graphics/blogtab2_left.png) no-repeat left top; }
.bloglinks a#menu-dialogue span, .bloglinks a#menu-portraits span { background: url(../graphics/blogtab2_right.png) no-repeat right top;}
.bloglinks a.selected, .bloglinks a:hover {
    background: url(../graphics/blogtab4_left.png) no-repeat left top !important;
    cursor: pointer;
    margin-right: 2px;
}
.bloglinks a.selected span, .bloglinks a:hover span {
    color: #7e4a94;
    background: url(../graphics/blogtab4_right.png) no-repeat right top !important;
    cursor: pointer;
}

/** SIDEBAR **/
#sidebarleft{
    width:198px;
    float:left;
    display: inline;
    margin: 0px 10px 10px 0;
    background: url(../graphics/side2-rail.png) repeat-y left top;
    overflow: hidden;
}

.displayNone #sidebarleft {display:none;}

.blogcontent .displayNone {display:none;}

.sidebarleft-decorator1 {
    background: url(../graphics/side2-bottom.png) no-repeat left bottom;
    width:198px;
}
.sidebarleft-decorator2 {
    background: url(../graphics/side2-top.png) no-repeat left top;
    width:172px;
    padding: 13px;
}
#sidebarleft a { color: #000; }
#sidebarright{
    width:290px;
    float:right;
    display: inline;
    margin: 10px 15px 10px 0;
    background: url(../graphics/side-rail.png) repeat-y left top;
    overflow: hidden;
}
.sidebarright-decorator1 {
    background: url(../graphics/side-bottom.png) no-repeat left bottom;
    width:290px;
}
.sidebarright-decorator2 {
    background: url(../graphics/side-top.png) no-repeat left top;
    width:250px;
    padding: 20px;
}
#box-tag{ line-height:180%; }
.notitlebox{
    overflow:hidden;
    margin:10px 0px;
    padding-bottom:10px;
}
.box{
    overflow:hidden;
    border-bottom:1px dashed #b8d8df;
    margin:10px 0px;
    padding-bottom:10px;
}
#sidebarright .box-title {
    background: url(../graphics/side-title.png) no-repeat left top;
    width: 230px;
    height: 28px;
    padding: 2px 10px;
    margin: 0 0 10px 0;
}
#sidebarleft .box-title {
    background: url(../graphics/side2-title.png) no-repeat left top;
    width: 152px;
    height: 24px;
    padding: 4px 10px;
    margin: 0 0 10px 0;
    text-align: center;
}
.box-title h2, .box-title h2 a { color: #fff; }
#sidebarleft h2 { font-size: 14px; font-weight: normal;}
#sidebarright .box .retractablebullet{ float: right; margin-top: 5px; }
#sidebarleft .box .retractablebullet{ display: none;}
#box-categories-blog li { list-style-image: url(../graphics/bullet-actu.png); }
#box-categories-debate ul { margin: 0 0 1.5em; }
#box-categories-debate li { list-style-type: none; margin:0 0 2px; }
#box-categories-debate img { margin: 0 5px 0 0; vertical-align: top;}
#box-categories-debate a { color: #000; }
.box .profile {
    margin: 0 5px 5px 0;
    overflow:hidden;
    float:left;
}
.box .profile a { overflow:hidden; }
.box .profile img {
    border:2px solid #DBDBDB;
    height:35px;
    padding:1px;
    width:35px;
}
.box-readmore{
    clear:both;
    padding:10px 5px 0px 0px;
    text-align:right;
}
#box-search .box-title { display: none; }
#box-search input {
    background: url(../graphics/search-bg.png) no-repeat left top;
    border: none;
    margin:0 5px 0 0;
    width:196px;
    height: 29px;
    padding: 5px;
}
#box-search .submitbtn {
    background: url(../graphics/search-ok.png) no-repeat left top;
    width:32px;
    height: 39px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.tagcloud{
    padding:0 10px;
}
.tag1 a, .tag1 a:hover, .tag1 a:link, .tag1 a:active{
    font-size:100%
}
.tag2 a, .tag2 a:hover, .tag2 a:link, .tag2 a:active{
    font-size:110%;
}
.tag3 a, .tag3 a:hover, .tag3 a:link, .tag3 a:active{
    font-size:115%;
}
.tag4 a, .tag4 a:hover, .tag4 a:link, .tag4 a:active{
    font-size:120%;
}
.tag5 a, .tag5 a:hover, .tag5 a:link, .tag5 a:active{
    font-size:130%;
}

/** ACTIVITY LOGS **/
div.activitylog{
    clear: both;
}
div.activitylog div.notifications{
    margin:0 0 10px 10px;
    border-bottom:1px solid #dbdbdb;
    padding-bottom:10px;
}
div.activitylog div.oPost,
div.activitylog div.oVote,
div.activitylog div.oComment{
    margin:0px;
    padding:0px;
    overflow:hidden;
}
div.activitylog div.mPost,
div.activitylog div.mVote,
div.activitylog div.mComment,
div.activitylog div.mFollow{
    margin:5px 0;
    padding:5px;
    overflow:hidden;
}
div.activitylog div.notifications div.lefticon{
    width:70px;
    float:left;
}
div.activitylog div.notifications div.lefticon img{
    float:left;
    width:40px;
    height:40px;
    margin-top: 7px;
}
div.activitylog div.notifications div.stats{
    float:right;
    width:90px;
    padding-left:10px;
    text-align:right;
    line-height: 1.2;
}

/** PAGER **/
#pagerbottom{
    padding:10px 0px 10px 10px;
    font-size:11px;
    margin:10px 0;
}
.pagedcurrentlinks{
    border:1px solid #7C969C;
    color:#000000;
    padding:2px 6px;
}
.pagedlinks{
    margin:0;
    padding:0;
}
#pagerbottom a{
    border:1px solid #5e5e5e;
    color:#5e5e5e;
    padding:2px 6px 2px 6px;
    text-decoration:none;
}

/** SSO **/
#signup_sso_w{
    border-left:1px dashed #7C969C;
    width: 285px;
    height: 195px;
    float: right;
    margin: 20px 0 0 0;
}
#login_w{
    width: 550px;
    float:left;
}
#class_openId {
    background: url('../graphics/icons/openid-icon-small.gif') no-repeat scroll 16% 50%;
    padding-left: 18px;
}
#signup_sso_w #class_openId {
    background-position: 21% 50%;
}
.disabled_email {
    background: #E1F1F6;
}
#orangeAPI {
    background: url('../graphics/icons/logo_Orange_mini.png') no-repeat scroll 28% 0;
    height:22px;
    padding-left: 25px;
    line-height: 22px;
}
#signup_sso_w #orangeAPI {
    background-position: 32% 50%;
}

/** MESSAGES **/
.validation-advice, .validation-failure{
    color:#f00;
    font-weight:bold;
}
.success{
    color:green;
}
.error{
    color:red;
}
.message{
    color:#f00;
    font-weight:bold;
    font-size:14px;
}
#identification_error{
    color:red;
    font-weight:bold;
    display:inline;
}
#invitationok{
    color:green;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}
#moder_apriori,
#moder_apriori_comment{
    background-color: #CBD31F;
    border: 1px dashed #95A20B;
    text-align:center;
    color: black;
    width:500px;
    margin:  auto auto;
    font-weight:bold;
    padding:10px;
    font-size:16px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}
#update_account{
    background-color: #DDEEFF;
    border: 1px dashed #A4C4E2;
    text-align:center;
    color: #000;
    width:500px;
    margin:  auto auto;
    margin-top: 5px;
    clear:left;
    font-weight:bold;
    padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}


/** FOOTER **/
#footer a{color:#000;}
#footer {
    background:transparent url(../graphics/container_bottom.png) no-repeat left top;
    color:#000;
    font-size:12px;
    padding:15px 15px 0 15px;
    text-align:center;
    height: 33px;
}
/** TOOLTIP **/
#dhtmltooltip{
    position:absolute;
    left:-300px;
    width:150px;
    border:1px solid #DBDBDB;
    padding:5px;
    background-color:#fff;
    visibility:hidden;
    z-index:100;
    text-align:left;
}
#dhtmlpointer{
    position:absolute;
    left:-300px;
    z-index:101;
    visibility:hidden;
}
.tooltip{
    font-weight:normal;
}
#opacity{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:gray;
    opacity:0;
    filter:alpha(opacity=0);
    z-index:1;
    display:none;
}
#loading{
    position:fixed;
    left:40%;
    top:40%;
    padding:10px 5px;
    background:transparent;
    z-index:2;
    display:none;
    text-align:center;
    width:170px;
    height:80px;
    background:transparent url('../graphics/loading/background_loading.gif') no-repeat top left;
}

.floatright {
	float: right;
}

/** SIGNUP **/

#pagesignup p.info {
	font-weight:normal;
	text-align:justify;
}

/** GLOSSARY **/
#breadcrumbs {
	float: right;
}
#pageglossary, #pageglossaryitem{padding-left: 20px;padding-right: 0;width:620px;padding-top: 20px;}
.glossary {
    border-top: 1px solid #F6F6F6;
    padding: 10px 10px 5px;
    margin: 5px;
}
.glossary h3 {
    display: inline;
    padding: 0 10px 0 0;
}
.glossary ul, .glossary-top ul {
    margin: 0;
    list-style-type: none;
    display: inline;
}
.glossary li {
    display: inline;
    padding: 0 10px;
}
.glossary-top {
	border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    padding: 10px 0;
    margin: 0 0 5px 0;
}
.glossary-top li {
    display: inline;
    padding: 0 5px;
}
#glossary-maincontent h1 {
    font-size: 120px;
    border: none;
    float: left;
}
#glossary-maincontent ul {
    padding: 40px 0 0 130px;
}
#glossary-item h1{
    font-size: 30px;
    border: none;
}
a.glossary-term {
	color:#000 !important;
	font-weight:bold !important;
}

/**TAGS & RELATED BLOG POSTS**/

.permalink-tags {
    margin: 15px 0;
    color: #047f8b;
}
.permalink-tags, .relatedposts { margin-right: 0px; }
.permalink-tags h3, .relatedposts h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
	padding-left: 0px !important;
    margin-bottom: 10px;
}
.permalink-tags p {
    margin: 10px 0;
}
.relatedposts-content {
    background: #F6F6F6;
	margin:2px 0;
    padding: 10px;
}
.relatedmedia {
	display:none; /* si les images liées aux articles n'existent pas */
    width: 100px;
    overflow: hidden;
    float: left;
}
.relatedmedia img { width: 100px; }
.relatedposts-content h4 {
    /*padding-left: 120px;*/ /* si les images liées aux articles n'existent pas */
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.relatedposts-content h4 a { color: #000;}
.relatedposts-content p { /*padding-left: 120px;*/ /* si les images liées aux articles n'existent pas */margin: 0; }


#homeleftcol, #homerightcol {
    float:left;
    width:450px;
    margin-left:15px;
    border: 1px solid #f6f6f6;
    background: url(../graphics/bg-box.png) repeat-x left bottom;
    padding: 10px;
}
#homeleftcol .lastpost, #homerightcol .lastpost { margin-bottom:15px; }
#homerightcol {
border:none;
padding:0px;
background:none;
}
#homerightcol #gouttes, #homerightcol #encart { float:none; width:auto; margin:0; }
