body
{
	font-family: verdana;
	background-color: #E6E1E1; /*#D7CECE;*/
	/*
	background-position: left bottom;
	background-repeat: no-repeat;
	*/
}	

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	margin-bottom: 5px;
}

.li_quasar
{
	background-image:url('portail/img/li_quasar.png');
	width: 82px;
	height: 72px;
}

#backstrip
{	
	position: absolute;	
	background-image:url('portail/img/city.jpg'); 
	height: 278px;
	width: 99%;
	z-index: -1;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-width: 1 0 1 0;
}

#arrow-right
{
	position: absolute;	
	width: 0; 
	height: 0; 
	border-top: 142px solid transparent;
	border-bottom: 142px solid transparent;	
	border-left: 100px solid red;		
}

#little-arrow-right
{	
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 10px solid red;	
	float: left;
}

#pattern
{	
	background-image:url('portail/img/pattern.png'); 
	width:812px; 
	height: 620px; 
	margin:auto;
}

#main_title
{
	/*
	border-style: solid; 
	border-color: black; 
	border-width: 3px;
	padding: 5px;
	background-color: red;	
	
	*/
	
	width: 400px;	
	text-align: center;	
	margin-left: 340px; 
	color: #9797cb;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 27pt;
	
}

#subtitle
{
	margin-left: 400px; 
	font-size: 13pt; 
	font-weight: bolder;
	
}

#menu
{
	float: left; 
	border-style: solid;
	border-width: 0px; 
	width: 150px; 
	margin-left: 150px; 
	text-align: center;	
}

.menu_buttons
{
	padding: 5px;
	color: white; 
	opacity: 0.85; 
	margin-bottom: 3px;
	
	position:relative;
    display: block;
    background-color: #bcf;
    padding: 16px;
	margin:22px auto 22px auto;
    border: 1px solid #8bf;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	-moz-box-shadow:0 0 5px #888888;
	-webkit-box-shadow:0 0 5px #888888;
	box-shadow:0 0 5px #888888;
     
     left:-40px;
	
}

#content
{
	padding: 10px;
	text-align: left;
	color: black;
	/*background-color: #9797cb;*/
	/*opacity: 0.90;*/
	font-size: 11pt;
	border-style: solid; 
	border-width: 1px; 
	border-color: white;
	
	width: 400px; 
	height: 350px;
	background-image:url('portail/img/content_back.jpg'); 
	
	margin-left: 330px; 
	/*display: none;*/
		
    display: block;
    background-color: #bcf;
    padding: 16px;
	    
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	-moz-box-shadow:0 0 5px #888888;
	-webkit-box-shadow:0 0 5px #888888;
	box-shadow:0 0 5px #888888;
     
	left:-40px;
}

#portail_header
{
	width: 622px;
	background-color: #332a2a;
	color: white;
	font-size: 13pt;
	margin: auto;
	text-align: center;
}

#portail
{
	/*width: 910px;
	height: 150px;*/
	background-image:url('portail/img/back.jpg');
	background-color: grey;
	text-align: center;
	width: 610px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin: auto;
	padding: 5px;
	
}

#portail img
{
	margin-right: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}

#portail img:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #ffd700;
	cursor: pointer;
}


#friends_show img
{
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	
	-moz-box-shadow: 10px 10px 5px #656565;
	-webkit-box-shadow: 10px 10px 5px #656565;
	-o-box-shadow: 10px 10px 5px #656565;
	box-shadow: 10px 10px 5px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}