*{
    margin:0;
    padding:0;
}
body{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#525252;
    font-size:12px;
    text-align:left;
    background: #0c4f7c url(../graphics/bg.png) repeat-x;
}
h1{
    color:#11a6da;
    font-size:22px;
    margin:0 0 10px 0;
    font-weight: normal;
}
h2{
    color:#11a6da;
    font-size:16px;
    margin:0 0 10px 0;
}
h3{
    color:#11a6da;
    font-size:14px;
    margin:10px 0 10px 0;
}
li{
    margin-left:15px;
}
img{
    border:0;
}
p{
    margin:1em 0;
    display:block;
}
.intro {
    margin:1em 0;
}
a{
    color:#11a7db;
    outline:none;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
.blog_readmore {
	text-align: right;
}
.spacer{
    clear:both;
}

/** FORMS **/
input, select, textarea{
    font-size:13px;
    background-color: #FCFDFE;
    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;
}
input{
    border-style:expression((this.type=="checkbox" || this.type=="radio") ? 'none' :'1px');
}
.form{
    width:190px;
}
.formlarge{
    width:100%;
}
form select option{
    padding-right:5px;
    padding-left:5px;
}

#largecontent .textlabel{
    width:200px;
}
.textlabel{
    width:160px;
    font-weight:bold;
}
.texttip{
    font-size:12px;
    color:#666;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.center {
    text-align: center;
}

/** BEGIN HEADER **/
#header #logos {
    height:120px;
    width: 300px;
}
#header #logos a{
    display: block;
    height:118px;
    width: 300px;
}
#header #logos img{
    width:100%;
    height:118px;
}
#header #filmlink {
	float: right;
	display: inline;
	height: 40px;
	width: 220px;
	margin: 50px 100px 0 0;
}
#header #filmlink a {
	display: block;
	height: 40px;
	width: 100%;
}
#header .links {
    background:transparent url(../graphics/container_top.png) no-repeat scroll left bottom;
	clear:both;
	font-size:0;
	height:40px;
	padding:0 25px;
	width:910px;
}
#header .links a {
	display: block;
    float: left;
    background: url(../graphics/tab1_left.png) no-repeat left top;
    padding-left: 9px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1px;
    padding-bottom: 0px;
}
#header .links a span {
    font-size: 14px;
    color: #616161;
    display: block;
    height: 20px;
    float: left;
    background: url(../graphics/tab1_right.png) no-repeat right top;
    padding: 7px 10px 0 0px;
    cursor: pointer;
}
#header .links a.selected, #header .links a:hover {
    background: url(../graphics/tab2_left.png) no-repeat left top;
    cursor: pointer;
    margin-right: 1px;
}
#header .links a.selected span, #header .links a:hover span {
    color: #fff;
    background: url(../graphics/tab2_right.png) no-repeat right top;
    cursor: pointer;
}
#header .links a#menu-about {
    float: right;
}
#header .links a#menu-moncompte {
    float: right;
}
#header .links a#menu-moncompte2 {
    float: right;
    background: url(../graphics/tab3_left.png) no-repeat left top;
}
#header .links a#menu-moncompte2 span {
    background: url(../graphics/tab3_right.png) no-repeat right top;
    color: #fff;
}
/** END HEADER **/

/** BEGIN HEADER 2 used in : header_account, header_blog, users **/
.header2{
    padding-bottom:20px;
    overflow: hidden;
}
/** END HEADER 2 **/

/** BEGIN CONTAINER **/
#container{
    background:url(../graphics/header.png) no-repeat 50% 0;
	overflow: hidden;
}
.container-decorator1{
    width:960px;
    margin:0 auto;
    overflow: hidden;
}
#center{
    background:url(../graphics/container_rail.png) repeat-y left top;
    overflow: hidden;
    margin: 0 auto;
}
.center-top{
    background:url(../graphics/container_top.png) no-repeat left top;
    height:  13px;
    font-size: 0;
    line-height: 0;
    padding-top:0px;
    margin:0;
    display: none;
    width: 960px;
}
.center-bottom{
    background:url(../graphics/container_bottom.png) no-repeat left bottom;
    height:  13px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    width: 960px;
}

/** BEGIN sidebar right **/
#sidebarright{
    width:290px;
    color:#4b3c1b;
    font-size:12px;
    float:right;
    overflow: hidden;
}
#sidebarright .form{
    width:200px;
}
#sidebarright a{
    text-decoration:none;
}
#sidebarright a:hover{
    text-decoration:underline;
}

/** /END sidebar right **/

/** BEGIN Body **/
#largecontent{
    padding:15px 25px;
}
#largecontentleft{
    width:595px;
    float:left;
}
#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
#mainnav ul li {
	float: left;
	padding: 0px 10px 0 0;
	margin: 0;
}
#mainnav ul li:last-child, #mainnav ul li.last-child, #mainnav ul li.last-link {
	padding: 0;
}
#alerts{
    overflow:hidden;
}
#right{
    float:right;
    width:260px;
    margin:0px;
    text-align:left;
}
.validation-advice, .validation-failure{
    color:#f00;
    font-weight:bold;
}
.sVote {
    margin: 0 10px;
}
.section .post:last-child{border:none}
.interntitle {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dashed #11a6da;
}
.focusbox {
    margin: 15px 0;
    background: url(../graphics/bg-focusbox-bottom.png) repeat-x left bottom;
    width: 595px;
    padding-bottom: 4px;
overflow: hidden;
}
.focusbox-intern {
    margin: 15px 0 0 0;
    background: url(../graphics/bg-focusbox.png) repeat-x left bottom;
    width: 565px;
    padding: 15px;
overflow: hidden;
}
.focusbox-intern-video {
    float: left;
    width: 240px;
}
.focusbox-intern-video h2 {
    font-weight: normal;
    margin: 10px 0 0 0;
    color: #525252;
}
.focusbox-intern-text {
    float: left;
    margin-left: 15px;
    width: 310px;
}
.focusbox-intern-text .profilesmall {
    float: left;
    width: 40px;
}
.focusbox-intern-text2 {
    float: left;
    width: 270px;
    margin-bottom: 10px;
}
.focusbox-intern-text2 h2 {
    font-size: 13px;
    margin: 0 0 3px 0;
}
.focusbox-intern-text2 p {
    margin: 3px 0;
}
.focusbox-intern-text2 .subtitle {
    font-size: 11px;
    color: #8a9197;
}
#paroles-d-expert {
	padding: 0 15px 15px;
}
#paroles-d-expert .intro{
	border:1px solid #eee;
	padding:15px;
}
#paroles-d-expert .introtext {
	width: 590px;
	float: left;
}
#paroles-d-expert .relatedpost {
	width: 590px;
}
#paroles-d-expert .focusbox-intern-text .profilesmall {
    float: left;
    width: 50px;
}
#paroles-d-expert .focusbox {
	border:1px solid #eee;
}
#paroles-d-expert .focusbox, #paroles-d-expert .focusbox-intern {
    width: 100%;

padding: 0em;
}
#paroles-d-expert .focusbox-intern-text {
	width: auto;
}
#paroles-d-expert .focusbox-intern-video {
    float: right;
    margin-right: 20px;
    width: 240px;
}
#paroles-d-expert .focusbox-intern-text2 {
    float: left;
    width: 540px;
    margin-bottom: 10px;
}
#paroles-d-expert .focusbox-intern-text2 h2 {
    font-size: 13px;
    margin: 0 0 3px 0;
}
#paroles-d-expert .focusbox-intern-text2 p {
    margin: 3px 0;
}
#paroles-d-expert .focusbox-intern-text2 .subtitle {
    font-size: 11px;
    color: #8a9197;
}
#paroles-d-expert #suggestions-link {
	display: block;
	float: right;
}
.novideo {
	background: none repeat scroll 0 0 #333333;
	    border: 5px solid #000000;
	    height: 200px;
	    margin-bottom: 20px;
	    width: 250px;
}
/** DUPLICATE **/
#duplicates_found .post h2, #duplicates_found .post h2 a{
    font-size:15px;
    font-weight:bold;
}
/** ADD POST **/
.post_type{
    float:left;
    padding:5px;
    width:100px;
height: 63px;
padding: 37px 0px 0px;
    text-align:center;
    margin-right:10px;
    cursor:pointer;
    border:1px solid #DBDBDB;
}
.post_type img{
    height:25px;
}
#form_new_post, .blog #form_post_comment{
    margin:10px 0;
}
#add_image_text, #add_file_text, #add_video_text, #add_sound_text{
    margin-top:10px;
    border:1px solid #ddd;
    padding:5px 25px;
    float:left;
    background:#fff;
}
#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;
}

/** center bloc **/
.centerbloc-content h2 a,
.source h2 a,
.intro_blog_text h2 a{
    font-size: 14px !important;
}
.centerbloc-content h3{
    font-weight: normal;
    color: #6e7072;
}
.post-value p.sourceintro{
    color:#000;
    padding-left: 0;
    margin-top: 0;
}
.centerbloc-content .post{
    float: left;
    border-bottom:1px dashed #BFBFBF;
}
.centerbloc-content .post .post-value{
    border-bottom: none;
}
.centerbloc-content .contentfooter {
    font-weight:bold;
    margin:10px 10px 15px 0;
    text-align:right;
    float: right;
}
.centerbloc-content textarea {
    margin: 5px 0;
    width: 98%;
    font-size: 12px;
    font-family:Arial,Verdana,Helvetica,sans-serif;
}

.centerbloc-content .validation-advice {
    float: left;
}

/** POST **/
.post{
    margin:0;
    padding: 15px 0;
	border-bottom:1px dashed #bfbfbf;
}
.post .post-value .source{
    float:left;
    width:515px;
    padding: 0;
}
.post-value_perma{
    border: none;
}
.post-value p{
    margin:5px 0;
}
.post-value .profilemedium{
    width:60px;
    margin:0;
    float:left;
    font-size:12px;
}
.intro_blog_box{
    margin-top:10px;
    margin-bottom:10px;
}
.intro_blog_box .profilemedium{
    width:60px;
    margin:0;
    float:left;
    font-size:12px;
}
.intro_blog_box .intro_blog_text{
    float:left;
    padding:0 0 0 10px;
    width:525px;
}
.list .post-value .profilemedium{
    width:60px;
}
.list .post-value .source{
    width:690px;
}
.post-value .sourceintro{
    font-size:11px;
    color:gray;
}
.post-value .source h2{
    margin:0 0 5px 0;
}
.post-value .readmore, .post-value .readmore a{
    font-size:12px;
    font-weight:bold;
}
#alertpost-result{
    margin:10px 0;
}
.post-footer{
    clear: both;
    color:#334C59;
    font-size:12px;
    font-weight:bold;
}
.post-value .stats{
    float:left;
    text-align:center;
    width:50px;
    font-size:12px;
display: none;
}
.post-value .stats a{
    text-decoration: underline;
    color:#525252;
    font-size:9px;
}
.list .post-value .stats{
    width:90px;
    text-align:right;
    font-size: 11px;
}
.list .post-value .stats a {
    font-size: 11px;
}
#duplicates_found .stats{
    text-align:right;
}
.postreact{
    clear:both;
}

/** VOTE **/
.post-vote{
    float:left;
    width:60px;
    text-align:center;
    vertical-align:middle;
    margin:0;
}
.post-vote p{
    margin:0;
    padding-top:9px;
}
.post-vote a{
    text-decoration:none;
}
.vote-top{
    background-image:url(../graphics/vote-top.png);
    background-repeat:no-repeat;
    font-weight:bold;
    vertical-align:middle;
    height:37px;
    width:44px;
    padding-top:5px;
    font-size:22px;
    color:#fff;
}
.vote-bottom-active{
    background:url(../graphics/vote-bottom-active.png) no-repeat;
    height:88px;
    width:44px;
}
.vote-bottom-inactive{
    background:url(../graphics/vote-bottom-inactive.png) no-repeat;
    height:32px;
    width:44px;
}
/** COMMENTS **/
#postcomments{
    border-top:1px solid #DBDBDB;
    margin-top:20px;
}
#postcomments h3{
    margin-top:20px;
}
#postcomments .profilemedium{
    width:70px;
}
#postcomments .profilesmall{
    float:left;
    margin:0;
}
.post .comment .profilesmall {
  float:left;
  margin-top: 0;
}
.commentparent, .commentchild{
    margin:15px 0 0 0;
    padding:10px 0px;
}
#postcomments .moderator {
    background: #F3F8FA;
}
.commentchild{
    margin-top: 10px;
    margin-left:70px;
    padding-top:5px;
}
.blog .commentchild{
    margin-left:40px;
}
.comment-vote{
    float:right;
    width:120px;
    margin:0;
    color:#338fb3;
    font-weight:bold;
    font-size:12px;
}
.comment-vote .vote-more img{
    margin:0;
}
.commentparent .comment-content{
    float:left;
    width:520px;
}
.blog .commentparent .comment-content{
    width:550px;
}
.commentchild .comment-content{
    float:left;
    width:450px;
}
.blog .commentchild .comment-content{
    width:510px;
}
.comment-content p{
    margin:0 0 10px 0;
    text-align:justify;
}
.comment-footer{
    font-size:11px;
    color:gray;
}
.comment{
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:10px;
}
/** BOXES **/
#box-tag{
    line-height:180%;
}
.notitlebox{
    text-align:center;
    margin:10px;
}
.box{
    overflow:hidden;
    margin-bottom:10px;
    padding-bottom:5px;
}
.box-title {
    margin-bottom: 10px;
}
.box-content{
    width: 290px;
    background: url(../graphics/rightbox-rail.png) repeat-y;
}
.box-content-decorator1 {
    width: 290px;
    background: url(../graphics/rightbox-top.png) no-repeat top left;
}
.box-content-decorator2{
    padding:20px;
    width: 250px;
    background: url(../graphics/rightbox-bottom.png) no-repeat bottom left
}
.box-title h2{
    margin:5px 0;
    color: #aec722;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.box-title h3{
    font-size:12px;
    margin:3px 0 3px 0;
}
.box-readmore{
    clear:both;
    padding:15px 10px 0px 0px;
    text-align:right;
}
#box-faq .box-content {
    text-align: center;
}
#box-expert p {
    margin : 0;
    padding: 0 5px 5px 5px;
}
#box-alluser-debate .profilemedium {
    float: left;
    margin: 3px;
}
#box-alluser-debate .profilemedium img {
    margin: 0;
}
#box-partenaire img {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
#box-partenaire .smallimg {
    width: 120px;
}
#box-regions {
    text-align: center;
}
#box-regions #carte {
    margin: 0 auto;
    width: 176px;
    display: block;
}

#box-regions2 .region {
    height: 55px;
}
#box-regions2 .region img {
    float: left;
    margin-right: 10px;
}
#box-regions2 .region h3 {
    margin: 0;
    padding: 5px 0 0 60px;
}
#box-regions2 .region p {
    margin: 5px 0 0 60px;
    background: url(../graphics/bullet.png) no-repeat left top;
    padding: 1px 0 3px 25px;
}

.box .retractablebullet{
    float:right;
}
.box-content li{
    padding:2px 0;
}
#box-tag-debate a{
    color:#1a171b;
    margin:2px;
}
.profilesmall{
    overflow:hidden;
}
.list .post-value .profilesmall{
    margin:10px 0px;
}
.list .profilesmall{
    width:30px;
}
#social-list li{
    list-style-type:none;
    margin-left:0;
}

/** PROFILE **/
.profilesmall img{
    width:30px;
    height:30px;
    float:left;
    margin-right:8px;
    padding:1px;
    border:2px solid #fff;
}
.profilemedium{
    margin:5px 0;
    overflow:hidden;
}
.profilemedium img{
    width:50px;
    height:50px;
    float:left;
    margin-right:10px;
}
.profilemedium img.moderator-icon {
    height: auto;
    width: auto;
    position: absolute;
}

.post .profilemedium img{
    float:none;
    margin-right:0;
}
.profilemedium a.usertooltip img{
    padding:2px;
    border:lightgrey 1px solid ;
}
.profilesmall img.progression,
.profilemedium img.progression{
    float:none;
    width:auto;
    height:auto;
    margin:0;
    vertical-align:text-bottom;
}
.profilesmall img.subscribe,
.profilemedium img.subscribe{
    width:auto;
    height:auto;
}
.subscribe{
    position:absolute;
}
.profilemedium .item-name{
    margin:2px 0 5px;
}
.profilesmall .item-name a{
    font-size:12px;
    font-weight:bold;
}
.profilemedium .item-name a{
    font-size:14px;
    font-weight:bold;
}
.profilebig{
    overflow:hidden;
}
.profilebig img{
    width:100px;
    height:100px;
    float:left;
    margin:0 10px;
    padding-bottom: 10px;
}
.profilebig img.subscribe{
    width:auto;
    height:auto;
}
.fl{
    float:left;
}
input.buttonsearch{
    background-color:#858287;
    border:2px solid #b4b3b5;
    color:white !important;
    font-size:12px;
    font-weight:bold;
    margin :0 10px 0 10px;
    vertical-align:middle;
}
.submitbtn, .css_btn{
    background:url(../graphics/btn_bg.png) repeat-x left center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:4px 9px;
    border:none;
    color:#fff;
    cursor:pointer;
    font-weight: bold;
    text-decoration :none !important;
}
.submitbtn.src_btn{
    background:url(../graphics/btn_bg2.png) repeat-x left center;
}
.css_btn{
    font-size: 90%;
}
.css_btn:hover{
    background:url(../graphics/btn_bg_on.png) repeat-x left center;
   color:#efefef;
}
#follow_debate_txt, #follow_step_txt{
    background:url(../graphics/btn_bg.png) repeat-x left center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:3px 5px;
    text-align:center;
    margin: 0 auto;
    width: 180px;
}
#follow_user_txt, #follow_post_txt {
    clear: both;
    padding: 15px 0 5px 0;
    text-align:left;
    font-weight:bold;
}
#follow_user_txt{
    text-align: center;
}
#follow_debate_txt a, #follow_step_txt a{
    font-size:13px;
    font-weight:bold;
    color:#fff;
}
#follow_debate_txt a:hover, #follow_step_txt a:hover{
    text-decoration: none;
}
/** TAG CLOUD **/
.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%;
}
.formtable{
    text-align:left;
    width:580px;
}
#invitationok{
    color:green;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}
#alertdebate, #alertcat, #catdesc{
    padding:10px;
}
#footer{
    text-align:center;
    color: #636363;
    padding:15px;
    font-size:12px;
    background:transparent url('../graphics/footer_bg.png') repeat-x scroll 0 0;
}
#footer a{
    color: #636363;
}
.success{
    color:green;
}
.error{
    color:red;
}
#pagerbottom{
    padding:10px 0px 10px 0;
    font-size:11px;
    margin:10px 0;
	width: 960px;
}
.pagedcurrentlinks{
    border:1px solid #11a6da;
    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;
}
#lipostsend, #lipostreceived{
    text-align:center;
    width:80px;
}
.message{
    color:#f00;
    font-weight:bold;
    font-size:14px;
}
#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;
}
/** ACTIVITY LOGS **/
div.activitylog{
    line-height:normal
}
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:5px 0;
    padding:5px;
    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;
}
div.activitylog div.notifications div.stats{
    float:right;
    width:90px;
    padding-left:10px;
    text-align:right;
}
.separator{
    clear:both;
    background:#eee;
    height:4px;
    margin:25px 0;
}
/** BLOG **/
.blog .post-value{
    border-bottom:1px solid #DBDBDB;
	padding-bottom:20px;
	margin-bottom: 20px;
}
.blog .post-value .blog_postsource{
    text-align: justify;
}
.blog_postsource h2{
    margin:0 0 15px 0;
    font-size:17px;
}
.blog_postcom{
    clear:both;
    margin:10px 0;
}
.blog_postfooter{
    clear:left;
    margin:10px 0;
    font-size:11px;
}
.blog_postfooter .profilesmall{
    float:left;
    margin:0;
}
.blog_postfooter p{
    margin:0 0 2px 0;
    color:gray;
}
.blog .comment-vote{
    width:71px;
    height:99px;
    float:right;
    margin:0;
}
.blog .comment-score{
    background:url(../graphics/btn_bg.png) repeat-x left center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    margin-bottom:5px;
}
.blog .vote-more{
    text-align:center;
}
.answercomment{
    font-size:12px;
    margin-top:10px;
    margin-left:-20px;
    clear:left;
}
.answercomment img{
    vertical-align:middle;
    margin:0 5px 0 20px;
}
img.cat_closed{
    vertical-align:top;
}
#doublepost {
    padding-top:15px;
}

/** message account modifié **/
#update_account{
    background-color: #DDEEFF;
    border: 1px dashed #A4C4E2;
    text-align:center;
    color: #11a6da;
    width:500px;
    margin:  auto auto;
    margin-top: 5px;
    clear:left;
    font-weight:bold;
    padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}
/** dhtml 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;
}
#identification_error{
    color:red;
    font-weight:bold;
    display:inline;
}
#cat{
    margin:10px 0 30px 0;
    line-height:150%;
}
.tooltip{
    font-weight:normal;
}

/** SSO **/

/** Open id **/
#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;
}

/** Orange  **/
#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%;
}
.post #orangeAPI {
    background-position: 0 0;
}

form#form_create_account{
    float: left;
}
form#form_create_account .textlabel{
    width: 370px;
}
#signup_sso_w{
    border-left:1px dashed #11a6da;
    width: 285px;
    height: 195px;
    float: right;
}

/** message modération à priori **/
#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;
}

/** center bloc **/
#centerbloc-01, #centerbloc-02, #centerbloc-03, #centerbloc-04 {
    margin: 25px 0;
}
#centerbloc-01 {
	width: 910px;
}
#connect-forms table thead td {
	font-size: 15px;
	    font-weight: bold;
	    line-height: 40px;
	    padding: 10px 0;
}
#submitbuttons .submitbtn{
	margin-top: 20px;
}
.centerbloc-content{
    /*background: url(../graphics/boxrail.png) repeat-y;*/
}
.centerbloc-content-deco1{
/*    background: url(../graphics/boxbottom.png) no-repeat left bottom;*/
}
.centerbloc-content-deco2{
    padding: 15px;
/*    background: url(../graphics/boxtop.png) no-repeat left top;*/
}
.centerbloc-content .post .post-value .source{
    width:433px;
}
.onfocus .post-value .source {
    width: 455px;
}
.onfocus .post-value .profilemedium {
    float: right;
}
.centerbloc-content-video {
    float: left;
    width: 240px;
}
.centerbloc-content-text {
    float: left;
    margin-left: 15px;
    width: 310px;
}
.centerbloc-content-text h2 {
    font-weight: normal;
    margin: 10px 0 0 0;
    color: #525252;
}


/** pic img background **/
.suggest_pic{
    border:none;
    height:100%;
    width:67px;
    float: left;
    text-align: center;
    background:url(../graphics/pic_bg.png) no-repeat scroll 0 0;
    padding-top: 9px;
}


/** CAROUSEL **/

#caroussel-1 {
    height: 258px;
}
#scroller-1 {
	width: 813px;
    height: 258px;
	overflow: hidden;
	float: left;
}
#content-1 {
	width: 5300px;
}
.slide {
	width: 813px;
	height: 165px;
	float: left;
}

#caroussel-2 {
    height: 129px;
    width: 203px;
    margin: 0 auto 10px auto;
}
#scroller-2 {
	width: 161px;
    height: 129px;
	overflow: hidden;
	float: left;
}
#content-2{
	width: 5300px;
}
.slide2 {
	width: 161px;
	height: 129px;
	float: left;
}

#caroussel-3 {
    height: 260px;
    width: 250px;
    margin: 0 auto;
}
#scroller-3 {
	width: 250px;
    height: 240px;
	overflow: hidden;
	float: left;
}
#content-3{
	width: 5300px;
}
.slide3 {
	width: 250px;
	height: 240px;
	float: left;
}
.slide3 h3 {
    margin: 0;
}
.slide3 p {
    margin: 5px 0 10px 0;
    background: url(../graphics/bullet.png) no-repeat left top;
    padding: 1px 0 3px 25px;
}
#connectionLeft, #connectionRight {
	width: 50%;
}
#connectionLeft{
	float: left;
}
#connectionRight {
	float: right;
}
