@charset "utf-8";
* {
	margin:auto;padding:auto;
}

@font-face {
	font-family:'Play';
	src:url('../../media/fonts/Play.ttf');
}

html {

}

body {
	font-family:Arial, Helvetica, sans-serif;font-size:13px;
	background:#020307 url(../../media/images/bg.jpg) no-repeat;
	background-position:top center;
	color:#fff;
}

img {
	border:none;
}

a {
	font-weight:normal;
	color:#009adb;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

:focus {
	outline:0;
}

h1 {
	font-family:'Play', Arial, Helvetica, sans-serif;
}

h2 {
	font-family:'Play', Arial, Helvetica, sans-serif;
}

h3 {
	font-family:'Play', Arial, Helvetica, sans-serif;
}

h4 {
	font-family:'Play', Arial, Helvetica, sans-serif;
}

h5 {
	font-family:'Play', Arial, Helvetica, sans-serif;
}

h6 {
	font-family:'Play', Arial, Helvetica, sans-serif;
}

.clear 
{
	clear:both;
}

#top_band {
	height:40px;
	width:580px;
	background:#000d20;
	border:1px solid #000;
	border-top:none;
	color:#5ca6aa;
	-webkit-border-radius:0px 0px 2px 2px;
	-moz-border-radius:0px 0px 2px 2px;
	border-radius:0px 0px 2px 2px;
	text-shadow:0px 1px 0px #000;
	margin-right:0;
	padding:0 20px 0 20px;
	-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.5);
	box-shadow:0px 0px 2px 0px rgba(0,0,0,0.5);
	text-align:right;
}

#top_band span {
	float:left;
	color:#8d20c9;
}

#top_band a {
	color:#5ca6aa;
	float:right;
}

#body {
	width:900px;
}

#header {
	height:170px;
}

#header a.logo {
	float:left;
	margin-top:30px;
	margin-left:39px;
	width:339px;
	height:67px;
}

#header #img_logo {
	width: 360px;
	/*height: 67px;*/
}

#header #top_content {
	margin-left:300px;
	height:130px;
	padding:20px;
}

/**
* Ajout de la partie pour le choix de la langue
**/

/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}

#polyglotLanguageSwitcher {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */	
	z-index: 100;
}

#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
	text-decoration: none;
	display: block;	
	padding: 5px 20px 5px 0px;
	color: #444;
	width: 7em; /* 84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
}

#polyglotLanguageSwitcher a:hover {
	color: #000;	
}

#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	height: 1.25em; /* 15px */
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
	background-color: #F7F7F7;
}

#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: 4px;
	right: 6px;
}

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	background: url(../images/arrow-down.gif) no-repeat left top;	
}

#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	display: none;
	position: absolute;
	top: 32px;
	left: 80.8%;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
}

#polyglotLanguageSwitcher ul.dropdown li { 
	border-top: 1px dotted #D4D4D4;
}

#polyglotLanguageSwitcher ul.dropdown li:last-child { 
	border-radius: 0 0 3px 3px;
}

/* Flags */

#en { 
	background-image: url(../images/flags/us.png);
}

#fr { 
	background-image: url(../images/flags/fr.png);	
}

#de { 
	background-image: url(../images/flags/de.png);	
}

#it { 
	background-image: url(../images/flags/it.png);	
}

#es { 
	background-image: url(../images/flags/es.png);	
}

/** Fin **/

#main_menu {
	font-family:'Play', Arial, Helvetica, sans-serif;
	height:51px;
	background:#e7e7e7;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	border-bottom:1px solid #000;
	-webkit-box-shadow:-3px -2px 5px 0px rgba(255,255,255,0.1),3px -4px 6px 0px rgba(255,255,255,0.1);
	-moz-box-shadow:-3px -2px 5px 0px rgba(255,255,255,0.1),3px -4px 6px 0px rgba(255,255,255,0.1);
	box-shadow:-3px -2px 5px 0px rgba(255,255,255,0.1),3px -4px 6px 0px rgba(255,255,255,0.1);
}

#main_menu .left_part {
	margin-right:283px;
	height:47px;
	border-top:2px solid #ececec;
	-webkit-border-radius:4px 0px 0px 0px;
	-moz-border-radius:4px 0px 0px 0px;
	border-radius:4px 0px 0px 0px;
	border-bottom:2px solid #b9b9b9;
}

#main_menu .left_part a {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	padding:10px 30px;
	margin:1px 3px 0 4px;
	font-size:14px;
	text-transform:uppercase;color:#000d20;
	text-shadow:0px 1px 0px #fff;
	text-decoration:none;
}

#main_menu .left_part a:hover, #main_menu .left_part a.active {
	color:#7b5694;
}

#main_menu .left_part .seporator {
	border-right:1px solid #f3f3f3;
	height:26px;
	background:#d2d2d2;
	width:1px;
	float:left;margin-top:11px;
}

#main_menu .right_part {
	width:283px;
	float:right;
	height:50px;
	border-top:1px solid #bd89d9;
	-webkit-border-radius:0px 4px 0px 0px;
	-moz-border-radius:0px 4px 0px 0px;
	border-radius:0px 4px 0px 0px;
}

#main_menu .right_part a {
	display:block;
	text-transform:uppercase;
	height:49px;
	line-height:47px;
	font-size:16px;
	color:#fff;
	background:#8d20c9;
	text-align:center;
	border-top:1px solid #cea9e2;
	text-decoration:none;
	-webkit-border-radius:0px 4px 0px 0px;
	-moz-border-radius:0px 4px 0px 0px;
	border-radius:0px 4px 0px 0px;
	text-shadow:0px 1px 0px #8c09c8;
}

#main_menu .right_part a:hover {
	background-image:url(../../media/images/gb_green_btn.gif);
	background-repeat:no-repeat;
}

#content {
	background:#000d20 url(../../media/images/bg_content.jpg) no-repeat;
	width:900px;
	padding:21px 0 41px 0;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	margin-bottom:30px;
}

#content .conteiner {
	width:598px;
	float:left;
}

#content #slider {
	margin-left:8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-top:0px;
	position:relative;
	border:1px solid #000;
	margin-bottom:10px;
}

.news {
	margin-top:20px;
	padding:8px 35px 3px 43px;
	height:165px;
	background:#000d20 url(../../media/images/bg_news.gif) no-repeat;
}

.news h2.title {
	color:#8d20c9;
	font-size:20px;
	height:25px;
	overflow:hidden;
}

.news h2.title a {
	text-decoration:none;
	color:#8d20c9;
}

.news img {
	display:block;
	float:left;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:4px solid #000819;
	width:98px;
	height:98px;
	margin-left:-4px;
	margin-top:20px;
}

.news .news_gasage {
	float:right;
	width:400px;
	height:100px;
	line-height:20px;
	color:#5ca6aa;
	text-align:left;
	overflow:hidden;
	margin-top:20px;
}

.news .news_gasage span.date {
	display:block;
	color:#2e5a65;
}

.news a.more {
	display:block;
	text-align:right;
	color:#5ca6aa;
	margin-right:0;
	width:80px;
	clear:both;
}

a.news_all {
	display:block;
	text-align:center;
	color:#5ca6aa;
	font-size:14px;
	margin-right:35px;
	width:524px;
	background:#0a1629;
	line-height:42px;
	margin-top:30px;
}

.text_news {
	line-height:20px;
	font-size:14px;
	color:#5ca6aa;
}

#right_side {
	width:265px;
	float:right;
	margin-right:9px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#000819;
	padding:9px;
}

.browser {
	width:223px;
	height:207px;
	padding:20px;
	border:1px solid #000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#112133 url(../../media/images/bg_browser.jpg) no-repeat;
	margin-bottom:9px;
}

.browser h3 {
	font-size:18px;
	color:#fff;
	font-weight:100;
}
.browser p {
	margin:20px 0 20px 0;
	color:#5ca6aa;
	font-size:14px;
}

.browser .links {
	display:block;
	text-align:right;
	color:#be63c0;
	line-height:26px;
}

.browser .links a {
	display:block;
	float:right;
	margin-left:7px;
}

.socials {
	width:245px;
	height:132px;
	padding:9px;
	border:1px solid #000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px
	;border-radius:2px;
	background:#050807 url(../../media/images/bg_socials.jpg) no-repeat;
	margin-bottom:9px;
}

.black_bg {
	background:rgba(0,0,0,0.85);
	height:112px;
	padding:20px 10px 0 10px;
}

.socials h3 {
	color:#be63c0;
	font-weight:100;
	margin-bottom:10px;
	font-size:18px;
}

.socials span {
	color:#673c84;
	display:block;
}

.socials a {
	display:block;
	height:32px;
	width:32px;
	margin-right:5px;
	margin-bottom:5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
}

.socials a:hover {
	-webkit-box-shadow:0px 0px 10px 0px rgba(255,255,255,0.15);
	-moz-box-shadow:0px 0px 10px 0px rgba(255,255,255,0.15);
	box-shadow:0px 0px 10px 0px rgba(255,255,255,0.15);
}

.server_status {
	width:245px;
	height:129px;
	padding:9px;
	border:1px solid #000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#050807 url(../../media/images/bg_server_status.jpg) no-repeat;
	margin-bottom:9px;
	color:#673c84;
	font-size:14px;
	line-height:19px;
}

.server_status .black_bg {
	height:109px;
}

.server_status h3 {
	color:#be63c0;
	font-weight:100;
	margin-bottom:5px;
	font-size:18px;
}

.server_status span {
	color:#be63c0;
}

.server_status a.more {
	display:block;
	float:right;
	font-size:13px;
	color:#be63c0;
}

.forums {
	padding:19px;
}

.forums h3 {
	color:#be63c0;
	font-weight:100;
	margin-bottom:15px;
	font-size:18px;
}

.forums a {
	display:block;
	margin-bottom:20px;
	color:#be63c0;
	text-decoration:none;
	font-size:14px;
	line-height:19px;
}

.forums a span {
	color:#673c84;
}

.forums a:hover {
	color:#ee72f1;
}

.forums a.more {
	text-decoration:underline;
	float:right;
	color:#be63c0;
}

.forums a.more:hover {
	text-decoration:none;
}

.forums .hr {
	height:2px;
	width:114%;
	margin-left:-7%;
	margin-bottom:15px;
	background:#be63c0;
}

#footer {
	padding:25px 40px;
}

#footer .left_part {
	float:left;
	width:510px;
}

#footer .left_part .block {
	float:left;
	width:150px;
	margin-right:20px;
}

#footer .left_part .block span {
	display:block;
	border-bottom:1px dotted #5ca6aa;
	color:#5ca6aa;
	margin-bottom:25px;
}

#footer .left_part .block a {
	line-height:22px;
	color:#5ca6aa;
	text-decoration:none;
}

#footer .right_part {
	width:290px;
	float:right;
	color:#5ca6aa;
}

#footer .right_part a {
	color:#5ca6aa;
	line-height:25px;
}

#footer .right_part a.imag {
	margin-right:5px;
}

.text_content {
	padding:0 40px;
}

.top_title {
	font-size:30px;
	font-weight:100;
	color:#fff;
}

.confid {
	color:#5ca6aa;
	font-size:14px;
	margin:20px 0;
}

.lable {
	color:#fff;
	display:block;
	float:left;
	width:160px;
	height:30px;
	padding:8px 0 5px 0;
	line-height:30px;
	font-size:20px;
	margin-bottom:20px;
	font-family:'Play', Arial, Helvetica, sans-serif;
}
.lable1 {
	color:#fff;
	display:block;
	float:left;
	width:40px;
	height:30px;
	padding:8px 0 5px 0;
	line-height:30px;
	font-size:20px;
	margin-bottom:20px;
	font-family:'Play', Arial, Helvetica, sans-serif;
}

input, .sel_uni {
	height:30px;
	padding:8px 10px 5px 10px;
	line-height:30px;
	background:#fff;
	border:1px solid #000;
	width:308px;
	display:block;
	float:left;
	margin-left:1px;
	font-size:16px;
	margin-bottom:20px;
	font-family:'Play', Arial, Helvetica, sans-serif;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#c1c1c1;
	-webkit-box-shadow:inset 0px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow:inset 0px 2px 4px 0px rgba(0,0,0,0.5);
	text-shadow:0px 0px 1px #d2d2d2;
}

input:focus {
	color:#06264c;
	-webkit-box-shadow:0px 0px 7px 0px rgba(92,166,170,0.2);
	-moz-box-shadow:0px 0px 7px 0px rgba(92,166,170,0.2);
	box-shadow:0px 0px 7px 0px rgba(92,166,170,0.2);
	text-shadow:0px 0px 1px #48607c;
}

.sel_uni {
	height:45px;
	width:330px;
	border:0;
	padding-bottom:8px;
}

.reg_caption {
	float:left;
	font-size:14px;
	color:#5ca6aa;
	width:300px;
	margin-left:20px;
	line-height:20px;
}

input.button {
	height:45px;
	line-height:42px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0;
	width:330px;
	background:#8d20c9;
	border:1px solid #590388;
	border-bottom-width:4px;
	text-shadow:0px 1px 0px #bd7ee0;
	font-family:'Play', Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:0;
	font-weight:bold;
	color:#000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a54fd4;
	-moz-box-shadow:inset 0px 1px 0px 0px #a54fd4;
	cursor:pointer;
	box-shadow:inset 0px 1px 0px 0px #a54fd4;
}

input.button:hover {
	background:#9733ce;
	background:-moz-linear-gradient(top, #9733ce 0%, #8c0bc8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9733ce), color-stop(100%, #8c0bc8));
	background:-webkit-linear-gradient(top, #9733ce 0%, #8c0bc8 100%);
	background:-o-linear-gradient(top, #9733ce 0%, #8c0bc8 100%);
	background:-ms-linear-gradient(top, #9733ce 0%, #8c0bc8 100%);
	background:linear-gradient(top, #9733ce 0%, #8c0bc8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9733ce", endColorstr="#8c0bc8", GradientType=0);
}

input.button:active {
	margin-top:2px;
	border-bottom-width:1px;
	height:45px;
	line-height:42px;
}

input.button_mini {
	height:43px !important;
	line-height:43px !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:0;
	width:153px;
	padding:0;
	background:#8d20c9;
	border:1px solid #000;
	text-shadow:0px 1px 0px #bd7ee0;
	font-family:'Play', Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:0;
	font-weight:bold;color:#000;
	cursor:pointer;
	margin-bottom:10px;
}

/**/

input[type=checkbox] {
	position:absolute;
	clip:rect(0, 0, 0, 0);
}

label.checked {
	cursor:pointer;
}

label.checked:after {
	content:" ";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../../media/images/checkbox.png) 0 0;
	position:relative;
	top:-5px;
	float:left;
	margin-right:7px;
}

input[type=checkbox]:checked + label.checked:after {
	background-position:0 -40px;
}

label.checked:hover:after {
	background-position:0 -20px;
}

input[type=checkbox]:checked + label.checked:hover:after {
	background-position:0 -60px;
}

label.checked {
	color:#5ca6aa;
	font-size:14px;
	padding-top:5px;
}

/**/

.blocks {
	clear:both;
	position:relative;
}

.blocks label {
	float:left;
	width:100px;
	line-height:43px;
	text-align:right;
	margin-right:15px;
	font-weight:bold;color:#666;
}

.blocks input {
	z-index:2;
	position:relative;
}

.blocks label.error,
.blocks label.ok {
	position:absolute;
	z-index:1;
	top:-4px;
	left:165px;
	padding:5px 15px 5px 360px;
	width:280px;
	text-align:center;
	margin:0;
	background-repeat:no-repeat;
	background-position:340px 18px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.blocks label.ok {
	background-image:url(../../media/images/icook.gif);
	background-color:#deefca;
	color:#577530;
}

.blocks label.error {
	background-image:url(../../media/images/icofail.gif);
	background-color:#f5d6d7;color:#c81925;
}

.right_menu {
	width:223px;
	height:auto;
	padding:20px;
	border:1px solid #000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#112133 url(../../media/images/bg_right_menu.jpg) repeat;
	margin-bottom:9px;
}

.right_menu h3 {
	font-size:18px;
	color:#fff;
	margin-bottom:15px;
	font-weight:100;
}

.right_menu ul {
	color:#5ca6aa;
	margin-left:0;
	padding-left:18px;
}

.right_menu ul li {
	margin:7px 0;
}

.right_menu a {
	color:#fff;
	text-decoration:none;
}

.right_menu a:hover {
	color:#5ca6aa;
}

.related_articles {
	padding:19px;
	padding-bottom:0;
}

.related_articles h3 {
	color:#5ca6aa;
	font-weight:100;
	margin-bottom:15px;
	font-size:18px;
}

.related_articles a {
	display:block;
	margin-bottom:20px;
	color:#5ca6aa;
	text-decoration:none;
	font-size:14px;
	line-height:19px;
}

.related_articles a:hover {
	color:#74cfd4;
}

.related_articles .clear {
	margin-bottom:15px;
	border-bottom:1px dotted #74cfd4;
}

.related_articles .hr {
	height:2px;
	width:114%;
	margin-left:-7%;
	margin-bottom:15px;
	background:#5ca6aa;
}

.related_news {
	padding:19px;
	padding-bottom:0;
}

.related_news h3 {
	color:#8d20c9;
	font-weight:100;
	margin-bottom:15px;
	font-size:18px;
}

.related_news a {
	display:block;
	margin-bottom:20px;
	color:#8d20c9;
	text-decoration:none;
	font-size:14px;
	line-height:19px;
}

.related_news a:hover {
	color:#01eb70;
}

.related_news .clear {
	margin-bottom:15px;
	border-bottom:1px dotted #8d20c9;
}

.related_news .hr {
	height:2px;
	width:114%;
	margin-left:-7%;
	margin-bottom:15px;
	background:#8d20c9;
}

.article {
	padding:0 20px 0 45px;
}

.article .news {
	margin-top:20px;
	padding:0;
	background:none;
}

.article .hr {
	width:105%;
	margin-left:-3%;
	height:2px;
	margin-bottom:10px;
	margin-top:10px;
	background:#06264c;
}

.navigation {
	text-align:center;clear:both;
}

.page-navigator {
	margin-top:40px;
}

.page-navigator a, .page-navigator span {
	display:block;
	float:left;
	margin-left:5px;
	padding:2px 6px;
	text-decoration:none;
	color:#5ca6aa;
}

.page-navigator a:hover {
	color:#0CF;
}

.page-navigator span a {
	float:none;
	margin:0px;
	padding:0;
}

.page-navigator span.active {
	background:#06264c;
	color:#FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:1px 4px;
	border:1px solid #000;
}

.page-navigator span.first a {
	background:url(../../media/images/navigation_arrow_left.gif) no-repeat;
	width:9px;
	height:10px;
	margin-top:3px;
}

.page-navigator span.last a {
	background:url(../../media/images/navigation_arrow_right.gif) no-repeat;
	width:9px;
	height:10px;
	margin-top:3px;
}

.page-navigator span.prev a {
	background:url(../../media/images/navigation_arrow_left.gif) no-repeat;
	width:5px;
	height:10px;
	margin-top:3px;
}

.page-navigator span.next a {
	background:url(../../media/images/navigation_arrow_right.gif) no-repeat -4px 0;
	width:5px;
	height:10px;
	margin-top:3px;
}

/**/

a.album {
	width:229px;
	height:229px;
	display:block;
	float:left;
	padding:10px;
	text-align:center;
	margin-right:25px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#000819;
	font-size:20px;
	line-height:25px;
	font-family:'Play', Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom:25px;
}

a.album:hover {
	color:#008948;
}

a.album img {
	max-width:227px;
	max-height:142px;
	border:1px solid #000;
	display:block;
	margin-bottom:10px;
}

div.table {
	width:255px;
	height:160px;
	display:table;
	margin-bottom:15px;
	margin-right:15px;
	float:left;
	text-align:center;
}

div.image {
	width:255px;
	height:160px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

div.image span {
	vertical-align:baseline;
}

div.image img {
	max-width:253px;
	max-height:158px;
	vertical-align:top;
	border:1px solid #000;
}

.share {
	color:#00a659;
	font-size:18px;
	font-family:'Play', Arial, Helvetica, sans-serif;
}

.share_footer {
	color:#00a659;
	font-size:18px;
	font-family:'Play', Arial, Helvetica, sans-serif;
	float:right;
	width:193px
	;margin-top:4px;
}

#pencil_edit {
	float:right;
	margin-top:2px;
}

#pencil_edit img {
	width:13px;
	height:13px;
}

.captha_img {
	height:30px;
	width:90px;
}

.sel_uni_top {
	float:left;
	margin:10px 0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

#news p {
	text-indent:20px;
}