/***
 * Style pour la home
***/

#mainContainer {
	width:918px;
	margin:auto;
}
#globalLeft, #globalRight {
	width:459px;
	background-repeat:repeat-y;
}
#globalLeft {
	background-image:url(../img/home/global_L.gif);
	background-position:left;
}
#globalRight {
	background-image:url(../img/home/global_R.gif);
	background-position:right;
}

/** Ombrages de la colonne de gauche **/
#logo {
	height:409px;
	background-image:url(../img/home/logo_home.jpg);
	background-repeat:no-repeat;
}
#logo div {
	width:230px;
	height:180px;
	padding:229px 0 0 29px;
}
#logo p {
	margin:10px 0 10px 0;
}
#menu_home {
	height:193px;
	margin-left:9px;
	background-image:url(../img/home/menu_home_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
}
#menu_home h2 {
	font-size:14px;
	color:#7bb3e0;
}
#menu_home_hr {
	height:6px;
	margin:10px 0 5px 0;
	background-image:url(../img/home/menu_home_separator.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0;
}
#profils_inscrits {
	margin-top:5px;
}
#profils_inscrits img {
	margin:3px;
	border:2px solid #fff;
	background-color:#f5f5f5;
}

#globalLeft_B {
	height:16px;
	background-image:url(../img/home/global_left_B.gif);
	background-repeat:no-repeat;
	font-size:0;
}

/** Ombrages de la colonne de droite **/
#globalRight_T {
	height:19px;
	background-image:url(../img/home/global_T.gif);
	background-repeat:repeat-x;
	font-size:0;
}
#globalRight_TL, #globalRight_TR {
	height:19px;
	background-repeat:no-repeat;
	font-size:0;
}
#globalRight_TL {
	width:10px;
	float:left;
	background-image:url(../img/home/GR_TL.gif);
	font-size:0;
}
#globalRight_TR {
	width:16px;
	float:right;
	background-image:url(../img/home/global_TR.gif);
	font-size:0;
}

#globalRightC {
	height:580px;
	margin-right:9px;
	background-image:url(../img/home/onglet_L.gif);
	background-repeat:repeat-y;
}

#globalRight_B {
	height:19px;
	background-image:url(../img/home/global_B.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:0;
}
#globalRight_BL, #globalRight_BR {
	height:19px;
	background-repeat:no-repeat;
	font-size:0;
}
#globalRight_BL {
	width:10px;
	float:left;
	background-image:url(../img/home/GR_BL.gif);
}
#globalRight_BR {
	width:16px;
	float:right;
	background-image:url(../img/home/global_BR.gif);
}

/** Ombrages des onglets a droite **/
.leftSeparator {
	height:16px;
	background-image:url(../img/home/onglet_B.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.leftSeparator_L {
	float:left;
	width:10px;
	height:16px;
	background-image:url(../img/home/onglet_BL.gif);
	background-repeat:no-repeat;
}
.leftSeparator_R {
	float:right;
	width:7px;
	height:16px;
	background-image:url(../img/home/onglet_BR.gif);
	background-repeat:no-repeat;
}

/** Architecture des onglets **/
.onglet {
	height:181px;
}
.ongletC {
	margin-left:10px;
	margin-right:15px;
	padding-top:5px;
}
.ongletCC {
	height:172px;
}

/** Construction des colonnes des onglets **/
.rightCol, leftCol {
	width:50%;
	height:100%;
}
.leftCol {
	float:none !important;
	float:left;
}
.rightCol {
	float:right;
	border-left:1px dashed #ccc;
}
.colContent {
	padding:0 5px 0 5px;
}

/** Haut **/
.colContent ul {
	margin:10px 0 10px 0;
}
#menu_ul {
	list-style:none;
	color:#7bb3e0;
	font-weight:bold;
}

/** Milieu **/
#profils_tchat, #middle_invit {
	display:table;
	width:396px;
	margin:auto;
}
#profils_tchat {
	margin-bottom:4px;
}
#profils_tchat .thumb100_C {
	float:left;
	padding:0 7px 0 7px !important;
	margin:0;
}
.thumb100 {
	display:block;
	width:100px;
	height:100px;
	background-image:url(../img/home/bg_thumb100.gif);
	background-repeat:no-repeat;
	padding:9px;
}
.thumb100 img {
	display:block;
	width:100px;
	height:100px;
}
#profils_tchat p {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
}
#middle_invit p {
	display:block;
	float:left;
	line-height:21px;
	margin:0;
	padding:0;
}
#temContent {
	margin-top:10px;
}
#temContent a {
	font-size:11px;
}
#thumb55_C {
	display:table;
	float:right;
	margin:5px;
	margin:0 0 10px 10px;
}
.thumb55 {
	display:block;
	width:55px;
	height:55px;
	background-image:url(../img/home/bg_thumb55.gif);
	background-repeat:no-repeat;
	padding:9px;
}
.thumb55 img {
	display:block;
}

