/***
 * Style des pages internes
***/

#mainContainer {
	width:919px;
	margin:auto;
	background-image:url(../img/skin/menu_bg.gif);
	background-position:9px;
	background-repeat:repeat-y;
}

/** TOP **/
#topper {
	height:218px;
	background-image:url(../img/skin/header.jpg);
	background-repeat:no-repeat;
}
#logoLink {
	display:block;
	float:left;
	width:210px;
	height:105px;
	margin:20px;
}
#topContent {
	float:right;
	width:450px;
	height:180px;
	margin:19px 9px 0 0;
}
#topContent #log_form {
	padding:0;
}
#profils_tchat {
	margin-top:5px;
	text-align:center;
}
#profils_tchat img {
	margin:3px;
	border:1px solid #7bb3e0;
	background-color:#f5f5f5;
}

/** MIDDLE **/
#middle, #middle_L, #middle_R {
	background-repeat:repeat-y;
}
#middle {
	width:901px;
	margin:auto;
}
#middle_L {
	background-image:url(../img/skin/left_shadow.gif);
	background-position:left;
}
#middle_R {
	background-image:url(../img/skin/right_shadow.gif);
	background-position:right;
}
#mid_left {
	width:225px;
	float:none !important;
	float:left;
	padding-bottom:3px;
}
#mid_left #register {
	width:93%;
	margin:auto;
}
#mid_right {
	float:right;
	width:675px;
	display:block;
}
#mid_rightC {
	margin:0 10px 3px 10px;
}

/** Menu **/
#menu {
	display:block;
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
}
#menu li {
	margin:0 10px;
	padding:0;
	color:black;
	font-weight:bold;
}
#menu a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#666;
}


/** FOOTER **/
#footer, #footer_L, #footer_R {
	height:16px;
	font-size:0;
}
#footer {
	background-image:url(../img/skin/bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#footer_L {
	background-image:url(../img/skin/BL_shadow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#footer_R {
	background-image:url(../img/skin/BR_shadow.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#menu_BR {
	width:234px;
	height:7px;
	margin-left:9px;
	background-image:url(../img/skin/menu_BR.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:0;
}


.fake_hr {
	display:block;
	width:85%;
	height:0px;
	margin:auto;
	margin-bottom:15px;
	margin-top:15px;
	border-bottom:1px solid #cacaca;
	font-size:0;
}

.clear {
	clear:both;
	font-size:0;
}