/** THEME 1 **/
@import url("form.css");
/* 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.3;}
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:#583119;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#bd2424;}
h1 {
font-family:Georgia;
font-size:30px;
font-style:italic;
font-weight:normal;
line-height:1;
margin-bottom:0.5em;
}
h2 {font-size:1.6em;margin-bottom:0.5em;}
h3 {
font-family:Georgia;
font-size:1.5em;
font-style:italic;
font-weight:normal;
line-height:1;
margin-bottom:0.5em;
}
h4 {font-size:1.3em;line-height:1;margin-bottom:0.5em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.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 1.5em;}
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:#583119;text-decoration:underline;}
a {color:#bd2424;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:square;}
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:#475667; 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[type=file], input.title, textarea, select {background-color:#fff;border:1px solid #CCCCCC;}
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[type=file], input.text, input.title, textarea, select {margin: 0.3em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
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;}
.floatLeft{float:left;}
.normal_font{font-weight:normal;}

/** CUSTOM CSS **/
body{ text-align:center; }

/** FORMS **/
.form{ width:190px; }
.formlarge { width:100%; }
.textlabel{ width:160px; font-weight:bold; }
.texttip{ font-size:12px; color:#666; }
.submitbtn {
    background:#B31E20 url(../graphics/btn_bg.jpg) repeat-x scroll top center;
    color:#FFFFFF;
    cursor:pointer;
	display: inline-block;
	font-size: 11px;
    font-weight:normal;
    padding:4px 30px;
    text-decoration:none !important;
    line-height: 100%;
    border:none;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;  
}
form#form_create_account input.submitbtn {
    background:transparent url(../graphics/signup_valid.png) no-repeat scroll top center;
    color:#FFFFFF;
    cursor:pointer;
	display: inline-block;
    font-weight:normal;
    margin-top: 10px;
    padding:13px 125px;
    text-decoration:none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;  
}
form#form_create_account ol li {
    margin:0;
    padding: 0; 
}
.submitbtn a { color:#fff; text-decoration: none; }
.submitbtn a:hover { color:#fff; text-decoration: underline; }
.submitbtn:hover { text-decoration: underline; color: #fff; }
.submitbtn:active {   
    border: none;
    color: #fff;
    outline: none;
}
.submitbtn:focus {
    border: none;
    color: #fff;
    outline: none;
    margin:0px;
}
#form_login_auth, #fbpost {
    width: 50%;
    float: left;
}
.small_btn { padding:5px; }
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:none;
    background-color:#fff;
}
#form_contact h2{margin-bottom: 2px;font-family: Georgia;font-style: italic;}
#form_contact p{margin-bottom: 0px;}
#form_contact input[type=text]{margin-bottom: 5px;}
/** CAPTCHA **/
#captchabox {background-color: #eee; border:1px solid #ddd; padding:10px;margin:10px 0; width:200px;}
#turingtest {margin-bottom:10px;}
#form_contact p.captcha-advice {margin-bottom: 5px; font-size: 12px; color: #000;}
/* BEGIN CONTAINER **/
#container{ text-align:left; background: url("../graphics/Banniere_VOX-femina.jpg") no-repeat scroll center top transparent; }
.container-decorator1{ width:960px; margin:0 auto; }
/** BEGIN HEADER **/
#header{ width: 960px; }
/*
#header .header-decorator2 {position: relative;padding-bottom:10px;}
#header .header-decorator2 #breadcrumb {position: absolute; top:130px;}
*/
#header #connectform,
#header #connectformfbfix,
#header #connectformfbfixfirst{
    width:560px;
    height:52px;
    font-size:12px;
    color:white;
    margin-left:385px;
    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 #connectform .submit{
    background:none;
    border:0;
    margin:0;
    width:auto;
    vertical-align: middle;
}
#header #connectform .connected{
    background:transparent url(../graphics/icons/ico_profile.gif) no-repeat scroll left center;
	margin-left:8px;
	padding:6px 15px 3px 23px;
}
#header #connectform .forgetpassword{
    margin:10px 0 0 400px;
}
#header #connectform .forgetpassword a{
    color: #7C969C;
    text-decoration:underline;
}
#quick_form_login {_padding-top:5px;}
#header #logos{position: relative;}
#header #logos, #header #logos img {
    height:100px;
    width: 960px;
}

#header #logos a{
    display:block;
    height: 100%;
    width: 100%; 
}
#header #logos a:hover{text-decoration: none;}
/*** Begin nav **/
#header ul#nav{
    list-style: none;
    height:32px;
    margin: 0;
    padding:0;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial;
    letter-spacing: 0.5px;
    color:#fff;
    font-size: 11px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
}
#header ul#nav li{
    float:left;
    background:transparent url(../graphics/nav/nav_bg.png) repeat-x scroll left top;
    line-height:32px;
}
#header ul#nav li a.selected { background:transparent url(../graphics/nav/nav_bg-on.png) repeat-x scroll left top;text-shadow: 0px -1px 0px #bd2424; }
#header ul#nav li a {
    display:block;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    cursor: pointer;
    padding-left/*\**/: 7px\9;
    padding-right/*\**/: 7px\9;
}
#header ul#nav li a:hover{background:#bd2424 url(../graphics/nav/nav_bg-on.png) repeat-x scroll left top;text-decoration: none;text-shadow: 0px -1px 0px #bd2424;}
#header ul#nav li#connect{
    background:transparent url(../graphics/nav/connect_bg.png) repeat-x scroll left top;
    width:365px;
    padding-left:12px;
    padding-right:15px;
    font-weight: normal;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
}
li#connect .connected a {padding:0px 3px !important;}
#header ul#nav li:first-child, #header ul#nav li a#menu-accueil{
	-moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
}
#header ul#nav li#connect a#connect_faq{
    display:block;
    float:right;
    background:transparent url(../graphics/icons/faq.png) no-repeat scroll left top;
    width:15px;
    height:15px;
    margin-top:9px;
    padding:0;
}
#header ul#nav li#connect input{height: 10px;background:#fff;font-size:11px;}
#header ul#nav li#connect a{display: inline;background:none;}
#header ul#nav li input{height:15px;}
#header ul#nav li input#login_user_mail{width:95px;}
#header ul#nav li input#login_user_password{width:85px;}
#header ul#nav li#connect input.submit{
    height: 21px;
    font-size:11px;
    background: none;
    border:none;
    margin: 0;
    padding: 0;
    padding-bottom:3px;
    color:#fff;
    cursor: pointer;
}
/*** //Nav **/

/*** Breadcrumb **/
#header #breadcrumb{height:35px;line-height:35px;color: #333;font-size:10px;}
#header #breadcrumb a:hover{text-decoration: none; color: #BD2424;}
#header #breadcrumb span{font-weight: bold;}
/*** //Breadcrumb **/

/** //HEADER **/

/** Body **/

/** CENTER **/
#center{width: 960px;}
.content{
    width:700px;
    float: left;
    padding:0;
}

/*** adherentes focus ***/
#focus_adherentes{
    background:transparent url(../graphics/adherentes-focus_bg.jpg) repeat-x scroll -15px 0px;
    height:210px;
    width:460px;
    position: relative;
    float:left;
}
#focus_adherentes h1, #agenda h1, #content-lastcontribs h1 {
    font-size: 24px;
    margin: 16px 0 0 10px;
}
#focus_adherentes #p-select{
	position: absolute;
	top:10px;
	right: 15px;
}
#focus_adherentes .post{
	border-top:none;
}
#focus_adherentes #focus_intro_content .post-value .source {
    height: 120px;
    overflow: hidden;
    width: 300px;
}

#agenda{
	min-height:200px;
	padding:0;
	margin:20px 0;
}

#agenda .wrap {
    margin: 5px 0 20px;
}

#agenda .wrap div {
    margin: 15px;
}

.commission{
	margin-bottom:20px;
	padding:15px;
	border-width:2px;
	border-style:solid;
	padding:0;
}

.commission div{
	margin:15px;
}

.commission div p{
    margin: 0 0 0.5em;
}

.commission h2{
	font-size:24px;
	font-family:Georgia;
	margin-bottom:0;
}

.commission span{
	display:block;
	font-size:12px;
	margin-bottom:10px;
}

/*** intro focus ***/
#focus_intro{
    background:transparent url(../graphics/intro-focus_bg.png) repeat-x scroll -15px 0px;
    height:210px;
    width:460px;
    position: relative;
    float:left;
}
#focus_intro h1, #content-lastcontribs h1{
   	text-indent: -9999px;
   	font-size: 24px;
}
#focus_intro #p-select{
	position: absolute;
	top:10px;
	right: 15px;
}
#focus_intro_content{
    padding-top:15px;
    padding-bottom:30px;
    margin-left:15px;
}
#focus_intro_content .source p{
    margin-bottom: 5px;
}
#focus_intro_content .source h2 {font-size:1.4em;}

#focus_video {width:240px; float:right;}

#focus_intro2{
    background:transparent url(../graphics/intro-focus2_bg.jpg) repeat-x scroll left top;
    width:700px;
    clear:both;
}
#focus_intro_content2{
    padding-top:54px;
    padding-bottom:70px;
    margin-left:15px;
    margin-right:15px
}
#focus_intro2 p{line-height:14px; line-height:140%;}
#focus_intro2 p#objectifs{
    margin-left:35px;
    width:360px;
    width:377px;
}
#focus_intro2 p#moyens{
    margin-left:35px;
    width:360px;
    margin-top:44px;
    margin-bottom:5px;
    }
    #focus_intro2 p#moyens a#btn_soutenez{
        display:block; float:left;
         background:transparent url(../graphics/btn_soutenez_notre_action.png) no-repeat scroll top left;
         width:192px;
         height:26px;
         text-align:center;
        margin-top:25px;
        margin-left:-35px;
        font-size:0; text-indent:-9000px;
        
    }
    #focus_intro2 p#moyens a#btn_tousavoir{
        display:block; float:right;
         background:transparent url(../graphics/tout_savoir.png) no-repeat scroll top left;
         color:#bd2424;
         font-weight:bold;
         width:192px;
         height:26px;
         line-height:26px;
         text-align:center;
        margin-top:25px;
    }
#focus_intro2 p#profil{
    width:220px;
    float: right;
    color:#bd2424;
    margin-top:34px;
}
#focus_intro2 a#btn_adherez {
    background:url("../graphics/btn_adherez.png") no-repeat scroll center top transparent;
    display:inline-block;
    height:55px;
    margin:0;
    width:107px;
    margin-top:20px; 
}

#focus_intro2 p#profil a#btn_dejamembre {
    background:url("../graphics/btn_deja_membre.png") no-repeat scroll center top transparent;
    display:block;
    height:55px;
    margin:0;
    width:107px;
    margin-top:20px;
    float:right;
}
/** focus lastcontrib **/

#content-lastcontribs{
    border-top: 1px solid #bd2424;
    padding-top:10px;
}
.focus .post-value .source{width:575px;}
#focus_intro_content .post-value .source{width:315px;}


.sourceintro a.readmore_btn{
    /*position: absolute;
    right: 0px;
    top:5px;
    margin-bottom: 50px;*/
}
h2#title-lastcontribs.title-focus {
}
.centerbloc-content .post-value .source {
    float:left;
    padding:0 0 0 10px;
    width:515px;
}
.profilemedium img {
    float:left;
    height:50px;
    margin-right:10px;
    width:50px;
    border:2px solid transparent;
    padding:2px;
}

/** PROFILE HEADER **/
#pageblog .header2{margin-bottom: 2px;}
.header2{ overflow: hidden; margin:0px 0px 15px 0px;position: relative;}
#user_interact, #user_bio { 	float: left; }
#user_bio { width:548px;	float: left;margin-left:10px; }
#user_interact { width:120px;margin-bottom: 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;
}
#pageuser .header2, #pageaccount .header2, #pageaccountedit .header2{padding: 10px;background:none repeat scroll 0 0 #FEE4E4;
border:1px solid #FFCBCC;}
#user_interact #interact-actions a#send-message{
	text-align: center;
	height:24px;
}
#user-infos {}
#user-infos ul#formation-list{margin:0 0 10px 0;list-style-type: none;}
#user-infos ul#formation-list ul{margin:-15px 0 0 85px;}
#user-infos .info-section{margin-bottom: 10px;}
#user-infos p{margin-bottom: 2px;}
ul#socialweb-list{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #FFCBCC;
list-style:none outside none;
padding:10px;
width:120px;
}
ul#socialweb-list ul{}
#user-infos p span, ul#formation-list span, ul#socialweb-list span{font-weight: bold;}
.header2 #blogdesc { font-size: 120%; }
.header2 .editlink { float: right; }
.header2 .editlink .submitbtn { padding: 1px 4px; }
hr { color: #fff; border-top:1px dotted #616E7C; }
.header2 .profile {
    float: left;
    margin: 0 10px 10px 0;
    width: 100px;
    height: 100px;
    position: relative;
}
.header2 .profile img { width: 100px; }
p.intro {margin:0px;}
/** post **/
.readmore_btn{
    float: right;
    height:26px;
    width:84px;
    background: transparent url(../graphics/readmore_btn.png) no-repeat scroll top left;
    line-height:26px;
    padding-left:28px;
    color:#bd2424;
}
.post{ margin:0; padding:15px 0; border-top:1px solid #eaeaea; }
#focus_intro .post{border-top:none;}
.post .profile {
    float: left;
    width: 100px;
    background: #fff;
    padding-right: 10px;
    overflow: hidden;
}
.post-value{ padding:0; }
.post-value .profilemedium{
    width:60px;
    margin:0;
    float:left;
    font-size:12px;
    position: relative;
}
.post-value .source{
    float:left;
	width:580px;
    padding:0 0 0 10px;
}
.blog .post-value .source{
    float:left;
	width:580px;
    padding:0;

}
.blog .profile {
    float: left;
    width: 84px;
    background: #fff;
    padding-right: 10px;
    overflow: hidden;
}
.blog .profile img{
   width: 84px;

}
.blog .post-value .source h2{
    margin:0px;
}
.blog .post-value p.sourceintro{
	margin:0 0 5px;
}
.blog .post-value p{
	margin:0 0 5px;
}
.post-value .source .stats {
    float: right;
    width: 100px;
    text-align: right;
}
.post-value .sourceintro{
    font-size:10px;
    color:gray;
    padding-bottom:0px;
    margin:0;
}
.post .postmeta p.sourceintro {
	margin:0;
}
.post-value .post-source{ margin:0px; }
.post-value .source h2{ margin:0 0 5px; font-weight:normal; }
.post-value .source h2 a:hover{ text-decoration: none; color:#bd2424; }
#focus_intro_content .post .post_ft{ background: none; padding-left:0; }
.post .postmeta {border-top:#EAEAEA 1px solid; position: relative;padding-top: 5px;}
.post .postmeta p{margin:0 0 2px;}
p.thematique, p.tags{
color: #000;
font-weight: bold;
}
p.thematique{
    margin-bottom: 0px;
    padding:5px 0 0;
}
p.tags{
    margin:0;
    padding:0;
}
.post-footer p{
    color:gray;
	margin:0px;
}

.post .post_ft{ background: url("../graphics/icons/author_picto.png") no-repeat scroll 2px 0px transparent; padding-left:20px; }
.post .post_ft a{ color:#bd2424; }
.post-value .readmore, .post-value .readmore a{ font-size:12px; font-weight:bold; }
.post-footer{
    color:#bd2424;
    font-size:12px;
    font-weight:bold;
}
.post-value .stats{
    float:right;
    text-align:right;
    font-size:12px;
}
.relatedposts{ margin:0 0 25px; border-bottom:1px solid #DBDBDB; }
.relatedposts ul { margin-bottom:25px; }
.post p.post-text {margin:0 0 10px;line-height: 150%;}
.post .answercomment{
    font-size:12px;
    margin-top:10px;
    padding-top: 5px;
    clear:left;
    color: gray;
}
.post .answercomment a{
	color:#bd2424;
}
.post .answercomment a:hover{ text-decoration: none; }
.post .answercomment .answercomment-ico {
    margin-right: 5px;
    width: 30px;
    height: 25px;
    float: left;
}
.post .postreact { clear: both; padding-top: 1.5em; }
.post .source p {line-height: 150%;}
.post .source p a{color:#bd2424;}
.post .source a.blog_readmore {color:#bd2424;}
span.red_b{font-weight: bold;color:#6c6c6c;}
#pagedebatepermalink .post-value .post-source{margin:10px 0;}
#pagedebatepermalink .answercomment{border-top:1px solid #eaeaea;}
/* //post */

/** COMMENTS **/
#postcomments h3{ margin-top:20px; }
#postcomments .profile{ width:70px; 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; }
.commentparent .comment-content{ float:left; width:550px; }
.commentchild .comment-content{ float:left; width:480px; }
.comment-content p{ text-align:justify; }
.comment-footer{ font-size:11px; color:gray;}

/** ADD POST **/
#pagedebatenewpost {
	width:100%;
}
#post_types{ margin-bottom: 15px;}
#post_types_title {margin-bottom: 10px;}
.post_type{
    -moz-border-radius:5px 5px 5px 5px;
	cursor:pointer;
	margin:2px 10px 5px 0;
	overflow:hidden;
	padding:5px;
	text-align:center;
	width:220px;
	float: left;
	background:none repeat scroll 0 0 #FEE4E4;
border:1px solid #FFCBCC;
}
.post_type.selected{
border:1px solid #BD2424;
background-color: #FFCBCC;
}
.post_type strong{
    float:left;
	margin:5px 0 0 5px;
}
.post_type img { height:25px; float: left;}
#post_title, #post_category{ float: left; margin: 0 1.5em 1.5em 0; }
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{margin-right: 10px;}
/* #form_new_post #add_image_text{display:none;} */
#form_new_post #add_file_text{margin:0;}
#add_image_text a, #add_file_text a, #add_video_text a, #add_sound_text a{ margin: 5px 0 0 5px; }
#add_box { height: 42px; margin: 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;padding-top:0;}
#add_sound_text { margin-left: 0px;}
#add_sound_text img, #add_file_text img{ vertical-align:bottom}

/** SIDEBAR **/
#sidebarright{
	margin-top:-10px;
    width:240px;
    float:right;
    padding:0;
    overflow: hidden;
    font-size: 0.9em;
}
.notitlebox{
    overflow:hidden;
    margin:10px 0px;
    padding-bottom:10px;
}
#box-contribuez{
    text-align:center;
	margin-top:25px;
}
.box{
    overflow:hidden;
    margin:10px 0px;
    padding-bottom:10px;
}
.box .retractablebullet{
	display:none;
    float:right;
    margin-top: 3px;
}
.box h2 {
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
    color: #583119;
    font-size: 20px;
}
.box .profile {
    margin: 0 5px 5px 0;
    overflow:hidden;
    float:left;
}
.box .profile a { overflow:hidden; }
.box .topuser .profile{ width:41px; }
.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 .topuser {
    clear: both;
    height: 50px;
}
.box .points{
    width:54px;
    height:20px;
    float:left;
    color:white;
    text-align:center;
    background-image:url(../graphics/pts.png);
    margin-right:10px;
    padding: 3px 0 0 0;
}
.box ul li{
	
}

/* boxsearch */
#box-search{
    /*height:282px;*/
    background:transparent url(../graphics/search_bg.jpg) no-repeat scroll top center;
    padding-top:72px;
}
#box-search .box-content-decorator2{
    background: url(../graphics/searchpage_bg.jpg) no-repeat scroll top center;
}
#box-search p {
	font-size: 11px;
	font-weight: bold;
    margin:0px;
}
#box-search .box-title ul{
    font-size:11px;
    line-height:20px;
    padding-left:17px;
    margin-bottom: 25px;
}
#box-search .box-title ul li p{ line-height:20px; font-weight: normal; font-size: 1em;}

#box-search form{
	font-size: 0.9em;
    padding:6px 0px 20px;
    margin-right:17px;
    margin-left:20px;
}
#box-search form p {height:22px;}
#box-search form legend{font-weight:bold;}
#box-search form input#q{
	border:1px solid #ddd;
	background:#fff url(../graphics/search_icon.png) no-repeat scroll 5px center;
	padding: 4px 4px 4px 25px;
	width:165px;
	margin:0 0 5px 0;
}
#box-search form input.radio_src{top:0;margin-right: 10px;margin:0;padding: 0;border: 0;background: none;}
#box-search form label.label_src{
	font-weight:normal;
	line-height:34px;
}
#box-search form input.submitbtn{
    width:148px;
    height:24px;
    background:transparent url('../graphics/search_btn.png') no-repeat scroll center top;
    border:none;
    -moz-border-radius:0;
    line-height:24px;
    margin: 0;
    padding: 0;
    margin-left:26px;    
}
#box-search form.intro input.text {
	border:3px solid #475667;
	margin-right:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	width:222px;
}
#box-search form a#btn_annuaire {
    display:block;
    width:147px;
    height:36px;
    background:transparent url('../graphics/btn_annuaire.png') no-repeat scroll center top;
    border:none;
    -moz-border-radius:0;
    line-height:36px;
    margin: 0;
    padding: 0;

    margin-left:26px;  
    margin-top:5px;  
}

h1.search-result .term-search {
	color: #583119;
}
h1.search-result .resultcount {
	font-size: 14px;
}
#pagedebateresults .source {
	margin-left: 110px;
	float:none;
}

/* //boxsearch*/

/* box profil */
#box-profil{
    height:174px;
    background:transparent url(../graphics/profil_box.png) no-repeat scroll top center;
    padding-top:52px;
}
#box-profil ul{margin-left:32px;line-height:24px;font-size:14px;
line-height:24px;
margin:10px 32px 0;}
#box-profil #add_contrib{
    display: block;
    height:44px;
    width:203px;
    background:transparent url(../graphics/add-contrib_btn.png) no-repeat scroll top center;
    margin: 0 auto;
}
/* //box profil */

/* box experts */
#box-experts{
    /*background:transparent url(../graphics/expert_title.png) no-repeat scroll 7px 10px;*/
	background:transparent url(../graphics/marraines_title.png) no-repeat scroll 7px 10px;
    padding-top:72px;
    border:1px solid #EAEAEA;
    
}
#box-experts div.profil{
    overflow: hidden;
    float:left;
    margin:0px 10px 10px;
    
}
#box-experts h4, #box-experts p{
	margin-left:70px; 
	/*margin-right:10px;*/
	font-size: 0.9em;   
}
.presidentSmallExpert
{
	background: url(../graphics/vtm.jpg) no-repeat scroll;
	width:50px;
	height:50px;
}
.firstSmallExpert
{
	background: url(../graphics/VeroniqueMoraliSml.jpg) no-repeat scroll;
	width:50px;
	height:50px;
}

.secondSmallExpert
{
	background: url(../graphics/MercedesErraSml.jpg) no-repeat scroll;
	width:50px;
	height:50px;
}

.thirdSmallExpert
{
	background: url(../graphics/candaceJohnsonSml.jpg) no-repeat scroll;
	width:50px;
	height:50px;
}

.fourthSmallExpert
{
	background: url(../graphics/BrigitteGresySml.jpg) no-repeat scroll;
	width:50px;
	height:50px;
}

.firstMedExpert
{
	background: url(../graphics/VeroniqueMoraliMed.jpg) no-repeat scroll;
	width:136px;
	height:203px;
	margin-right:10px;
}

.secondMedExpert
{
	background: url(../graphics/MercedesErraMed.jpg) no-repeat scroll;
	width:136px;
	height:203px;
	margin-right:10px;
}

.thirdMedExpert
{
	background: url(../graphics/candaceJohnsonMed.jpg) no-repeat scroll;
	width:136px;
	height:203px;
	margin-right:10px;
}

.fourthMedExpert
{
	background: url(../graphics/BrigitteGresyMed.jpg) no-repeat scroll;
	width:136px;
	height:203px;
	margin-right:10px;
}


.marraineTextBox
{
	width: 545px;
	text-align: justify;
	margin-top: 10px;
}

/* // box experts */
/* box partenaires */
#box-partenaires{
    /*height:282px;*/
    background:transparent url(../graphics/partenaires_title.png) no-repeat scroll 17px 10px;
    padding-top:72px;
    border:1px solid #eaeaea;
    
}
#box-partenaires ul{
	margin:0 0 0 10px;
}
#box-partenaires ul li{
	float: left;
	display: block;
	margin-right: 2px;
	list-style-type: none;
}

#box-partenaires ul li img{
	
	float: none !important;
	margin: 0 !important;
}
#box-partenaires li a{
    display:block;
    margin-bottom:10px;
    /*padding:10px;
    background: #efefef;
    border:1px solid #eaeaea;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#box-partenaires a.see_all{
display:block;
float:left;
margin-top:20px;
text-align:center;
width:100%;
}

a#gdf{
    width:112px;
    height:54px;
    background:transparent url(../graphics/partenaires/gdf.png) no-repeat scroll top center;
}
a#bs{
    background:transparent url(../graphics/partenaires/bs.png) no-repeat scroll top center;
    width:111px;
    height:54px;
}
a#tf{
    width:106px;
    height:52px;
    background:transparent url(../graphics/partenaires/tf.png) no-repeat scroll top center;
}
a#lp{
    width:118px;
    height:52px;
    background:transparent url(../graphics/partenaires/lp.png) no-repeat scroll top center;
}
a#mcc{
    width:106px;
    height:70px;
    background:transparent url(../graphics/partenaires/mcc.png) no-repeat scroll top center;
}
/* //box partenaires */

/* box tagcould 3D */
#box-tagcloud-debate{
    border:1px solid #EAEAEA;
    background:url("../graphics/tags_title.png") no-repeat scroll 5px 10px transparent;
    padding-top:20px;
}
#box-tagcloud-debate .box-title h2{content:'';}

/* // box tagcould 3D */

a.see_all{
    display:block;
    width:148px;
    height:24px;
    background:transparent url('../graphics/red_btn.png') no-repeat scroll center top;
    border:none;
    -moz-border-radius:0;
    line-height:24px;
    margin:0 auto;
    padding: 0;
    text-align: center;
    color:#fff;
}


.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 p.intro{margin-bottom: 10px;padding-bottom: 10px;border-bottom:1px solid #eaeaea;}
div.activitylog div.notifications{
    margin:0 0 10px 0px;
    border-bottom:1px solid #eaeaea;
    padding-bottom:10px;
    _height:55px;
    overflow: hidden;
}
div.activitylog div.oPost,
div.activitylog div.oVote,
div.activitylog div.oComment{
    margin:0px;
    padding:0px;
    overflow:hidden;
    _overflow: auto;
}
div.activitylog div.mPost,
div.activitylog div.mVote,
div.activitylog div.mComment,
div.activitylog div.mFollow{
    margin:0;
    padding:0;
    overflow:hidden;
}
div.activitylog div.notifications div.lefticon{
    width:60px;
    float:left;
}
div.activitylog div.notifications div.lefticon img{
    float:left;
    width:40px;
    height:40px;
}
div.activitylog div.notifications div.stats{
    float:right;
    width:90px;
    padding-left:10px;
    text-align:right;
    _width:100px;
}

/** PAGER **/
#pagerbottom{ padding:10px 0px 10px 10px; font-size:11px; margin:10px 0; }
.pagedcurrentlinks{ border:1px solid #bd2424; 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;
}

/** 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: #BF0B12;
    width:500px;
    margin:  auto auto;
    font-weight:bold;
    padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}
#update_account{
    background-color: #DDEEFF;
    border: 1px dashed #A4C4E2;
    text-align:center;
    color: #7C969C;
    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{
    height:40px;
    line-height:40px;
    font-size:11px;
    color: #999999;
    letter-spacing:1px;
    text-align:center;
    border-top:1px solid #eaeaea;
    margin: 20px 0 0;
}
#footer, #footer a{color:#999;}
#footer .rss_link{
    background:url("../graphics/icons/rss.png") no-repeat scroll right top transparent;
    padding-right:20px;
    padding-top:2px;
    padding-bottom: 2px;
}
/** //Footer **/


/** 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;
}

/** MAILBOX **/

#mailbox-container {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px;
background:none repeat scroll 0 0 #FEE4E4;
border:1px solid #FFCBCC;
float:left;
width:958px;
}
#mailbox-container #footer {
background-color: #fff;
-moz-border-radius:0px 0px 5px 5px;
-webkit-border-radius:0px 0px 5px 5px;
}
#mailbox-container h1{
	margin:18px 0 18px 15px;
	color:#ffcccc;
margin-right:20px;
padding:10px 15px 10px 55px;
text-align:right;
text-shadow:0 1px 0 #FFFFFF;
}
#mailbox-container h1.newmessage{
	background: url(../graphics/icons/pen.gif) no-repeat scroll right top;
	padding:10px 60px 10px 55px;
}
#mailbox-container h1.inbox{
	background: url(../graphics/icons/inbox.gif) no-repeat scroll right top;
	padding:5px 60px 5px 55px;
	text-align: right;
	_float:right;
	_width:300px;
}
#mailbox-container h1.sent{
	background: url(../graphics/icons/sent.gif) no-repeat scroll right top;
	padding:5px 60px 5px 55px;
}
#mailbox tbody td {
padding: 10px 10px 10px 5px;
}
/**header**/
#mailbox-menu {
	display: block;
	margin:0px;
	border-collapse: separate;
}
#mailbox-menu a {
	display: block;
	float: left;
	padding: 26px 10px 26px 50px;
	font-size: 18px;
	color: #BD2424;
	border-left:1px solid #FEE4E4;
	border-right: 1px solid #FEE4E4;
}
#mailbox-menu a.selected {
	border-right: 1px solid #ffcbcc;
}
#mailbox-menu a:active, #mailbox-menu a:focus {
	outline: none;
}
#mailbox-menu a:hover, #mailbox-menu a:focus, #mailbox-menu a.selected {
	background-color:#fff !important;
	background: #fff url(../graphics/gradient-light.png) repeat-x scroll left bottom;
	_background-color:#fff;
	text-decoration: none;
	padding: 25px 10px 28px 50px;
	border-right: 1px solid #FFCBCC;
}
#mailbox-menu a#menu-inbox {
	background: url(../graphics/inbox-small.gif) no-repeat scroll 20px 50%;
	border-left:none;
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	font-family:Georgia;
	font-style:italic;
}
#mailbox-menu a#menu-sent {
	background: url(../graphics/sent-small.gif) no-repeat scroll 20px 50%;
	font-family:Georgia;
font-style:italic;
}
th.actions a{
	color: #E7E9EC;
	font-weight:normal;
}
td.showbadge{
	padding-left: 15px;
	min-width:30px;
	width:30px;
	text-indent: -9999px;
}
td.checkbox{
	width:15px;
}
th.actions a:hover{
	text-decoration: none;
}
th.actions .select{
	float:left;
}
th.actions .display {
	float: right;
}
#mailbox-container thead th {padding-left:10px	}

#mailbox-container thead th {background: #b31e20 url(../graphics/btn_bg.jpg) repeat-x scroll left top; color:#FFFFFF;font-size:12px;}

#mailboxheader {
	display: block;
}
#mailboxheader div#actions{
	padding:10px;
	min-height: 20px;
	background: #fff url(../graphics/gradient-light.png) repeat-x scroll left bottom;
}
#mailboxheader div#actions a.submitbtn.disabled{
	background: #889098 url(../graphics/btn_bg_sprite.png) no-repeat scroll -690px top;
}
#mailboxheader p{
	margin:0px 10px 0px 0px;
}
#mailboxheader a.css_btn{
	display: inline;
	padding:1px 3px;
}
#mailbox table{
	border-collapse: collapse;
	margin-bottom: 20px;
}
#message-container thead th {
	padding-left: 15px;
	padding-right: 15px;
}
table .title {
	color:#BD2424;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
#message-container td {
	padding: 0px;
	background-color:#FFFFFF;
}
#message-container .contentmsg {
	padding: 15px;
}
form#mailbox input, form#mailbox select, form#mailbox textarea {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#FFCBCC;
border-style:solid;
border-width:1px;
}
form#mailbox .mailbox tbody tr {
	background: transparent;
	border-bottom: 1px solid #fff;
}
form#mailbox .mailbox tbody tr.unread {
	background: #fff;
}
form#mailbox .mailbox tbody tr td.showbadge {
	background:transparent url(../graphics/read-mail.gif) no-repeat scroll 15px 50%;
}
form#mailbox .mailbox tbody tr.unread td.showbadge{
background:transparent url(../graphics/unread-mail.gif) no-repeat scroll 15px 50%;
}
#mailbox .date-line {
	color:#949EAA;
}
#actions p#nav_btn, #actions p#actions_threads_disabled, #actions p#actions_threads{
	float: left;
}
span.back {
	background: transparent url(../graphics/back-arrow.gif) no-repeat scroll -3px -1px;
	padding-left: 12px;
	padding-right: 3px;
}
a.delete_btn {
	background: transparent url(../graphics/icons/delete_btn.gif) no-repeat scroll left top;
	display:block;
	height:18px;
	width:18px;
	text-indent: -9999px;
}
a.delete_btn:hover {
	background: transparent url(../graphics/icons/delete_btn.gif) no-repeat scroll right top;
}
span#thread_id {
	float: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


/* about */
#about_static {padding:13px;}

#about_static a {
    display:inline-block;
    height: 26px;
    line-height: 26px;
    width:172px; 
    text-align:center;
    color:#bd2424;
    background: url(../graphics/about_btn.png)
}

#about_bx1{
    padding:13px;
    border-top:#eaeaea 1px solid;
}
#about_bx1 a{
    display:block;
    height: 26px;
    line-height: 26px;
    width:172px;
    text-align:center;
    margin-left:514px;
    color:#bd2424;
    background: url(../graphics/about_btn.png) no-repeat scroll top left;
}
#about_bx1 img{float:left;margin-right: 13px;}
#about_bx2{
    width:700px;
    height:190px;
    background: url(../graphics/about_bx2_bg.png) no-repeat scroll top left;
    padding-top:40px;
    margin-top:15px;
}
#about_bx2 p{
    color:#bd2424;
    width:240px;
    margin-left:400px;
}
#about_bx2 a{
    display:block;
    height:78px;
    width:160px;
    margin-left:445px;
    color:#bd2424;
    background: url(../graphics/about-adhe_btn.png) no-repeat scroll top left;
}
/* //about */

/* Soutenir */
#pagesoutenir {}
#soutenir_static {}
#pourquoi {
	width: 500px;
	text-align: justify;
	float: left;
	margin-bottom: 10px;
}
#objet_social {
	width: 480px;
	text-align: justify;
	clear: left;
	border: 2px solid #FFC000;
	padding: 10px;
}
#faire_un_don{
	color:#fff;
    text-align: center;

}
#btn_paypal { 
	display:block;
    height: 70px;
    width: 180px;
	float:right;
	color:#fff;
    border:none;
}
#pourquoisoutenir_bx1 {}

#btn_listedonateurs {   
	display: block;
	clear: right;
	float: right;
	margin: 20px 0 30px;
	height: 26px;
	width: 183px;
	text-indent: -9000px;
    background: url(../graphics/btn_liste_donateurs.png) no-repeat scroll top left;
}
/* //Soutenir */

/* signup */
#pagesignup p{
border-bottom:1px solid #EAEAEA;
border-top:1px solid #EAEAEA;
padding:10px 0;
}
/* //signup */

.profil img{width:50px;float: left;}

/** extras pages **/
#pagepartenaires ul{
    list-style-type:none;
}
#pagepartenaires ul li{padding: 10px;}
#pagepartenaires ul li{padding: 10px;}
/** //extras pages **/
#connectionLeft, #connectionRight{width:50%; float: left;}
#connectionRight{display: none;}
.asterisk {
color: #BD2424;
font-size: 18px;
}
strong.fieldsinfo {
padding-left: 290px;
font-size: 11px;
color: black;
float: right;
}
#form_new_post table, #form_post_comment table {
	margin-bottom:0.6em;
}
#form_new_post h3,#form_post_comment h3{
	font-size: 1.3em;
font-weight: normal;
margin: 0.5em 0px 0.7em;
}
#form_new_post th,#form_new_post td, #form_post_comment th,#form_post_comment td{
padding:0px;
}
#form_new_post td.fieldtitle, #form_post_comment td.fieldtitle {
width:100px;
}
#forgetpwd {
	display:block !important;
}
#form_create_new_post {
	border-bottom:1px solid #CDDCE1;
	padding-bottom:10px;
}
#additional{
overflow: hidden;
}
.additional-left{
	width: 60%;
	float: left;
}
.additional-right{
	width:40%;
	float: left;
}
#additional{
overflow: hidden;
}
#custom_pubdate {
width:110px;
border-color:#FFCBCC;
}
.calendar_date_select {
background-color: #FEE4E4;
border: 1px solid #FFCBCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 0px 5px;
}
.cds_header{
	color: black;
	font-size: 120%;
	overflow:hidden;
	padding:4px 0;
}
.cds_header span{
	float: left;
	font-weight: bold;
	font-family: Georgia;
	font-style: italic;
}
.cds_header a {
	background:url("../graphics/btn_bg.jpg") repeat-x scroll center top #B31E20;
	color:#FFFFFF;
	float:right;
	margin:2px;
	width:18px;
	text-shadow: 0 -1px 0 #B31E20;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.cds_header a:hover, .cds_header a:active, .cds_header a:focus {
	background:#BD2424;
	color:#FFFFFF;
	text-decoration: none;
}
.cds_body{
	border: 1px solid #BD2424;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
}
.cds_body table{
	text-align: center;
}
.cds_body table th, .cds_body table td, .cds_body table caption{
	text-align: center;
	padding: 3px 6px;
}
.cds_body thead th{
	background:url("../graphics/btn_bg.jpg") repeat-x scroll center top #B31E20;
	text-shadow: 0 -1px 0 #B31E20;
}
.cds_buttons {
margin-top: 5px;
}
.cds_footer{
padding:4px;
}
.cds_footer span {
font-size: 120%;
color: #000;
font-weight: bold;
	font-family: Georgia;
	font-style: italic;
}
div#submitbuttons {
	clear:both;
text-align:left;
width:85%;
margin: 10px 0;
}
div#submitbuttons input{
border:0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
ol#sitelist li {
float: left;
}
#follow_debate_txt, #follow_blog_txt  {
float:right;
margin-top: 5px;

}
#follow_blog_txt  {
float:none;
margin-top:5px;
position:absolute;
right:0;
text-align:right;
top:0px;
right:0px;
}

.sb-blog .box {
border:1px solid #eaeaea;
padding:10px;
}
.sb-blog .box h2 {
padding:0 0 10px 15px;
border-bottom: 1px solid #eaeaea;
}
.wrap {
border-top:1px solid #eaeaea;
}
#mce_big.smalltiny #source_tbl{
height:50px !important;
}
#mce_big.smalltiny #source_ifr {
height:50px !important;
}
