/*Main classes*/
/*###############################
##### COULEURS 
#############################*/
.bgGreen
{
	background-color: #ebf7e0;
}
.bgBlue
{
	background-color: #ebf0ff;
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Times New Roman;
	font-size: 0.9em;
	color: #3c3c3c;
	background-color: #0067dc;
}
#infos
{
	background-color: #ffeda1;
	font-size: 0.9em;
	min-height: 40px;
	border: 1px solid #c67900;
	padding-top: 5px;
	color: #545454;
}
#infos div
{
	margin-left: 15px;
	margin-right: 15px;
}
#infos a, #infos a:visited, #infos a:link
{
	color: #e36b09;
	
	text-decoration: none;
}
img
{
	border: none;
}
#header
{
	width: 100%;
	height: 192px;
	background-image: url("../img/header-repeat.png");
	background-repeat: repeat-x;
	margin-top: 18px;
	margin-bottom: 0px;
}

#logo_header
{
	width: 771px;
	height: 192px;
	margin: auto;
	margin-bottom: 0px;
	background-image: url("../img/header.png");
	padding-top: 160px;
	padding-left: 7px;
	padding-right: 10px;
	font-size: 15px;
}
#logo_header .menu_button_left
{
	display: block; 
	float: left;
	text-align: left;
	padding-left: 3px;
	padding-right: 10px;
	height: 23px;
	padding-top: 7px;
	min-width: 130px;
	overflow: hidden;
}
#logo_header .menu_button_right
{
	display: block; 
	float: right;
	text-align: right;
	padding-left: 8px;
	padding-right: 10px;
	height: 23px;
	padding-top: 7px;
	min-width: 130px;
	overflow: hidden;
}
#logo_header a, #userbar_content a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
#logo_header a:hover, #logo_header a:visited:hover, #userbar_content a:hover, #userbar_content a:visited:hover
{
	color: #b7ff00;
}
#userbar
{
	width: 100%;
	height: 29px;
	background-image: url("../img/background.png");
	margin-bottom: 0px;
}
#userbar_content
{
	display: block;
	width: 771px;
	height: 25px;
	margin: auto;
	margin-bottom: 0px;
	background-image: url("../img/userbar.png");
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 10px;
	font-size: 11px;
	padding-top: 4px;
}
#userbar_content .menu_button_left
{
	display: block; 
	float: left;
	text-align: center;
	padding-left: 5px;
	padding-right: 8px;
	height: 23px;
}
#userbar_content .menu_button_right
{
	display: block; 
	float: right;
	text-align: left;
	padding-left: 5px;
	padding-right: 8px;
	height: 23px;
}
#friendlist
{
	background-repeat: no-repeat;
	background-color: #e3edf4;
	width: 170px;
	min-height: 300px;
	max-height: 400px;
	padding-top: 10px;
	border-right: 1px solid #abb3c2;
	border-bottom: 1px solid #abb3c2;
	overflow: hidden;
	float: right;
	position: relative;
	right: 0px;
}
#body
{
	width: 100%;
	background-image: url("../img/background.png");
	margin-top: 0px;
}

#text
{
	width: 738px;
	margin: auto;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 15px;
	background-image: url("../img/body-repeat.png");
	background-repeat: repeat-y;
	margin-top: 0px;
	min-height: 150px;
	font-size: 0.9em;
	min-height: 200px;
}

.shortcuts
{
	float: left;
	margin-top: 10px;
}
.shortcuts div
{
	float: left;
	width: 150px;
	text-align: center;
	margin-left: 20px;
}
.shortcuts img
{
	border: 1px solid gray;
}
.shortcuts img:hover
{
	background: #eff4fa;
}
#postit
{
	background-image: url("../img/post-it.png");
	background-repeat: no-repeat;
	position: relative;
	top: -150px;
	left: 560px;
	width: 149px;
	height: 135px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 9px;
}
#postit a:link, #postit a:visited
{
	color: green;
}	
#friends_box
{
	float: right;
	width: 170px;
}
#friends_box > h3
{	
}
#footer
{
	width: 100%;
	min-height: 192px;
	background-image: url("../img/footer-repeat.png");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	
	background-color: #0067dc;
}
#sigma
{
	position: absolute;
	top: 0px;
	min-height: 18px;
	width: 100%;
	background-image: url("../img/sigma-repeat.png");
	color: #d3e2ff;
	font-size: 12px;
}
#footer_img
{
	margin: auto;
	width: 668px;
	min-height: 100px;
	padding-top: 65px;
	padding-left: 60px;
	padding-right: 60px;
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}