/*
Theme Name: Respiradom
Theme URI: http://www.adverbia.fr
Description: Theme wordpress respiradom
Author: Adverbia Team
Version: 1.0
Tags: Respiradom, Adverbia, buddypress, bbPress


/* =Reset default browser CSS by Houari belhati
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {outline: 0 none;}

.last {
    border-bottom: 0 none !important;
    margin-bottom: 0 !important;
}

 .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
    float: left;
    width: 670px;
}


#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, "Georgia", "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#main, #wrapper {
    margin: 0 auto;
    width: 920px;
}
#wrapper {
    background: url("images/assets/bande_deg.jpg") repeat-y scroll 0 0 transparent;
    padding: 20px 20px 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
    background: none repeat scroll 0 0 #ABCEDD;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
    background-color: #CCCCCC;
    border: 0 none !important;
    clear: both;
    float: left !important;
    height: 1px !important;
    margin-bottom: 10px !important;
    width: 100%;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #1B5871;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
    height: 230px;
    position: relative;
}

#header #bloc-top {
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 10;
}

#header #bloc-top .search {
    float: right;
}

#header #bloc-top .search #searchform {
    background: url("images/assets/bg-search.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    padding-left: 7px;
    padding-top: 5px;
    width: 191px;
}

#header #bloc-top .search #searchform #s {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    letter-spacing: 0.2px;
}


#header #bloc-top .search #searchform #s::-webkit-input-placeholder { color:#fff; }


#header #bloc-top .search #searchform #searchsubmit {
    background: url("images/assets/icon-search.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    height: 16px;
    margin-right: 10px;
    padding: 0;
    text-indent: -999em;
    width: 15px;
}

#header #site-title {
    background: url("images/assets/halo2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 230px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    width: 300px;
    z-index: 5;
}

#header #site-title #logo {
    float: left;
    height: 230px;
    padding-left: 5px;
    padding-top: 44px;
    width: 225px;
}

#header #site-description {
    bottom: 98px;
    color: #093748;
    float: left;
    font-family: Helvetica Neue;
    font-size: 15px;
    font-weight: 200;
    left: 215px;
    letter-spacing: 0.2px;
    position: absolute;
    text-shadow: 1px 1px 1px #FFFFFF;
	z-index: 20;
}

#header #bloc-bottom {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 790px;
	z-index: 12;
}

#header #bloc-bottom .social {
    float: right;
    margin-right: 10px;
}

#header #bloc-bottom .social a {
    float: left;
    height: 57px;
    margin-right: 15px;
    text-indent: -999em;
    width: 57px;
	-webkit-transition: .3s ease-in-out;  
	-moz-transition: .3s ease-in-out;  
 	-o-transition: .3s ease-in-out;
}

#header #bloc-bottom .social a:hover {
 margin-top: -10px;  

}

#header #bloc-bottom .social .iconFacebook {
    background: url("images/assets/btn-facebook.png") no-repeat scroll 0 0 transparent;
}

#header #bloc-bottom .social .iconTwitter {
    background: url("images/assets/btn-twitter.png") no-repeat scroll 0 0 transparent;	
}

#header #bloc-bottom .social .iconRss {
    background: url("images/assets/btn-rss.png") no-repeat scroll 0 0 transparent;	
	margin-right: 0px !important;
}


/* =Menu
-------------------------------------------------------------- */

#header #bloc-bottom .menu-principal {
    float: left;
    margin-top: 10px;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal {
    margin: 0;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li {
    display: inline;
    float: left;
    height: 57px;
    list-style: none outside none;
    width: 106px;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li:hover {
    height: 57px;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li:active {
	
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li a {
    color: #506F7B;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	background: url("images/assets/bg-menu.png") no-repeat scroll 0 -56px transparent;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li a:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background: url("images/assets/bg-menu.png") no-repeat scroll 0 0px transparent;
	position: relative;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li:hover a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background: url("images/assets/bg-menu.png") no-repeat scroll 0 0px transparent;
	position: relative;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.current-menu-item a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background: url("images/assets/bg-menu.png") no-repeat scroll 0 0px transparent;
	position: relative;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.current-menu-parent a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background: url("images/assets/bg-menu.png") no-repeat scroll 0 0px transparent;
	position: relative;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.current-page-parent a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background: url("images/assets/bg-menu.png") no-repeat scroll 0 0px transparent;
	position: relative;
}



#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.menu-item-584 a {
    height: 46px;
    padding: 10px 0 0;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.menu-item-302 a {
    height: 53px;
    padding: 3px 7px 0;
    width: 90px;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.menu-item-637 a {
    height: 52px;
    padding: 4px 0 0;
}
#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.menu-item-913 a {
    height: 52px;
    padding: 4px 0 0;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.menu-item-15 a {
    height: 47px;
    padding: 10px 0 0;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal li.menu-item-14 a {
    height: 46px;
    padding: 10px 0 0;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal .sub-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    float: left;
    margin: -15px 0 0 4px;
    padding: 15px 15px 5px;
    width: 155px;
    z-index: 50;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal .sub-menu li {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    width: 100%;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal .sub-menu li a {
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    font-family: Helvetica Neue;
    font-size: 12px;
    font-weight: 200;
    height: auto;
    padding: 0 0 5px;
    text-align: left;
    width: 130px;
	background: none;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal .sub-menu li a {
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    font-family: Helvetica Neue;
    font-size: 12px;
    font-weight: 200;
    height: auto;
    padding: 0 0 5px;
    text-align: left;
    text-shadow: none;
    width: 100%;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal .sub-menu li:last-child a {
    border-bottom: 0px;
}

#header #bloc-bottom .menu-principal .menu-menu-principal-container #menu-menu-principal .sub-menu li a:hover {
    color: #6aa0b5;
	text-shadow:none;
}




/* =Connect header
-------------------------------------------------------------- */

#bloc-top .connect {
    float: left;
    margin-left: 250px;
}
	
#bloc-top .connect .connecter {
    margin: 0 0 0 100px;
    padding-top: 6px;
}

#bloc-top .connect .connecter2 {
    margin: 0 0 5px 5px;
    color: #1B5C76;
}
	
	#bloc-top .connect .connecter a {
	    border-left: 1px solid #1B5C76;
	    color: #1B5C76;
	    margin-left: 8px;
	    padding-left: 10px;
	    text-decoration: none;
	}
	
	.fb-connect {
	    float: right;
	    margin-top: 10px;
	}
	
	#fbc_login {
	    border: 0 none;
	    line-height: 0;
	    margin: 0;
	    padding: 0;
	}
	
	#fbc_login span {
	    display: none;
	}

	.FB_login_button {
	    background: none repeat scroll 0 0 transparent;
	    float: left;
	}
	.FB_login_button a {

	}
	
#bloc-top .connect #loginform {
	float: left;
    width: 405px;
}
	
#bloc-top .connect #loginform label {
	display:none;
}

#bloc-top .connect #loginform .login-username input {
	width: 170px;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #CCCCCC;
}

#bloc-top .connect #loginform .login-password input {
	width: 140px;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #CCCCCC;
}
	
#bloc-top .connect #loginform .login-username {
    background: url("images/assets/bg-connect.png") no-repeat scroll 0 0 transparent;
    float: left;
	width: 191px;
	height: 27px;
	padding-top: 7px;
	padding-left:10px;
	margin-bottom: 0px;
}
	
#bloc-top .connect #loginform .login-password {
    background: url("images/assets/bg-connect.png") no-repeat scroll 0 0 transparent;
    float: left;
	width: 191px;
	height: 27px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 0px;
}
	
#bloc-top .connect #loginform .login-submit {
    float: left;
    margin: 0 0 0 -44px;
}

#bloc-top .connect #loginform .login-submit input {
    background: url("images/assets/ok.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 29px;
    margin-top: 3px;
    padding: 0;
    text-indent: -999px;
    width: 39px;
}
	
#bloc-top .connect #loginform .mdp-lost {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

#bloc-top .connect #loginform .mdp-lost a {
    color: #1B5C76;
    font-size: 9px;
    margin: 0;
    text-decoration: none;
}

#bloc-top .connect #loginform .mdp-lost a:hover {
    text-decoration: underline;
}	
	
/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}
#content {
    float: left;
    margin-bottom: 36px;
}
#content {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
	float:left;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #1B5871;
}
#content .entry-title {
	font-size: 1.3em;
	text-align:center;
	line-height: 1.3em;
	margin-bottom: 0;
	background-color:#a9c9d6;
	border:solid 1px #97b4bf;
	border-radius:5px;
	padding:10px 0px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #1B5871;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
    clear: both;
    float: left;
    padding: 12px 0 0;
    width: 100%;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #1B5871;
}
body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #888888;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    width: 100%;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #1B5871;
}
#content .video-player {
	padding: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    border: 5px solid #FFFFFF !important;
    height: auto;
    max-width: 100%;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #1B5871;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
    float: none !important;
    list-style: none outside none;
    margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-body {
    float: left;
    width: 100%;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #1B5871;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #1B5871;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	cursor: pointer;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #1B5871;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #1B5871;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
	float:left;
	width: 540px;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background: url("images/assets/bg-footer.png") repeat scroll 0 0 transparent;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    height: 40px;
    margin-left: -20px;
    padding-top: 10px;
    width: 960px;
}
	
	
#footer .footer-container {
    margin: 0 auto;
    width: 790px;
}
	
	#footer .footer1 {
	    float: left;
	    margin-right: 10px;
	}
	
	#footer .footer1 ul {
	    margin: 0;
	}
	
	#footer .footer1 ul li {
	    background: url("images/assets/bg-tiret.png") no-repeat scroll left center transparent;
	    display: inline;
	    list-style: none outside none;
	    margin-right: 5px;
	    padding-left: 10px;
	}
	
	#footer .footer1 ul li:first-child {
	    background: none;
	}
	
	#footer .footer1 ul li.menu-item-18 {
	    background: transparent;
	}
	
	
	
#footer .footer1 ul li a {
    color: #545454;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline !important;
}
	
#footer .footer2 {
    float: left;
}

	#footer .footer2 ul {
	    margin: 0;
	}

	#footer .footer2 ul li {
	    background: url("images/assets/bg-trait.png") no-repeat scroll left center transparent;
	    display: inline;
	    list-style: none outside none;
	    margin-right: 10px;
	    padding-left: 20px;
	}

#footer .footer2 ul li a {
	color: #245d7e;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.2px;
    text-decoration: none;
}


/* =WIDGET
-------------------------------------------------------------- */

.widget_btn_espace_patients_widget {
    float: left;
    height: 43px;
    text-align: center;
    width: 100%;
}
	
	.widget_btn_espace_patients_widget a {
	    background: url("images/assets/btn-espace-patients.png") no-repeat scroll 0 0 transparent;
	    display: block;
	    height: 43px;
	    margin: 0 auto;
	    text-indent: -999em;
	    width: 143px;
	}
	
	.widget_btn_espace_patients_widget a:hover {
	    background-position: 0 -50px;
	}
	
.widget_btn_espace_pro_widget {
	float: left;
    height: 43px;
    text-align: center;
    width: 100%;
}
	
	.widget_btn_espace_pro_widget a {
		background: url("images/assets/btn-espace-pro.png") no-repeat scroll 0 0 transparent;
	    display: block;
	    height: 48px;
	    margin: 0 auto;
	    text-indent: -999em;
	    width: 148px;
	}
	
	.widget_btn_espace_pro_widget a:hover {
	    background-position: 0 -50px;
	}
	
.widget_btn_espace_bp_widget {
    float: left;
    height: 64px;
    text-align: center;
    width: 100%
}
	
	.widget_btn_espace_bp_widget a {
		background: url("images/assets/btn-communaute.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 64px;
		margin: 0 auto;
		text-indent: -999em;
		width: 211px;
	}
	
.widget_btn_profile_bp_widget {
    float: left;
    height: 64px;
    text-align: center;
    width: 100%
}

	.widget_btn_profile_bp_widget a {
		background: url("images/assets/monprofil.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 64px;
		margin: 0 auto;
		text-indent: -999em;
		width: 211px;
	}	
	
.widget_btn_vie_bp_widget {
    float: left;
    height: 64px;
    text-align: center;
    width: 100%
}

	.widget_btn_vie_bp_widget a {
		background: url("images/assets/btn-vie.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 64px;
		margin: 0 auto;
		text-indent: -999em;
		width: 211px;
	}	

	
.widget_btn_espace_sg_widget {
	float: left;
    height: 59px;
    text-align: center;
    width: 100%
}
	
	.widget_btn_espace_sg_widget a {
		background: url("images/assets/btn-serious_game.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 59px;
		margin: 0 auto;
		text-indent: -999em;
		width: 206px;
	}

.widget_btn_espace_faq_widget {
	float: left;
    height: 67px;
    text-align: center;
    width: 100%
}
	
	.widget_btn_espace_faq_widget a {
		background: url("images/assets/btn-faq.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 67px;
		margin: 0 auto;
		text-indent: -999em;
		width: 211px;
	}
	
	.widget_btn_espace_forum_widget {
		float: left;
	    /*height: 67px;*/
	    text-align: center;
	    width: 100%
	}

		.widget_btn_espace_forum_widget a {
			background: url("images/assets/bouton_forum.png") no-repeat scroll 0 0 transparent;
			display: block;
			height: 67px;
			margin: 0 auto;
			text-indent: -999em;
			width: 211px;
		}

		.widget_btn_espace_forum_widget a.register_link {
			display: block;
			margin: 20px auto;
			font-size:1.2em;
			width: 211px;
			height:auto;
			text-indent:0;
			background:none;
		}

.widget_btn_evaluer_widget {
    float: left;
    height: 43px;
    text-align: center;
    width: 100%;
}
	
	.widget_btn_evaluer_widget a {
	    background: url("images/assets/btn-evaluer.png") no-repeat scroll 0 0 transparent;
	    display: block;
	    height: 43px;
	    margin: 0 auto;
	    text-indent: -999em;
	    width: 150px;
	}
	
	.widget_btn_evaluer_widget a:hover {
	    background-position: 0 -56px;
	}


/* =Widget blog promo
------------------------------------------------------------- */
	
.widget_sp_image {
	text-align: center;
}

/* =Widget listant les blogs
------------------------------------------------------------- */
	
.widget_bpdev_recentblogs_widget {
    float: right;
    margin-right: 5px;
}

.widget_bpdev_recentblogs_widget .top-blogs {
    background: url("images/assets/bg-top-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_bpdev_recentblogs_widget .mid-blogs {
    background: url("images/assets/bg-mid-blogs.png") repeat-y scroll 0 0 transparent;
    padding: 0 25px;
    width: 159px;
	float: right;
}

.widget_bpdev_recentblogs_widget .bottom-blogs {
    background: url("images/assets/bg-bottom-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_bpdev_recentblogs_widget .mid-blogs h3 {
    border-bottom: 1px solid #BCBCBC;
    color: #303030;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul {
	margin: 0 !important;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul li {
    border-bottom: 1px solid #DCDCDC;
    display: block;
    float: left;
    margin: 0 0 5px;
    padding-bottom: 5px;
	width:100%;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul li:last-child {
    border-bottom: none;
}
	
.widget_bpdev_recentblogs_widget .mid-blogs ul li a.img {
    float: left;
    width: 42px;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul li a.img img {
    float: left;
    height: 42px;
    width: 42px;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul li a.content {
    float: left;
    width: 105px;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul li span {

}
	
.widget_bpdev_recentblogs_widget .mid-blogs ul li a {
    color: #303030;
    float: left;
    font-size: 13px;
    width: 100% !important;
}

.widget_bpdev_recentblogs_widget .mid-blogs ul li span {
    float: left;
}

.widget_bpdev_recentblogs_widget .mid-blogs a.all {
    color: #303030;
    float: left;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
}

/* =Widget Partenaires
------------------------------------------------------------- */
	
.widget_btn_partenaire_widget {
    float: right;
    margin-right: 5px;
}

.widget_btn_partenaire_widget .top-partenaires {
    background: url("images/assets/bg-top-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_btn_partenaire_widget .mid-partenaires {
    background: url("images/assets/bg-mid-blogs.png") repeat-y scroll 0 0 transparent;
    padding: 15px 25px;
    width: 159px;
	float: right;
}

.widget_btn_partenaire_widget .mid-partenaires h3 {
    border-bottom: 1px solid #BCBCBC;
    color: #303030;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.widget_btn_partenaire_widget .bottom-partenaires {
    background: url("images/assets/bg-bottom-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}


/* =Widget Membres
-------------------------------------------------------------- */

.widget_new_members {
    float: right;
    margin-bottom: 20px;
    margin-right: 5px;
}

.widget_new_members .top-members {
    background: url("images/assets/bg-top-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_new_members .mid-members {
    background: url("images/assets/bg-mid-blogs.png") repeat-y scroll 0 0 transparent;
    padding: 0 24px;
    width: 161px;
	float: right;
}

.widget_new_members .bottom-members {
    background: url("images/assets/bg-bottom-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_new_members .mid-members h3 {
    color: #303030;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.widget_new_members .mid-members ul.tabs {
    border-top: 1px solid #BCBCBC !important;
    margin: 0 0 10px !important;
}

.widget_new_members .mid-members ul.tabs li {
    display: inline;
    list-style: none outside none;
}

.widget_new_members .mid-members ul.tabs li a {
    color: #000000;
    font-size: 10px;
    padding: 3px;
}

.widget_new_members .mid-members ul.tabs li a.active {
    background: none repeat scroll 0 0 #6097AD;
    color: #FFFFFF;
    font-size: 10px;
    padding: 3px;
}

.widget_new_members .mid-members .content {

}

.widget_new_members .mid-members .content ul {
    margin: 0 !important;
}

.widget_new_members .mid-members .content ul li {
    float: left;
    list-style: none outside none;
    margin-right: 5px;
	margin-bottom : 2px;
	overflow: hidden;
}

.widget_new_members .mid-members .content ul li a {
    float: left;
    text-align: center;
    width: 35px;
}

.widget_new_members .mid-members .content ul li a:hover {
	text-decoration : none;
}

.widget_new_members .mid-members .content ul li a:hover span {
    color: #6097AD;
	text-decoration : none;
}

.widget_new_members .mid-members .content ul li a img {
    height: 35px;
    width: 35px !important;
}

.widget_new_members .mid-members .content ul li a span {
    color: #666666;
    font-size: 10px;
}

.widget_new_members .mid-members .tabbed_area {
    border-bottom: 1px solid #BCBCBC;
    float: left;
    margin-bottom: 5px;
}


.widget_new_members .mid-members a.all {
    color: #303030;
    float: left;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
}

/* =Widget Groups
-------------------------------------------------------------- */

.widget_new_groups {
    float: right;
    margin-bottom: 20px;
    margin-right: 5px;
}

.widget_new_groups .top-groups {
    background: url("images/assets/bg-top-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_new_groups .mid-groups {
    background: url("images/assets/bg-mid-blogs.png") repeat-y scroll 0 0 transparent;
    padding: 0 24px;
    width: 161px;
	float: right;
}

.widget_new_groups .bottom-groups {
    background: url("images/assets/bg-bottom-blogs.png") no-repeat scroll 0 0 transparent;
    height: 11px;
    width: 209px;
	float: right;
}

.widget_new_groups .mid-groups h3 {
    color: #303030;
    font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}

.widget_new_groups .mid-groups ul.tabs {
    border-top: 1px solid #BCBCBC !important;
    margin: 0 0 10px !important;
}

.widget_new_groups .mid-groups ul.tabs li {
    display: inline;
    list-style: none outside none;
}

.widget_new_groups .mid-groups ul.tabs li:last-child {
	margin-left: 3px;
}

.widget_new_groups .mid-groups ul.tabs li a {
    color: #000000;
    font-size: 10px;
    padding: 3px 7px !important;
	margin-right: 0px;
}

.widget_new_groups .mid-groups ul.tabs li a.active {
    background: none repeat scroll 0 0 #6097AD;
    color: #FFFFFF;
    font-size: 10px;
    padding: 3px;
}

.widget_new_groups .mid-groups .content {

}

.widget_new_groups .mid-groups .content ul {
    margin: 0 !important;
}

.widget_new_groups .mid-groups .content ul li {
    float: left;
    list-style: none outside none;
    margin-right: 5px;
	margin-bottom : 2px;
	overflow: hidden;
}

.widget_new_groups .mid-groups .content ul li a {
    float: left;
    text-align: center;
    width: 35px;
}

.widget_new_groups .mid-groups .content ul li a:hover {
	text-decoration : none;
}

.widget_new_groups .mid-groups .content ul li a:hover span {
    color: #6097AD;
	text-decoration : none;
}

.widget_new_groups .mid-groups .content ul li a img {
    height: 35px;
    width: 35px !important;
}

.widget_new_groups .mid-groups .content ul li a span.name {
    color: #666666;
    font-size: 10px;
}
.widget_new_groups .mid-groups .content ul li a span.nb_members {
    color: #666666;
    font-size: 10px;
}

.widget_new_groups .mid-groups .tabbed_area {
    border-bottom: 1px solid #BCBCBC;
    float: left;
    margin-bottom: 5px;
	width: 100%;
}


.widget_new_groups .mid-groups a.all {
    color: #303030;
    float: left;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
}


	
/* =Slider Home
-------------------------------------------------------------- */	
	
#slider-home {
    clear: both;
    height: 400px;
    overflow: hidden;
    padding-left: 6px;
    position: relative;
    width: 100%;
}
	
	#slider-home .jquery-slider-theme-fresh {
	    background: url("images/assets/bg-slider.png") no-repeat scroll 0 0 transparent;
	    height: 369px;
	    width: 663px;
	}	
/*
#slider-home > div > div > div > a > img{margin:15px 15px;max-width:630px;max-height:330px;}
#slider-home > div > div > div > a > div.caption{position:relative;top:-100px;padding:0px 30px;max-width:100%;}*/

/* =Bloc home
-------------------------------------------------------------- */

#bloc1 {
    clear: both;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}
	
#bloc1 .top-bloc1 {
    background: url("images/assets/bg-top-bloc1.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 670px;
	float: left;
}
	
#bloc1 .middle-bloc1 {
    background: url("images/assets/bg-mid-bloc1.png") repeat-y scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Helvetica Neue;
    font-weight: 200;
    line-height: 18px;
    padding: 0 30px;
    text-align: justify;
	float: left;
}

#bloc1 .middle-bloc1 h2 {
    color: #FFFFFF;
    font-weight: 200;
    margin-bottom: 5px;
}
		
#bloc1 .middle-bloc1 p {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0;
    padding-bottom: 5px;
}
	
#bloc1 .bottom-bloc1 {
	background: url("images/assets/bg-bottom-bloc1.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 670px;
	float: left;
}

/* =Bloc home actu
-------------------------------------------------------------- */

#bloc-actu {
    float: left;
    width: 410px;
}
	
#bloc-actu .top-actu {
    background: url("images/assets/bg-top-actu.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    width: 408px;
}
	
#bloc-actu .middle-actu {
    background: url("images/assets/bg-mid-actu.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 0 25px;
    width: 358px;
}
	
#bloc-actu .middle-actu .actualites {
    border-bottom: 1px solid #BCBCBF;
    display: block;
    float: left;
    margin: 0 0 10px;
}
		
#bloc-actu .middle-actu h2 {
    border-bottom: 1px solid #BCBCBC;
    color: #303030;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

#bloc-actu .middle-actu .actualites .bloc-left {
    float: left;
    margin-right: 20px;
}
	
	#bloc-actu .middle-actu .actualites .bloc-right {
	    float: left;
	    width: 205px;
	}
		
	#bloc-actu .middle-actu .actualites img {
	    border: 1px solid #BCBCBF;
	    height: 125px;
	    margin-top: 8px;
	    width: 125px;
	}
			
			#bloc-actu .middle-actu .actualites h3 {
			    color: #6E6E6E;
			    letter-spacing: 0.2px;
			    margin-bottom: 5px;
			    font-family: "Helvetica Neue";
			}
				
			#bloc-actu .middle-actu .actualites p {
			    color: #6E6E6E;
			    font-size: 12px;
			    line-height: 16px;
			    font-family: "Helvetica Neue";
			}
			
			#bloc-actu .middle-actu .actualites p a {
			    color: #256077;
			    float: right;
			    font-size: 12px;
			    line-height: 16px;
			    font-family: "Helvetica Neue";
			}
	
#bloc-actu .bottom-actu {
	background: url("images/assets/bg-bottom-actu.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 28px;
	width: 408px;
}

/* =Bloc Forum
-------------------------------------------------------------- */

#bloc-forum {
    float: right;
    width: 245px;
}
	
#bloc-forum .top-forum {
    background: url("images/assets/bg-top-forum.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 243px;
}
	
#bloc-forum .middle-forum {
    background: url("images/assets/bg-mid-forum.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 0 25px;
    width: 192px;
}

#bloc-forum .middle-forum h2 {
    border-bottom: 1px solid #BCBCBC;
    color: #276b86;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
	padding-bottom: 3px;
}

#bloc-forum .bottom-forum {
    background: url("images/assets/bg-bottom-forum.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 26px;
    width: 243px;
}

/* =Bloc liens
-------------------------------------------------------------- */

#bloc-liens {
    float: right;
    width: 245px;
}
	
#bloc-liens .top-liens {
    background: url("images/assets/bg-top-forum.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 243px;
}
	
#bloc-liens .middle-liens {
    background: url("images/assets/bg-mid-forum.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 0 25px;
    width: 192px;
}

#bloc-liens .middle-liens h2 {
    border-bottom: 1px solid #BCBCBC;
    color: #276b86;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
	padding-bottom: 3px;
}

#bloc-liens .middle-liens .xoxo a {
    color: #1B5871;
    float: left;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
}
#bloc-liens .middle-liens .xoxo a:hover {
	color: #0066CC;
}

#bloc-liens .bottom-liens {
    background: url("images/assets/bg-bottom-forum.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 26px;
    width: 243px;
}
#bloc-liens .middle-liens .xoxo {
	border-bottom: 1px solid #BCBCBC;
    float: left;
    width: 100%;
}

#bloc-liens a.all {
    color: #303030;
    float: left;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
    text-decoration: none;

}

#bloc-liens a.all:hover {
    text-decoration: underline;

}

/* =Bloc Serious game
-------------------------------------------------------------- */

#bloc-sg {
    float: right;
    width: 245px;
}
	
#bloc-sg .top-sg {
    background: url("images/assets/bg-top-forum.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 243px;
}
	
#bloc-sg .middle-sg {
    background: url("images/assets/bg-mid-sg.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 0 13px;
    width: 216px;
}

#bloc-sg .middle-sg .img-sg {
    background: url("images/assets/img-sg.png") repeat-y scroll 0 0 transparent;
    height: 202px;
    width: 217px;
	position:relative;
}

#bloc-sg .middle-sg .img-sg h2 {
    background: url("images/assets/bg-bloc-title.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}

#bloc-sg .middle-sg .img-sg a {
    background: url("images/assets/bg-bloc-title.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    font-size: 22px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-decoration: none;
}

#bloc-sg .middle-sg .img-sg a span {
    background: url("images/assets/fleche-sg.png") no-repeat scroll right 0 transparent;
    float: left;
    height: 30px;
    padding-right: 30px;
}

#bloc-sg .bottom-sg {
    background: url("images/assets/bg-bottom-forum.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 26px;
    width: 243px;
}

/* =Page
-------------------------------------------------------------- */

span.edit-link {
    float: left;
    text-align: right;
    width: 100%;
}
	
span.edit-link a {
    background-color: #6097AD;
    color: #FFFFFF !important;
    padding: 5px 10px;
    text-decoration: none;
}

span.edit-link a:hover {
    color: #1B5871;
}

.page-top {
    background: url("images/assets/bg-top-page.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    width: 671px;
}
	
.page-mid {
    background: url("images/assets/bg-mid-page.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 15px 40px;
    width: 591px;
}
	
.page-bottom {
    background: url("images/assets/bg-bottom-page.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    width: 671px;
}

h1.entry-title {
    color: #1B5871;
    font-weight: 400;
    text-shadow: 1px 1px 1px #FFFFFF;
	float:left;
	width: 100%;
	margin-bottom: 15px !important;
}

.page-mid .entry-content p {
    font-size: 13px;
    width: 100%;
}

.page-mid .entry-content ul {
	float:left;
	width:100%;
}

.page-mid .entry-content a {
	color : #6097AD;
}
.page-mid .entry-content a:hover {
	color: #1B5871;
}

.page-mid .entry-content p img {
	border: 5px solid #FFFFFF;
}

.page-mid .entry-content li {
    font-size: 13px;
    width: 96%;
}

.page-mid .entry-content img {
    border: medium none;
}

.page-mid .entry-content p.conv {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 4px 0 #CCCCCC;
    font-size: 12px;
    padding: 20px;
    width: 550px;
    text-align: justify;
    position: relative;
    margin-bottom: 20px !important;
    font-style: italic;
}

.page-mid .entry-content p.conv:after {
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    width: 0;
}

.page-mid .entry-content h2 {
    clear: none;
    color: #1B5871;
    float: left;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.page-mid .entry-content object {
    border: 5px solid #FFFFFF;
    float: left;
}

.page-mid .entry-content iframe {
	border: 5px solid #FFFFFF;
	float: left;
}

.pagination {
    margin: 0 auto;
    width: 50px;
}

.pagination a {
    text-indent: -999em;
}

.pagination a.left {
    background: url("images/assets/btn-page-left.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    width: 25px;
}

.pagination a.left:hover {
    background: url("images/assets/btn-page-left2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    width: 25px;	
}

.pagination a.right {
    background: url("images/assets/btn-page-right.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    width: 25px;
}

.pagination a.right:hover {
    background: url("images/assets/btn-page-right2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 35px;
    width: 25px;
}


#pag-bottom {
    margin: 0 auto;
    width: 100%;
}

#pag-top {
    margin: 0 auto;
    width: 100%;
}


.page-mid .entry-content .conseils {
    float: left;
    width: 100%;
}

.page-mid .entry-content .conseils h3 {
    border-bottom: 1px dashed;
    color: #D84A00;
    margin: 0 0 5px !important;
}

.page-mid .entry-content .conseils ul {
    width: 96%;
}

.page-mid .entry-content .conseils ul li {
	
}



/* =Buddypress
-------------------------------------------------------------- */

.padder {
    display: block;
    float: left;
    position: relative;
    width: 690px;
}

.padder-top {
    background: url("images/assets/bg-top-bp.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 18px;
    width: 690px;
}

.padder-bottom {
    background: url("images/assets/bg-bottom-bp.png") no-repeat scroll 0 bottom transparent;
    float: left;
    height: 14px;
    width: 690px;
}


.padder-mid {
    background: url("images/assets/bg-mid-bp2.png") repeat-y scroll 0 0 transparent;
    display: block;
    float: left;
    padding: 0 14px;
    width: 664px;
}



body.activation .padder-mid {
    background: url("images/assets/bg-mid-bp.png") repeat-y scroll 0 0 transparent;
}

#activate-page {
	padding: 20px;
}

#activation-form {
	float:left;
	width: 100%;
}

#activation-form p {
	float:left;
	width: 100%;
	margin-bottom: 10px;
}

#col-1 {
    float: left;
    width: 116px;
}
	
#col-1 #item-header {
    float: left;
    width: 100%;
}

#col-1 #item-header #item-header-content {
    background: url("images/assets/bg-head-col1.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    overflow: hidden;
}

#col-1 #item-header #item-header-content h2 {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 33px;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #414040;
    text-transform: uppercase;
}
	
#col-1 #item-header #item-header-avatar {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#col-1 #item-header #message {
	float: left;
    margin-top: 20px;
    width: 100%;
}
	
#col-1 #item-header #message p {
    color: #D84A00;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    text-align: center;
    width: 100%;
}
	
#col-1 #item-header #item-header-avatar a {
    display: block;
    height: 53px;
    margin: 0 auto;
    width: 53px;
}
	
	#col-1 #item-header #item-header-avatar a img {
	    border: 2px solid #FFFFFF;
	    height: auto;
	    width: 49px !important;
	}
	
	#col-1 #item-header #item-header-content {
	    float: left;
	    width: 100%;
	}
	
	
#col-1 #item-header #item-header-content span.user-nicename {}
	
#col-1 #item-header #item-header-content span.activity {}
	
#col-1 #item-header #item-header-content #item-meta {}
	
#col-1 #item-header #item-header-content #item-meta #latest-update {}
	
#col-1 #item-header #item-header-content #item-meta #latest-update a {}
	
#col-1 #item-header #item-header-content #item-meta #item-buttons {}
	
#col-1 #item-nav {
	float: left;
	margin-top: 25px;
	width: 100%;
}
	
#col-1 #item-nav #object-nav {
	display: block;
    float: left;
}
	
#col-1 #item-nav #object-nav ul {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0 0 10px;
    position: relative;
    width: 125px;
}
	
	#col-1 #item-nav #object-nav ul li {
	    float: left;
	    height: 32px;
	    line-height: 35px;
	    width: 100%;
	}
	
	#col-1 #item-nav #object-nav ul li.selected {
	    background: url("images/assets/fleche-menu1.png") no-repeat scroll right center transparent;
	}
	
	#col-1 #item-nav #object-nav ul li:hover {
	    background: url("images/assets/fleche-menu1.png") no-repeat scroll right center transparent;
	}
	
	#col-1 #item-nav #object-nav ul li:active {
	    background: url("images/assets/fleche-menu1.png") no-repeat scroll right center transparent;
	}
	
	#col-1 #item-nav #object-nav ul li a {
	    color: #414040;
	    display: block;
	    float: left;
	    font-size: 15px;
	    padding-right: 15px;
	    text-align: right;
	    text-decoration: none;
	    width: 100px;
	}
	
	#col-1 #item-nav #object-nav ul li a span {
		background: none repeat scroll 0 0 #D84A00;
	    border-radius: 3px 3px 3px 3px;
	    color: #ffffff;
	    margin-left: 2px;
	    padding: 0 6px;
	}
	
	#col-1 #item-nav #object-nav ul li.selected a {
		color: #ffffff;
	}
	
	#col-1 #item-nav #object-nav ul li a:hover {
		color: #ffffff;
	}
	
	#col-1 #item-nav #object-nav ul li a:active {
		 color: #ffffff;
	}
	
#col-2 {
	float: left;
	width: 547px;
}

#col-2 #col-2-1 {
    float: left;
    width: 128px;
}

#col-2 #col-2-1 #subnav {
    float: left;
    width: 100%;
}

#col-2 #col-2-1 #subnav ul {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    position: relative;
    width: 137px;
}

#col-2 #col-2-1 #subnav ul li {
    float: left;
    height: 32px;
    line-height: 35px;
	overflow: hidden;
    width: 100%;
}

#col-2 #col-2-1 #subnav ul #activity-filter-select {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

#col-2 #col-2-1 #subnav ul #activity-filter-select:hover {
	background:none;
}

#col-2 #col-2-1 #subnav ul #activity-filter-select label {
    font-size: 12px;
    margin-left: 16px;
}

#col-2 #col-2-1 #subnav ul #activity-filter-select select {
    width: 58px;
}

#col-2 #col-2-1 #subnav ul li.selected {
    background: url("images/assets/fleche-menu2.png") no-repeat scroll right center transparent;
}

#col-2 #col-2-1 #subnav ul li.current {
    background: url("images/assets/fleche-menu2.png") no-repeat scroll right center transparent;
	overflow: hidden;
}

#col-2 #col-2-1 #subnav ul li:hover {
    background: url("images/assets/fleche-menu2.png") no-repeat scroll right center transparent;
}

#col-2 #col-2-1 #subnav ul li:active {
    background: url("images/assets/fleche-menu2.png") no-repeat scroll right center transparent;
}

#col-2 #col-2-1 #subnav ul li a {
    color: #414040;
    display: block;
    float: left;
    padding-right: 15px;
    text-align: right;
    text-decoration: none;
    width: 100px;
	padding-left: 10px;
	overflow:hidden;
	font-size:15px;
}

#col-2 #col-2-1 #subnav ul li.selected a {
	color:#ffffff;
	text-shadow: 1px 1px 1px #4C8EA9;
}

#col-2 #col-2-1 #subnav ul li a:hover {
	color:#ffffff;
}

#col-2 #col-2-1 #subnav ul li a:active {
	color:#ffffff;
}

#col-2 #col-2-2 {
    float: left;
    width: 419px;
}

#col-2 #col-2-2 .col-2-2-content {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 359px;
}

.bpfb_form_container {
    background-color: transparent !important;
    float: left;
    padding: 1em 1em 1em 0 !important;
    width: 365px;
}

.bpfb_form_container #whats-new-form #whats-new-avatar {
    display: block;
    float: left;
    margin-right: 10px;
    width: 54px;
}

.bpfb_form_container #whats-new-form #whats-new-avatar a {
    float: left;
    height: 54px;
}

.bpfb_form_container #whats-new-form #whats-new-avatar a img {
    border: 2px solid #FFFFFF;
}

.bpfb_form_container #whats-new-form h5 {
    clear: none;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.bpfb_form_container #whats-new-form #whats-new-content {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.bpfb_form_container #whats-new-form #whats-new-content #whats-new-textarea {
    background: url("images/assets/ico-textarea.gif") no-repeat scroll 20px top transparent;
    display: block;
    float: left;
    padding-top: 5px;
    width: 100%;
}

.bpfb_form_container #whats-new-form #whats-new-content #whats-new-textarea #whats-new {
    box-shadow: none;
    height: 40px;
    width: 100%;
}

.bpfb_form_container #whats-new-form #whats-new-content .bpfb_actions_container {
    float: left;
    margin: 0;
    width: 100%;
}

.bpfb_form_container #whats-new-form #whats-new-content .bpfb_actions_container .bpfb_controls_container {
    padding: 0;
}

.bpfb_form_container #whats-new-form #whats-new-content .bpfb_actions_container .bpfb_preview_container {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}

.bpfb_form_container #whats-new-form #whats-new-content .bpfb_actions_container .bpfb_preview_container img {
    height:50px;
}

.bpfb_form_container #whats-new-form #whats-new-content .bpfb_actions_container .bpfb_action_container {
    float: left;
    width: 100%;
}


.bpfb_form_container #whats-new-form #whats-new-content #whats-new-options {
    float: left;
    width: 100%;
}

.bpfb_form_container #whats-new-form #whats-new-content #whats-new-options #whats-new-submit {
    float: right;
}

.bpfb_form_container #whats-new-form #whats-new-content #whats-new-options #whats-new-submit #aw-whats-new-submit {
    background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
}

#whats-new-post-in-box {
    font-size: 14px;
}


/* =Buddypress activité
-------------------------------------------------------------- */

#bpfb_addPhotos {
    background: url("images/assets/picture.png") no-repeat scroll left top transparent !important;
}

#bpfb_addVideos {
    background: url("images/assets/video.png") no-repeat scroll left top transparent !important;
}

#bpfb_addLinks {
    background: url("images/assets/link.png") no-repeat scroll left top transparent !important;
}

#activity-stream {
    float: left;
    font-size: 13px;
    margin-left: 0;
}
	
#activity-stream li.activity {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.bp_album_picture {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.new_member {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.groups {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.friends {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.new_avatar {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.blogs {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.bbp_reply_create {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.bbp_topic_create {
    background-color: #F8FBFC;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 15px;
    width: 340px;
}

#activity-stream li.load-more {
    background-color: #98C4D6;
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    line-height: 30px;
}

#activity-stream li.load-more a {
    color: #FFFFFF;
    float: left;
    text-decoration: none;
    text-shadow: 1px 1px 1px #71A3B7;
    width: 100%;
}

#activity-stream li.load-more:hover {
    background-color: #E2F7FF;
}


#activity-stream li.load-more a:hover {
    color: #659FB5;
    text-shadow: none;
}

	
	#activity-stream li .activity-avatar {
	    float: left;
	    height: 50px;
	    margin-right: 10px;
	}
	
	#activity-stream li .activity-avatar a {
	    float: left;
	}
	
	#activity-stream li .activity-avatar a img {
	    width: 45px;
		height: 50px;
	}
	
	#activity-stream li .activity-content {
	    float: left;
	    width: 280px;
	}
	
	#activity-stream li .activity-content img.avatar {
	    display:none;
	}
	
	
	#activity-stream li .activity-content .activity-header p {
	    color: #07374C;
	    float: left;
	    margin-bottom: 0;
	}
	
	#activity-stream li .activity-content .activity-header a {
	    color: #ff8400;
		text-decoration:none;
	    font-weight: bold;
	}
	
	#activity-stream li .activity-content .activity-inner a {
	    color: #07374C;
	    float: left;
	    font-weight: bold;
	    text-decoration: none;
	    width: 100%;
	    word-wrap: break-word;
	}
	
	#activity-stream li .activity-content .activity-header a.activity-time-since {
	    color: #ff8400;
		text-decoration:none;
	    font-weight: bold;
		width:100%;
		float: left;
	}
	
	#activity-stream li .activity-content .activity-header a span.time-since {
	    color: #6C6C6C;
	    float: left;
	    font-style: italic;
	    font-weight: lighter;
	}	

#activity-stream li .activity-content .activity-inreplyto {
	float: left;
		    width: 100%;
}


#activity-stream li .activity-content .activity-inreplyto a {
	color: #ff8400;
	text-decoration:none;
    font-weight: bold;
}	
	
	#activity-stream li .activity-content .activity-inner {
		float: left;
		    width: 100%;
	}
	
	#activity-stream li .activity-content .bp-mymood-activity-post {
		float: left;
	}
	
.bp-mymood-member-meta {
    background: none repeat scroll 0 0 transparent !important;
    color: #1B5871;
    font-size: 12px;
    padding: 0 !important;
}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link {
	    display: block;
	    float: left;
	    width: 280px;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_preview_container {
	    float: left;
	    height: auto;
	    margin-right: 10px;
	    width: 100px !important;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_preview_container a {
	    float: left;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_preview_container a img {
	    height: auto;
	    width: 100px !important;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_contents {
	    margin-left: 0;
	    width: 165px;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_contents .bpfb_link_preview_title {
	    font-size: 11px;
	    line-height: 14px;
	    margin-top: 8px;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_contents .bpfb_link_preview_url {

	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_contents .bpfb_link_preview_url a {
	    color: gray;
	    text-decoration: none;
	}
	
	#activity-stream li .activity-content .activity-inner .bpfb_final_link .bpfb_link_contents .bpfb_link_preview_body {
	    font-size: 11px;
	    line-height: 14px;
	}
	
	#activity-stream li .activity-content .activity-inner p {
	    float: left;
   		margin-bottom: 0;
    	width: 100%;
	}
	
	#activity-stream li .activity-content .activity-inner iframe {
	    height: 150px;
	    width: 280px;
	}
	
	#activity-stream li .activity-content .activity-meta {
	    float: left;
	    margin-left: -60px;
	    margin-top: 10px;
	    width: 350px;
	}


	
	body.group-home #activity-stream li .activity-content .activity-meta {
	    margin-left: 0px;
	}


	#activity-stream li .activity-content .activity-meta a {
	    background-color: #C0D8E1;
	    color: #000000;
	    font-size: 12px;
	    padding: 4px 10px;
	    text-decoration: none;
	    text-shadow: 1px 1px 1px #DDEBF0;
	}
	
#activity-stream li .activity-content .activity-meta a.acomment-reply {}
	
	#activity-stream li .activity-content .activity-meta a.fav {
	    margin-left: 10px;
	}
	
	#activity-stream li .activity-content .activity-meta a.unfav {
	    margin-left: 10px;
	}
	
	#activity-stream li .activity-content .activity-meta a.delete-activity {
	    margin-left: 10px;
	}
	
	#activity-stream li .activity-comments {
	    float: left;
	    width: 100%;
	}
	
	#activity-stream li .activity-comments form {
	    float: left;
	    margin-top:10px;
	}
	
	#activity-stream li .activity-comments ul {
	    float: left;
	    margin: 10px 0 0;
	}
	
	#activity-stream li .activity-comments ul li {
	    float: left;
	    list-style: none outside none;
		border-top: 1px dotted #CCCCCC;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	#activity-stream li .activity-comments ul li .acomment-avatar {
	    float: left;
	    margin-right: 10px;
	}
	
	#activity-stream li .activity-comments ul li .acomment-meta {
	    float: right;
	    width: 280px;
	}
	
	#activity-stream li .activity-comments ul li .acomment-meta a {
		color: #FF8400;
		font-weight: bold;
		text-decoration: none;
	}
	
	#activity-stream li .activity-comments ul li .acomment-content {
	    float: right;
	    font-size: 12px;
	    width: 280px;
	}
	
	#activity-stream li .activity-comments ul li .acomment-content p {
	    color: #000000;
	    font-family: Arial;
	    margin-bottom: 5px !important;
	    padding: 0;
	    width: 280px;
	}
	
	#activity-stream li .activity-comments ul li .acomment-options {
	    float: right;
	    width: 280px;
	}
	
	#activity-stream li .activity-comments ul li .acomment-options a {
		background-color: #C0D8E1;
	    color: #000000;
	    font-size: 12px;
	    padding: 4px 10px;
	    text-decoration: none;
	    text-shadow: 1px 1px #C0D8E1;
	}
	
	#activity-stream li .activity-comments ul li .acomment-options a.delete {
		margin-left: 10px;
	}
	
	#activity-stream li .activity-comments .ac-reply-avatar {
	    float: left;
	    margin-right: 10px;
	}
	
	#activity-stream li .activity-comments .ac-reply-content {
	    float: left;
	    font-size: 11px;
	    margin-bottom: 10px;
	    width: 280px;
	}
	
	#activity-stream li .activity-comments .ac-reply-content .ac-textarea {
	    float: left;
	    width: 100%;
	}
	
	#activity-stream li .activity-comments .ac-reply-content .ac-textarea textarea {
	    width: 270px;
	}
	
	#activity-stream li .activity-comments .ac-reply-content input {
	    background-color: #6097AD;
	    border: 0 none;
	    color: #FFFFFF;
	    font-size: 12px;
	    padding: 3px 5px;
	    text-decoration: none;
	}
	
	
	#col-2-2 #header-col3 {
	    background: url("images/assets/bg-head-col3.png") repeat scroll 0 0 transparent;
	    height: 32px;
	    margin-bottom: 10px;
	    text-align: center;
	}
	
	#col-2-2 #header-col3 span {
	    color: #336F8D;
	    font-size: 12px;
	    line-height: 32px;
	}

/* =Page profil members.
-------------------------------------------------------------- */

.activity-card {
    display: block;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
	
.activity-card #item-header-avatar {
    float: left;
    margin-right: 20px;
    width: 125px;
}
	
	.activity-card #item-header-avatar a {
	    float: left;
	}
	
	.activity-card #item-header-avatar a img {
	    border: 6px solid #FFFFFF;
		-webkit-box-shadow: 0 6px 8px -6px black;
		   -moz-box-shadow: 0 6px 8px -6px black;
		        box-shadow: 0 6px 8px -6px black;
				height: auto !important;
				    width: 110px !important;
	}
	
	
.activity-card #item-header-avatar span.user-nicename {
    color: #4F8199;
    float: left;
    font-family: Helvetica Neue;
    letter-spacing: 0.2px;
    text-shadow: 1px 1px 1px #BFE5F2;
    width: 100%;
}
	
	.activity-card #item-header-content {
	    float: left;
	    width: 214px;
	}
	
	.activity-card #item-header-content h2 {
	    color: #1B5871;
	    font-family: Helvetica Neue;
	    font-weight: 300;
	    margin-bottom: 0;
	}

.activity-card #item-header-content h2:first-letter {
	text-transform: uppercase;
}

.activity-card #item-header-content #item-meta {
    float: left;
    width: 100%;
}

.activity-card #item-header-content #item-meta #latest-update {
    color: #386F87;
    font-family: Helvetica Neue;
    font-size: 12px;
    font-weight: 300;
}

.activity-card #item-header-content #item-meta #latest-update a {
    background: url("images/assets/glass.png") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 25px;
    text-indent: -9999em;
    width: 25px;
}

.activity-card #item-header-content #item-meta #item-buttons {
    float: right;
    margin-top: 10px;
}

.activity-card #item-header-content #item-meta #item-buttons .friendship-button a {
    background: url("images/assets/bg-add-friend.png") repeat-x scroll 0 0 transparent !important;
}

.activity-card #item-header-content #item-meta #item-buttons .generic-button a {
    background: url("images/assets/bg-button-profil.png") repeat-x scroll 0 0 transparent;
}

.activity-card #item-header-content #item-meta #item-buttons a {
    color: #4B4B4B;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 19px;
    margin-bottom: 5px;
    padding: 3px 10px;
    text-decoration: none;
    width: 115px;
}


.bpfb_images {
    display: block;
    float: left;
    position: relative;
}
	
.bpfb_images a {
    float: left;
}
	
.bpfb_images a img {
    border: 5px solid #FFFFFF;
    box-shadow: 1px 2px 1px #CCCCCC;
    float: left;
    height: 115px;
    margin: 5px;
    width: 115px;
}
	
.bpfb_controls_container {}	
	
	.bpfb_controls_container #bpfb_tmp_photo {
	    float: left;
	    width: 100%;
	}

	.bpfb_controls_container #bpfb_tmp_photo .qq-upload-drop-area {
	    background: none repeat scroll 0 0 transparent;
	    float: left;
	    height: auto;
	    width: 100%;
	}	
	
	.bpfb_controls_container #bpfb_tmp_photo .qq-upload-drop-area span {
	    background-color: green;
	    color: #FFFFFF;
	    font-size: 12px;
	    margin-top: -3px;
	}
	
	.bpfb_controls_container #bpfb_tmp_photo .qq-upload-button {
	    float: left;
	    font-size: 13px;
	    padding: 0;
	    width: 100%;
	}
	
	#bpfb_remote_image_container {
	    float: left;
	    width: 100%;
	}
	
	#bpfb_remote_image_container .bpfb_remote_image {
	    background: none repeat scroll 0 0 #F9F9F9;
	    border: 1px solid #CCCCCC;
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	    height: 20px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 5px;
	    width: 353px !important;
	}
	
	#bpfb_remote_image_preview {
		background: none repeat scroll 0 0 #6AA0B5;
		border: 0 none;
		color: #FFFFFF;
		font-size: 13px;
		padding: 2px 8px;
		float:right;
	}
	
	#bpfb_video_url {
	    background: none repeat scroll 0 0 #F9F9F9;
	    border: 1px solid #CCCCCC;
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	    color: #666666;
	    font-size: 12px !important;
	    height: 20px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 5px;
	    width: 353px !important;
	}
	
	#bpfb_video_url_preview {
	    background: none repeat scroll 0 0 #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF !important;
	    float: right;
	    font-size: 13px !important;
	    padding: 2px 8px;
	}
	
	#bpfb_link_preview_url {
	    background: none repeat scroll 0 0 #F9F9F9;
	    border: 1px solid #CCCCCC;
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	    color: #666666;
	    font-size: 12px !important;
	    height: 20px;
	    margin-bottom: 5px;
	    margin-top: 5px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 5px;
	    width: 353px !important;		
	}
	
	#bpfb_link_url_preview {
	    background: none repeat scroll 0 0 #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF !important;
	    float: right;
	    font-size: 13px !important;
	    padding: 2px 8px;		
	}
	
	.bpfb_preview_container table {
	    border: medium none !important;
	    margin: 0 !important;
	}
	
	.bpfb_preview_container table td {
	    border: 0 none !important;
	    float: left;
	    margin: 0 !important;
	    padding: 0 !important;
	    width: 50%;
	}
	
	.bpfb_link_preview_title {
	    float: left;
	    font-size: 12px !important;
	    font-weight: lighter !important;
	    line-height: 15px;
	    width: 100%;
	}
	
	.bpfb_link_preview_url {
	    float: left;
	    width: 100%;
	}
	
	.bpfb_link_preview_body {
	    float: left;
	    font-size: 11px;
	    line-height: 12px;
	    width: 100%;
	}
	
	.bpfb_thumbnail_chooser {
	    float: left;
	    font-size: 12px;
	    width: 100%;
	}
	
	.bpfb_thumbnail_chooser img {
	    height: 23px !important;
	}
	
	.bpfb_thumbnail_chooser label {
		
	}
	
	.bpfb_link_preview_container {
	    display: block;
	    float: left;
	    height: auto !important;
	    margin-right: 15px;
	    width: 150px !important;
	}
	
	.bpfb_link_preview_container img {
	    height: auto !important;
	    width: 150px !important;
	}
	

	.bpfb_preview_container iframe {
	    height: 200px;
	    width: 100%;
	}
	
	#bpfb_add_remote_image {
	    background-color: #6097AD;
	    border: 0 none;
	    color: #FFFFFF !important;
	    cursor: pointer;
	    float: left;
	    font-size: 12px !important;
	    padding: 3px 9px;
	    text-decoration: none;
		width:100%;
	}
	
	#bpfb_cancel_action {
	    background-color: #d32727;
	    border: 0 none;
	    color: #FFFFFF !important;
	    cursor: pointer;
	    font-size: 12px !important;
	    margin-top: 10px;
	    padding: 3px 9px;
	    text-decoration: none;
	    width: 100%;
	}

.bpfb_controls_container #bpfb_tmp_photo .qq-upload-button input {}	
	
	.bpfb_controls_container #bpfb_tmp_photo_list {
	    float: left;
	    font-size: 12px;
	    margin: 0 0 7px 13px;
	    width: 100%;
	}
	
.bpfb_controls_container #bpfb_tmp_photo_list li {}
	
.bpfb_controls_container #bpfb_tmp_photo_list li .qq-upload-file {}
	
.bpfb_controls_container #bpfb_tmp_photo_list li .qq-upload-size {}
	
.bpfb_controls_container #bpfb_tmp_photo_list li .qq-upload-size {}
	
	.bpfb_controls_container {
	    display: block;
	    float: left;
	    position: relative;
	    width: 100%;
	}
	
.bpfb_remote_image_preview {
	display: block;
    float: left;
    position: relative;
    width: 100%;
}
	
	
.bpfb_controls_container .bpfb_action_container {
	float: left;
    width: 100%;
}
	
.bpfb_action_container p {
    margin: 0 !important;
    width: 100%;
}  	

.bpfb_action_container #bpfb_submit {
	background-color: #6097AD;
	color: #FFFFFF;
	padding: 2px 8px;
	text-decoration: none;
	border: 0 none;
	font-size: 12px;
	cursor: pointer;
	width: 100%;
}

.bpfb_action_container #bpfb_cancel {
	background-color: #d32727;
	color: #FFFFFF;
	padding: 2px 8px;
	text-decoration: none;
	border: 0 none;
	font-size: 12px;
	cursor: pointer;
	width: 100%;
}
	
/* =Page Register
-------------------------------------------------------------- */

body.register .padder-top {
    background: url("images/assets/bg-top-page.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    width: 671px;
}


body.register .padder-mid2 {
    background: url("images/assets/bg-mid-page.png") repeat-y scroll 0 0 transparent;
    display: block;
    float: left;
    padding: 10px 40px;
    width: 592px;
}

body.register .padder-bottom {
    background: url("images/assets/bg-bottom-page.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    width: 671px;
}


body.register #register-page h2 {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#basic-details-section {
    float: left;
    width: 100%;
}

#register-page h4 {
    border-bottom: 1px dotted;
    color: #1B5871;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
}
	
#register-page label, #register-page p  {
    clear: both;
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
}

#register-page .label {
    font-size: 13px;
}

#register-page input {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    float: right;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#profile-details-section {
    float: left;
    width: 100%;
}

#blog-details-section {
    float: left;
    width: 100%;
}

#field_4_month {
	margin-left: 10px;
}

#field_5 {
	margin-left: 10px;
}

#field_10 {
	margin-left: 10px;
}


#register-page .submit {
	float:left;
	width:100%;
}

#register-page .submit input {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    height: 30px;
    padding: 5px 7px 7px;
}

body.chrome #register-page .submit input {
    padding: 7px;
}


#register-page #blog-details {
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

#register-page #blog-detail input {
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#register-page #blog-details label, #register-page #blog-details p {
	clear: both;
	float: none;
	font-size: 13px;
	margin-bottom: 20px;
}

#register-page #blog-details label.name {
    float: left;
    margin: 0;
    width: 100%;
}

#register-page #blog-details label.name2 {
    float: left;
    margin: 0;
}

#register-page #blog-details .bloc4 {
    float: left;
    margin: 10px 0;
    position: relative;
    width: 100%;
}

#register-page #blog-details #signup_blog_url {
    float: none;
}
	
#register-page #blog-details .label2 {
    clear: none;
    float: left;
}

#register-page .editfield {
	float:left;
	width:100%;
	position:relative;
}

#register-page .ligne {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

#field_4_day {
	display:none;
}

#register-page .error {
    color: red;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 25px;
}


/* =Page profil
-------------------------------------------------------------- */

.profile .bp-widget {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

#profile-edit-form {
	float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
	
.profile h4 {
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	border-bottom: 1px solid;
}

.profile .bp-widget table {
    border: medium none !important;
    display: block;
    float: left;
    margin: 0 !important;
    position: relative;
	width: 100%;
}

.profile .bp-widget table tbody {
    border: medium none !important;
    display: block;
    float: left;
    margin: 0 !important;
    position: relative;
	width: 100%;
}
	
.profile .bp-widget table tr {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.profile .bp-widget table tr:even {
    background-color: #fff;
	
}
	
.profile .bp-widget table tr td {
    float: left;
    padding: 0 !important;
    width: 50%;
}
	
.profile .bp-widget table .label {
    color: #1B5871;
}
	
.profile .bp-widget table .data {
    text-align: right;
}
	
.profile .bp-widget table .data p {
    margin: 0 !important;
    width: 100%;
}

	.profile .bp-widget table .data p a {
	    color: #000000;
		text-shadow: 1px 1px 1px #fff;
	}
	
#profile-edit-form ul.button-nav {
	border-bottom: 1px solid #BCBCBC;
	margin: 0 0 10px !important;
	width: 100%;
}
	
#profile-edit-form ul.button-nav li {
	display: inline;
	list-style: none outside none;
}
	
#profile-edit-form ul.button-nav li a {
    color: #000000;
    float: left;
    font-size: 13px;
    padding: 0px 13px;
}
	
#profile-edit-form ul.button-nav li.current {}
	
	#profile-edit-form ul.button-nav li.current a {
	    background: none repeat scroll 0 0 #6097AD;
	    color: #FFFFFF;
	    font-size: 13px;
	    padding: 0px 13px;
		text-decoration:none;
	}
	
	#profile-edit-form ul.button-nav li.current a:hover {
	    background: none repeat scroll 0 0 #6097AD;
	    color: #FFFFFF;
	    font-size: 13px;
		text-decoration:underline;
	}
	
	#profile-edit-form .editfield {
	    float: left;
	    margin-bottom: 10px;
	    width: 100%;
	}
	
	#profile-edit-form .editfield label {
	    color: #1B5871;
	    font-size: 13px;
	}

	#profile-edit-form .editfield .label {
	    color: #1B5871;
	    font-size: 13px;
	}
	
#profile-edit-form .editfield input {
    color: #666666;
    float: right;
    padding-left: 5px;
}
	
#profile-edit-form .submit input {
	background-color: #6097AD;
	color: #FFFFFF;
	padding: 2px 8px;
	text-decoration: none;
	border: 0 none;
	font-size: 12px;
	cursor: pointer;
	float: right;
}

.section-avatar {
	float: left;
    width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 13px;
}

.section-avatar p a {
	color: #1B5C76;
	text-decoration: none;
}

.section-avatar a.button {
	background-color: #6097AD;
	color: #FFFFFF;
	padding: 2px 8px;
	text-decoration: none;
	border: 0 none;
	font-size: 12px;
	cursor: pointer;
	float: right;	
}

.section-avatar p {
	float:left;
	width:100%;
}

.section-avatar #avatar-upload {
	float: left;
    width: 100%;
}

.section-avatar #avatar-upload #file {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.section-avatar #avatar-upload #upload {
    background-color: #8FBCCF;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

#avatar-upload-form h5 {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#avatar-crop-submit {
	background-color: #8FBCCF;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

#avatar-upload-form {
	float:left;
	width:100%;
}

/* =Page Sites
-------------------------------------------------------------- */

body.blogs .padder-mid {
    background: url("images/assets/bg-mid-bp3.png") repeat-y scroll 0 0 transparent;
}

body.blogs #subnav {
    float: left;
    margin-top: 10px;
    width: 100%;
}
	
body.blogs #subnav ul {
    list-style: none outside none;
    margin: 0;
    width: 100%;
}
	
body.blogs #subnav ul li {
    margin-bottom: 10px !important;
}
	
	body.blogs #subnav ul li label {
	    color: #1B5871;
	    float: left;
	    font-size: 16px;
	    font-weight: 400;
	    margin-right: 13px;
	    margin-top: 2px;
	    text-shadow: 1px 1px 1px #FFFFFF;
	}
	
body.blogs #subnav ul li select {}	

.blogs {
    float: left;
    width: 100%;
}

body.blogs #col-2 {
    float: left;
    padding: 0 20px;
    position: relative;
    width: 507px;
}

.blogs #pag-top {
    float: left;
    width: 100%;
}

.blogs .create-blog {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 12px !important;
    padding: 0 15px;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 10px;
    width: 75px;
}

.directory .create-blog {
	display: none;
}
 

.blogs #pag-top #blog-dir-count-top {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}
	
	
	.blogs #blogs-list {
	    list-style: none outside none;
	    margin: 0;
	    width: 100%;
	}
	
	.blogs #blogs-list li {
	    border-bottom: 1px solid #FFFFFF;
	    float: left;
	    margin-top: 10px;
	    padding-bottom: 10px;
	    width: 100%;
	}
	
	.blogs #blogs-list li:last-child {
	    border-bottom: none;
	}
	
	.blogs #blogs-list li .item-avatar {
	    float: left;
	    margin-right: 20px;
	}
	
	.blogs #blogs-list li .item-avatar a {
	    float: left;
	}
	
.blogs #blogs-list li .item-avatar a img {
	border: 2px solid #FFFFFF;
}

.blogs #blogs-list li .item-avatar a img:hover {
	border: 2px solid #666666;
}
	
.blogs #blogs-list li .item {
    float: left;
}
	
.blogs #blogs-list li .item .item-title {}
	
	.blogs #blogs-list li .item .item-title a {
	    color: #1B5871;
		font-weight: 300;
	}
	
.blogs #blogs-list li .item .item-meta {}
	
.blogs #blogs-list li .item .item-meta span {
	color: #336F8D;
	font-size: 12px;
}
	
.blogs #blogs-list li .action {
    float: left;
    text-align: right;
    width: 100%;
}
	
.blogs #blogs-list li .action a {
	background: none repeat scroll 0 0 #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF;
	    font-size: 13px;
	    padding: 2px 8px;
	text-decoration:none;
}

.blogs #blogs-list li .meta {
    float: left;
    font-size: 13px;
    text-align: left;
    width: 100%;
	color: #1B5871;
}

.blogs #blogs-list li .meta a {
	background:none;
	color: #1B5871;
	text-decoration:underline;
}

.blogs #blogs-list li .action a:hover {
	text-decoration:underline;
}
	
..blogs #pag-bottom {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
	
.blogs #pag-bottom #blog-dir-count-bottom {
	border-top: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

body.friend-requests #message, body.my-groups #message {
    margin-top: 35px;
}

#message {
	float:left;
	width:100%;
	text-align:center;
}

#message p {
    color: #D84A00;
    font-size: 14px;
    text-shadow: 1px 1px 1px #E8F3FF;
    width: 100%;
    padding: 0;
}


/* =Page Messages
-------------------------------------------------------------- */

body.messages .messages {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

body.messages .messages #user-pag {
    float: left;
    width: 100%;
}

body.messages .messages #user-pag #messages-dir-count {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

body.messages .messages table {
    border: medium none !important;
    float: left;
    margin: 0 !important;
    width: 100% !important;
}

body.messages .messages table tbody {
    float: left;
    width: 100%;
}
body.messages .messages table tbody tr {
    border-bottom: 1px solid #4C8EA9;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

body.messages .messages table tbody tr.unread {
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}

body.messages .messages table tbody tr td {
	margin-right:10px;
}

body.messages .messages table tbody tr td.thread-count {
    float: left;
    font-size: 12px;
    padding: 0 !important;
    width: auto;
    display: none;
}

body.messages .messages table tbody tr td.thread-avatar {
    float: left;
    padding: 0 !important;
    width: auto;
}

body.messages .messages table tbody tr td.thread-avatar img {
    display: block;
    float: left;
    border: 2px solid #FFFFFF;
}

body.messages .messages table tbody tr td.thread-from {
    float: left;
    font-size: 12px;
    padding: 0 !important;
    width: auto;
}

body.messages .messages table tbody tr td.thread-from a {
    text-decoration: none;
	color: #1B5871;
}

body.messages .messages table tbody tr td.thread-from span {
    color: #666666;
    font-style: italic;
}

body.messages .messages table tbody tr td.thread-info {
    float: left;
    padding: 0 !important;
    width: 68%;
}

body.messages .messages table tbody tr td.thread-info p {
	width:100%;
	margin:0px !important;
	font-size:12px;
}

body.messages .messages table tbody tr td.thread-info p a {
    color: #1B5871;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
}

body.messages .messages table tbody tr td.thread-info p.thread-excerpt a {
    color: #000000;
    font-size: 13px;
}

body.messages .messages table tbody tr td.thread-options {
    float: left;
    font-size: 12px;
    margin-right: 0;
    padding: 0 !important;
    width: 38px;
}

body.messages .messages table tbody tr td.thread-options input {
	
}

body.messages .messages table tbody tr td.thread-options a {
    background: url("images/assets/del.png") no-repeat scroll 0 4px transparent;
    float: right;
    height: 29px;
    text-indent: -999em;
    width: 16px;
}

.messages-options-nav {
    color: #1B5871;
    float: left;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.messages-options-nav a {
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    margin-right: 4px;
    padding: 0 4px;
    text-decoration: none;
}

.messages-options-nav a:last-child {
    margin-right: 0px;
}

#message-type-select {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 258px;
}

#mark_as_read {
	background-color: #5BB75B;
}

#mark_as_unread {
	background-color: #FAA732;
}

#delete_inbox_messages {
	background-color: #DA4F49;
}

#delete_sentbox_messages {
	background-color: #DA4F49;
	float: right;
}

#message-thread {
    float: left;
    position: relative;
    width: 100%;
}


/* =Page Messages - Lecture
-------------------------------------------------------------- */

body.messages #message-subject {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
    margin-top: 10px;
}

#message-recipients {
    font-size: 14px;
    width: 100%;
}

#message-recipients .highlight {

}

#message-recipients .highlight {
    float: left;
    width: 100%;
}

#message-thread .message-metadata a {
	color: #FF8400;
    font-weight: bold;
    text-decoration: none;
}

#message-recipients .highlight  a {
	color: #FF8400;
    font-weight: bold;
    text-decoration: none;
}

#message-recipients a.confirm {
    background-color: #DA4F49;
    bottom: 27px;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    left: 0;
    margin-right: 5px;
    padding: 0 4px;
    position: absolute;
    text-decoration: none;
}

body.messages .message-box {
    border-bottom: 1px solid #4C8EA9;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}

body.messages #send-reply .message-box {
    border-bottom: none;
}

body.messages .message-box .message-metadata img {
	display: none;
}

body.messages .message-box .message-content {
    float: left;
    width: 100%;
}

body.messages .message-box .message-content p {
    height: auto;
    width: 100%;
    word-wrap: break-word;
}

body.messages .message-content textarea {
    height: 100px;
    width: 99%;
}

body.messages .submit input {
	background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 2px 8px;
    text-decoration: none;
}




/* =Page Messages - rediger
-------------------------------------------------------------- */

#send_message_form {
	float:left;
	width:100%;
	padding-top:10px;
	color: #336F8D;
	    font-size: 12px;
}

#send_message_form #message_content {
    height: 100px;
    width: 99%;
}

#send_message_form .friend-tab {
    background-color: #FFFFFF;
    border: 1px solid;
}

#send_message_form .friend-tab a {
	color:#336F8D;
	margin-left:5px;
	text-decoration:none;
}

#send_message_form label {
    float: left;
    width: 100%;
}

#send_message_form ul {
    margin: 0;
    width: 100%;
}

#send_message_form #send-notice {
	
}

#send_message_form #send {
	background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 2px 8px;
    text-decoration: none;
}

/* =Page Amis
-------------------------------------------------------------- */

#members-order-select {
	float: left;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

#members-order-select:hover {
	 background: none repeat scroll 0 0 transparent !important;
}

#members-order-select label {
	font-size: 12px;
	margin-left: 16px;
}

#members-order-select select {
	width: 58px;
}

.friends {
    float: left;
    padding-top: 10px;
    width: 100%;
}

#member-dir-count-top {
	border-bottom: 1px solid;
	color: #1B5871;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 100%;
}

#member-dir-count-bottom {
	border-top: 1px solid;
	color: #1B5871;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 100%;
}



body.friends #friend-list {
    margin: 0 0 10px;
    width: 100%;
    list-style: none outside none;
}

body.friends #friend-list li {
    border-bottom: 1px solid #FFFFFF;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

body.friends #friend-list li .item-avatar {
	float: left;
	margin-right: 20px;
}

body.friends #friend-list li .item-avatar a {
	float: left;
}

body.friends #friend-list li .item-avatar a img {
	border: 2px solid #FFFFFF;
}

body.friends #friend-list li .item {
    float: left;
    width: 285px;
}

body.friends #friend-list li .item .item-title {
    float: left;
    width: 100%;
}

body.friends #friend-list li .item .item-title a {
    color: #1B5871;
    float: left;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

body.friends #friend-list li .item .item-meta span.activity {
	color: #336F8D;
    font-size: 12px;
}

body.friends #friend-list li .action {
    float: left;
    text-align: right;
    width: 100%;	
}

body.friends #friend-list li .action a {
	background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
}



body.friends #members-list {
    margin: 0 0 10px;
    width: 100%;
    list-style: none outside none;
}

body.friends #members-list li {
    border-bottom: 1px solid #FFFFFF;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

body.friends #members-list li .item-avatar {
	float: left;
	margin-right: 20px;
}

body.friends #members-list li .item-avatar a {
	float: left;
}

body.friends #members-list li .item-avatar a img {
	border: 2px solid #FFFFFF;
}

body.friends #members-list li .item {
    float: left;
    width: 285px;
}

body.friends #members-list li .item .item-title {
    float: left;
    width: 100%;
}

body.friends #members-list li .item .item-title a {
    color: #1B5871;
    float: left;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

body.friends #members-list li .item .item-title span.update {
    float: left;
    font-size: 12px;
    width: 100%;
}

body.friends #members-list li .item .item-title span.update span.activity-read-more {

}

body.friends #members-list li .item .item-title span.update span.activity-read-more a {
	background: url("images/assets/glass.png") no-repeat scroll 0 0 transparent !important;
	    float: right;
	    height: 25px;
	    text-indent: -9999em;
	    width: 25px;
}

body.friends #members-list li .item .item-meta {
	float:left;
}

body.friends #members-list li .item .item-meta span.activity {
	color: #336F8D;
    font-size: 12px;
}

body.friends #members-list li .action {
    float: left;
    text-align: right;
    width: 100%;	
}

body.friends #members-list li .action a {
	background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
}


/* =Page Groupes
-------------------------------------------------------------- */

#groups-order-select {
	float: left;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

#groups-order-select:hover {
	 background: none repeat scroll 0 0 transparent !important;
}

#groups-order-select label {
	font-size: 12px;
	margin-left: 16px;
}

#groups-order-select select {
	width: 58px;
}

/* =Page Reglages - Generale
-------------------------------------------------------------- */

body.general .general {
	float:left;
	width:100%;
	padding-top:10px;
}

body.general .general h3 {
	border-bottom: 1px solid;
	    color: #1B5871;
	    float: left;
	    font-size: 21px;
	    font-weight: 400;
	    line-height: 1.3em;
	    margin-bottom: 0;
	    text-shadow: 1px 1px 1px #FFFFFF;
	    width: 100%;
}

body.general #settings-form {
    color: #1B5871;
    float: left;
    width: 100%;
	font-size: 12px;
}

body.general #settings-form label {
    clear: both;
    color: #1B5871;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
}

body.general #settings-form a {
    color: #1B5871;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
	width:100%;
	clear: both;
}

body.general #settings-form input {
	color: #666666;
	float: right;
	padding-left: 5px;
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

body.general #settings-form #pwd {
	
}

body.general #settings-form #pass2 {
    clear: both;
    margin-top: 2px;
}
body.general #settings-form #submit {
	clear: both;
    background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-top: 20px;
    padding: 2px 8px;
    text-decoration: none;
}

/* =Page Reglages - Notifications
-------------------------------------------------------------- */

body.notifications .notifs {
	float:left;
	width:100%;
	padding-top:10px;
}

body.notifications .notifs h3 {
	border-bottom: 1px solid;
	    color: #1B5871;
	    float: left;
	    font-size: 21px;
	    font-weight: 400;
	    line-height: 1.3em;
	    margin-bottom: 0;
	    text-shadow: 1px 1px 1px #FFFFFF;
	    width: 100%;
}

body.notifications #settings-form {
    color: #000000;
    float: left;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

body.notifications #settings-form table {
    border: medium none;
    font-size: 12px;
    margin: 0 0 20px;
}

body.notifications #settings-form table thead {
    background-color: #FFFFFF;
}

table.notification-settings th.icon, table.notification-settings td:first-child {
  display:none;
}

body.notifications #settings-form table thead tr {
	
}

body.notifications #settings-form table thead tr th {
    color: #666666;
    padding: 5px;
}

body.notifications #settings-form table tbody tr td {
    padding: 5px;
}

body.notifications #settings-form table tbody {
	
}

body.notifications #settings-form #submit {
    background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 2px 8px;
    text-decoration: none;
}


/* =FAQ
-------------------------------------------------------------- */

#questions {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#questions ul {
    margin: 0;
    padding-left: 10px;
    width: 100%;
}
#questions li {
    color: #3299BB;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 10px;
}
#questions ul li a {
    color: #506F7B;
    font-size: 13px;
    font-weight: bold;
}
#questions ul li a:hover{  
    color: #00befd;  
}  
#answers {
	float: left;
    margin-bottom: 10px;
    width: 100%;
}
#answers ul {
    margin: 0;
    width: 100%;	
}
#answers ul li {
    clear: both;
    list-style: none outside none;
    margin-bottom: 30px;
    position: relative;
	float:left;
}
#answers h4 {
	clear: none;
    color: #1B5871;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#answers p {
    font-size: 12px;
    margin-left: 15px;
    text-align: justify;
	float:left;
	display:block;
}

.current-faq {
    background-color: #1B5871;
    color: #ffffff;
    float: left;
    padding: 20px;
}
.current-faq h4 {
    color: #FFFFFF !important;
    text-shadow: none !important;
} 
.top-button {  
    border-top: 1px solid #96d1f8;  
    background: #2289a8;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#3299bb), to(#2289a8));  
    background: -moz-linear-gradient(top, #3299bb, #2289a8);  
    padding: 4px 8px;  
    -webkit-border-top-left-radius: 6px;  
    -moz-border-radius-topleft: 6px;  
    border-top-left-radius: 6px;  
    -webkit-box-shadow: rgba(0,0,0,1) -1px -1px 0;  
    -moz-box-shadow: rgba(0,0,0,1) -1px -1px 0;  
    box-shadow: rgba(0,0,0,1) -1px -1px 0;  
    text-shadow: rgba(0,0,0,.4) -1px -1px 0;  
    color: #ffffff !important;  
    font-size: 11px;  
    text-decoration: none;  
    vertical-align: middle;  
    font-weight: bold;  
    float: right;   
    position: absolute;  
	bottom: 0;
	right: 0;
}  
.top-button:hover {  
    border-top-color: #0b93bd;  
    background: #0b93bd;  
    color: #ffffff;  
}  
.top-button:active {  
    border-top-color: #e78c03;  
    background: #e78c03;  
}  


/* =Page blogs
-------------------------------------------------------------- */

body.directory .padder-mid {
    background: url("images/assets/bg-mid-bp.png") repeat-y scroll 0 0 transparent;
    padding: 10px 43px;
    width: 604px;
}

body.directory #blogs-directory-form {
	
}

body.directory #blogs-directory-form h3 {
    color: #1B5871;
    float: left;
    font-weight: 400;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;	
}

body.directory #blogs-directory-form h3 a.button {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 12px !important;
    padding: 0 15px;
    text-shadow: none;
}

body.directory #blog-dir-search {
    float: left;
    width: 100%;
}

body.directory #blogs_search {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #666666 !important;
    float: left;
    font-size: 12px !important;
    height: 17px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

body.directory #blogs_search_submit {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    font-size: 12px !important;
    padding: 3px;
}

body.directory .item-list-tabs {
    float: left;
    margin-top: 20px;
    width: 100%;
}

body.directory .item-list-tabs ul {
    list-style: none outside none;
    margin: 0 !important;
    width: 100% !important;
}

body.directory .item-list-tabs ul li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

body.directory .item-list-tabs ul li:last-child {
    margin-bottom: 0px;
}

body.directory .item-list-tabs ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    color: #6AA0B5;
    display: block;
    float: left;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

body.directory .item-list-tabs ul li a:hover {
    background: none repeat scroll 0 0 #6AA0B5;
    border: 1px solid;
    color: #ffffff;
}

body.directory .item-list-tabs ul li a span {
	   background: none repeat scroll 0 0 #D84A00;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    margin-left: 2px;
    padding: 0 6px;
}

body.directory #subnav {
    margin-bottom: 20px;
    margin-top: 10px;
}


/* =Page Contact
-------------------------------------------------------------- */

#wpcf7-f102-p12-o1 {
    float: left;
    width: 100%;
}

#wpcf7-f102-p12-o1 p {
    margin: 0;
}


#wpcf7-f102-p12-o1 p .wpcf7-form-control-wrap {
	
}

.wpcf7-submit {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 12px !important;
    margin-top: 10px !important;
    padding: 6px;
    width: 100%;
}

.your-message textarea {
    height: 100px;
    width: 99%;
}

.wpcf7-validation-errors {
    border: 1px solid red !important;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 5px !important;
    text-align: center;
    width: 580px;
}

.wpcf7-response-output {
	float: left;
    margin: 0 0 10px;
    width: 555px;
}

/* =Page Membres
-------------------------------------------------------------- */

#members-directory-form h3 {
    color: #1B5871;
    float: left;
    font-weight: 400;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;	
}

#members-dir-search {
    float: left;
    width: 100%;
}

#members_search {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #666666 !important;
    float: left;
    font-size: 12px !important;
    height: 17px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	width: 200px;
}

#members_search_submit {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    font-size: 12px !important;
    padding: 3px;
	cursor:pointer;
}

body.members #members-order-select label {
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-right: 13px;
    margin-top: 2px;
    text-shadow: 1px 1px 1px #FFFFFF;
	margin-left: 0;
}

body.members #members-order-select select {
    width: 200px;
}

.members #members-list {
    list-style: none outside none;
    margin: 0;
    width: 100%;
}

.members #members-list li {
    border-bottom: 1px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.members #members-list li .item-avatar {
    float: left;
    margin-right: 20px;
}

.members #members-list li .item-avatar a {
    float: left;
}

.members #members-list li .item-avatar a img {
    border: 2px solid #FFFFFF;
}

.members #members-list li .item-avatar a img:hover {
    border: 2px solid #666666;
}

.members #members-list li .item {
    float: left;
    width: 530px;
}

.members #members-list li .item .item-title a {
    color: #1B5871;
    font-weight: 300;
}

.members #members-list li .item .item-title .update {
	color: #386F87;
	    font-family: Helvetica Neue;
	    font-size: 12px;
	    font-weight: 300;
}

.members #members-list li .item .item-title .update .activity-read-more a {
	background: url("images/assets/glass.png") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 25px;
    text-indent: -9999em;
    width: 25px;
}

.members #members-list li .item .item-meta span {
    color: #336F8D;
    font-size: 12px;
}

.members #members-list li .action {
    float: left;
    text-align: right;
    width: 100%;
}

.members #members-list li .action a {
    background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
}

.members #members-list li:last-child {
    border-bottom: medium none;
}


/* =Forum
-------------------------------------------------------------- */

body.bbPress .page-mid {
    background: url("images/assets/bg-mid-page.png") repeat-y scroll 0 0 transparent;
    padding: 15px;
    width: 641px;
}

body.bbPress .entry-title {
	margin-left:20px !important;
	margin-bottom:0px !important;
}

.bbp-breadcrumb {
    margin-bottom: 10px;
    width: 94%;
	margin-left:20px;
}

.bbp-breadcrumb p {
    margin: 0 !important;
}

.bbp-breadcrumb p a {
    color: #256077;
	font-size: 12px;
	line-height: 16px;
}

.bbp-breadcrumb p .bbp-breadcrumb-current {
	color: #256077;
}

.bbp-forums {
	border-spacing: 3px !important;
	border-collapse: separate !important; 
}

.bbp-forums thead {
	
}

.bbp-forums thead .bbp-forum-info {
	
}

.bbp-forums thead .bbp-forum-topic-count {
	
}

.bbp-forums thead .bbp-forum-reply-count {
	
}

.bbp-forums thead .bbp-forum-freshness {
    width: 50px;
}

.bbp-forums tbody .bbp-forum-info {
	
}

.bbp-forums tbody .bbp-forum-info a.bbp-forum-title {
    color: #5691AA;
    font-size: 13px;
    text-decoration: none;
}

.bbp-forums tbody .bbp-forum-info .bbp-forum-description {
    font-size: 11px;
    line-height: 16px;
}

.bbp-forums tbody .bbp-forum-topic-count {
	color: #5691AA;
    font-size: 13px;
}

.bbp-forums tbody .bbp-forum-reply-count {
	color: #5691AA;
    font-size: 13px;
}

.bbp-forums tbody .bbp-forum-freshness {
	color: #5691AA;
    font-size: 13px;
}

.bbp-forums tbody .bbp-forum-freshness a {
	color: #5691AA;
    font-size: 13px;
	text-decoration :none;
}

.bbp-forums tbody .bbp-forum-freshness a img {
	width: 15px !important;
}

.bbp-topic-freshness-author a img {
	width: 15px !important;
}

.bbp-forums tbody .bbp-author-name {
	margin-left:5px;
}

.bbp-topic-started-by a img {
	width: 15px !important;
}

.bbp-forums thead tr {}
	
	.bbp-forums thead th {
	    background: url("images/assets/bg-head-forum.png") repeat scroll 0 0 transparent !important;
	    color: #FFFFFF !important;
	}

.bbp-forums tbody tr {}
	
.bbp-forums tbody td {}
	
.social-forum {
	float: left;
    margin-left: 20px;
    width: 100%;
}

.social-forum iframe {
	border: none !important;
}

.bbp-pagination {
	margin-left: 20px;
}	

.bbp-template-notice {
    float: left;
    margin-left: 20px !important;
    width: 580px;
}

.bbp-pagination {
    float: left;
    margin-bottom: 20px;
    width: 600px !important;;
}

.bbp-pagination-count {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

.bbp-topics {
	border-spacing: 3px !important;
	border-collapse: separate !important; 
}

.bbp-topics thead th {
    background: url("images/assets/bg-head-forum.png") repeat scroll 0 0 transparent !important;
    color: #FFFFFF !important;
}

.bbp-topics tbody .bbp-topic-title a {
    color: #5691AA;
    font-size: 13px;
    text-decoration: none;
}

.bbp-topic-voice-count {
	color: #5691AA;
    font-size: 13px;
}

.bbp-topic-reply-count {
	color: #5691AA;
    font-size: 13px;
}

.bbp-topic-freshness {
	color: #5691AA;
    font-size: 13px;
}

.bbp-topic-freshness a {
	color: #5691AA;
    font-size: 13px;
	text-decoration :none;
}

.bbp-author-name {
	margin-left:5px;
}

#new-post {
    float: left;
    padding-left: 20px;
}

.bbp-form {
    border: medium none !important;
    padding: 0 !important;
}

.bbp-form legend {
    background: none repeat scroll 0 0 transparent !important;
    color: #666666 !important;
    font-size: 15px;
    font-weight: lighter !important;
    width: 590px;
}

.bbp-topic-form .bbp-template-notice {
    margin-left:0px !important;
}

.bbp-reply-form .bbp-template-notice {
    margin-left:0px !important;
}

.bbp-form p {
    width: 600px !important;
}

.bbp-submit-wrapper {
    margin-right: 20px;
}

#bbp_topic_submit, #bbp_reply_submit {
	background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
    cursor: pointer;
}

.bbp-replies {
	border-spacing: 3px !important;
	border-collapse: separate !important; 
}

.bbp-replies thead th {
    background: url("images/assets/bg-head-forum.png") repeat scroll 0 0 transparent !important;
    color: #FFFFFF !important;
}

.bbp-replies thead th a {
    color: #FFFFFF !important;
	text-decoration:none;
}

.bbp-reply-author a {
    color: #5691AA;
    margin-left: 0;
}

.bbp-reply-content a {
	color: #5691AA;
}
	
.bbp-topic-description .bbp-author-avatar img {
    width: 16px !important;
}

.bbp-forum-description .bbp-author-avatar img {
    width: 16px !important;
}

	.bbp-author-avatar img, .bbp-reply-author img {
	    height: auto;
	    width: 50px !important;
	}

	
	.bbp-topics-front tr.super-sticky td, .bbp-topics tr.super-sticky td, .bbp-topics tr.sticky td, .bbp-forum-content tr.sticky td {
	    background-color: #BBD3DC !important;
	    font-size: 13px !important;
	}
	
	.super-sticky .bbp-topic-title a {
	    font-weight:bold;
	}
	
	body.home-page #lastreply {
	    float: left;
	    width: 100%;
	}

	body.home-page #lastreply ul {
	    list-style: none outside none;
	    margin: 0;
	    width: 100%;
	}
	
	body.home-page #lastreply ul li {
	    border-bottom: 1px solid #D3D3D3;
	    float: left;
	    margin-bottom: 5px;
	    width: 100%;
	}
	
	body.home-page #lastreply ul li:last-child {
	    border-bottom: 0px;
	}

	body.home-page #lastreply ul .name {
	    float: left;
	    height: 25px;
	    overflow: hidden;
	    width: 100px;
	}

	body.home-page #lastreply ul .name a {
	    color: #616161;
	    font-size: 15px;
	    text-decoration: none;
	}

	body.home-page #lastreply ul .date {
	    color: #276B86;
	    float: right;
	    font-size: 11px;
	}

body.home-page #lastreply ul .apercu {
    clear: both;
    float: left;
    width: 100%;
    color: #276B86;
    font-size: 11px;
    margin: 0;
}

body.home-page #lastreply ul .apercu p {
    color: #276B86;
    font-size: 11px;
    margin: 0;
}

#content p.bbp-topic-meta {
    display: block;
    float: left;
    width: 100%;
}

#content p.bbp-topic-meta span.bbp-topic-freshness-author {
    float: left;
    width: 100%;
}

#content p.bbp-topic-meta span.bbp-topic-freshness-author a.bbp-author-avatar {
    float: left;
    width: 100%;
}

#content p.bbp-topic-meta span.bbp-topic-freshness-author a.bbp-author-name {
    float: left;
    width: 100%;
}
	
	
/* =Gallerie Photos
-------------------------------------------------------------- */

.picture-gallery {
    float: left;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 20px;
    width: 340px;
}

.picture-gallery .picture-thumb-box {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
}

.picture-gallery .picture-thumb-box:hover {
    box-shadow: 0 2px 4px #333333;
}

.picture-gallery .picture-thumb-box .picture-thumb {

}

.picture-gallery .picture-thumb-box .picture-thumb img {
    background-color: #FFFFFF;
}

.picture-gallery .picture-thumb-box .picture-title {
    display:none;
}

.picture-single {
	float:left;
}

.picture-single h3 {
    background: url("images/assets/bg-head-col3.png") repeat scroll 0 0 transparent;
    height: 32px;
    margin-bottom: 0 !important;
    text-align: center !important;
	color: #336F8D;
	font-size: 12px;
	line-height: 32px !important;
}

.picture-outer-container {
    left: 0 !important;
    width: 420px;
}

.picture-inner-container {
    right: 0 !important;
    width: 420px;
}

.picture-inner-container .picture-middle {
    width: 420px;
}

.picture-inner-container .picture-middle img {
    margin: 0 auto;
    max-width: 420px;
} 

.picture-single p {
    color: #386F87;
    font-family: Helvetica Neue;
    font-size: 12px;
    font-weight: 300;
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    width: 380px;
}

.picture-single .picture-meta {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.picture-single .picture-meta .picture-edit {
    background-color: #FAA732;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
}

.picture-single #activity-stream li.bp_album_picture {
    margin-left: 20px;
}

.picture-single .picture-meta .picture-delete {
    background-color: #DA4F49;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
}

.picture-single #activity-stream {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.picture-single #activity-stream .activity-content {
    float: left;
    width: 340px;
}

.picture-single #activity-stream .activity-meta {
    float: left !important;
    margin: 0 !important;
    width: 100% !important;
}

.picture-single #activity-stream li .activity-comments {
    float: left;
    width: 340px;
}

.picture-middle span {
    font-size: 12px;
}

.upload-photos {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 380px;
	padding-top: 10px;
}

.upload-photos h4 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#bp-album-upload-form {
	font-size: 13px;
}

#bp-album-upload-form #file {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#bp-album-upload-form label {
    float: left;
    width: 100%;
}

#bp-album-upload-form #submit {
	background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

#bp-album-edit-form {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#bp-album-edit-form p {
    float: left;
    font-size: 13px;
    width: 100%;
}

#bp-album-edit-form #picture-title {
    float: left;
    width: 100%;
}

#bp-album-edit-form  #picture-description {
	float: left;
    width: 100%;
	height:200px;
}

#bp-album-edit-form #submit {
	background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

#bp-album-edit-form label {
    float: left;
    width: 100%;
}

/* =Hack Chrome
-------------------------------------------------------------- */

.chrome #header #bloc-top .search #searchform {
    padding-top:1px;
}

.chrome .widget_new_groups .mid-groups ul.tabs li:last-child {
    margin-left: 0px;
}

.chrome #header #bloc-top .search #searchform #s:focus {
	outline: none;
}

.chrome #bloc-top .connect #loginform .login-username {
	padding-top:4px;
}

.chrome #bloc-top .connect #loginform .login-username input:focus {
	outline: none;
}

.chrome #bloc-top .connect #loginform .login-password {
	padding-top:4px;
}

.chrome #bloc-top .connect #loginform .login-password input:focus {
	outline: none;
}

.chrome #header #bloc-top .search #searchform #searchsubmit {
    background: url("images/assets/icon-search.png") no-repeat scroll 0 4px transparent;
	height:25px;
}

/* =Page Archives
-------------------------------------------------------------- */

#archives h3 {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 14px;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#archives span {
	
}

#archives a {
    color: #4C8EA9;
}

#archives a:hover {
    color: #1B5871;
}



/* =Buddypress Groupes
-------------------------------------------------------------- */

#groups-directory-form {}
	
#groups-directory-form h3 {
	color: #1B5871;
	    float: left;
	    font-weight: 400;
	    margin-bottom: 15px !important;
	    text-shadow: 1px 1px 1px #FFFFFF;
	    width: 100%;	
}
	
#groups-directory-form h3 a {
	background-color: #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF !important;
	    cursor: pointer;
	    float: right;
	    font-size: 12px !important;
	    padding: 0 15px;
	    text-shadow: none;	
}

#group-dir-search {
    float: left;
    width: 100%;
}

#groups_search {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #666666 !important;
    float: left;
    font-size: 12px !important;
    height: 17px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#groups_search_submit {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    font-size: 12px !important;
    padding: 3px;
}	

.groups #groups-order-select label {
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 13px;
    margin-top: 2px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
	
.groups #groups-order-select #groups-order-by {
	width:120px;
}


.my-groups #groups-order-select label {
	font-size: 12px;
	    margin-left: 16px;
	color:#000;
	text-shadow: 0px;
	margin-right:0px;
	text-shadow: none;
}

/* =Buddypress Create Groupes
-------------------------------------------------------------- */

.group-create .padder-mid {
	background: url("images/assets/bg-mid-bp.png") repeat-y scroll 0 0 transparent;
	    padding: 10px 43px;
	    width: 604px;
}

#create-group-form h3 {
	color: #1B5871;
	    float: left;
	    font-weight: 400;
	    margin-bottom: 15px !important;
	    text-shadow: 1px 1px 1px #FFFFFF;
	    width: 100%;	
}
	
#create-group-form h3 a {
	background-color: #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF !important;
	    cursor: pointer;
	    float: right;
	    font-size: 12px !important;
	    padding: 0 15px;
	    text-shadow: none;	
}	

.picture-single #activity-stream li .activity-comments {
    float: left;
    width: 340px;
}

.picture-middle span {
    font-size: 12px;
}

.upload-photos {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 380px;
	padding-top: 10px;
}

.upload-photos h4 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#bp-album-upload-form {
	font-size: 13px;
}

#bp-album-upload-form #file {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#bp-album-upload-form label {
    float: left;
    width: 100%;
}

#bp-album-upload-form #submit {
	background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

#bp-album-edit-form {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

#bp-album-edit-form p {
    float: left;
    font-size: 13px;
    width: 100%;
}

#bp-album-edit-form #picture-title {
    float: left;
    width: 100%;
}

#bp-album-edit-form #picture-description {
    float: left;
    font-size: 12px;
    height: 200px;
    width: 100%;
}

#bp-album-edit-form #submit {
	background-color: #6097AD;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
}

#bp-album-edit-form label {
    float: left;
    width: 100%;
}

/* =Hack Chrome
-------------------------------------------------------------- */

.chrome #header #bloc-top .search #searchform {
    padding-top:1px;
}

/* =Page Archives
-------------------------------------------------------------- */

#archives h3 {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 14px;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#archives span {
	
}

#archives a {
    color: #4C8EA9;
}

#archives a:hover {
    color: #1B5871;
}


/* =Page Actualités
-------------------------------------------------------------- */

#filters {
    list-style: none outside none;
    margin-bottom: 30px !important;
    width: 96%;
}

#filters li {
    float: left;
    margin-right: 20px;
}

#filters li a {
    background-color: #4C8EA9;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

#filters li a:hover {
    background-color: #D6E9EF;
    color: #4C8EA9;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}


#actu-list {
 border-top: 1px solid #BCBCBF;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding-top: 10px;
    width: 100%;
}

#actu-list:last-child {
    border-bottom: none;
}

#actu-list .bloc-left {
	float: left;
	    margin-right: 20px;
}

#actu-list .bloc-left img {
    border: 1px solid #BCBCBF;
    height: 125px;
    margin-top: 8px;
    width: 125px;
}

#actu-list .bloc-right {
	float: left;
	    width: 435px;
}

#actu-list .bloc-right h3 {
	color: #6E6E6E;
	    letter-spacing: 0.2px;
	    margin-bottom: 5px;	
}

#actu-list .bloc-right p {
    float: left;
    font-size: 12px;
    margin-bottom: 24px;
}

#actu-list .bloc-right p a {
	color: #256077;
	    float: right;
	    font-size: 12px;
	    line-height: 16px;

}

/* =Buddypress Groupes
-------------------------------------------------------------- */

#groups-directory-form {}
	
#groups-directory-form h3 {
	color: #1B5871;
	    float: left;
	    font-weight: 400;
	    margin-bottom: 15px !important;
	    text-shadow: 1px 1px 1px #FFFFFF;
	    width: 100%;	
}
	
#groups-directory-form h3 a {
	background-color: #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF !important;
	    cursor: pointer;
	    float: right;
	    font-size: 12px !important;
	    padding: 0 15px;
	    text-shadow: none;	
}

#group-dir-search {
    float: left;
    width: 100%;
}

#groups_search {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #666666 !important;
    float: left;
    font-size: 12px !important;
    height: 17px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#groups_search_submit {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    font-size: 12px !important;
    padding: 3px;
}	

.groups #groups-order-select label {
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 13px;
    margin-top: 2px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
	
.groups #groups-order-select #groups-order-by {
	width:120px;
}


.my-groups #groups-order-select label {
	font-size: 12px;
	    margin-left: 16px;
	color:#000;
	text-shadow: 0px;
	margin-right:0px;
	text-shadow: none;
}

/* =Buddypress Create Groupes
-------------------------------------------------------------- */

.group-create .padder-mid {
	background: url("images/assets/bg-mid-bp.png") repeat-y scroll 0 0 transparent;
	    padding: 10px 43px;
	    width: 604px;
}

#create-group-form h3 {
	color: #1B5871;
	    float: left;
	    font-weight: 400;
	    margin-bottom: 15px !important;
	    text-shadow: 1px 1px 1px #FFFFFF;
	    width: 100%;	
}
	
#create-group-form h3 a {
	background-color: #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF !important;
	    cursor: pointer;
	    float: right;
	    font-size: 12px !important;
	    padding: 0 15px;
	    text-shadow: none;	
}

#group-create-tabs {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
	
#group-create-tabs ul {
    border-bottom: 1px solid #FFFFFF;
    display: inline;
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}
	
#group-create-tabs ul li {
    display: inline;
    padding: 4px;
}
	
#group-create-tabs ul li a {
	color: #000000;
}		

#group-create-tabs ul li.current a {
    color: #FFFFFF;
	text-decoration:none;
}

#group-create-body {
    float: left;
    width: 100%;
}

#group-create-body label {
	clear: both;
	float: left;
    font-size: 13px;
    margin-bottom: 20px;
}

#group-create-body input {
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    float: right;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#group-create-body textarea {
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    float: right;
    height: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	width: 300px;
}

#group-create-body .submit {
    float: left;
    margin-top: 20px;
    width: 100%;
}

#group-create-body input[type="submit"] {
	background-color: #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF;
	    font-size: 13px;
	    height: 30px;
	    padding: 7px;
}

#group-create-body input[type="button"] {
	background-color: #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF;
	    font-size: 13px;
	    height: 30px;
	    padding: 7px;
}

#group-create-body input[type="file"] {
    float: left;
    font-size: 12px;
}

#group-create-body input[type="submit"]:hover {
	text-decoration:underline;
}

#group-create-body h4 {
    border-bottom: 1px solid;
    margin-bottom: 5px;
}

#group-create-body p {
    font-size: 13px;
    width: 100%;
}

#group-creation-previous {
    float: left !important;
}

#group-creation-next {
	float:right;
}

#group-create-body #invite-list {
    float: left;
    margin-right: 50px;
    width: 200px;
}
	
#group-create-body #invite-list ul {
    width: 100%;
}	
	
#group-create-body #invite-list ul li {
    float: left;
    width: 100%;
}
	
#group-create-body #friend-list {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 350px;
}

#group-create-body #message {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 350px;
}
	
#group-create-body #friend-list li {
	border-bottom: 1px solid #FFFFFF;
	    float: left;
	    margin-top: 10px;
	    padding-bottom: 10px;
	    width: 100%;
}
	
#group-create-body #friend-list li .avatar {
	float: left;
    margin-right: 20px;
}

#group-create-body #friend-list li img {
	border: 2px solid #FFFFFF;
}

#group-create-body #friend-list li h4 {
    border: 0 none;
    clear: none;
    float: left;
    font-weight: 300;
    width: 275px;
}
	
#group-create-body #friend-list li h4 a {
	color: #1B5871;
}
	
#group-create-body #friend-list li span.activity {
	color: #336F8D;
    font-size: 12px;	
	width: 275px;
}
	
#group-create-body #friend-list li .action {
	float: left;
	    text-align: right;
	    width: 100%;
}

#group-create-body #friend-list li .action a {
	background: none repeat scroll 0 0 #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF;
	    font-size: 13px;
	    padding: 2px 8px;
	    text-decoration: none;	
}


/* =Buddypress Page Groupes
-------------------------------------------------------------- */

.group-home .padder-mid {
    background: url("images/assets/bg-mid-bp3.png") repeat-y scroll 0 0 transparent;
}

.group-home .activites {
    background: url("images/assets/bg-head-col3.png") repeat scroll 0 0 transparent;
    color: #336F8D;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-home .highlight {
	background: #DA4F49;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-home .description {
	background: #5BB75B;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-home .description p {
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.group-home #item-body {
    float: left;
    padding: 20px;
    width: 507px;
}

.group-home #item-body #item-actions {
    float: left;
    width: 100%;
}

.group-home #item-body #item-actions h3 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	margin-bottom: 5px;
}

.group-home #item-body #item-actions #group-admins {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}

.group-home #item-body #item-actions #group-admins li {
    float: left;
    margin-right: 10px;
}

.group-home #item-body #item-actions #group-admins li a {
    float: left;
}

.group-home #item-body #item-actions #group-admins li a img {
    border: 2px solid #FFFFFF;
}

.group-home #item-body #item-actions #group-admins li a img:hover {
    border: 2px solid #666666;
}

.group-home #item-body #subnav {
    float: left;
    width: 100%;
}

.group-home #item-body #subnav ul {
    float: left;
    width: 100%;
	margin:0px;
}

.group-home #item-body #subnav ul li {
    float: left;
    list-style: none outside none;
    width: 100%;
}

.group-home #item-body #subnav ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid;
	    color: #6AA0B5;
	    display: block;
	    float: left;
	    font-size: 13px;
	    margin: 0 auto 10px;
	    text-align: center;
	    text-decoration: none;
	    width: 100%;
}

.group-home #item-body #subnav ul li a:hover {
	background: none repeat scroll 0 0 #6AA0B5;
	    border: 1px solid;
	    color: #ffffff;
	    display: block;
	    float: left;
	    font-size: 13px;
	    margin: 0 auto 10px;
	    text-align: center;
	    text-decoration: none;
	    width: 100%;
}

.group-home #item-body #subnav ul li label {
    float: left;
	color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-right: 13px;
    margin-top: 2px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.group-home .bpfb_form_container {
    width: 100%;
}

.group-home #activity-stream {
    width: 100%;
}

.group-admin .padder-mid {
    background: url("images/assets/bg-mid-bp3.png") repeat-y scroll 0 0 transparent;
}

.group-admin .activites {
    background: url("images/assets/bg-head-col3.png") repeat scroll 0 0 transparent;
    color: #336F8D;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-admin .highlight {
	background: #DA4F49;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-admin .description {
	background: #5BB75B;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-admin .description p {
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.group-admin #item-body {
    float: left;
    padding: 20px;
    width: 507px;
}

.group-admin #item-body #item-actions {
    float: left;
    width: 100%;
}

.group-admin #item-body #item-actions h3 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	margin-bottom: 5px;
}

.group-admin #item-body #item-actions #group-admins {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}

.group-admin #item-body #item-actions #group-admins li {
    float: left;
    margin-right: 10px;
}

.group-admin #item-body #item-actions #group-admins li a {
    float: left;
}

.group-admin #item-body #item-actions #group-admins li a img {
    border: 2px solid #FFFFFF;
}

.group-admin #item-body #item-actions #group-admins li a img:hover {
    border: 2px solid #666666;
}

.group-admin #item-body #subnav {
    float: left;
    width: 100%;
}

.group-admin #item-body #subnav ul {
    float: left;
    width: 100%;
	margin:0px;
}

.group-admin #item-body #subnav ul li {
    float: left;
    list-style: none outside none;
    width: 100%;
}

.group-admin #item-body #subnav ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid;
	    color: #6AA0B5;
	    display: block;
	    float: left;
	    font-size: 13px;
	    margin: 0 auto 10px;
	    text-align: center;
	    text-decoration: none;
	    width: 100%;
}

.group-admin #item-body #subnav ul li.current a {
	background: none repeat scroll 0 0 #6AA0B5;
	    color: #ffffff;
}

.group-admin #item-body #subnav ul li a:hover {
	background: none repeat scroll 0 0 #6AA0B5;
	    border: 1px solid;
	    color: #ffffff;
	    display: block;
	    float: left;
	    font-size: 13px;
	    margin: 0 auto 10px;
	    text-align: center;
	    text-decoration: none;
	    width: 100%;
}

.group-admin #item-body #group-settings-form {
	float: left;
    width: 100%;
}
	
.group-admin #item-body #group-settings-form label {
	clear: both;
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
}
	
.group-admin #item-body #group-settings-form input {
	background: none repeat scroll 0 0 #F9F9F9;
	    border: 1px solid #CCCCCC;
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	    float: right;
	    height: 20px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 5px;
		font-size: 12px;
}

.group-admin #item-body #group-settings-form #file {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
	
.group-admin #item-body #group-settings-form textarea {
	background: none repeat scroll 0 0 #F9F9F9;
	    border: 1px solid #CCCCCC;
	    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	    float: right;
	    height: 100px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 5px;
	    width: 250px;	
		font-size: 12px;
}	

.group-admin #item-body #group-settings-form input[type="submit"] {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    height: 35px;
    padding: 7px;
}

.group-admin #item-body input[type="radio"] {
    float: none !important;
}

.group-admin #item-body #group-settings-form #upload {
    background-color: #8FBCCF;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 2px 8px;
    text-decoration: none;
	height: auto !important;
}

.group-admin #item-body #group-settings-form img {
    border: 2px solid #FFFFFF;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 50px;
}	

.group-admin #item-body #group-settings-form p {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
	width: 100%;
}

.group-admin #item-body .standard-form h4 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	margin-bottom: 10px;
}

#delete-group-avatar-button {
	float:left;
	width:100%;
}

#delete-group-avatar-button a {
	background-color: #6097AD;
	    border: 0 none;
	    color: #FFFFFF;
	    cursor: pointer;
	    float: right;
	    font-size: 12px;
	    padding: 2px 8px;
	    text-decoration: none;
}


.group-admin #admins-list {
    list-style: none outside none;
    margin: 0 0 10px;
    width: 100%;
}

.group-admin #admins-list li {
	border-bottom: 1px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
	
.group-admin #admins-list li img {
    border: 2px solid #FFFFFF;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 50px;
}
	
.group-admin #admins-list li h5 {
    clear: none;
    float: left;
    margin: 0;
    width: 440px;
}
	
.group-admin #admins-list li h5 a {
    color: #1B5871;
    float: left;
    font-weight: 300;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
	
.group-admin #admins-list li h5 span {}

	.group-admin #admins-list li h5 span a {
	    background: none repeat scroll 0 0 #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF;
	    float: right;
	    font-size: 13px;
	    padding: 2px 8px;
	    text-decoration: none;
	    text-transform: none;
	    width: auto;
	} 

.group-members .padder-mid {
    background: url("images/assets/bg-mid-bp3.png") repeat-y scroll 0 0 transparent;
}

.group-members .activites {
    background: url("images/assets/bg-head-col3.png") repeat scroll 0 0 transparent;
    color: #336F8D;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-members .highlight {
	background: #DA4F49;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-members .description {
	background: #5BB75B;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-members .description p {
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.group-members #item-body {
    float: left;
    padding: 20px;
    width: 507px;
}

.group-members #item-body #item-actions {
    float: left;
    width: 100%;
}

.group-members #item-body #item-actions h3 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	margin-bottom: 5px;
}

.group-members #item-body #item-actions #group-admins {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}

.group-members #item-body #item-actions #group-admins li {
    float: left;
    margin-right: 10px;
}

.group-members #item-body #item-actions #group-admins li a {
    float: left;
}

.group-members #item-body #item-actions #group-admins li a img {
    border: 2px solid #FFFFFF;
}

.group-members #item-body #item-actions #group-admins li a img:hover {
    border: 2px solid #666666;
}

#member-count-top {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#member-count-bottom {
    border-top: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

.group-members #member-list {
	list-style: none outside none;
    margin: 0 0 10px;
    width: 100%;
}
	
.group-members #member-list li {
	border-bottom: 1px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
	
.group-members #member-list li a img {
	border: 2px solid #FFFFFF;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 50px;
}
	
.group-members #member-list li h5 {
	clear: none;
    float: left;
    margin: 0;
    width: 440px;
}
.group-members #member-list li h5 a {
	color: #1B5871;
	float: left;
	font-weight: 300;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}	
.group-members #member-list li .activity {
	color: #336F8D;
	    font-size: 12px;
}
	
.group-members #member-list li .action {
	float: left;
	    text-align: right;
	    width: 100%;
}

.group-members #member-list li .action a {
    background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
}


.group-admin #request-list {
	list-style: none outside none;
    margin: 0 0 10px;
    width: 100%;
}
	
.group-admin #request-list li {
	border-bottom: 1px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
	
.group-admin #request-list li .avatar img {
	border: 2px solid #FFFFFF;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 50px;
}	
.group-admin #request-list li h4 {
    border: medium none !important;
    clear: none;
    float: left;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 13px !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-shadow: none !important;
    width: 440px !important;
}
.group-admin #request-list li h4 a {
	color: #1B5871;
	float: left;
	font-weight: 300;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}	
.group-admin #request-list li .activity {
	color: #336F8D;
	    font-size: 12px;
}
	
.group-admin #request-list li .action {
	float: left;
	    text-align: right;
	    width: 100%;
}

.group-admin #request-list li .action .generic-button {
    float: right;
    margin-left: 10px;
}

.group-admin #request-list li .action a {
    background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
}


.group-invites .padder-mid {
    background: url("images/assets/bg-mid-bp3.png") repeat-y scroll 0 0 transparent;
}

.group-invites .activites {
    background: url("images/assets/bg-head-col3.png") repeat scroll 0 0 transparent;
    color: #336F8D;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-invites .highlight {
	background: #DA4F49;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-invites .description {
	background: #5BB75B;
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-invites .description p {
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.group-invites #item-meta {
	background: #fff;
    color: #414040;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-invites #item-meta a {
    margin: 0 !important;
    text-align: center;
    width: 100%;
	color: #336F8D;
}

.group-home #item-meta {
	background: #fff;
    color: #414040;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-home #item-meta a {
    margin: 0 !important;
    text-align: center;
    width: 100%;
	color: #336F8D;
}

.group-admin #item-meta {
	background: #fff;
    color: #414040;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-admin #item-meta a {
    margin: 0 !important;
    text-align: center;
    width: 100%;
	color: #336F8D;
}



.group-members #item-meta {
	background: #fff;
    color: #414040;
    float: left;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.group-members #item-meta a {
    margin: 0 !important;
    text-align: center;
    width: 100%;
	color: #336F8D;
}



.group-invites #item-body {
    float: left;
    padding: 20px;
    width: 507px;
}

.group-invites #item-body #item-actions {
    float: left;
    width: 100%;
}

.group-invites #item-body #item-actions h3 {
	border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	margin-bottom: 5px;
}

.group-invites #item-body #item-actions #group-admins {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}

.group-invites #item-body #item-actions #group-admins li {
    float: left;
    margin-right: 10px;
}

.group-invites #item-body #item-actions #group-admins li a {
    float: left;
}

.group-invites #item-body #item-actions #group-admins li a img {
    border: 2px solid #FFFFFF;
}

.group-invites #item-body #item-actions #group-admins li a img:hover {
    border: 2px solid #666666;
}

.group-invites #invite-list {
    float: left;
    margin-right: 50px;
    width: 200px;
}
	
.group-invites #invite-list ul {
    list-style: none outside none;
    margin: 0;
    width: 100%;
}	
	
.group-invites #invite-list ul li {
    float: left;
    width: 100%;
}
	
.group-invites #friend-list {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}

.group-invites #message {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}
	
.group-invites #friend-list li {
	border-bottom: 1px solid #FFFFFF;
	    float: left;
	    margin-top: 10px;
	    padding-bottom: 10px;
	    width: 100%;
}
	
.group-invites #friend-list li .avatar {
	float: left;
    margin-right: 20px;
}

.group-invites #friend-list li img {
	border: 2px solid #FFFFFF;
}

.group-invites #friend-list li h4 {
    border: 0 none;
    clear: none;
    float: left;
    font-weight: 300;
    width: 430px;
	margin-bottom:5px;
}
	
.group-invites #friend-list li h4 a {
	color: #1B5871;
}
	
.group-invites #friend-list li span.activity {
	color: #336F8D;
    font-size: 12px;	
	width: 435px;
}
	
.group-invites #friend-list li .action {
	float: left;
	    text-align: right;
	    width: 100%;
}

.group-invites #friend-list li .action a {
	background: none repeat scroll 0 0 #6AA0B5;
	    border: 0 none;
	    color: #FFFFFF;
	    font-size: 13px;
	    padding: 2px 8px;
	    text-decoration: none;	
}

.group-invites .submit {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.group-invites input[type="submit"] {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    float: right;
    font-size: 13px !important;
    height: 30px;
    padding: 7px;
}

.group-home #activity-stream li.groups {
    width: 475px;
}

.group-home  #activity-stream li.groups .activity-content {
    float: left;
    width: 415px;
}

.groups #groups-list {
	list-style: none outside none;
    margin: 0;
    width: 100%;
}

.groups #groups-list li {
	border-bottom: 1px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.groups #groups-list li .item-avatar {
    float: left;
    margin-right: 20px;
}

.groups #groups-list li .item-avatar a {
    float: left;
}

.groups #groups-list li .item-avatar a img {
    border: 2px solid #FFFFFF;
}

.groups #groups-list li .item {
    float: left;
}

.groups #groups-list li .item .item-title a {
    color: #1B5871;
    font-weight: 300;
}

.groups #groups-list li .item .item-meta span {
    color: #336F8D;
    font-size: 12px;
}

.groups #groups-list li .item .item-desc p {
    color: #336F8D;
    font-size: 12px;
}

.groups #groups-list li .action {
    float: left;
    text-align: right;
    width: 100%;
}

.groups #groups-list li .action .meta {
    color: #336F8D;
    font-size: 12px;
}

.groups #groups-list li .action a {
    background: none repeat scroll 0 0 #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 2px 8px;
    text-decoration: none;
}


#group-dir-count-top {
    border-bottom: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

#group-dir-count-bottom {
    border-top: 1px solid;
    color: #1B5871;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}


.my-account .groups {
    float: left;
    padding-top: 10px;
    width: 100%;
}

.my-account #groups-list {
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	margin-bottom:10px;
}

.my-account #groups-list li {
	border-bottom: 1px solid #FFFFFF;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

	.my-account #groups-list li .item-avatar {
	    float: left;
	    margin-right: 20px;
	}
	
	.my-account #groups-list li .item-avatar a {
	    float: left;
	}
	
.my-account #groups-list li .item-avatar a img {
	border: 2px solid #FFFFFF;
}

.my-account #groups-list li .item-avatar a img:hover {
	border: 2px solid #666666;
}
	
.my-account #groups-list li .item {
    float: left;
    width: 285px;
}
	
.my-account #groups-list li .item .item-title {}
	
	.my-account #groups-list li .item .item-title a {
	    color: #1B5871;
		font-weight: 300;
	}
	
.my-account #groups-list li .item .item-meta {}
	
.my-account #groups-list li .item .item-meta span {
	color: #336F8D;
	font-size: 12px;
}
	
.my-account #groups-list li .action {
    float: left;
    text-align: right;
    width: 100%;
}

.my-account #groups-list li .action .meta {
    color:green;
	font-size:12px;	
}

.my-account #groups-list li .item-desc {
    float: left;
    width: 100%;
}

.my-account #groups-list li .item-desc p {
    color:red;
	font-size:12px;
	margin-bottom:0px;
}

/* =Archives catégories
-------------------------------------------------------------- */

.page-mid h1.page-title {
    color: #1B5871;
    float: left;
    font-weight: 400;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	font-size: 21px;
	line-height: 1.3em;
}

.page-mid h1.page-title span {
	color: #1B5871;
}

.archive .post {
    float: left;
    margin-bottom: 20px;
}

.archive .post .entry-title {
    font-size: 16px !important;
}

.archive .post .entry-title a {
	color: #256077;	
}

.archive .post .entry-summary {
    font-size: 12px;
    padding: 0;
}

.archive .post .entry-summary p {
	
}

.archive .post .entry-summary p a {
    float: right;
	color: #256077;
}

.archive .post .entry-utility {
    margin: 0;
    width: 100%;
}

/* =Create blogs
-------------------------------------------------------------- */

body.create-blog .padder-mid{
    background: url("images/assets/bg-mid-bp.png") repeat-y scroll 0 0 transparent;
    padding: 10px 43px;
    width: 604px;
}

body.create-blog h3 {
    color: #1B5871;
    float: left;
    font-weight: 400;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
}

body.create-blog h3 a {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 12px !important;
    padding: 0 15px;
    text-shadow: none;
}

body.create-blog p {
    clear: both;
    float: left !important;
    font-size: 13px;
    margin-bottom: 20px !important;
    width: 100%;
}

body.create-blog #setupform {
	float: left;
    margin-bottom: 10px;
    width: 100%;
}

body.create-blog #setupform label {
    clear: both;
    font-size: 13px;
    margin-bottom: 20px;
}

body.create-blog #setupform input {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    height: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

body.create-blog #setupform .error {
	color: red;
}

body.create-blog #setupform .error {
	color: red;
}

body.create-blog #setupform input[type="submit"] {
    background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    height: 30px;
    padding: 7px;
	float: right;
}


/* =Questionnaire
-------------------------------------------------------------- */

body.page-template-template-questionnaire-php .questionnaire {
	float:left;
	width:100%;
}

body.page-template-template-questionnaire-php .questionnaire form {
	float:left;
	width:100%;
}


body.page-template-template-questionnaire-php .questionnaire .box {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    margin: 0 auto 10px;
    padding: 10px;
    width: 90%;
    font-size: 14px;
}
body.page-template-template-questionnaire-php .questionnaire .green{
    background-color:#95ca78;
    border-bottom:solid 1px #8AA000;
}
body.page-template-template-questionnaire-php .questionnaire .red{
    background-color:#FDCBCA;
    border-bottom:solid 1px #E8514A;
}

body.page-template-template-questionnaire-php .questionnaire .bloc-line {
	float:left;
	width:100%;
	margin-bottom: 5px;
	font-size: 13px;
}

body.page-template-template-questionnaire-php .questionnaire fieldset {
 	padding:0 20px 20px 20px;
 	margin-bottom:10px;
 	border:1px solid #000000;
}

body.page-template-template-questionnaire-php .questionnaire legend {
    color: #1B5871;
    padding: 0 7px;
}

body.page-template-template-questionnaire-php .questionnaire h2 {
    font-size: 15px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

body.page-template-template-questionnaire-php .questionnaire input[type="submit"] {
	background-color: #6AA0B5;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 12px !important;
    margin-top: 10px !important;
    padding: 6px;
}

.bp-mymood-mood label {
    font-size: 13px;
}

.bp-mymood-option #bp-mymood-smiley-popup img {
    width: 20px;
}

.bp-mymood-option #bp-mymood-smiley-popup {
    background-color: transparent !important;
}

body.page-template-template-questionnaire-php .questionnaire span {
    font-size: 13px;
    margin-bottom: 5px !important;
    margin-left: 10px !important;
    margin-top: 5px !important;
}

body.page-template-template-questionnaire-php .questionnaire .line {
	float:left;
	width:100%;
}

/* =Page Activity
-------------------------------------------------------------- */


.directory .middle {
    display: block;
    margin: 0 auto;
    width: 370px;
}

.member-list {
    background: none repeat scroll 0 0 #6AA0B5;
    color: #FFFFFF !important;
    float: left;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}


#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
    background-color: red !important;
    color: #FFFFFF !important;
}

.friend-requests #member-dir-count-top {
	padding-top: 10px;
}


#blocks {
    border-top: 1px solid #4C8EA9;
    float: left;
    padding-top: 20px;
    width: 100%;
}

#blocks ul {
	margin: 0;
	list-style: none;
	width: 100%;
}

#blocks ul li {
    display: block;
    float: left;
    margin: 0 auto 10px 6.6%;
    text-align: center;
    width: 39%;	
}

.page-template-template-page-menu-dms-php #blocks ul li {
    display: block;
    float: left;
    margin: 0 auto 10px 0;
    text-align: center;
    width: 98%;
}

.page-template-template-page-menu-dms-php #blocks ul li a {
    background-color: #4C8EA9 !important;
    border: 5px solid #D6E9EF;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    transition: all 0.4s ease-in 0s;
    width: 100%;
}

#blocks ul li ul li {
    height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#blocks ul li ul li a {
    padding: 0;
}

#blocks ul li a {
	-moz-transition: all 0.4s ease-in 0s;
    background-color: #4C8EA9 !important;
    border: 5px solid #D6E9EF;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 140px;
    text-decoration: none;
    width: 100%;
}

#blocks ul li a:hover {
    background-color: #D6E9EF !important;
    color: #4C8EA9 !important;
}

#blocks ul li a.dodo {
    background: url("images/assets/icon-dodo.png") no-repeat scroll 70px 60px transparent;
}

#blocks ul li a.agenda {
    background: url("images/assets/icon-agenda.png") no-repeat scroll 70px 30px transparent;
}

#blocks ul li a.parle {
    background: url("images/assets/icon-parle.png") no-repeat scroll 70px 30px transparent;
}

#blocks ul li a.video {
    background: url("images/assets/icon-video.png") no-repeat scroll 70px 30px transparent;
}

#blocks ul li a.actu {
    background: url("images/assets/icon-actu.png") no-repeat scroll 70px 50px transparent;
}

#blocks ul li a.temoin {
    background: url("images/assets/icon-temoin.png") no-repeat scroll 70px 30px transparent;
}


body.my-profile .hacks {
    background: url("images/assets/bg-mid-bp3.png") repeat-y scroll 0 0 transparent;
}


/* =Forum wysiwyg
-------------------------------------------------------------- */

#post-toolbar {
    clear: both;
    float: left;
    width: 600px;
}

#post-toolbar  li {
    width: auto;
}


/* =Tooltip
-------------------------------------------------------------- */

div > .tooltip, li > .tooltip, a > .tooltip, span > .tooltip {
	opacity: 0;
	margin-top: -10px;
	visibility: hidden;
	margin-left: -65px;

	-webkit-transition-property:opacity, margin-top, visibility, margin-left;
	-webkit-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	-moz-transition-property:opacity, margin-top, visibility, margin-left;
	-moz-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
	-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	-o-transition-property:opacity, margin-top, visibility, margin-left;
	-o-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
	-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	
	transition-property:opacity, margin-top, visibility, margin-left;
	transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in;
}

	div:hover > .tooltip, li:hover > .tooltip, a:hover > .tooltip, span:hover > .tooltip,
	a .tooltip:hover, span .tooltip:hover, li .tooltip:hover, div .tooltip:hover {
		opacity: 1;
		visibility: visible;
		overflow: visible;
		margin-top: 30px;
		display: inline;
		margin-left: -40px;
		
		-webkit-transition-property:opacity, margin-top, visibility, margin-left;
		-webkit-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
		-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
		
		-moz-transition-property:opacity, margin-top, visibility, margin-left;
		-moz-transition-duration:0.5s, 0.3s, 0.5s, 0.3s;  
		-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;		
		
		-o-transition-property:opacity, margin-top, margin-left;
		-o-transition-duration:0.5s, 0.3s, 0.3s;  
		-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
		
		transition-property:opacity, margin-top, visibility, margin-left;
		transition-duration:0.5s, 0.3s, 0.5s;  
		transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;		
	}

.tooltip {
	background: #FFFBCF;
	background: -moz-linear-gradient(top, #FFFBCF 0%, #FFFCDF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBCF), color-stop(100%,#FFFCDF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFBCF', endColorstr='#FFFCDF',GradientType=0 );

	border: 1px solid #D84A00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	padding: 10px;
	margin-left: -40px;

	position: absolute;

	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color: #D84A00;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;	
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;	
	box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;

	z-index: 10;	
}

		.tooltip span { /* Triangle */
			background: #FFFBCF;

			border: 0;
			border-top: 1px solid #D84A00;
			border-right: 1px solid #D84A00;	

			width: 10px;
			height: 10px;
			margin-left: 15px;
			margin-top: -16px;
			
			display: block;
			position: absolute;

			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			
			-webkit-box-shadow: inset -1px 1px 0 #fff;
			-moz-box-shadow: inset 0 1px 0 #fff;
			-o-box-shadow: inset 0 1px 0 #fff;
			box-shadow: inset 0 1px 0 #fff;
			
			display /*\**/: none\9;
			*display: none !important;
			*display: none;
		}


/* =Calendrier
-------------------------------------------------------------- */

.tribe_events h2.entry-title {
    font-size: 14px !important;
}

.tribe-events-event-entry p {
	font-size: 13px !important;
}


/* =Questionnaire Epworth
------------------------------------------------------------- */

.page-template-template-questionnaire-epworth-php .question input { 
	margin-right: 10px;
}


#post-647 .entry-content tr {
    font-size: 14px;
}

#container-game {
    float: left;
    width: 100%;
}

.page-template-template-serious-php .page-top {
    background: url("images/assets/header-game.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 146px;
    width: 100%;
}

.page-template-template-serious-php .page-bottom {
    background: url("images/assets/footer-game.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 120px;
    padding-top: 11px;
    position: relative;
    width: 100%;
}

.page-template-template-serious-php .page-mid {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    width: 100%;
}

.page-template-template-serious-php .page-mid iframe {
    float: left;
    margin-left: -30px;
    outline: 0 none;
}

#disqus_thread #footer {
	display: none;
}

/* =Widget partenaire
------------------------------------------------------------- */

.widget_btn_partenaire_widget .html_carousel {

}

.widget_btn_partenaire_widget .html_carousel .caroufredsel_wrapper {
	margin: 0 auto !important;
}
.widget_btn_partenaire_widget .html_carousel div.slide {
    margin: 0 auto;
    position: relative;
    width: 120px;
}
.widget_btn_partenaire_widget .html_carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 6px;
}
.widget_btn_partenaire_widget .html_carousel div.slide h4 {
	font-size: 15px;
	padding: 5px;
}
.widget_btn_partenaire_widget .html_carousel div.slide p {
	font-size: 16px;
	padding: 0 0 30px 100px;
}
.widget_btn_partenaire_widget .html_carousel div.slide h4,.widget_btn_partenaire_widget .html_carousel div.slide p {
	color: white;
	margin: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.page-id-756 #slides-container .question input	{
	margin-right: 5px;
}

.bbPress .entry-meta {display: none;}

/* =Page liens
------------------------------------------------------------- */
	
.conf {
    background: url("images/assets/bouton_conf.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 48px;
    margin: 82px 36px 0 auto;
    text-indent: -999em;
    width: 148px;
}

.conf:hover {
	background-position: 0 -50px;
}

/* Maj */
.bbp-topic thead th{
    background: url("images/assets/bg-head-forum.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #FFF !important;
}

.bbp-topic th #subscription-toggle a{
    color:#fff;
    text-decoration:none;
}

.bbp-topic-author, .bbp-topic-content{
    background:#F2F7FC;
}

.bbp-topic-author{
    vertical-align: top;
}

.bbp-topic-content{
    font-size:16px;
}

table.bbp-topic{
    border-spacing: 3px !important;
    border-collapse: separate !important;
}