/*******************************************
 * http://skyrock.com
 * style page securite (skyrock.com/safety)
 * *****************************************/

/* style textes */

#aide, #cgu {
    white-space: pre;
}
code, pre {
    font-size: 1em;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.safety h1 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0.7em 0 0.3em;
}
.safety h2 {
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    padding: 0.7em 0 0.3em;
}
.safety h3 {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    padding: 0.3em 0;
}
.safety h4 {
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding: 0.3em 0;
}
.safety p  {
    padding: 0.3em 0;
}
.safety ul li {
    list-style: disc inside;
}
.safety ol li {
    list-style: decimal inside;
}
.safety li {
    padding: 0.3em 0;
    clear: both;
}

/* style blocs */
.cgufr {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    background: #efefef;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding: 0.5em 1em;
    text-align: justify;
    margin: 1em 1em 3em 1em;
}
.cgusimple {
    margin-bottom: 80px;
}
.cgufr li {
    padding: 0 1em 0;
}
.cgufr dt {
    font-weight: bold;
}
.cgufr dd {
    padding-left: 20px;
}
.safebox {
    clear: left;
    overflow: hidden;
    padding: 0.5em;
    border-bottom: 1px dotted #ccc;
    margin: 1em;
}
.safebox img {
    float:left;
    margin-right: 0.5em;
}
.safebox p {
    margin-left: 170px;
}
.aide-safety h2 {
    border-top: 1px dotted #ccc;
    margin-top: 1em;
}
.aide-safety, .safebox, .cgusimple {
    text-align: justify;
    padding: 0.5em;
    overflow: hidden;
}

/* colonnes de droites */
.logo-safety {
    text-align: center;
}
.logo-safety li {
    display: inline;
    margin: 1em;
}
.aide-safety .sommaire li, .aide-safety .sommaire li a {
    color: #000;
    font-weight: bold;
}
.safety-liste li {
    clear: both;
    overflow: hidden;
    padding: 0.5em;
    border-bottom: 1px dotted #ccc;
    margin: 1em;
    list-style-type: none !important;
}
dl.credits {
    overflow: hidden;
}
.credits dd, .credits dt {
    float: left;
    display: block;
    margin-bottom: 7px;
    background: url(/img/icons/dottedccc.png) repeat-x 0 11px;
}
.credits dt {
    clear: left;
    width: 20%;
}
.credits dd {
    text-align: right;
    width: 80%;
}
.credits dd  span, .credits dt  strong { background-color: #fff; color: #000;}
.credits li span {
    float: right;
}
#cgu_lang  {
    width: 300px;
    float: right;
    text-align: right;
}
#cgu_lang select {
    width: 200px;
}
/* a completer 
.menumobile li.souschaptitre {
    background: #015AA5;
    font-weight: bold;
    border-color: #ccc; 
}
.menumobile li.souschaptitre a {
    color: #fff;
}*/
.menumobile li.souschaptitre a:hover {
    color: #000;
}
textarea#message {
	width: 375px;
}
#right_col_topdeco {
	padding: 5px;
		border: 1px solid #ccc;
}
#right_col_topdeco p sapn {
	text-transform: uppercase;
}
#right_col_topdeco li {	
	line-height: 1.75em;
}
img.right {
	margin: -5px 0;
	float: right;
}

/* Live stats */
.live_stats {
    padding: 20px;
}
.live_stats p{
    padding: 0 0 28px;
}
.live_stats ul li{
    list-style: none;
    padding: 0 0 28px;
    overflow: hidden;
    zoom:1;
}
.live_stats li span{
    float: left;
    width: 200px;
    margin: 0 23px 0 0;
    font-size: 24px;
    color: #0181ef;
    text-align: right;
}
.live_stats li strong{
    float: left;
    padding: 8px 0 0;
}
.safety .share_bookmark {
    text-align: center;
}
.safety .share_bookmark p {
    text-align: left;
}
.safety .share_bookmark span {
    position: relative;
    display: block;
    margin: 40px 0 30px;
    text-align: center;
}
.safety .share_bookmark .info {
    position: absolute;
    top: -240px;
    left: 350px;
    z-index: 16777215;
}