body {
	background-color: #f7f7f7;
	text-align: center;
	font-family: Arial, sans-serif;
	text-align: justify;
}

a {
	color: #4dc0da;
	text-decoration: none;
}

p, li {
	text-align: justify;
	line-height: 1.3em;
}

a:hover {
	color: #bf5b5b;
}

p img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.container * {
	text-align: justify;
}

.more {
	text-align: right;
	clear: both;
	margin-right: 25px;
}

.more a {
	text-decoration: underline;
}

.container.header {
	background: #f7f7f7 url(../img/header_bg.png);
	height: 200px;
	position: relative;
}

.container.header .title span {
	display: none;
}

.container.header .title a {
	display: block;
	width: 285px;
	height: 80px;
	position: absolute;
	top: 15px;
	left: 40px;
}

.container.header .baseline {
	display: none;
}

.container.header .join {
	font-size: 20px;
	display: block;
	position: absolute;
	width: 560px;
	left: 380px;
	top: 20px;
}

.container.header .join p {
}

.container.header .menu {
	background: transparent url(../img/menu_bg.png) no-repeat bottom left;
	height: 95px;
	width: 980px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.container.header .menu ul {
	display: block;
	margin: 0 auto;
	width: 880px;
}

.container.header .menu ul li {
	display: block;
	width: 220px;
	height: 95px;
	text-align: center;
	float: left;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

.container.header .menu ul li a {
	line-height: 4.7em;
	color: #aaa;
}
.container.header .menu ul li a:hover {
	color: #4dc0da;
}

.container.header .menu ul li.on {
	background: transparent url(../img/menu_on.png) no-repeat 0px 8px;
}

.container.header .menu ul li.on a {
	line-height: 4em;
	color: #4dc0da;
}

.container.main {
	background: #f7f7f7 url(../img/main_bg.png);
	padding: 0;
}

.container.main .line {
	margin: 0 15px;
	clear: both;
	background: #fff url(../img/line_bg.png) no-repeat 0 12px;
}

.container.main .line.info p {
	font-size: 12px;
	text-align: center;
	padding: 1em;
	background: yellow none;
}

.container.main .line.grey {
	background: #eee;
}

.container.main .line.memberinfo .square li {
	border: 0;
	clear: both;
}

.container.main .line.memberinfo .square .text {
	display:block;
	clear: both;
	width: 250px;
}
/*
.container.main .line.memberinfo .square .submit {
	font-size: 2em;
	display: block;
	width: 250px;
	text-align: center;
	margin: 3.5em auto;
}
*/
.container.main .line .push {
	margin: 5px;
	float: left;
}

.container.main .line .join {
	margin: 5px 0 5px 0;
	float: left;
	width: 317px;
	height: 246px;
	background: #eee url(../img/join_bg.png) no-repeat 250px 110px;
	font-size: 0.7em;
}

.container.main .line .join p {
	text-align: justify;
}

.container.main .line .join .register {
	margin-top: 24px;
}

.container.main .join .login {
	margin-top: 10px;
}

.text,
.submit {
	border: 1px solid #aaa;
	margin-top: 5px;
}

.container.main .join .login .text {
	width: 250px;
}

.submit {
	background-color: #4dc0da;
	color: #fff;
	padding: 0 5px;
	border: 1px solid #fff;
	text-transform: uppercase;
}

.container.main .line .join acronym {
	font-weight: bold;
}

.container.main .line .join p {
	margin: 5px;
}

.container.main .line .square {
	float: left;
	width: 315px;
}

.container.main .line .square .more {
	font-size: 0.7em;
}

.container.main .line .square.wide {
	width: 630px;
}

.container.main .line .square .title {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 25px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.container.main .line .square.tweets .title {
	background: #fff url(../img/icon_twitter.png) no-repeat top right;
}

.container.main .line .square.blogs .title {
	background: #fff url(../img/icon_community.png) no-repeat top right;
}

.container.main .line .square.pictures .title {
	background: #fff url(../img/icon_pictures.png) no-repeat top right;
}

.container.main .line .square ul {
	margin: 5px 25px;
}

.container.main .line .square ul li {
	font-size: 0.7em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}

.container.main .line .square ul.pictures li {
	display: block;
	border: none;
	float: left;
	margin-right: 9px;
}

.container.main .line .square.members ul {
	margin: 5px 25px;
}

.container.main .line .square.members ul li {
	display: block;
	border: none;
	float: left;
}

.container.footer {
	background: #f7f7f7 url(../img/footer_bg.png);
}

.container.footer .line p {
	padding: 40px 20px 20px;
	text-align: center;
	font-size: 0.6em;
	line-height: 20px;
}

.container.footer .bastienlabelle {
	padding: 0.5em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #CC3366;
}

.container.footer .bastienlabelle:hover {
	background-color: #FF6DA7;
	color: #fff;
	border: 1px solid #CC3366;
}

.avatar {
	float: right;
	margin: 0 25px;
}