/********************************************************************************************************
*
* COMMON
*
*********************************************************************************************************/

body {
color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:1em;
	background-color: #d6e3ef;
	margin : 0; 
	padding : 0;
}

a, a:link, a:visited
{
	color: #000;
}

a:hover
{
	text-decoration: none;
}

.boxContent
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	clear:both;
}

.error
{
	color: red;
	font-size: 12px;
}

img 
{ 
	border : none; 
}

p.title
{
	font-weight: bold;
}

.pageMainTitle
{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	padding:15px;
	text-align:center;
	font-size:16px;
	font-weight: bold;
	color:#2c4056;
	background-color:#9fc1e0;
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:px;*/
}

div .index_footer
{
	width:780px;
	clear:both;
	text-align: center;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

input.btn
{
	background:#e5f1fb;
	border:2px solid #ccc;
	font-weight:bold;
	height: 28px;
	padding:4px 15px;
}

.avatar 
{
	border:3px solid #CCCCCC;
}

a .avatar:hover
{
	border:3px solid #2c4056;
}

.blur{
	color:grey;
}

textarea
{
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:12px;	
}

/********************************************************************************************************
*
* CONTENT
*
*********************************************************************************************************/

#content
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 880px;
}

/********************************************************************************************************
*
* LOGIN BOX
*
*********************************************************************************************************/

#loginBox
{
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height: 250px;
	margin-top: 50px;
	display: table;
}

#loginBox .boxContent
{
	display:table;
	margin-bottom:10px;
}

/********************************************************************************************************
*
* REGISTER BOX
*
*********************************************************************************************************/

#registerBox
{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 350px;
	margin-top: 50px;
	display:table;
}

#registerBox .boxContent
{
	width:260px;
}

#registerBox label
{
	display: block;
	width: 200px;
	font-weight: bold;
}

/********************************************************************************************************
*
* LOST PWD BOX
*
*********************************************************************************************************/

#lostPwdBox
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 140px;
	margin-top: 50px;
	display:table;
}

#lostPwdBox .boxContent
{
	width:400px;
	text-align:center;
}

#lostPwdBox label
{
	font-weight: bold;
	display:inline;
}



/********************************************************************************************************
*
* BOX
*
*********************************************************************************************************/

.box
{
	background : #fff;
	color: #00000;
	border: 4px solid #9fc1e0; 
	text-align: center;
}


.box label
{
	display: block;
	width: 100px;
	font-weight: bold;
}

.box .medlabel
{
	display: block;
	width: 200px;
	font-weight: bold;
}

.box input
{
	margin-top:5px;
}

.boxTitle
{
	background : #9fc1e0;
	padding-top:5px;
	text-align:center;
	height: 26px;
	font-weight: bold;
	font-size: 14px;
}

.boxContent
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:190px;
	clear:both;
}

.form .small
{
	background : #f7fbff;
	width:170px;
	height:22px;
	font-size: 14px;
	padding: 4px 0 0 2px;
	border: 2px solid #ccc; 
}

.form .medium
{
	background : #f7fbff;
	width:250px;
	height:22px;
	font-size: 14px;
	padding: 4px 0 0 2px;
	border: 2px solid #ccc; 
}

.form .large
{
	background : #f7fbff;
	width:400px;
	height:22px;
	font-size: 14px;
	padding: 4px 0 0 2px;
	margin-top:4px;
	margin-bottom: 3px;
	border: 2px solid #ccc; 
}

.form .list
{
	background : #f7fbff;
	width:250px;
	height:30px;
	font-size: 14px;
	padding: 4px 0 0 2px;
	border: 2px solid #ccc; 
}


.form .large_textarea
{
	background : #f7fbff;
	padding:4px;
	width:400px;
	height:200px;
	border: 2px solid #ccc; 
}
.form .btn
{
	text-align: center;
}

.form .btn input
{
	background:#e5f1fb;
	border:2px solid #9fc1e0;
	font-weight:bold;
	padding:4px 15px;
}

/********************************************************************************************************
*
* home top menu
*
*********************************************************************************************************/

#top_menu
{
	height: 45px;
	width: 90%;
	background: #0a4f90;
	vertical-align:middle;
	font-family:Verdana,sans-serif;
	color: #fff;
	font-size:11px;
	margin:auto auto 50px;
	padding-top:5px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

#top_menu a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#top_menu a:hover
{
	text-decoration: underline;
}

#top_menu ul
{
	padding: 0;
	margin: 0;
	float:left;
}

#top_menu li
{
	float: left;
	list-style-type: none;
	margin-left: 7px;
	margin-right: 7px;
	padding:0;
}

#top_menu_content
{
	padding : 3px 3px 8px 8px;	
}

#account
{
	float:right;	
}

#infos
{
	float: right;
	margin-right: 7px;
}

#infos a
{
	font-weight:normal;
	text-decoration:underline;
}

#infos a:hover
{
	text-decoration:none;
}

#tawu_big
{
	width:160px;
	margin-right:20px;
	float:left;
	padding:8px;
}

#tawu_big a
{
	font-size:36px;
	color:#9FC1E0;
}

#tawu_big a:hover
{
	text-decoration:none;
	color:#f9f9f9;
}
/********************************************************************************************************
*
* header
*
*********************************************************************************************************/

#header
{
	height: 100px;
	margin-left: 200px;
}

#header p
{
	margin-left: 18px;
	margin-top:5px;
	font-weight: bold;
	color: #2c4056;
}


/********************************************************************************************************
*
* friend
*
*********************************************************************************************************/


.friend
{
	margin: auto;
	padding-left: auto;
	width: 520px;
	height: 25px;
	text-align: left;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.friend a
{
	font-weight:bold;
	text-decoration:none;
}

.friend a:hover
{
	text-decoration:underline;
}

.dark
{
	color: #fff;
	background: #9fc1e0;
}

.light
{
	background: #eaf1f7;
	color: #2c4056;
}

.dark2
{
	background: #9fc1e0;
}

.light2
{
	background: #eaf1f7;
}


.friend p
{
	padding: 5px;
	margin: 5px;
	width:300px;
}

.friend .action
{
	float:right;
	width: 100px;
}

.friend ul
{
	padding: 5px;
	margin: 0;
}

.friend li
{
	float:right;
	list-style-type:none;
	margin-left:3px;
	margin-right:2px;
	padding:0;
}

.friend_form
{
	margin: auto;
	padding: 10px;
	width: 480px;
	display:table;
	text-align: left;
	color: #fff;
	background: #9fc1e0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

/********************************************************************************************************
*
* link
*
*********************************************************************************************************/
.link
{
	margin-left: auto;
	/*margin-right: auto;*/
	margin-bottom: 15px;
	
	padding-left: auto;
	width: 450px;
	min-height:50px;
	text-align: left;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.link.details
{
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	width: 600px;
}

.link_left
{
	width:180px;
	height:270px;
	float:left;
	background-repeat: no-repeat;
	background-position: 0px 40px;
	
}

.l_bulle1
{
	background-image: url(../images/bulle.png);
}

.l_bulle2
{
	background-image: url(../images/bulle2.png);
}

.l_bulle3
{
	background-image: url(../images/bulle3.png);
}

.l_bulle4
{
	background-image: url(../images/bulle4.png);
}

.link_left_content
{
	margin-top:55px;
	margin-left:17px;
	width:121px;
	height:195px;
	font-size:10px;
	color:#fff;
	line-height:1.8em;
}

.link_left_content a
{
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.link_left_content .stat
{
	width:48%;
	float:left;
}

.link_left_content a:hover
{
	text-decoration:underline;
}


.link_left_content .ava
{
	border: 2px solid #fff;
}

.link_left_content .cava
{
	float:left;
	margin:3px 8px 3px 3px;
}

.link_left_content_action
{
	text-align:center;
	font-size:14px;
}

.link_left_content .iuser
{
	line-height:1.3em;
}

.link_left_content .iuser_act
{
	color:#5bb543;
}

.link_left_content .iuser_act2
{
	color:#8bd5fc;
}

.link_left_content img
{
	vertical-align:middle;
}

.link_left_content a
{
	font-weight:bold;
	color:#fff;
}

.link_left_sep
{
	margin: 5px auto 5px auto;
	width:100%;
	height:1px;
	border-bottom: 1px dotted #fff;
}

.link_left p
{
	margin:0;
	padding:0;
	display:table;
	width:100%;
}

.link_header
{
	margin-top:7px;
	margin-bottom:0px;
	padding:5px;
	height: 15px;
	color: #2c4056;
	text-align:center;
}

.link .sep
{
	margin: auto;
	padding:0;
	width:400px;
	height:1px;
	border-bottom: 1px dotted #fff; 
}

.link .sep2
{
	margin: auto;
	padding:0;
	width:400px;
	height:1px;
	border-bottom: 1px dotted #2c4056; 
}

.link_header .type
{
	margin-left:5px; 
	float:left;
}
.link_header a
{
	text-decoration:none;
}

.link_header a:hover
{
	/*text-decoration:underline;*/
}

.link_header .title
{
	font-weight:bold;
	margin-left:8px;
}

.title a
{
	text-decoration: none;
}

.title a:hover
{
	text-decoration: underline;
}

.link_content
{
	margin: auto;
	padding: center;
	text-align:center;
	padding: 10px;
}

.link_footer
{
	margin-top:0px;
	margin-bottom:0;
	padding:7px 7px;
	height: 14px;
	background: #2c4056;
	color: #fff;
	font-size:11px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:8px;
}

.link_footer a
{
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

.link_footer a:hover
{
	text-decoration: underline;
}

.link .action
{
	float: right;
	font-size: 12px;
	text-align:right;
}

.link .new
{
	float: right;
	font-size: 12px;
	text-align:right;
	margin-right:5px;
}

.link_form
{
	margin: auto;
	padding: 10px;
	width: 580px;
	height:230px;
	display:table;
	text-align: left;
	color: #000;
	background: #9fc1e0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.link_form label
{
	font-weight: bold;
	padding-bottom:5px;
}

.link_form .info
{
	font-size: 11px;
}

.link_form .butn
{
	background:#e5f1fb;
	border:2px solid #000;
	font-weight:bold;
	padding:4px 15px;
	width: 120px;
	float:right;
	text-align:center;
}

.zoom
{
	margin-left: 3px;
}

.link_form .texta
{
	display:none;
	vertical-align: top;
	margin-left:70px;
	width:400px;
	height:100px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:12px;
	color: #000;
	background : #f7fbff;
	border:2px solid #ccc;
}

/********************************************************************************************************
*
* profil
*
*********************************************************************************************************/

.profil_common
{
	margin-bottom: 20px;
	padding: 10px;
	width: 190px;
	display:table;
	text-align: left;
	color: #fff;
	background: #9fc1e0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.profil_large
{
	margin-bottom: 20px;
	padding: 10px;
	width: 640px;
	text-align: left;
	color: #000;
	background: #eaf1f7;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.profil_connerie
{
	height:190px;
	width:210px;
	margin-left:13px;
	margin-right:13px;
	margin-bottom:5px;
	margin-top:5px;
	background-color: #9fc1e0;
	float:left;
	font-size:11px;
	border: 2px solid #9fc1e0;
}

.profil_connerie:hover
{
	background-color: #ccc;
	border: 2px solid #ccc;
	text-decoration: none;
	cursor:pointer;
}



.profil label
{
	color: #000;
	font-weight: bold;
}

.profil a
{
	text-decoration: none;
	font-weight: bold;
}

.profil_connerie a
{
	font-weight: normal;
}

.success
{	
	color: green;
}

.profil_title
{
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.profil_title_black
{
	font-weight:bold;
	font-size:14px;
	color:#000
}

.profil_det_content
{
	height:620px;
	margin-top:10px;
}

.profil_det_link
{
	height:140px;
	width:100%;
	margin:0;
	text-align:justify;
}

.profil_det_desc
{
	height:50px;
	width:100%;
	margin-top:5px;
}

.profil_left_col
{
	width:180px;
	height:100%;
	float:left;
	margin-right:40px;
	margin-top:15px;
}

.profil_prev_link
{
	height:370px;
	width:100%;
	overflow:auto;
	margin-top:5px;
}

.profil_det_friends
{
	text-align:center;
	margin:5px;
	width:85px;
	height:100px;
	float:left;
}

.profil_det_friends2
{
	text-align:center;
	padding:10px;
	width:85px;
	height:70px;
	float:left;
	border-bottom: 1px solid #9fc1e0;
}

.profil_det_friends2:hover
{
	background-color:#9fc1e0;
}

.profil_det_friends_width
{
	width:390px;
}
/********************************************************************************************************
*
* edit link
*
*********************************************************************************************************/

.edit_link
{
	margin: auto;
	padding: 10px;
	width: 580px;
	color: #000;
	background: #9fc1e0;
}

.sep3
{
	margin: auto;
	padding:0;
	width:540px;
	border-bottom: 1px dotted #2c4056; 
}

.edit_link label
{
	width: 30px;
}

.edit_link .info
{
	font-size: 11px;
}

.edit_link .btn
{
	text-align: right;
	height: 20px;
}

.edit_link .btn input
{
	text-align:center;
}

/********************************************************************************************************
*
* com
*
*********************************************************************************************************/

.comment
{
	
	text-align: center;
}

.comment h3
{
	
	font-size:14px;
}

.comment a
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.comment_content
{
	margin: 5px auto 0px auto;
	padding:7px 7px;
	width: 400px;
	display:table;
	background: #9fc1e0;
	color: #fff;
	text-align: left;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.comment_footer
{

	margin: 0 auto 5px auto;
	padding:7px 7px;
	height: 10px;
	width: 400px;
	background: #2c4056;
	font-size:11px;
	color: #fff;
	text-align: left;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

.comment_info
{
	height:100%;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width:130px;
	color:#fff;
	display:table;
	background-color:#2C4056;
	float:left;
	margin:0;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-top-left-radius:8px;
}

.comment_cont
{
	min-height:100px;
	height:100%;
	width:380px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background-color:#9FC1E0;
	display:table;
	margin:0;
	float:left;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}

.comment_contener
{
	width:550px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	height:120px;
	margin-bottom:10px;
}

.comment textarea
{
	padding:3px;
	width: 414px;
	background-color: #eaf1f7;
	border:1px solid #2c4056;
}

.comment .btn input
{
	background-color: #eaf1f7;
	border:2px solid #2c4056;
	font-weight:bold;
	width: 150px;
	height: 30px;
}


#tawuInfo div
{
	width: 150px;
	/*height: 100px;*/
	margin-bottom: 10px;
	padding: 8px;
	background: #2c4056;
	color: #fff;
	display: table;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.titleInfo
{
	margin-top:0;
	margin-bottom:5px;
	font-size:15px;
}

#tawuInfo ul
{
	margin-left: 0px;
	padding-left: 10px;
	list-style-type : none;
	font-size:12px;
}

#tawuInfo li
{
	margin-left: 0px;
	
}

#tawuInfo
{
	display: inline-block;
	width: 150px;
	margin-top: 50px;
}

#tawuInfo a
{
	color: #fff;
	text-decoration: none;
}

#tawuInfo a:hover
{
	text-decoration: underline;
}

#tawuConnerie
{
	margin-right: 15px;
	float:left;
}

#tawuContent
{
	height:100%;
}

.listCom li
{
	font-size:10px;
	margin-bottom:3px;
}

.help{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#eefff0;
	border:2px solid #428939;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

.help .txt
{
	padding: 7px;
	font-size:10px;
}

.help h2
{
	font-size:14px;
	margin:0;
	padding:0;
}

.txt a,.txt a:hover
{
	text-decoration:none;
}

.fixedHelp
{
	bottom: 5px;
	right:5px;
	margin:0;
	position:fixed;
}

/*
* star
*/
a .star
{
	width:16px;
	height:16px;
	background-image:url(../images/ico/star_nb.png);
}

a:hover .star
{
	background-image:url(../images/ico/star.png);
}

a .staron
{
	width:16px;
	height:16px;
	background-image:url(../images/ico/star.png);
}

a:hover .staron
{
	background-image:url(../images/ico/star_nb.png);
}

/*
* page favorites
*/

#favorites
{
	text-align:left; 
	width:650px;
}

#favorites a
{
	text-decoration: none;
	/*font-weight: bold;*/
}

#favorites a:hover
{
	text-decoration: underline;
}

#favorites img
{
	align:"absmiddle";
}

#favorites .comImg
{
	margin-right:3px;
}

#favorites .light, #favorites .dark
{
	margin:0;
	padding:5px;
	color: #2c4056;
}

#favorites .light
{
	background: #eaf1f7;
}

#favorites .dark
{
	background: #9fc1e0;
}

#favorites .nbCom
{
	text-align:right;
	width:40px;
	float:right;
	margin-right:5px;
}

#favorites .typeSpan
{
	width:20px;
	float:left;
	margin:5px;
}

/*
* aff mini
*/

.affMini
{
	color:#000;
}

.affMini a
{
	text-decoration: none;
	/*font-weight: bold;*/
}

.affMini a:hover
{
	text-decoration: underline;
}

.affMini .light, .affMini .dark
{
	margin:0;
	padding:5px;
	color: #2c4056;
}

.affMini .light
{
	background: #eaf1f7;
}

.affMini .dark
{
	background: #9fc1e0;
}

.affMini .nbCom
{
	text-align:right;
	width:40px;
	float:right;
	margin-right:5px;
}

.affMini .typeSpan
{
	width:20px;
	float:left;
	margin:5px;
	height:20px;
}

/*
*
*/
.linkToInvit a
{
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

/*
*
*/
.chartsTop3
{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	border-bottom:3px solid #202e3e;
}

.chartsTop3 a
{
	text-decoration:none;
}

.chartsTop3Content
{
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

.ui-tabs 
{
	/*padding: .2em;*/
}
.ui-tabs .ui-tabs-nav 
{ 
	/*padding: .2em .2em 0 .2em;  
	position: relative;*/
	width:600px;
	height:26px;
	border-bottom: 2px solid #2c4056;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}
.ui-tabs .ui-tabs-nav li 
{ 
	color: #fff;
	font-weight:bold;
	float: left; 
	margin: 0 .2em 0 0;  
	list-style: none; 
	background-color: #2c4056;
	border: 1px solid #2c4056;
}
.ui-tabs .ui-tabs-nav li a 
{ 
	color:#fff;
	display: block; 
	text-decoration: none; 
	padding: .5em 1em; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{  
	border-bottom: 0;
	color:#000;
	border-top: 2px solid #2c4056;
	border-left: 2px solid #2c4056;
	border-right: 2px solid #2c4056;
	background-color: #9fc1e0; 
}

.ui-tabs .ui-tabs-nav img
{
	vertical-align:top;
	margin:0;
	padding:0;
	border:none;
	width:13px;
	height:13px;
}


.ui-tabs .ui-tabs-panel 
{ 
	color:#000;
	width:640px;
	display: block; 
	border: 0;
	background-color: #9fc1e0;
	margin:auto;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
.ui-tabs .ui-tabs-hide 
{ 
	display: none !important; 
}

.ui-tabs .tabs_form
{
	display:table;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
	color: #000;
}

.ui-tabs .tabs_form .title
{
	font-weight:bold;
	font-size:14px;
}

/*
* Friends
*
*/

.profil_friends
{
	margin-left:auto;
	margin-right:auto;
	display:table;
	width:400px;
}

.friends_p_avatar
{
	width:90px;
	float:left;
}

.friends_p_content
{
	font-weight:normal;
	font-size:12px;
	text-align:left;
	float:left;
	width:130px;
}

.friends_p_uname
{
	margin-top:0;
	font-weight:bold;
	font-size:14px;
}

.friends_p_action
{
	float:left;
	margin-top:36px;
	text-align:right;
	width:310px;
}

.friends_list_det
{
	text-align:center;
	padding:10px;
	width:540px;
	height:70px;
	border-bottom: 1px solid #2C4056;
}

.friends_list_det a
{
	font-weight:bold;
	text-decoration:none;
}

.friends_list_det a:hover
{
	text-decoration:underline;
}

.friends_list_det:hover
{
	background-color:#b5d5f2;
}

.friends_texta
{
	padding:5px;
	vertical-align: top;
	width:400px;
	height:100px;
	background : #f7fbff;
	border:2px solid #ccc;
}

.friends_aff_list
{
	margin:auto;
	width:500px;
	display:table;
	padding:10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

/********************************************************************************************************
*
* link contener
*
*********************************************************************************************************/


#link_contener
{
	width: 574px;
	min-height: 600px;
	background-color: #0a4f90;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	margin-left:120px;
	float:left;
}

/********************************************************************************************************
*
* nav contener
*
*********************************************************************************************************/

.nav_contener
{
	font-size:11px;
	width: 170px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	margin-top:98px;
	float:left;
	padding-bottom:10px;
	display:table;
}

.nav_contener .img_flux
{
	margin-left:15px;
	margin-right:2px;
	border: 2px solid #9fc1e0;
	vertical-align:middle;
}

.nav_contener p
{
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
	height:20px;
}

.nav_contener i
{
	font-size:10px;
}

.nav_contener .nav_title
{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius:8px;
	padding-top:5px;
	margin-bottom:10px;
	margin-top:0;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

.nav_contener ul
{
	font-size:11px;
	list-style-type:none;
	margin-left:0;
	padding-left:10px;
}

.nav_contener .nav_bottom_link
{
	text-align:right;
	margin-top:10px;
	margin-right:5px;
}

.nav_contener .nav_bottom_link img
{
	vertical-align:middle;
}

/********************************************************************************************************
*
* link
*
*********************************************************************************************************/

#link_title
{
	height:40px;
	/*ie=70*/
	font-size:50px;
	font-weight:bold;
	margin-left: 85px;
	padding-top:30px
}

#link_tools
{
	/*ie=25*/
	height:15px;
	font-size:11px;
	padding:6px;
	text-align:right;
}

#link_tools a
{
	font-size:13px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

#link_tools a:hover
{
	text-decoration: underline;
}

#link_title_img
{
	width:64px;
	height:64px;
	position: relative;
	border: 3px solid #ccc;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

/********************************************************************************************************
*
* link content
*
*********************************************************************************************************/

#links_c
{
	font-size:11px;
	width: 570px;
	min-height:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
}

#links_c .link_disp
{
	margin:auto;
	text-align: center;
}

#links_c .link_title
{
	line-height:2.5em;
	margin-top:0;
	padding-top:0;
}

#links_c .link_content
{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	/*margin-bottom:10px;*/
	width:460px;
	background-image:url(../images/opacity.png);
	border-top: 2px solid #0a4f90;
}

#links_c .link_infobox
{
	-moz-border-radius-bottomleft:8px;
	background-image:url(../images/opacity.png);
	border-top-color:#0a4f90;
	border-top-style:solid;
	border-top-width:2px;
	float:left;
	display:table;
	margin-left:-30px;
	margin-top:-12px;
	width:20px;
}

#links_c .link_infobox img
{
	margin-top:2px;
	margin-bottom:2px;
}

#links_c .link_co
{
	margin: auto;
	height:40px;
	width: 480px;
	/*border-top: 2px solid #9fc1e0;*/
	border-bottom: 2px solid #9fc1e0;
}

#links_c .link_border_vidz
{
}

#links_c .links_co_action
{
	margin:5px;
	width:200px;
	text-align: left;
	float:left;
}

#links_c .links_infos
{
	float:left;
	margin:5px;
	width:260px;
	text-align:right;
	line-height:1.3em;
}

#links_c .links_avatar
{
	height:27px;
	width:27px;
	border: 2px solid #9fc1e0;
}

#links_c .img_bordure
{
	border: 5px solid #9fc1e0;
}



#links_c .link_co_content
{
	width: 480px;
	margin: auto;
}

#links_c .link_co_content p
{
	margin-top:0;
	margin-bottom:2px;
	padding:5px;
	text-align:left;
}

#links_c .hide_com
{
	display:none;
}

#links_c .com_form
{
	height:40px
}

#links_c textarea
{
	padding:3px;
	width:314px;
	height:31px;
	float:left;
	background-color: #edf6ff;
	border: 1px solid #2c4056;
	font-style: Verdana;
	font-size:10px;
}

#links_c button
{
	width:140px;
	margin-left:5px;
	height:38px;
	float:left;
	background-color: #2c4056;
	border:0;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}

#links_c .bulle_c
{
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	clear:both;
	float:left;
	height:160px;
	margin-left:-132px;
	width:130px;
}

#links_c .bulle_c img
{
	vertical-align:middle;
}

#links_c .bulle_c p
{
	padding:0;
}

#links_c .bulle_actions
{
	padding:0;
	margin-top:-5px;
	text-align:center;
}

#links_c .bulle_actions input
{
	background-color:#012546;
	border:2px solid #0A4F90;
	color:white;
	padding:2px;
	width:75px;
}

#links_footer
{
	margin-top:15px;
	height:30px;
	padding-top:10px;
}

#links_footer a
{
	font-size:16px;
}

#links_footer p
{
	margin:0;
	padding;0;
}
/********************************************************************************************************
*
* general a colors
*
*********************************************************************************************************/
.ablue a
{
	color: #2c4056;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.ablue a:hover
{
	text-decoration:underline;
}

.awhite a
{
	cursor:pointer;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.awhite a:hover
{
	text-decoration:underline;
}

.agrey a
{
	cursor:pointer;
	color:#edeef2;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.agrey a:hover
{
	text-decoration:underline;
}

/********************************************************************************************************
*
* general txt color
*
*********************************************************************************************************/
.text_color1
{
	color: #edeef2;
}

.text_color2
{
	color: #2bb228;
}

.text_color3
{
	color: #456383;
}

.text_color4
{
	color: #fff;
}

.text_color5
{
	color: #3eb2f6;
}

/********************************************************************************************************
*
* general bg color
*
*********************************************************************************************************/


.bg_color1
{
	background-color: #012546;
}

.bg_color2
{
	background-color: #9fc1e0;
}

.bg_color3
{
	background-color: #ebf5fe;
}

.bg_color4
{
	background-color: #539a48;
}

.bg_color5
{
	background-color: #EAF1F7 ;
}

.bg_color6
{
	background-color: #0a4f90 ;
}

.bg_pattern1
{
	background-color: #fff;
}

/********************************************************************************************************
*
* link sep
*
*********************************************************************************************************/

.link_sep
{
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	height:13px;
	min-height:13px;
}

/********************************************************************************************************
*
* background
*
*********************************************************************************************************/

.bg_lsep1
{
	background-image:url(../images/link_sep.png);
}


.bg_link_arrow
{
	background-image:url(../images/link_arrow.png);
}

.bg_bulle1
{
	background-image:url(../images/minibulle.png);
}

.bg_nav_arrow
{
	background-image:url(../images/nav_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;	
}

.bg_pattern_1
{
	background-image:url(../images/pattern/1.png);	
}

.bg_pattern_2
{
	background-image:url(../images/pattern/2.png);
}

.bg_pattern_3
{
	background-image:url(../images/pattern/3.png);
}

.bg_pattern_4
{
	background-image:url(../images/pattern/5.png);
}

.bg_pattern_5
{
	background-color:#fff;
}

.bg_pattern_6
{
	background-color:#ccc;
}

.bg_pattern_7
{
	background-color:#aad3ff;
}

.bg_pattern_8
{
	background-color:#dfeeff;
}

/*
* LINK PIMP
*/
#link_pimp img
{
	width:32px;
	height:32px;
	border: 2px solid #ccc;
}

#link_pimp .img_app
{
	width:30px;
	height:35px;
	float:left;
	text-align:center;
	margin:5px;
}

/********************************************************************************************************
*
* fmanage
*
*********************************************************************************************************/

#fManage_nav
{
	float:left;
	height:100%;
	margin-right:40px;
	margin-top:20px;
	width:180px;
}

#fManage_nav .left_nav
{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	display:table;
	margin-bottom:20px;
	padding:10px;
	text-align:left;
	width:100%;
	height:500px;
}

#fManage_nav .left_nav div
{
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
	float:left;
	width:180px;
	font-weight:bold;
}

#fManage_nav .left_nav div:hover
{
	background-color:#EAF1F7;
	color:#000;
}

#fManage_nav .left_nav div.action
{
	width:16px;
	height:20px;
	background-image:url(../images/ico/delete.png);
	background-position:center center;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
}

#fManage_nav img
{
	border: 2px solid #2C4056;
	vertical-align:middle;
}

#fManage_nav .left_nav .title
{
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #2C4056;
	margin-bottom:10px;
	margin-top:0;
}

#fManage_nav .title img
{
	border:none;
}

#fManage_disp
{
	width:640px;
	height:500px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	float:left;
	padding:10px;
	margin-top:20px;
}

#fManage_disp .title
{
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #2C4056;
	margin-bottom:10px;
	margin-top:0;
}

#fManage_disp .feeds_available
{
	height:450px;
	margin-top:5px;
	overflow:auto;
	width:100%;
}

#fManage_disp .feed
{
	margin:10px;
	width:175px;
	display:table;
	float:left;
	padding:5px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	font-size:11px;
}

#fManage_disp a
{
	font-size:14px;
}

#fManage_disp img
{
	vertical-align:middle;
}

#fManage_disp .feed .title_f
{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border-bottom: 1px solid #2C4056;
	margin-top: 0;
}

#fManage_disp .desc_f
{
	text-align:justify;
	height:50px;
	font-style:italic;
	margin-bottom:20px;
}

#fManage_disp .action
{
	text-align:center;
	height:15px;
}


#fManage_disp .preview, #fManage_disp .infos
{
	text-align:center;
}

#fManage_disp .preview img
{
	border: 2px solid #2C4056;
}

/********************************************************************************************************
*
* bubble
*
*********************************************************************************************************/


.bubble
{
	margin:2px; 
	padding:0; 
	width:24px;
	height:24px;
	float:left;
	/*background-color:green;*/
	position:relative;
	cursor:pointer;
}
/********************************************************************************************************
*
* profil tabs
*
*********************************************************************************************************/

.profil_tab_content
{
	display:table;
	width:680px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.profil_bottom_link
{
	text-align:right;
	float:left;
	width:98%;
	margin-top:10px;
}

.profil_bottom_link a
{
	font-weight:bold;
	font-size:14px;
	color:#2C4056;
	text-decoration:underline;
}

.profil_bottom_link a:hover
{
	text-decoration:none;
}


/********************************************************************************************************
*
* FAQ
*
*********************************************************************************************************/

#faq
{
	background-color:#000;
	color:#6AA9E2;
	display:table;
	width:100%;
	padding-bottom:10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

#faq h2
{
	text-align:center;
	padding:15px;
	text-decoration:underline;
}
#faq ul
{
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.5em;
	
}

#faq ul li a
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#faq ul li a:hover
{
	text-decoration:underline;
}

#faq .title
{
	font-size:14px;
	margin-left:10px;
	width:97%;
	padding-bottom:5px;
	border-bottom:1px dashed #6AA9E2;
}

#faq .rep
{
	color:#edeef2;
	margin-left:20px;
	width:96%;
	font-weight:normal;
	font-size:13px;
}

#faq .retour
{
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}

#faq .inblue
{
	background-color:#ECF6FF;
	border-color:#2A7AC2;
}
/********************************************************************************************************
*
* Index header
*
*********************************************************************************************************/

#top_menu_index
{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	background:#0A4F90;
	color:#FFFFFF;
	font-family:Verdana,sans-serif;
	font-size:11px;
	height:35px;
	margin:auto;
	padding-top:5px;
	width:770px;
	margin-bottom:50px;
}

#top_menu_index_content
{
	padding:3px 3px 8px 8px;
}

#top_menu_index_content input
{
	border: 2px solid #2a7ac2;
	background-color:#ecf6ff;
	width:140px;
	padding:2px;
}

#top_menu_index_content .chbox
{
	padding-top:10px;
	vertical-align:middle;
	width:15px;
}

#top_menu_index_content button
{
	border: 2px solid #2a7ac2;
	background-color:#ecf6ff;
	width:40px;
	height:25px;
	vertical-align:middle;
}

#top_menu_index_content span
{
	text-align:right;
	margin-left:70px
}

#top_menu_index_content a
{
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#top_menu_index_content a:hover
{
	text-decoration:underline;
}

/********************************************************************************************************
*
* Index content
*
*********************************************************************************************************/

#index_contener
{
	width:770px;
	height:auto;
	margin:auto;
	font-family: Verdana;
}

#index_header
{
	width:100%;
	height:60px;
}

#index_header .logo
{
	float:left;
	width:300px;
}

#index_header .links
{
	float:left;
	width:470px;
	text-align:right;
}

#index_header p
{
	margin-top:35px;
}

#index_header .links a
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#012546;
}

#index_header .links a:hover
{
	text-decoration:underline;
}

#index_contener .presentation
{
	width:100%;
	height:206px;
	background-image:url(../images/header_home.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

#index_contener .presentation2
{
	width:100%;
	height:206px;
	background-image:url(../images/register_step2.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

#index_contener .presentation3
{
	width:100%;
	height:206px;
	background-image:url(../images/register_step3.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#index_contener .register
{
	padding-top:10px;
	color:#fff;
	width:100%;
	height:110px;
	background-color: #012546;
}

#index_contener .register a
{
	color:#fff;
}

#index_contener .register_link
{
	padding-top:22px;
	text-align:center;
	width:100%;
	height:35px;
	background-color: #012546;
	font-size:24px;
	font-weight:bold;
	color:#edeef2;
}

#index_contener .register_link a
{
	font-size:24px;
	font-weight:bold;
	color:#edeef2;
	text-decoration:none;
}

#index_contener .register_link a:hover
{
	text-decoration:underline;
}

#index_contener .register p
{
	padding:5px;
	float:left;
	text-align:center;
	height:70px;
	margin:0;
}

#index_contener .register span a
{
	font-size:10px;
	text-decoration:underline;
	color:#fff;
}

#index_contener .register span a:hover
{
	text-decoration:none;
}

#index_contener .register input
{
	border: 2px solid #2a7ac2;
	background-color:#ecf6ff;
	width:170px;
	padding:2px;
}

#index_contener .register button
{
	background-color:#ECF6FF;
	border:2px solid #2A7AC2;
	height:60px;
	padding:2px;
	width:100%;
	color:#000;
	font-size:16px;
	font-weight:bold;
}

#index_footer
{
	background-color:#000;
	color:#fff;
	display:table;
	width:100%;
	padding-bottom:10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

#index_footer .info
{
	float:left;
	width:32%;
	height:190px;
	padding:5px;
}

#index_footer .title
{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #6aa9e2;
	margin-bottom:5px;
}

#index_footer .content
{
	margin:0;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	height:50px;
}

#index_footer .image
{
	height:60px;
	text-align:center;
}

#index_footer .image img
{
	vertical-align:middle;
}

#index_footer .info_large
{
	width:750px;
	display:table;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

#index_footer .info_large a
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#index_footer .info_large a:hover
{
	text-decoration:underline;
}

#index_footer .info_large .title
{
	margin-bottom:10px;
	margin-top:5px;
	padding-top:0;
	text-align:left;
}

#index_footer .info_large .illu
{
	float:left;
	width:200px;
	height:150px;
}

#index_footer .info_large .illu img
{
	border:5px solid #2A7AC2;
}

#index_footer .info_large .desc
{
	margin-left:20px;
	float:left;
	width:500px;
}

/********************************************************************************************************
*
* Register footer
*
*********************************************************************************************************/

.register_process_footer 
{
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}

.register_process_footer a
{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#EDEEF2;
}

.register_process_footer a:hover
{
	text-decoration:underline;
}

/********************************************************************************************************
*
* Autocomplete
*
*********************************************************************************************************/

.ac_results {
	padding: 0px;
	border: 2px solid #ccc;
	background-color: #F7FBFF;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/********************************************************************************************************
*
* Inbox
*
*********************************************************************************************************/

#inbox_topic
{
	font-size:11px;
	width:550px;
	margin:auto;
	text-align:center;
	display:table;
}

#inbox_content
{
	display:table;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:35px;
	margin-right:35px
}

#inbox_content .topic
{
	border-bottom:1px solid #2C4056;
	width:500px;
	float:left;
	margin:10px;
	padding:3px;
}

#inbox_content .user_avatar
{
	width:50px;
	text-align:left;
	float:left
}

#inbox_content .infos
{
	width:100px;
	text-align:left;
	float:left
}

#inbox_content .preview
{
	margin-left:25px;
	margin-top:3px;
	font-size:10px
}


#inbox_content .content
{
	width:350px;
	text-align:left;
	float:left
}

#inbox_new
{
	display:table;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:35px;
	margin-right:35px
}

#inbox_topic h1
{
	padding:10px;
	border-bottom: 2px solid #2C4056;
	width:100%;
	margin:auto;
	color: #2C4056;
}

#inbox_topic .contener
{
	width:110%;
	float:left;
	margin:10px;
}

#inbox_topic .contener2
{
	width:100%;
	float:none;
	height:120px;
	margin:10px;
}

#inbox_topic .from
{
	width:100px;
	float:left;
	text-align:right;
	padding:5px;
	display: table;
	height:150px;
}

#inbox_topic .message
{
	width:440px;
	float:left;
	text-align:left;
	padding:5px;
	border-bottom: 1px solid #2C4056;
	display: table;
	height:150px;
}

#inbox_topic .message_link_sep
{
	width:50px;
	margin:auto;
	border-top:1px dotted #000;
}

#inbox_topic .message_form
{
	width:400px;
	float:left;
	text-align:left;
	padding-bottom:5px;
	display: table;
	height:110px;
}

#inbox_topic .message_form .title
{
	width:100%;
	font-size:12px;
}

.inbox_textarea
{
	background-color:#F7FBFF;
	border:2px solid #ccc;
	float:left;
	font-size:11px;
	height:100px;
	padding:5px;
	margin-bottom:5px;
	width:392px;
}

.inbox_button
{
	background:#E5F1FB none repeat scroll 0 0;
	border:2px solid #CCCCCC;
	font-weight:bold;
	height:30px;
	padding:4px 15px;
	text-align:center;
}

#form_loading_2
{
	float:left;
	height:100px;
	width:100%;
}

.link_topic
{
	font-size:14px;
}

/********************************************************************************************************
*
* Brigade du fake
*
*********************************************************************************************************/

.brigade_du_fake
{
	background-image:url(../images/brigade_fake.png);
	background-repeat:no-repeat;
	background-position:top right;
}


.top_link_news
{
	width:564px;
	height:30px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:120px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}
