/**************************************
* --> ALL
**************************************/
.details {
    font-size: 10px;
}

.blanc {
    color: #FFFFFF;
}

.noir {
    color: #111111;
}

a {
    outline: none;
}

.actionHolder {
    text-align: center;
    margin: 10px 0 0 0;
}

.ui-corner-all {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

.fontSize12, .actionError h4.fontSize12 {
    font-size: 12px;
}

.fontSize10 {
    font-size: 10px;
}

/**************************************
* --> PAGINATION
**************************************/
#pagination {
    margin: 20px 10px 0 0;
    padding-bottom: 5px;
    text-align: right;
}

#pagination .txt {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #979797;
    font-size: 10px;
}

#pagination img {
    margin: -1px 2px 0 2px;
}

#pagination .current {
    padding: 3px 6px;
    margin: 2px;
    background-color: #C73D24;
    border: 1px solid #C1371E;
    color: #FFFFFF;
}

#pagination .other {
    padding: 3px 6px;
    margin: 2px;
    background-color: #EBEBEB;
    border: 1px solid #E2E2E2;
    color: #454545;
}

#pagination .other:hover {
    padding: 3px 6px;
    margin: 2px;
    background-color: #ED7130;
    border: 1px solid #E56928;
    color: #FFFFFF;
}


/**************************************
* --> WYSIWYG EDITOR
**************************************/

div.wysiwyg ul.panel li a { opacity: 0.8; display: block; width: 16px; height: 16px; background: url('jquery.wysiwyg.png') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 0px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 0.99; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }

div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }

div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }

div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }

div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.panel li a.html { background-position: -48px -48px; }
div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -64px; }

div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

div.wysiwyg iframe { border: 0; margin: 5px 0 0 0; clear: left; }


/*****************************************************************************
* Fancybox
*****************************************************************************/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
    background: #777777 url('../jquery-ui-themeroller/jquery-ui-themeroller/theme/images/ui-bg_diagonals-thick_10_777777_40x40.png') repeat scroll 50% 50%;
    opacity:0.5;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancy_title_right.png') repeat-x;

}

/**************************************
* --> FORMULAIRE
**************************************/
form {
    margin: 0;
    padding: 0;
}

.ctrlHolder {
    margin: 5px 0 15px 0;
}

.ctrlHolder label {
    margin: 16px 0 4px 0;
    font-size: 14px;
    font-weight: bold;
}

.ctrlHolder input {
    width: 250px;
    height: 18px;
    padding: 5px;
    margin: 0 0 2px 0;
}

.bloc_signin input {
    width: 220px;
    height: 18px;
    padding: 5px;
    margin: 0 0 2px 0;
}

.floatHolder {
    float: left;
}

.floatHolder span {
    margin: 5px 0 0 2px;
    display: block;
    float: right;
}

.ctrlHolder select, .bloc_signin select {
    width: 262px;
    height: 30px;
    padding: 3px;
    margin: 0 0 2px 0;
}

.ctrlHolder textarea, textarea, .zoneinput, .seekinput, .bloc_signin textarea {
    padding: 5px;
    margin: 0 0 2px 0;
}

.ctrlHolder .required {
    padding: 0;
}

.ctrlHolder input[type="radio"] {
	width: 30px;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    height: auto;
    font-size: 12px;
    font-weight: bold;
}

.ctrlHolder .longinput {
    width: 500px;
}

.ctrlHolder textarea {
    margin: 0 0 2px 0;
}

label.labelbackgroundgroup {
    display: none;
    margin: 0;
    padding: 0;
}

.ctrlHolder label.labelbackgroundgroup input[type="radio"] {
    margin: 0;
    padding: 0;
}

label.labelconfidentgroup {
    margin: 0;
    padding: 0;
    font-weight: 100;
    display: block;
    font-size: 11px;
    font-weight: 100;
}

.ctrlHolder label.labelconfidentgroup input[type="radio"] {
    margin: 0;
    padding: 0;
}

.actionHolder {
    text-align: center;
    padding-bottom: 10px;
}

.actionHolder input {
    border: none;
    background: none;
}

.floatError .error {
    float: left;
}

.error .longinput, .error input, .error textarea {
    border: 1px solid #FF957C;
}

.error span {
    display: block;
    color: #C73D24;
    font-size: 10px;
}

.formDescri {
    font-size: 11px;
    font-style: italic;
}

.ctrlHolder .multiCheckbox {
    width: 15px;
    margin: -2px 10px 0 20px;
    padding: 0;
    float: left;
}

.ctrlHolder .labelgenre {
    margin: 0;
    padding: 8px 0 0 0;
    font-weight: 100;
    clear: both;
    width: 180px;
}

/**************************************
* --> COMMENTAIRES
**************************************/
#listComs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#listComs li {
    margin: 0;
    padding: 5px;
}

#listComs li .titre {
    padding: 3px;
    margin: 3px 0 3px 0;
}

#listComs li .titre img {
    padding: 1px;
    margin-right: 5px;
    float: left;
}

.actionOk {
    border: 1px solid #87EE87;
    margin: 0 10px;
    padding: 4px 12px 6px;
}

.actionError {
    border: 1px solid #FF7967;
    margin: 5px 10px;
    padding: 4px 12px 6px;
}

.actionOk h4,.actionError h4 {
    font-size: 14px;
    margin: 5px;
    padding: 5px 0 2px 0;
}

/**************************************
* --> TEAM
**************************************/
.zoneteam {
    padding: 0 0 5px 0;
}

.title_section {
    font-size: 16px;
}

.title_section img {
    float: left;
    margin: 0 10px 0 5px;
}

.listMembers {
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.listMembers li {
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
    width: 20%;
    height: 160px;
    float: left;
}

.listMembers li .avatar img {
    padding: 1px;
}

.listMembers li h4 {
    margin: 0;
    padding: 3px 0 2px 0;
    font-size: 14px;
}

.listMembers li p {
    margin: 0;
    padding: 3px 0 2px 0;
}

.listMembers2 {
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.listMembers2 li {
    margin: 0 0 5px 0;
    padding: 5px;
}

.listMembers2 li .avatar {
    float: left;
    width: 30%;
    min-height: 140px;
    text-align: center;
}

.listMembers2 li .avatar img {
    padding: 1px;
}

.listMembers2 li .team_infos {
    list-style-type: none;
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.listMembers2 li .team_infos li {
    padding: 6px 1%;
    width: 98%;
}

.listMembers2 li .team_infos li .team_zone1 {
    display: block;
    float: left;
    width: 90px;
    margin-right: 5px;
}

.listMembers2 li .team_gamer {
    float: left;
}

.listMembers2 li .team_gamer h5 {
    margin: 0;
    padding: 0 0 2px 0;
    font-size: 14px;
}

.listMembers2 li .team_gamer p {
    margin: 0;
    padding: 3px 0 2px 0;
}

.listMembers2 li .team_gamer .player_console img {
    margin: 3px 4px 0 0;
    padding: 1px;
}

.listMembers2 li .team_gamer .player_topgame img {
    margin: 3px 4px 0 0;
    padding: 1px;
}

/**************************************
* --> PAGE MEMBER
**************************************/
.listPageMembers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listPageMembers li {
    padding: 5px;
}

.listPageMembers li .avatar {
    padding: 1px;
    float: left;
    width: 18%;
}

.listPageMembers li .infos {
    float: left;
    padding-right: 5%;
    width: 68%;
}

.listPageMembers li .infos h4 {
    font-size: 14px;
    margin:0;
    padding: 3px 0 0 0;
}

.listPageMembers li .message {
    float: left;
    width: 5%;
    margin-top: 16px;
    text-align: center;
}

.tripar {
    text-align: right;
    margin: 0 0 12px 0;
}

/**************************************
* --> PAGE MATCHS
**************************************/
#listMatchs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#listMatchs li {
    padding: 5px;
}

#listMatchs li .date {
    display: block;
    float: left;
    font-size: 10px;
    padding: 10px 0 0 1%;
    width: 13%;
}

#listMatchs li .infos {
    display: block;
    float: left;
    padding: 0 2% 0 0;
    font-size: 14px;
    width: 48%;
}

#listMatchs li .infos2 {
    display: block;
    float: left;
    padding: 0 2% 0 0;
    font-size: 14px;
    width: 75%;
}

#listMatchs li .infos .flag, #topMatch .flag {
    margin: 4px 0 0 4px;
}

#listMatchs li .score {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    text-align: center;
    padding: 5px 3% 0 0;
    width: 15%;
}

#listMatchs li .edit {
    display: block;
    float: left;
    padding: 5px 0 0 3%;
    width: 6%
}

#listMatchs .jaquette {
    padding: 1px;
    float: left;
    margin: 0 0 0 0;
    width: 8%;
}

.match_title {
    font-size: 16px;
    padding: 8px 2% 10px 2%;
    width: 96%;
}

.match_title img {
    margin: 5px 0 0 0;
}

.match_title .match_team1 {
    display: block;
    float: left;
    width: 42%;
}

.match_title .score {
    display: block;
    float: left;
    text-align: center;
    width: 16%;
}

.match_title .match_team2 {
    display: block;
    float: right;
    width: 42%;
    text-align: right;
}

.team_infos {
    padding: 10px 0 10px 5px;
}

.team_infos .jaquette  {
    float: left;
    width: 20%;
}

.team_infos .infos {
    float: left;
    display: block;
    width: 80%;
}

.team_infos .infos .zone1 {
    display: block;
    float: left;
    width: 40%;
    font-weight: bold;
    padding: 4px 0 4px 0;
}

.team_infos .infos .zone3 {
    display: block;
    float: left;
    width: 20%;
    font-weight: bold;
    padding: 4px 0 4px 0;
}

.team_infos .infos .zone2 {
    display: block;
    float: left;
    width: 60%;
    padding: 4px 0 4px 0;
}

.team_infos .infos .zone4 {
    display: block;
    float: left;
    width: 80%;
    padding: 4px 0 4px 0;
}

.team_maps, .roster, .rapport {
    padding: 5px 3px 5px 3px;
}

.team_maps .map1, .team_maps .map2, .team_maps .map3, .team_maps .map4 {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 13px;
    margin: 5px 0;
}

.team_maps .map1bis, .team_maps .map2bis, .team_maps .map3bis, .team_maps .map4bis {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 13px;
    margin: 5px 0;
}

.match_subtitle {
    font-size: 14px;
    text-align: center;
    padding: 5px 0 8px 0;
    margin: 0;
}

.roster .player {
    float: left;
    width: 20%;
    height: 100px;
    text-align: center;
    margin: 5px 0
}


/**************************************
* --> PAGE MEDIAS
**************************************/
#liste_media_cat, #liste_media {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#liste_media_cat li {
    float: left;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 150px;
}

.covercat {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
    text-align: left;
}

.covercat img {
	padding: 24px 0 0 24px;
}

#liste_media li {
    padding: 0 5px 15px 0;
    margin: 0;
    float: left;
    text-align: center;
    width: 180px;
}

#liste_media li.height165 {
    height: 165px;
}

#liste_media li img {
    padding: 4px;
}

#liste_media li .image {
    display: table;
}

#liste_media li .image a {
    height: 165px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#liste_media li .video a {
    padding: 4px;
    display: block;
    width: 150px;
    height: 120px;
    margin: 20px auto 0 auto;
    text-align: center;
}

#liste_media li .other {
    padding: 4px;
    display: block;
    width: 150px;
    height: 120px;
    margin: 20px auto 0 auto;
    text-align: center;
}

#liste_media li .other .alignLeft {
    text-align: left;
}

#liste_media li .video a .over {
    height: 119px;
    width: 150px;
    position: absolute;
    z-index: 4;
    margin: auto;
}


/**************************************
* --> PAGE MEDIAS
**************************************/
.team_infos .award_title {
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
}


/**************************************
* --> PAGE SPONSOR
**************************************/
.listSponsor {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listSponsor {
    padding: 5px;
}

.listSponsor h4 {
    padding: 5px 0 2px 0;
}

.sponsor_title {
    font-size: 16px;
    padding: 8px 5px 10px 5px;
}


/**************************************
* --> PAGE FORUM
**************************************/
.tab_icone {
    width: 8%;
}

.tab_nb {
    width: 10%;
}

.tab_forum1 {
    width: 40%;
}

.tab_forum2 {
    width: 34%;
}

.btn_forum1 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px 0 0;
    text-align: right;
}

.forum_pagi {
    font-size: 12px;
    margin: 0;
    padding: 8px 0 3px;
}

.forumsujet_h {
	padding: 3px 5px 3px 5px;
	margin: 10px 5px 0 5px;
 	font-size: 11px;
}

.forumsujet_m {
	padding: 3px 5px 3px 5px;
	margin: 0 5px;
 	font-size: 11px;
	border-top: 0;
}

.forum_gauche {
	display: block;
	float: left;
	width: 90px;
	height: 100%;
	text-align: center;
}

.forum_droite {
	display: block;
	float: left;
	height: 100%;
	width: 81%;
}

.forumsujet_m h4 {
	padding: 3px 0 3px 0;
	margin: 0;
 	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dashed #252525;
}

.forum_sign {
    padding: 5px;
    margin-top: 5px;
}


/**************************************
* --> BLOC CHAT
**************************************/
#chat_messages, #chat_useronline {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#chat {
    height: auto;
    padding: 1% 2% 1% 3%;
    width: 95%;
}

#chat #zone_message {
    overflow: auto;
    width: 100%;
    height: 350px;
}

#chat_message_empty {
    height: 1px;
    border: none;
    Background: transparent;
    padding: 0;
}

#chat #zone_reponse {
    width: 100%;
    margin-top: 10px;
}

#chat #zone_reponse h4, #chat #zone_useronline h4 {
    padding: 5px 0 0 5px;
    font-size: 12px;
}

#chat #zone_reponse textarea {
    float: left;
    width: 98%;
    height: 50px;
}

#chat #zone_reponse #zone_post {
    margin: 8px;
    text-align: center;
}

#chat #zone_reponse #zone_post p {
    float: left;
    padding: 0;
}

#chat #zone_reponse #chat_btn {
    border: none;
    padding: 0;
}

#chat #zone_reponse #smileys {
    padding: 5px 0 0 5px;
    width: 100%;
}

#chat #zone_reponse #smileys img {
    padding: 3px 2px;
    cursor: pointer;
}

#chat_messages li {
    padding: 5px 3px;
}

#chat_messages li .image {
    float: left;
    padding: 0 5px 0 0;
    margin-top: 3px;
}

#chat_messages li .image img {
    padding: 1px;
}

#chat_messages li p {
    margin: 0px;
    padding: 5px 0 3px 0;
    line-height: 13px;
}

#chat_messages li img {
    margin-top: -4px;
}

#chat_useronline li {
    padding: 3px;
    float: left;
}

#chat_useronline li img {
    padding: 1px;
}

#chat_messages .gris {
    font-size: 10px;
}

/**************************************
* --> MEMBER ONLINE
**************************************/
.listOnline {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.listOnline li {
    float: left;
    text-align: center;
    width: 60px;
    margin: 5px;
    padding: 0;
}

.listOnline li img {
    padding: 1px;
}


/**************************************
* --> INSCRIPTION MEMBRE
**************************************/
.bloc_signin {
	height: auto;
	margin: 10px;
	padding: 4px 10px 4px 10px;
}

#makesite_btn1 {
    margin-right: 10px;
}

#makesite_btn2 {
    margin-left: 10px;
}

.bloc_signin h4 {
    width: 35%;
    float: left;
	margin: 0;
	padding: 4px 0 0 18px;
    font-size: 12px;
	/*background-image: url("../images/requireform.png");
	background-repeat: no-repeat;
    background-position: 0 5px;*/
}

.bloc_signin p {
    width: 60%;
    float: left;
	margin: 0;
	padding: 1px 0 0 0;
    font-size: 16px;
}

.bloc_signin p label {
    float: left;
	margin: 0;
	padding: 1px 0 0 0;
    font-size: 12px;
    font-weight: 100;
}

.bloc_signin p .details {
	margin: 5px 0 0 0;
	padding: 0;
    font-size: 11px;
}

.bloc_signin p .error {
	margin: 5px 0 0 0;
	padding: 0;
    font-size: 13px;
    color: #C73D24;
}

.makesite_title {
	margin: 5px 0 5px 8px;
	padding: 0;
}

.bloc_signin h5 {
	margin: 0;
	padding: 2px;
    font-size: 11px;
    text-align: center;
    font-weight: 100;
}

.bloc_signin h6 {
	margin: 0;
	padding: 4px;
    text-align: center;
}

#makesite_zone1, #makesite_zone2 {
    display: none;
}

.bloc_signin input[type="checkbox"] {
	width: 26px;
    margin: 5px 0 0 0;
    padding: 0;
    height: auto;
}

#makesite_zone2 input[type="image"], #makesite_zone1 input[type="image"] {
    border: none;
    background-color: transparent;
}

#signinok a {
    display: block;
    float: left;
    width: 40%;
    height: 180px;
    padding: 5%;
    font-size: 14px;
}

/**************************************
* --> BLOC AGENDA
**************************************/
.tab_calendrier {
    margin: 2% 2% 2% 2%;
    width: 96%;
}

.titre_calendrier {
    font-weight: bold;
}

.cell_calendrier {
    width: 10%;
    text-align: center;
    padding: 2% 1%;
}

#link_precedent {
    float: left;
    width: 10%;
    text-align: center;
    margin-left: 25%;
    padding: 0;
    font-size: 14px;
}

#link_suivant {
    float: right;
    width: 10%;
    text-align: center;
    margin-right: 25%;
    padding: 0;
    font-size: 14px;
}

#agenda_titre {
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    float: left;
    width: 29%;
    padding: 0;
}

#eventInfos {
    width: 268px;
}

.agendaMargeImg {
    margin-top: 1px;
}

#listAgendaEvents {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
}

#listAgendaEvents h5 {
    font-size: 14px;
    padding: 2px 0 3px 0;
}

#listAgendaEvents li ul {
    list-style-type: none;
    margin: 0;
}

#listAgendaEvents li {
    padding: 5px;
}

#listAgendaEvents li ul li {
    padding: 3px 2px;
	border-bottom: none;
}

#listAgendaEvents li ul li .zone1 {
    display: block;
    float: left;
    width: 145px;
    text-align: right;
    padding-right: 10px;
}

#listAgendaEvents li ul li .zone2 {
    display: block;
    float: left;
}

/**************************************
* --> SONDAGE
**************************************/
#lesondage {
	padding: 3px;
}

#lesondage .titre {
	font-size: 12px;
	margin: 0;
	padding: 0 0 3px 8px;
}

.pradio {
	padding: 0 0 0 4%;
}

.zone_reponse {
	width: 96%;
	height: 13px;
	margin-left: 4%;
}

.marge_sondage {
	padding-left: 4%;
}

.valeur_reponse {
	height: 100%;
}

/*****************************************************************************
* Scrollbar perso
*****************************************************************************/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #D5D5D5;
}
.jScrollPaneDrag {
	position: absolute;
	background: #E6E6E6;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #D5D5D5;
	height: 12px;
	background: transparent url('../images/flecheh.png') no-repeat;
}
a.jScrollArrowUp:hover {
	/*background-color: #D64B2E;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #D5D5D5;
	height: 12px;
	background: transparent url('../images/flecheb.png') no-repeat;
}
a.jScrollArrowDown:hover {
	/*background-color: #D64B2E;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}