* {margin: 0; padding: 0;}
a {text-decoration: none; color: #999; outline: none}
a img {border: none;}
ul, ol {list-style: none;}
em {font-style: normal;}

html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}
input, select, textarea {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
}  
h1, h2, h3, h4, h5, h6 {
    font-size: 100%; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
hr {
    border: none;
    border-top: 1px dotted #CCC;
    background-color: #FFF;
    margin: 0;
}
body {
    width: 100%;
    height: 100%;
	background: #EBEBEB;
	text-align: left;
    font: 0.68em/1em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #666;
}

/* Layout */
#hop {
	text-indent: -8880px;
	height: 0;
    position: absolute;
}
#envelop, #content, #footer, #header {
	position: relative;
	width: 950px;
	margin: 0 auto;
    text-align: center;
}
#content {
    text-align: left;
}
#envelop, #content {
    background-color: #FFF;
}

/* Header */
#header {
	background: #FFF url(header_bg.gif);
    height: 124px;
}
#header h1 {
	position: absolute;
    top: 0;
	left: 125px;
	width: 336px;
    height: 124px;
    text-indent: -8888px;
}
#header h2 {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 422px;
    height: 58px;
}

/* Common */
a.see {
    color: #669933;
    font-size: 1em;
    border-bottom: 1px dotted #C1C1C1;
}
a.see:hover {
    border-bottom: 1px solid #C1C1C1;
}
.orange {
    color: #FF6600 !important;
}
.vert {
    color: #709F40 !important;
    padding-right: 20px;
}
.greybackground {
	background-color: #F1F1F1 !important;
}
.submit input {
    font-size: 1.1em;
}
input.nobackground {
	background: none !important;
}
.profile {
	border: none;
}
p.description {
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
}
p.description a {
    color: #669933;
}
.btn {
    display: block;
    height: 27px;
    line-height: 26px;
    color: #FFF;
    text-align: center !important;
    padding: 0 !important;
    font-weight: bold;
    cursor: pointer;
    border: none;
}
.btn.small {
    width: 170px;
    background: transparent url(user_small_btn.png) no-repeat;
}
.btn.wide {
    width: 221px;
    background: transparent url(user_wide_btn.png) no-repeat;
}
.btn.save {
    height: 30px;
    width: 123px !important;
    background: transparent url(user_save_btn.png) no-repeat;
}
.btn.valid {
    width: 74px;
    background: transparent url(submit_btn.gif) no-repeat;
}
input.btn {
    vertical-align: top;
    padding-bottom: 3px;
}

input.simple {
    border: none;
    color: #FF6600;
    background-color: #fff;
    cursor: pointer;
    width: auto !important;
}

ul.tabs {
    width: 660px;
    height: 26px;
    background: #FFF url(tabs.gif) no-repeat 0 0;
}
ul.tabs li, ul.tabs li a {
    display: block;
    float: left;
    width: 110px;
    height: 26px;
    text-align: center;
    color: #797979;
    font-weight: bold;
}
ul.tabs li a {
    background: #FFF url(tabs_bg.gif) no-repeat 0 0;
    font-size: 1.1em;
    line-height: 24px;
}
ul.tabs li span {
    font-size: .8em;
    font-weight: normal;
}
ul.tabs li.first a {
    background-image: url(tabs_open.gif);
}
ul.tabs li.last a {
    background-image: url(tabs_close.gif);
}
ul.tabs li a:hover, ul.tabs li.on a {
    background-position: 0 -26px;
    color: #333;
}
.pagination {
    background: #FFF url(pagination_bg.gif) no-repeat top right;
    height: 40px;
    position: relative;
    float: right;
    margin-right: -3px;
    margin-top: -3px;
    text-align: left;
    padding-right: 7px;
}
#contentright .pagination {
    margin-right: 5px;
}
#contentleft .pagination {
    margin-right: 15px;
}
#iframable .pagination {
    margin-right: -3px;
}
.pagination em {
    background: transparent url(pagination_left_bg.gif) no-repeat top left;
    display: block;
    padding: 9px 5px 7px 13px;
    line-height: 17px;
    height: 17px;
    float: left;
}
.pagination em strong {
    color: #666;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    margin: 9px 3px 7px 0;
    line-height: 17px;
    width: 17px;
    height: 17px;
    background-position: 0 0;
    text-indent: -99999px;
    outline: none;
}
.pagination .prev {
    background: #FFF url(arrow_prev.gif) no-repeat 0 0;
}
.pagination .next {
    background: #FFF url(arrow_next.gif) no-repeat 0 0;
}
.pagination a:hover {
    background-position: 0 -17px;
}
.pagination .spinner {
    display: block;
    text-indent: 0;
}
ul.list {
    margin-bottom: 8px;
}
ul.list li {
    display: block;
    border-bottom: 1px dotted #CCC;
    clear: both;
}
ul.list li a {
    padding: 8px 0;
    padding-right: 5px;
    display: block;
    color: #666;
    background-repeat: no-repeat;
}
ul.list li span {
    display: block;
    color: #669933;
    font-weight: bold;
    margin-bottom: 3px;
}
ul.list li img {
    margin-right: 15px;
    vertical-align: middle;
    float: left;
}
ul.list.h50 li {
    min-height: 66px;
}
ul.list.h50 li span {
    margin-top: 5px;
}
ul.list.h50 li a {
    background-position: 220px 25px;
}
ul.list.h34 li {
    min-height: 50px;
}
ul.list.h34 li span {
    margin-top: 2px;
}
ul.list.h34 li a {
    background-position: 210px 18px;
}
ul.list .popular1 a { background-image: url(popular_1.png); padding-right: 30px; }
ul.list .popular2 a { background-image: url(popular_2.png); padding-right: 30px; }
ul.list .popular3 a { background-image: url(popular_3.png); padding-right: 30px; }
ul.list .popular4 a { background-image: url(popular_4.png); padding-right: 30px; }
ul.list .popular5 a { background-image: url(popular_5.png); padding-right: 30px; }
ul.list .popular6 a { background-image: url(popular_6.png); padding-right: 30px; }
ul.list .popular7 a { background-image: url(popular_7.png); padding-right: 30px; }
ul.list .popular8 a { background-image: url(popular_8.png); padding-right: 30px; }
ul.list .popular9 a { background-image: url(popular_9.png); padding-right: 30px; }
ul.list .popular10 a { background-image: url(popular_10.png); padding-right: 30px; }

ul.list.happybirthday li {
    border-bottom: none;
    height: 56px;
}
ul.list.happybirthday li span {
    margin-top: 11px;
}
ul.list.happybirthday li a {
    font-size: 1.1em;
}


#contentleft div.blog {
    font-size: 1.1em;
    margin: 15px 0 0;
    padding-bottom: 15px;
}
#contentleft div.blog img,
#contentleft div.blog.last img {
    display: block;
    margin: 15px auto;
}
#contentleft div.blog.last {
    border-bottom: none;
}
#contentleft div.blog h4 {
    display: inline;
    color: #669933;
    padding-right: 3px;
}
#contentleft div.blog em {
    color: #999;
}
#contentleft div.blog em a {
    color: #669933;
}
#contentleft div.blog p {
    margin-top: 10px;
}
#contentleft div.blog p a {
    color: #669933;
}
#contentleft .blogtitle {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: normal;
    color: #669933;
}
#contentleft .blogdescription {
    color: #999;
    font-size: 1.3em;
}

#content.hub #contentleft div.blog {
    margin-left: 18px;
    border-bottom: none;
}
#content.hub #contentleft div.blog .photos {
    float: left;
    margin-top: 0;
    margin-left: 0;
}
#content.hub #contentleft div.blog p {
    font-size: .9em;
    margin-top: 3px;
}
#content.hub #contentleft div.blog h4 {
}
#content.hub #contentleft div.blog span {
    font-size: .9em;
}
#meetingpointHome .meetingpoint {
    position: relative;
    margin-top: -5px;
    margin-left: 12px;
    margin-bottom: 15px;
}
#meetingpointHome .meetingpoint a.right {
    float: right;
    background: #FFF url(blog_comments_bg.gif) no-repeat left top;
    width: 140px;
    padding: 11px;
    padding-left: 18px;
    color: #669933;
}

/* identification */
#ident {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    padding: 41px 10px 5px 17px;
    width: 395px;
    height: 46px;
    background: #FFF url(indent_bg.png) no-repeat bottom right;
    text-align: left;
}
.ident {
    line-height: 1.5em;
}
.ident input {
    font-size: 1.2em;
    vertical-align: middle;
}
.ident input.field {
    padding: 0 3px 0 3px;
    width: 100px;
    margin-right: 8px;
}
.ident label {
    display: inline;
    color: #666;
    line-height: 1.6em;
}
.ident label.memo {
    margin-left: 12px;
}
.ident label span {
    position: relative;
    margin-left: -5px;
    padding-top: 3px;
}
.ident p {
    margin-top: 6px;
    margin-right: 10px;
    text-align: right;
}
.ident .Message {
    display: inline;
    line-height: 1.8em;
    color: #CC0000;
    float: left;
}
.ident #oops {
    line-height: 1.8em;
    float: right;
}
.ident #oops a {
    color: #999;
}
/* Navbar */
ul#navbar {
    position: absolute;
    left: 14px;
    top: 10px;
    width: 110px;
}
ul#navbar, ul#navbar li, ul#navbar li a {
    height: 12px;
    display: block;
}
ul#navbar li a {
    text-indent: -99999px;
    outline: none;
    background: #FFF no-repeat 0 0;
    width: 110px;
}
ul#navbar li a:hover {
    background-position: 0 -24px;
}
ul#navbar li.on a {
    background-position: 0 -12px;
}
ul#navbar li#hub a {
    background-image: url(navbar_home.gif);
}
ul#navbar li#team a {
    background-image: url(navbar_team.gif);
}
ul#navbar li#project a {
    background-image: url(navbar_work.gif);
}
ul#navbar li#whatshub a {
    background-image: url(navbar_whatshub.gif);
}
ul#navbar li#imagesvideos {
    background: #FFF url(navbar_images_videos.gif) no-repeat 0 0;
}
ul#navbar li#imagesvideos a#images {
    float: left;
    width: 46px;
    margin-right: 11px;
    background-image: url(navbar_images.gif);
}
ul#navbar li#imagesvideos a#videos {
    float: left;
    width: 43px;
    background-image: url(navbar_videos.gif);
}
ul#navbar li#board a {
    background-image: url(navbar_arene.gif);
}
ul#navbar li#games a {
    background-image: url(navbar_games.gif);
}
ul#navbar li#people a {
    background-image: url(navbar_meetingpoint.gif);
}
ul#navbar li#carpool a {
    background-image: url(navbar_carpool.gif);
}

/* Footer */
#footer {
    clear: both;
    background: #FFF;
    padding-bottom: 5px;
}
#footer p {
    line-height: 1.5em;
    color: #999;
    margin: 5px;
}
#footer p img {
    vertical-align: top;
    margin-right: 5px;
}

/* Forms */
.Message {
    font-weight: bold;
    color: #CC0000;
    line-height: 1.3em;
}
input[type=text], input[type=password], input.field, textarea {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    color: #666;
}

/* Content left-right */
#content #contenttop {
    position: relative;
    margin-left: 20px;
    margin-top: 40px;
}
#content #contentleft {
    position: relative;
    width: 660px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    float: left;
}
#content #contentright {
    width: 240px;
    float: right;
}
#contentright div.bloc {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    clear: both;
}
#content .wazing {
    clear: both;
    height: 0;
    border: none;
}
#content p {
    font-size: 1em;
    line-height: 1.7em;
    color: #444;
}
#contentleft p {
    margin-right: 20px;
    padding-right: 5px;
    color: #333;
}
#contentleft div#frame {
    position: relative;
    background: #FFF url(contentleft_bg.gif) repeat-y;
    margin: 18px 0 18px -4px;
    padding: 0 2px 0 5px;
}
#contentleft div#frame #frameTop {
    margin-top: -8px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(contentleft_bg_top.gif) no-repeat;
    height: 8px;
    width: 666px;
}
#contentleft div#frame #frameBottom {
    margin-bottom: -8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url(contentleft_bg_bottom.gif) no-repeat;
    height: 8px;
    width: 666px;
}
#contentleft div#frame #frameBottom.grey {
    background-image: url(contentleft_bg_bottom_grey.gif);
}

/* H3 images de fond */
h3.replace, h3.replace.suffixe span {
    display: block;
    text-indent: -8888px;
    background-color: #FFF;
    background-repeat: no-repeat;
}
h3.replace.suffixe span {
    float: left;
}
h3.replace.suffixe {
    text-indent: 0;
    color: #999 !important;
    font-weight: normal;
}
h3.replace.link {
    text-indent: 0;
}
h3.replace.link a {
    display: block;
    text-indent: -8888px;
    background: transparent url(arrow_link.gif) no-repeat top right;
    width: 97px;
    height: 13px;
    outline: none;
}
h3.replace.link a:hover {
    background-position: right -13px;
}
#contenttop h3 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 915px;
}
#contentleft h3 {
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 6px;
    font-size: 1.1em;
    margin: 15px 0;
    clear: both;
}
#contentleft #frame h3 {
    clear: both;
    margin-top: 5px;
    padding-left: 10px;
}
#contentleft #frame h3.replace {
    background-position: 10px 2px;
}
#contentright h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
}
#contentright h3.suffixe {
    font-weight: normal;
    font-size: 1.1em;
    color: #999;
}
#contentright h3.suffixe span {
    font-weight: bold;
    color: #000;
}
#contentright h3.link a {
    background-position: right -2px;
}
#contentright h3.link a:hover {
    background-position: right -15px;
}
h3.suffixe {
    padding-left: 40px !important;
}
#frame h3.suffixe {
    padding-top: 1px;
}
h3.suffixe.latest {
    background-image: url(latest.gif);
    padding-left: 49px !important;
}
h3.suffixe.work {
    padding-left: 40px !important;
}
h3.suffixe.more {
    background-image: url(more.gif);
    padding-left: 39px !important;
}
h3.suffixe.team {
    background-image: url(team.gif);
    padding-left: 38px !important;
}
h3.suffixe.members {
    padding-left: 70px !important;
}
h3.replace.photo {
    background-image: url(photo.gif);
}
h3.replace.images {
    background-image: url(images.gif);
}
h3.suffixe.images {
    padding-left: 47px !important;
}
h3.replace.video {
    background-image: url(video.gif);
}
h3.replace.videos {
    background-image: url(videos.gif);
}
h3.suffixe.videos {
    padding-left: 45px !important;
}
h3.replace.friends {
    background-image: url(friends.gif);
}
h3.suffixe.friends {
    padding-left: 49px !important;
}
h3.replace.carpool {
    background-image: url(carpool.gif);
}
h3.replace.work {
    background-image: url(work.gif);
}
h3.replace.works {
    background-image: url(works.gif);
}
h3.replace.display {
    background-image: url(display.gif);
}
h3.replace.most_popular {
    background-image: url(most_popular.gif);
}
h3.replace.team {
    background-image: url(team.gif);
}
h3.replace.profil_du_jour {
    background-image: url(profil_du_jour.gif);
}
h3.replace.larene {
    background-image: url(larene.gif);
}
h3.replace.larene a {
    width: 60px;
}
h3.replace.my_hub {
    background-image: url(my_hub.gif);
}
h3.replace.yellow_hub {
    background-image: url(yellow_hub.gif);
}
h3.replace.hubscores {
    background-image: url(hubscores.gif);
}
h3.replace.mini_bio {
    background-image: url(mini_bio.gif);
}
h3.replace.about {
    background-image: url(about.gif);
}
h3.replace.contact {
    background-image: url(contact.gif);
}
h3.replace.liens {
    background-image: url(liens.gif);
}
h3.replace.blogs {
    background-image: url(blogs.gif);
}
h3.suffixe.blogs {
    padding-left: 43px !important;
}
h3.replace.latest_projects {
    background-image: url(latest_projects.gif);
}
h3.replace.latest_blogs {
    background-image: url(latest_blogs.gif);  
}
h3.replace.latest_work {
    background-image: url(latest_work.gif);  
}
h3.replace.latest_work a {
    width: 90px;
}
h3.replace.latest_images {
    background-image: url(latest_images.gif);  
}
h3.replace.latest_videos {
    background-image: url(latest_videos.gif);
}
h3.replace.latest_videos a {
    width: 94px;
}
h3.replace.latest_contacts {
    background-image: url(latest_contacts.gif);  
}
h3.replace.latest_contacts a {
    width: 111px;
}
h3.replace.blog360 {
    background-image: url(360.gif);  
}
#latestblogs h3.replace {
    margin-bottom: 0;
    border-bottom-color: #CCC;
}
h3.replace.latest_news {
    background-image: url(latest_news.gif);
}
h3.replace.meeting_point_latest {
    background-image: url(meeting_point_latest.gif);
}
h3.replace.meeting_point {
    background-image: url(meeting_point.gif);
}
h3.suffixe.meeting_point {
    padding-left: 102px !important;
}
h3.replace.meeting_point a {
    width: 102px;
}
h3.replace.happy_birthday {
    background-image: url(happy_birthday.gif);
}
h3.replace.team_status {
    background-image: url(team_status.gif);
}
h3.replace.members {
    background-image: url(members.gif);
}
h3.replace.find_by {
    background-image: url(find_by.gif);
}
h3.replace.most_recent_members {
    background-image: url(most_recent_members.gif);
}


/* Search form */
#search {
    position: relative;
    margin-left: -17px;
    background: #FFF url(search_bg.png) no-repeat top left;
    min-height: 34px;
    padding: 8px;
    padding-right: 0;
}
#contentright #search {
    margin-top: 15px;
    margin-bottom: -20px;
}
#search label {
    font-weight: bold;
    padding-left: 9px;
}
#search input[type=text] {
    background: #FFF url(search_input_bg.png) no-repeat;
    width: 147px;
    height: 16px;
    padding-top: 2px;
    padding-left: 8px;
    border: none;
}

/* Sidebar */
ul.display {
    margin-top: 5px;
}
ul.display li a {
    display: block;
    color: #999;
    font-weight: bold;
    padding: 5px 0;
}
ul.display li.on a, ul.display li a:hover {
    color: #669933;
}
ul.display li select {
    width: 225px;
}

/* Home */
#content.hub #contentleft {
    margin-top: 17px;
    margin-left: 20px;
}
#content.hub #latestnews {
    position: relative;
    background: #FFF url(latest_news_bg.gif) no-repeat bottom left;
    width: 660px;
}
#content.hub #latestnews h3 {
    margin: 0;
    clear: none;
    padding-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 660px;
    height: 19px;
    border-bottom: none;
}
#content.hub #latestnews p, #content.hub #latestnews ul {
    position: relative;
    z-index: 2;
    margin: 0 10px 0 100px;
    font-size: 1.1em;
    line-height: 1.5em;
    padding-top: 3px;
    padding-bottom: 6px;
    min-height: 18px;
}
#content.hub #contentright {
    margin-top: 0;
}

/* Arene */
#content.arene #contentright {
    margin-top: 10px;
}

.bloc_profil h4, .bloc_profil h5, .bloc_profil p {
    line-height: 1.55em;
}
.bloc_profil img {
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #ddd;
}
.bloc_profil h4 {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    margin-top: 8px;
}
.bloc_profil h5 {
    font-weight: normal;
    color: #666;
}
.bloc_profil p {
    margin-top: 5px;
}

#areneHome ul li {
    line-height: 1.3em;
    padding: 3px;
    border-bottom: 1px dotted #CCC;
}
#areneHome ul li:hover {
    /*background-color: #F9F9F9;*/
}
#areneHome ul li strong {
    padding-right: 1px;
    color: #333;
}
#areneHome #arenePost {
    position: relative;
    margin-top: -1px;
    background-color: #F4F4F4;
    padding: 4px;
}
#areneHome #arenePost input {
    width: 223px;
    padding: 1px 3px;
}


/* People */
#content.people #contenttop h3 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#content.people #profileHeader {
    position: relative;
    width: 330px;
    float: left;
}
#content.people #profileHeader img {
    float: left;
    margin-right: 10px;
}
#content.people #profileHeader h4 {
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 5px;
}
#content.people #profileHeader p {
    color: #666;
    margin-bottom: 5px;
}
#content.people #profileDescription {
    position: relative;
    min-height: 130px;
    border-left: 1px dotted #CCC;
    margin-top: -15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    float: left;
    margin-left: 15px;
    font-size: 1.1em;
    width: 295px;
}
#content.people #profileDescription dt {
    float: left;
    clear: both;
    width: 130px;
    margin-right: 10px;
    color: #999;
    padding: 0 0 8px;
    line-height: 1.2em;
}
#content.people #profileDescription dd {
    padding: 0 0 5px;
    float: left;
    width: 155px;
    padding: 0 0 8px;
    line-height: 1.2em;
}
#content.people .sep {
    border-top: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

#content.people #contentleft {
    margin-left: 20px;
    margin-top: 15px;
}
#content.people #contentright  {
    margin-top: 10px;
}

/* Bloglist */
#bloglist li {
    display: block;
    margin-top: 8px;
    line-height: 1.4em;
}
#bloglist li a {
    margin-right: 10px;
    color: #333;
}
#bloglist li a:hover {
    color: #669933;
}
#bloglist li a span {
    color: #999;
}
#bloglist li.archives h4 {
    background-color: #F1F1F1;
    color: #333;
    font-weight: bold;
    padding: 1px;
    padding-left: 7px;
}
#bloglist li li {
    margin-left: 8px;
}


#content.people div.latest {
    clear: both;
    padding-bottom: 20px;
}
#content.people div.latest .item {
    float: left;
    margin-left: 23px;
    margin-right: 21px;
    width: 118px;
    font-size: 1.1em;
    line-height: 1.3em;
}
#content.people div.latest .item span {
    display: block;
    color: #669933;
    font-weight: bold;
    margin: 5px 0 0;
}
ul.latestblogs {
    background-color: #F4F4F4;
    margin-bottom: 20px;
}
ul.latestblogs li {
    padding: 10px 0;
    margin-left: 15px;
    border-bottom: 1px dotted #CCC;
}
ul.latestblogs li.last {
    border-bottom: none;
}
ul.latestblogs li h4 {
    color: #669933;
    font-size: 1.2em;
    margin-bottom: 3px;
}
ul.latestblogs li h4 span {
    color: #999;
    font-size: .9em;
    font-weight: normal;
}
ul.latestblogs li h4 span a {
    color: #669933;
}
ul.latestblogs li p {
    color: #4B4B4B;
}
ul.latestblogs li p a {
    color: #669933;
}
#content.people div#latestcontacts {
    min-height: 140px;
}
#content.people div#latestcontacts .item {
    margin-left: 23px;
    margin-right: 0;
    width: 80px;
}

/* Project */

#content.projectView #contentleft h3.replace.work {
    background: #FFF url(work.gif) no-repeat;
    width: 660px;
}
#content.projectView #contentleft h3.replace.suffixe.work {
    width: 620px;
}
#content.projectView #contentleft {
    margin-top: 5px;
    margin-left: 20px;
}
#content.projectView #projectDescription {
    margin: 5px 28px 25px;
}
#content.projectView #projectDescription hr {
    clear: both;
    color: #E6E6E6;
    background-color: #E6E6E6;
    margin: 10px 0;
    border: none;
    height: 1px;
}
#content.projectView #projectDescription p {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #666;
}
#content.projectView h3.latest {
    background-position: 28px 1px;
    margin-bottom: 0;
}
#content.projectView div.list {
    padding: 15px 20px 0 0;
    background-color: #F4F4F4;
}
#content.projectView div.list .item {
    float: left;
    width: 118px;
    font-size: 1.1em;
}
#content.projectView div.list .item.last {
    margin-right: 0;
}
#content.projectView div.list .item span {
    display: block;
    color: #669933;
    font-weight: bold;
    margin: 5px 0;
}
#content.projectView #contentright {
    margin-top: -1px;
}

/* Lists */
div.list.notitle {
    padding-top: 15px;
}
div.list .item {
    float: left;
    margin-left: 20px;
    margin-bottom: 25px;
    line-height: 1.2em;
}
div.list .item img {
    display: block;
}
div.list .item span {
    font-weight: bold;
    display: block;
    margin: 5px 0 0;
    color: #669933;
}
div.list .item span.desc {
    color: #333;
    font-weight: normal;
    margin-top: 0;
}
div.list .item a {
    display: block;
    color: #666;
}
div.list .item a:hover {}
div.list .item a:hover span {}
div.list .item.last {
    margin-right: 0;
}
div.list.w120 .item {
    width: 120px;
    margin-right: 24px;
    overflow: hidden;
}
div.list.w85 .item {
    width: 85px;
    margin-right: 0;
}
div.list.teamlist .item {
    margin-right: 10px;
    margin-left: 0;
}
div.list.memberslist .item {
    width: 105px;
    margin-right: 10px;
    margin-left: 15px;
    overflow: hidden;
}

/* Blog */
#content.blog #contentleft {
    margin-top: 15px;
}
#content.blog #image_blog {
    margin-top: 15px;
}
#content.blog div.blog {
    margin: 15px;
    padding-top: 10px;
    margin-bottom: 0;
}
#content.blog div.blog h5 {
    position: relative;
    float: right;
    background: #FFF url(blog_comments_bg.gif) no-repeat top left;
    height: 30px;
    margin-top: 10px;
    margin-right: -15px;
    padding: 10px;
    padding-left: 25px;
    font-weight: normal;
    font-size: 1.1em;
}
#content.blog div.blog h5 a {
    color: #669933;
    padding-left: 10px;
}
#contentleft div.blog .photos {
    margin: 10px;
}
#contentleft div.blog .photos a {
    float: left;
    margin-right: 10px;
}
.comments ul.commentlist {
    clear: both;
    background-color: #F4F4F4;
    border-top: 1px solid #CCC;
    margin-bottom: 10px;
}
.comments ul.commentlist li {
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
    margin-left: 15px;
}
.comments ul.commentlist li.last {
    border-bottom: none;
}
.comments ul.commentlist img {
    float: left;
    display: block;
    margin: 0;
    border: 0;
    margin-right: 5px;
}
.comments ul.commentlist h4 {
    font-weight: normal;
    color: #669933;
    font-size: 1.1em;
    margin-bottom: 3px;
}
.comments ul.commentlist h4 span {
    color: #999;
    font-size: .9em;
}
.comments ul.commentlist p {
    line-height: 1.4em;
    font-style: italic;
}
#commentform {
    margin-left: 15px;
    margin-bottom: 15px;
}
#commentform textarea {
    height: 80px;
    width: 320px;
    margin: 0 0 5px;
}
#content.blog #contentright {
    margin-top: 10px;
}

/* Dashboard */
#admin_links ul {
    position: absolute;
    left: 0;
    margin-top: 30px;
    width: 920px;
    margin-left: 20px;
}
#admin_links ul li {
    float: left;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #AAA;
    margin-right: 15px;
    padding: 3px;
}
.active-scaffold {
    margin: 60px 20px 10px;
}
.active-scaffold  h2 {
    text-align: left;
    line-height: 1.9em;
}

/* Partie identification */
input.username {
	padding-left:18px;
	background-image: url('/images/auth/account_username.png');
	background-repeat: no-repeat;
	border: 1px #bbb solid;
	font-size: 1em;
}

input.password {
	padding-left:18px;
	background-image: url('/images/auth/account_password.png');
	background-repeat: no-repeat;
	border: 1px #bbb solid;
	font-size: 1em;
}

/* My Hub */
#authbox .avatar {
    margin: 0;
    float: left;
    margin-right: 8px;
}
#authbox input {
    margin: 0;
    padding: 2px;
    width: 180px;
    vertical-align: top;
    font-size: .9em;
    width: 150px;
}
#authbox h4 {
    margin-top: 3px;
    color: #669933;
    float: left;
    font-size: 1.3em;
    line-height: 1em;
    width: 245px;
}
#authbox h4 span {
    position: absolute;
    z-index: 1;
    top: 62px;
    left: 65px;
    width: 253px;
    height: 18px;
    overflow: hidden;
    display: block;
    font-weight: normal;
    font-size: .8em;
    color: #333;
}
#authbox h4 a {
    font-size: .8em;  
}
#authbox #status_real {
    cursor: pointer;
}
#authbox #status_real:hover {
    color: #669933;
}
#authbox ul {
    width: 100px;
    float: right;
    position: relative;
    line-height: 1.3em;
}
#authbox li {
    text-align: right;
    position: relative;
    margin: 5px 0;
    display: block;
    height: 1.2em;
}
#authbox li div {
    position: relative;
}
#authbox li a {
    color: #666;
    padding-bottom: 2px;
    border-bottom: 1px dotted #C1C1C1;
}
#authbox li a:hover {
    border-bottom: 1px solid #C1C1C1;
    color: #669933;
}
#accountinfo #status_reply {
    position: relative;
    top: 3px;
    color: #669933;
    font-weight: bold;
}

/* Hub status box*/
ul#statusbox li {
    margin-top: 15px;
    color: #666;
    line-height: 1.3em;
}
ul#statusbox li a {
    color: #669933;
}
ul#statusbox li em {
    color: #B5B5B5;
}

/* Yellow Hub */
#meetingpoint p.intro, #meetingpoint div {
    margin: 15px 15px 30px 0;
    color: #666;
}
#meetingpoint a {
    color: #669933;
    font-weight: bold;
}
#meetingpoint h4 {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    color: #669933;
    margin-bottom: 3px;
}
#meetingpoint a:hover {
    color: #669933;
}
#meetingpoint img {
    float: left;
    margin-right: 17px;
}
#meetingpoint p.intro img {
    margin-right: 10px;  
}
#meetingpoint span {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

/* Hubscores */
#hubscores h4 {
    position: absolute;
    top: -2px;
    right: 20px;
    color: #FF9933;
    font-weight: normal;
    font-size: 1.3em;
}
#hubscores ul {
    margin-top: 5px;
}
#hubscores li {
    display: block;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding: 3px;
    border-bottom: 1px dotted #CCC;
}
#hubscores img {
    float: left;
    margin-right: 5px;
}
#hubscores span.classement {
    font-weight: bold;
    color: #FF9933;
}
#hubscores span.name {
    font-weight: bold;
    color: #333;
}
#hubscores span.score {
    position: absolute;
    right: 5px;
    top: 3px;
    color: #666;
}

/* Admin */
#content.admin #contenttop h3.replace {
    background: #FFF url(my_hub.gif) no-repeat;
    width: 915px;
}
#content.admin #user_form {
    margin-left: -3px;
    width: 918px;
    min-height: 170px;
    position: relative;
    background: #FFF url(user_form_bg.png) no-repeat bottom left;
}
#content.admin #user_form div {
    background: transparent url(user_form_top_bg.png) no-repeat top left;
    min-height: 10px;
}
#content.admin #user_form .image {
    float: left;
    width: 100px;
    height: 100px;
    margin: 15px 45px 15px 20px;
}
#content.admin #user_form ul {
    display: block;
    padding: 15px 20px;
    width: 330px;
    float: left;
}
#content.admin #user_form ul li {
    width: 330px;
    margin-bottom: 10px;
}
#content.admin #user_form label {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    width: 130px;
    line-height: 1.6em;
}
#content.admin #user_form input {
    width: 160px;
    padding: 2px;
}
#content.admin #user_form input[type=checkbox] {
    width: auto;
}
#content.admin .blog_message {
    background-color: #F1F1F1;
    padding: 10px;
}
#content.admin .blog_message .attach_file {
    float: right;
    width: 170px;
}
#content.admin .blog_message .attach_file ul {
    margin-top: 10px;
    line-height: 1.2em;
}
#content.admin .blog_message .attach_file li {
    margin-bottom: 5px;
}
#content.admin .blog_message .attach_file li strong {
    display: block;
}
#content.admin .blog_message .attach_file_form {
    margin-top: 10px;
		font-size: 0.8em !important;
		overflow: hidden;
}
#content.admin .blog_message .attach_file_form .btn {
    margin-top: 5px;
}
#content.admin .blog_message .fields {
    float: left;
    width: 455px;
}
#content.admin .blog_message .fields input, #content.admin .blog_message .fields textarea {
    border: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 2px;
    font-size: 1.2em;
}
#content.admin .blog_message .fields #blog_frontpage {
	width: 20px;
}
#content.admin .blog_message .fields input {
    font-weight: bold;
}
#content.admin .blog_message .fields textarea {
    height: 175px;
}
#content.admin .blog_message .valid {
    clear: both;
    font-size: 1.1em;
    padding: 5px 0;
}
#content.admin .blog_message .valid a {
    color: #669933;
    padding-right: 20px;
}
#content.admin #new_blog {
    margin-top: 10px;
}
#blog_infos {
    margin-top: 10px;
    font-size: 1.1em;
    border-bottom: 1px solid #B2B2B2;
}
#blog_infos div {
    clear: both;
    margin-bottom: 10px;
}
#blog_infos img {
    vertical-align: middle;
    margin-right: 10px;
    color: #333;
}
#blog_infos .head_image_form {
    margin-top: 10px;
}
#blog_infos .head_image_form input {
    float: left;
}
#blog_infos .head_image_form input[type=file] {
    margin-top: 3px;
    margin-right: 10px;
}
#blog_description_form {
    font-size: 1.2em;
}
#blog_description_form input[type=text], #blog_description_form textarea {
    border: 1px solid #ACACAC;
    width: 654px;
    padding: 2px;
    margin-bottom: 5px;
}
#blog_description_form input[type=text] {
    font-weight: bold;
}
#blog_description_form textarea {
    height: 80px;
}
#blog_list {
    margin: 10px 0;
    background-color: #F1F1F1;
    padding: 10px 0 25px;
    font-size: 1.1em;
}
#blog_list .pages {
    float: right;
    margin-right: 10px;
}
#blog_list h4 {
    font-size: 1.1em;
    margin-left: 10px;
}
#blog_list dl {
    position: relative;
    margin: 10px 0;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    padding: 0 10px;
}
#blog_list dt, #blog_list dd {
    position: relative;
    border-bottom: 1px dotted #CDCDCD;
    padding: 5px 0;
}
#blog_list dt.last, #blog_list dd.last {
    border-bottom: none;
}
#blog_list dt {
    z-index: 10;
    float: left;
    width: 460px;
    clear: both;
}
#blog_list dt a {
    padding-right: 10px;
}
#blog_list dt span {
    position: absolute;
    right: 0;
    width: 80px;
    font-style: italic;
    color: #6F6F6F;
}
#blog_list dd {
    z-index: 1;
    text-align: right;
}
#blog_list dd a {
    padding-left: 10px;
}
#content.admin #minibio #minibio_btn {
    position: absolute;
    left: 55px;
    color: #999;
    font-size: 1.1em;
}
#content.admin #minibio textarea {
    width: 230px;
    margin-bottom: 5px;
}
#content.admin #minibio, #content.admin #links {
    font-size: 1.1em;
}
#links h3.replace {
    background: #FFF url(liens.gif) no-repeat;
}
#links ul {
    margin-top: 15px;
}
#links li {
    margin-bottom: 10px;
    display: block;
}
#links li a {
    margin-right: 10px;
    color: #669933;
    border-bottom: 1px dotted #C1C1C1;
}   
#links_btn {
    margin-top: 10px;
    margin-bottom: 5px;
}
#content.admin #links_form {
    margin: 5px 0 10px;
}
#content.admin #links_form input[type=text] {
    border: 1px solid #B2B2B2;
    width: 130px;
    padding: 2px;
}   

#console {
	position: absolute; top: 80%; left: 50%; width: 214px; height: 116px; color: white;
	z-index: 100;
	border: solid 2px black;
	background-color: blue;
	margin: -20px 0px 0px -20px;
}
#bottom {
    position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
    width: 100%;
	height: auto;
	margin: 0 auto;
    text-align: center;
}
html>body #bottom {
	position: fixed !important;
}
#alertBox {
    position: relative;
    bottom: 0;
	z-index: 1000;
    background-color: #F7F7F7;
    line-height: 1.3em;
	min-height: 50px;
	overflow: hidden;
	width: 952px;
    margin: 0 auto;
	min-height: 50px;
    background: transparent url(alertbox_bg.png) no-repeat right top;
    text-align: right;
}
#alertBox p {
    color: #fff;
    position: relative;
    width: 215px;
    margin: 13px 15px 10px;
    text-align: left;
    float: right;
}
#alertBox strong {
    color: #fff;
    margin-bottom: 2px;
    display: block;
}
#alertBox a {
    color: #efefef;
}

/* Authbox */
.authbox {
	background: #FFF;
}
#identbox {
    left: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
}
#identbox div.ident {
    position: relative;
    margin: 0 auto;
    margin-top: -80px;
    z-index: 40;
    width: 431px;
    height: 140px;
    background: transparent url(auth_bg.png) no-repeat;
}
#identbox div.bloc {
    margin: 0 20px;
    padding-top: 67px;
}
#identbox div.bloc p.center {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
#identbox #oops {
    float: none;
    text-align: left;
    margin-top: 3px;
}
#identbox #post_email {
    width: 175px;
}
#identbox #accounterror {
    float: none;
}
div.auto_complete {
	width: 250px;
	background: #fff;
	text-align: left;
}
div.auto_complete ul {
	border:1px solid #ccc;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected {
	background-color: #ccc;
}
div.auto_complete ul strong.highlight {
	color: #ccc;
	margin:0;
	padding:0;
}


/* Photo */
.mediaDisplay {
    margin: 0 28px 15px;
    padding-top: 15px;
	text-align: center;
}
.mediaDisplay #mediaDisplay {
    margin-bottom: 8px;
}
.mediaDisplay h4 {
    font-size: 1.5em;
    color: #4D4D4D;
    margin: 10px 0 7px;
	text-align: left;
}
.mediaDisplay em {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
	text-align: left;
}
.comments.photo .commentlist {
    background-color: #FFF;
}
.comments.photo .commentlist li {
    margin-left: 28px;
}
.comments.photo .commentlist a {
    font-weight: bold;
    color: #669933;
}
.comments.photo .commentlist h4 a {
    font-weight: normal;
}
#photoNavigation {
    position: relative;
    margin-top: 103px;
    margin-left: -10px;
    margin-right: 10px;
}
#photoNavigation ul li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
#photoNavigation ul li a {
    display: block;
    padding: 2px;
    border: 1px solid #FFF;
    width: 50px;
    height: 50px;
}
#photoNavigation ul li a:hover {
    border-color: #C2C2C2;
}
#photoNavigation ul li.current {
	background-color: #c2c2c2;
	border-color: #C2C2C2;
}


/* Team */
#content.teamlist #contentleft {
    margin-bottom: 5px;
}
#content.teamlist #contentright {
    margin-top: 5px;
}
#content #contentmain {
    position: relative;
    clear: both;
    margin-left: 25px;
}

/* Members */
#content.memberslist #contentleft {
    margin-top: 0;
}
#content.memberslist #search {
    margin-top: 10px;
}

/* content_form */
.content_form {
    position: relative;
    margin: 15px 25px;
    padding-bottom: 15px;
}
.content_form p {
    color: #999 !important;
}
.content_form a {
    color: #669933;
}
.content_form li {
    position: relative;
    padding: 5px 0;
}
.content_form li label {
    position: relative;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    width: 220px;
    padding: 2px 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: .9em;
}
.content_form li.req label {
    background: #FFF url(req_fields.png) no-repeat top right;
}
.content_form li.valid {
    font-size: 1.1em;
    margin-top: 5px;
}
#content.signup .content_form li.valid {
    margin-left: 290px;
}
.content_form .info {
    color: #FF6600;
}
.slideshow_content {
    margin: auto;
    padding-top: 10px;
	text-align: center;
}
#newsticker {
	background: #ffffaf;
	position: relative;
}
#newsticker ul {
	border: 1px solid #fcf498;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
div.fieldWithErrors input, div.fieldWithErrors textarea {
	background-color: #eee;
	border: red solid 1px;
}
#content.admin .blog_message .fields .fieldWithErrors input,
#content.admin .project_message .fields .fieldWithErrors input {
	background-color: white;
	font-weight: bold;
	border: red solid 1px;
}
#content.admin .blog_message .fields .fieldWithErrors textarea,
#content.admin .project_message .fields .fieldWithErrors textarea {
	height: 175px;
	border: red solid 1px;
}

/* Carpool */
#carpoolBlock {
    margin: 9px;
    padding-bottom: 10px;
}
#carpoolBlock form {
    margin-bottom: 10px;
}

/* Sign up */
#content.signup #contentleft {
    margin-top: 5px;
}
#signup {
    margin: 0 10px 10px;
    padding-top: 8px;
}
#signup ul {
    position: relative;
    margin: 15px;
    margin-right: -15px;
}
#signup li {
    float: left;
    width: 158px;
    margin-right: 0;
}
#signup li h4 {
    text-indent: -8888px;
    background: #FFF no-repeat 0 0;
    height: 12px;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #669933;
    font-size: 1.2em;
}
#signup ul li#signup_myhub h4 {
    background-image: url(signup_myhub.png);
}
#signup ul li#signup_blogs h4 {
    background-image: url(signup_blogs.png);
}
#signup ul li#signup_imagesvideos h4 {
    background-image: url(signup_imagesvideos.png);
}
#signup ul li#signup_imagesvideos img {
    position: relative;
    margin-left: -7px;
}
#signup ul li#signup_friends h4 {
    background-image: url(signup_friends.png);
}
#signup h3.replace {
    clear: both;
    border-bottom: none;
    margin: 30px 0 0 5px !important;
    text-indent: -8888px;
    background-image: url(signup.gif);
}
#signup p {
    color: #999;
    font-size: 1.1em;
}
#signup p.des {
    margin: 0 15px;
}
div.warning_board {
	color: red;
	margin-left: 5px;
	margin-top: 5px;
}
