@charset "utf-8";
/* CSS Document */


/*** Begin General ***/

body {
	font:12px "Lucida Grande",sans-serif;
	color:#000;
	margin:0 0 15px 0;
	background: #2B6F90;
}

img {
	border:0;	
}

p, div, img {
	margin:0;
	padding:0;
}

a, a:visited {
	color:#2B6F90;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:0;
} 

#wsite {
	width:1000px;
	min-height:700px;
	margin:0 auto;
}

#background {
	min-height:700px;
	/*background:url('../img/background.png') no-repeat;*/
	margin:0 auto;
}

#header {
	width:1000px;
	height:120px;
}

#logo {
	width:420px;
	height:120px;
	float:left;
	z-index:100;
}

#body_wsite {
	width:980px;
	min-height:500px;
	border:10px solid #83c0dd;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: #FFF;
	z-index:0;
}

#content {
	width:730px;
	min-height:500px;
	padding:5px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-bottomleft:10px;
	background:#daecf5;
	float:left;
}

#notifications {
	width:99%;
	background:#F0F0F0;
	color:#A60000;
	position:absolute;
	padding:5px 0 5px 1%;
	font-size:14px;
	font-weight:bold;
	left:0;
	z-index:105;
	text-shadow:0 -1px 1px #F0F0F0;
}

.button {
	background:url('../img/bg_button.png') repeat-x #86c1de;
	-moz-border-radius:4px;
	border:1px solid #CCC;
	padding:5px 0;
	text-align:center;
	font-size:14px;
	color:#4b4b4b;
	margin:2px;
	cursor:pointer;
}

.button {
	width:100px;
}

.button:hover {
	border-color:#83C0DD;
	-moz-box-shadow:0 0 6px #83C0DD;
}

.input_text, .select {
	background:#F3F3F3;
	-moz-border-radius:4px;
	border:1px solid #CCC;
	margin:2px;
	padding:5px;
	width:140px;
	font-weight:bold;
	color:#757575;
}

.select {
	cursor:pointer;	
}

.input_text:focus, .select:focus {
	border-color:#83C0DD;
	-moz-box-shadow:0 0 6px #83C0DD;
}

.nb_carac_left {
	width:200px;
	margin-left:5px;
	display:inline;
	color:#2B6F90;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 1px #F0F0F0;
}

/*** End General ***/


/*** Begin Menu ***/

#menu {
	width:340px;
	margin-top:80px;
	float:left;
}

.button_menu {
	background:url('../img/bg_button.png') repeat-x #86c1de;
	-moz-border-radius:4px;
	border:1px solid #CCC;
	padding:5px 0;
	text-align:center;
	font-size:14px;
	color:#4b4b4b;
	margin:2px;
	cursor:pointer;
}

.button_menu {
	width:70px;
	float:left;
}

.button_menu:hover {
	border-color:#83C0DD;
	-moz-box-shadow:0 0 6px #83C0DD;
}

/*** End Menu ***/


/*** Begin Login ***/

#login {
	width:220px;
	float:left;
	height:109px;
	padding-top:5px;
}

#form_login {
	width:220px;
	height:104px;
	padding-top:5px;
	margin-top:6px;
	background:url('../img/button_login.png') repeat-x #B9DDEE;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	text-align:center;
}

#div_button_login {
	width:220px;
	height:30px;
	margin-top:6px;
	padding-top:79px;
	background:#2B6F90;
	position:absolute;
	z-index:100;
	text-align:center;
}

#button_login {
	height:18px;
	width:180px;
	padding:7px 5px 5px;
	margin:0 auto;
	background:url('../img/degrad_1.png') repeat-x #B9DDEE;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#757575;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px -1px 1px #F0F0F0;
}

#input_login_pseudo {
	height:16px;
	padding-left:26px;
	background:url('../img/bg_login_pseudo.png') no-repeat #F3F3F3;
	font-size:16px;
	color:#757575;
}

#input_login_pwd {
	height:16px;
	padding-left:26px;
	background:url('../img/bg_login_pwd.png') no-repeat #F3F3F3;
	font-size:16px;
	color:#757575;
}

/*** End Login ***/


/*** Begin Sidebar ***/

#sidebar {
	width:230px;
	min-height:500px;
	padding:5px;
	float:left;
}

#SB_list_categories {
	width:225px;
}

#SB_list_categories a, #SB_list_categories a {
	width:225px;
	height:20px;
	padding:5px 0;
	float:left;
	font-size:14px;
	color:#757575;
	font-weight:bold;
	border-bottom:1px dotted #000;
}

h3 {
	width:225px;
	height:20px;
	padding:5px 0 5px 5px;
	margin:0 0 8px 0;
	background:url('../img/degrad_1.png') repeat-x #B9DDEE;
	-moz-border-radius:4px;
	font-size:16px;
	color:#2B6F90;
	text-shadow:0 -1px 1px #F0F0F0;
}

/*** Begin Sidebar ***/


/*** Begin Messages ***/

.body_msg {
	width:730px;
	margin-bottom:5px;
}

.content_msg {
	width:720px;
	padding:0 5px 5px 5px;
	border-left:2px solid #2B6F90;
}

.body_msg:hover .content_msg {
	border-left:2px solid #83C0DD;
}

.share_msg {
	width:720px;
	height:20px;
	padding:5px;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}

.share_msg img, .share_msg span {
	display:inline-block;
	vertical-align:middle;
}

.social_msg {
	float:left;
}

.link_of_msg {
	float:right;
}

.infos_msg {
	margin-top:3px;
	color:#757575;
	font-size:10px;
}

.text_msg {
	width:720px;
	color:#000;
}

/*** End Messages ***/


#form_signin {
	width:400px;
	float:left;
	padding-top:2px;
	margin:50px 0 0 20px;
}

.item_signin {
	width:450px;
	float:left;
	clear:both;
}

.item_signin div {
	width:100px;
	display:inline-block;
	vertical-align:middle;
}

.item_signin span {
	width:150px;
	display:inline-block;
	vertical-align:middle;
	color:#2B6F90;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 1px #F0F0F0;
}

.item_signin input {
	display:inline-block;
	vertical-align:middle;
}

#button_new_msg {
	padding:8px;
	margin:-5px 0 0 80px;
	border:0;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	background:url('../img/button_new_msg.png') repeat-x #B2DEF3;
	font-size:14px;
	font-weight:bold;
	/*text-shadow:0 -1px 1px #F0F0F0;*/
	cursor:pointer;
	color:#2B6F90;
}

#button_new_msg:hover {
	padding:10px 8px;
}