@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fafafa;
	color: #fff;
	font-family: "Benton Sans","Helvetica","sans-serif";
	font-size: 12px;
	margin:0;	
}

header {
	height: 85px;
    background-color: #5F2F54;
}

table {
	width: 98%;
	margin-left:1%;
	font-size: 1.2 em;
}

caption {
	background-color: #E2007A;
    border-color: #E2007A #E2007A;
	color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

tr {
    background-color: #FFFFFF;
}

td {
	text-align: center;
	padding: 10px;
}

th {
	text-align: center;
	padding: 10px;
	background-color: #5F2F54;
	color: white;
}

.hash {
	background-color: #AB4A94;
}

.logo {
    display: block;
    width: 178px;
    height: 39px;
    float: left;
    margin: 0px 0px 0px 6px;
	font-size:29px;
	font-weight:800;
}

.blog {
	color: #E2007A;
}

.started {
	/*color: #E2007A;*/
	text-align:center;
	background-color: #F49;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding:5px;
	margin:10px;
	margin-top:20px;
	/*display:inline-block;*/
}

.started2 {
	width:735px;
	margin-left:220px;
}

.high {
	height: 125px;
}

.tstarted {
	color: #5F2F54;
	font-size:2.3em;
	text-align:center;
}

.mstarted {
	width:100%;
	/*text-align:center;*/
}

.box {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	background-color:white;
	padding:5px;
	border-radius: 3px 3px 3px 3px;
	clear: both;
	font-size:16px;
	box-shadow:5px 5px 10px #9F9F9F;
	color: rgb(113, 113, 113);
}

h1 {
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:1.8em;
}

h3 {
background-color:transparent;
}

a {
cursor:pointer;
color:#f18230;
}

p {
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
font-size:1.4em;
text-align:justify;
}

.container{
	width:1100px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-550px;
}

#started {
	height:720px;
}

nav {
	display: block;
	margin-left:140px;
	margin-top:25px;
}

nav ul {
	text-align: center;
	list-style: none;
	display: inline;

}

nav ul li {
	margin-right:5px;
	height: 40px;
	list-style: none;
	display: inline;
	float:left;
}


nav a {
	width: 280px;
	height: 30px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	/*background-color: #E2007A; /* vert clair */
	/*background-color: #3b5c20; /* vert foncé */
	font-size: 24px;
	font-weight: bold;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	text-decoration: none;
	color: white;
	cursor: pointer;
} 

nav a:hover {
	background: -webkit-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -moz-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -o-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -ms-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -webkit-gradient(linear,to bottom, #FFFFFF 6%,transparent 16%);
	background: linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	color: #FBCEF0;
}

nav .active {
	/*background-color: white;*/
	color: #FBCEF0;
}

nav a.active:hover{
	background: -webkit-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -moz-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -o-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -ms-linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
	background: -webkit-gradient(linear,to bottom, #FFFFFF 6%,transparent 16%);
	background: linear-gradient(to bottom, #FFFFFF 6%,transparent 16%);
}


#language {
	float:right;
	display: block;
	z-index:1000;
	white-space:nowrap;
/*	margin-top:-36px;*/
	margin-right:400px;
	margin-top:15px;
}
#language ul {
	width : 32px;
	height : 32px;
	/*margin-top: 20px;*/
}
#language ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
#language a {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-color: #3b5c20;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #a2f45f;
	height: 10px;
	width: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
#language a:hover {
	background-color: white;
	color: #3b5c20;
}
#language .active {
	background-color: white;
	color: #3b5c20;
}

.footer {
	display: block;
	background-color: #5F2F54;
	height: 95px;
	width: 100%;
	vertical-align: top;
	text-align: center;
	position:absolute;
	bottom:95px;
}

.footer a {
	text-decoration: none;
	color: white;
}

.footer a:hover {
	color: black;
}

.visible{
display:inline-block;	
}

.hidden{
display:none;	
}

article{
display:inline-block;	
}

#content{
height:auto;
margin-top:10px;
}

.stdwidth{
width:1100px;	
}

#map{
width:100%;
backgound-color:#ECECEC;
}

#welcome section{
/*display:block;*/
}

section 

aside{
width:33%	
}

#aside1{
/*border:1px solid red;*/
float:right;
/*display:inline-block;*/
padding-top:40px;
}

#aside1 img {
	width:100%;
};

.transpa{
background-color:transparent;
}

.notranspa{
background-color:#ECECEC;
}

.hackbizarre{
width:300px;
}

#gadgets{
	margin-top: -12px;
	background-color: #ececec;
	z-index: 3;
/*	position: relative;*/
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	width:280px;
	height:140px;
	overflow:hidden; 
	padding-left:15px;
	padding-right:15px;
	color: black;
}

.std_section{
color:black;
background-color:white;
width:100%;
display:inline-block;
padding-top:10px;
	box-shadow:5px 5px 10px #9F9F9F;
	-webkit-box-shadow:5px 5px 10px #9F9F9F;
	-moz-box-shadow:5px 5px 10px #9F9F9F;

}

.std_section li{
font-size:1.2em;
margin-left:12px;
margin-right:12px;
margin-top:10px;
text-align: justify;
}

.std_section img {
	padding:10px;
}

li.sub{
font-size:1em;
}

.login_section{
color:#528925;
text-align:center;
background-color:#ECECEC;
width:100%;
display:inline-block;
padding-top:10px;
border:1px solid #BBBBBB;
}

article h1{
margin-top:10px;
}


aside h3 {
	height: 42px;
	padding-top: 3px;
	padding-left: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	background-image: url("../img/titres.png");
	background-repeat: no-repeat;
	z-index: 4;
	position: relative;
	background-color:#ECECEC;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}
aside h3 a {
	vertical-align: middle;
	padding: 3px;
	font-size: 13px;
	margin-right: 20px;
	float: right;
	color: white;
	background-color: #aeaeae;
	border: solid 1px black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
aside h3 a:hover {
	background-color: white;
	color: #3b5c20;
}

#details {
	height:auto;
	margin-top:10px;
}

#details img {
	width: 700px;
	height: 519px;
	border: 1px solid grey;
	margin-top:20px;
}

.ita {
	font-style: italic;
	font-size: 18px;
	padding-bottom:10px;
	border-bottom: 1px solid #736565;
}

.albob {
	font-style: italic;
	font-size: 18px;
	padding-bottom:10px;
	border-bottom: 1px solid #736565;
	text-align:center;
}

#content img {
	width: 700px;
	margin-top:20px;
	margin-left:10px;
}

.em {
    /*background-image: url("http://www.peersm.com/img/loading2.png");*/
    background-size: 35px 50px;
    background-repeat: no-repeat;
    background-position: 11px -6px;
}

.url {
    border: 0px none;
    background-color: white;
    width: 100%;
    outline: medium none;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 28px;
    line-height: 40px;
    color: rgb(113, 113, 113);
    margin: 0px;
}

.url {
    background-color: white;
    border-radius: 6px 6px 6px 6px;
    height: 80px;
    margin-top: 32px;
    padding: 12px 7px 0px 18px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(21, 20, 19, 0.5);
    background-clip: padding-box;
	width: 55%;
	float: left;
}

.button {
	background-color: #F49;
	text-align: center;
    height: 95px;
    margin-top: 30px;
    padding-top: 5px;
	margin-left: 2%;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: white;
	width: 30%;
	float: left;
	border: 3px solid white;
	opacity: 0.95;
}

.buttonc {
	background-color: #F49;
    border-radius: 4px 4px 4px 4px;
    height: 60px;
    padding: 15px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 40px;
    color: white;
	cursor: pointer;
	text-decoration: none;
}

.buttonc:hover {
	background-color: #FFA098;
}


.cwrap {
	width: 70%;
	margin-left: 15%;
	height:540px;
}

.wrap {
	width: 70%;
	margin-left: 15%;
	border-radius: 6px 6px 6px 6px;
	box-shadow:5px 5px 10px #9F9F9F;
	padding: 10px;
	background-color: #FCEFF8;
}

.show {
	height: 500px;
}

.small {
	font-size: 15px;
	text-align: center;
}

.big {
	font-size: 40px;
	text-align: center;
	margin-top:3%;
}

.big2 {
	font-size: 40px;
	text-align: center;
	margin:0;
}

.show1 p {
	font-size: 30px;
	text-align: center;
	margin-top:3%;
}

.show2 p {
	font-size: 18px;
}

.show3 p {
	font-size: 22px;
	text-align: center;
	margin-top: 2%;
}

.show4 p{
	font-size: 18px;
	text-align: center;
	margin-top:2%;
}

.show5 p {
	font-size: 25px;
	text-align: center;
	margin-top:4%;
}

.show6 p{
	font-size: 16px;
}

.show7 p {
	font-size: 18px;
	margin-top: 4%;
}

.show8 p{
	font-size: 22px;
	margin-top: 4%;
}

.show9 p{
	font-size: 18px;
}

.show10 p{
	font-size: 18px;
	text-align:center;
	margin-top:2%;
}

.inslide {
	color: white;
}

.swrap {
	height: 24%;
}

.slide {
	text-decoration: none;
}

.cercle {
	background-color:#D9290B;
	border-radius:50%;
	width:140px;
	height:140px;
	box-shadow:5px 5px 10px #9F9F9F;
	display: inline;
}

.cercle:hover {
	background-color: #F49;
}

.green {
	background:-webkit-linear-gradient(to bottom, #A8EA9E 6%,transparent 80%);
	background:-moz-linear-gradient(to bottom, #A8EA9E 6%,transparent 80%);
	background:-o-linear-gradient(to bottom, #A8EA9E 6%,transparent 80%);
	background:-mslinear-gradient(to bottom, #A8EA9E 6%,transparent 80%);
	background:-webkit-gradient(linear,to bottom, #A8EA9E 6%,transparent 80%);
	background:linear-gradient(to bottom, #A8EA9E 6%,transparent 80%);
	cursor:pointer;
}

.blue {
	background:-webkit-linear-gradient(to bottom, #88CBEB 6%,transparent 80%);
	background:-moz-linear-gradient(to bottom, #88CBEB 6%,transparent 80%);
	background:-o-linear-gradient(to bottom, #88CBEB 6%,transparent 80%);
	background:-ms-linear-gradient(to bottom, #88CBEB 6%,transparent 80%);
	background:-webkit-gradient(linear,to bottom, #88CBEB 6%,transparent 80%);
	background:linear-gradient(to bottom, #88CBEB 6%,transparent 80%);
	cursor:pointer;
}

.world {
	background:-webkit-linear-gradient(to bottom, #E1E5E7 6%,transparent 80%);
	background:-moz-linear-gradient(to bottom, #E1E5E7 6%,transparent 80%);
	background:-o-linear-gradient(to bottom, #E1E5E7 6%,transparent 80%);
	background:-ms-linear-gradient(to bottom, #E1E5E7 6%,transparent 80%);
	background:-webkit-gradient(linear,to bottom, #E1E5E7 6%,transparent 80%);
	background:linear-gradient(to bottom, #E1E5E7 6%,transparent 80%);
	cursor:pointer;
}

.bimage {
	/*margin-top: 25px;*/
	width:75px;
	height:75px;
}

.buttone.em {
    background-image: url("http://www.peersm.com/img/pluse.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 11px -4px;
}
.buttone {
    background-color: #EBEBEB;
    border-radius: 6px 6px 6px 6px;
    height: 50px;
    margin-top: 32px;
    padding: 10px 7px 0px 65px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(21, 20, 19, 0.5);
    background-clip: padding-box;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}

.hidden2 {
	height: 0px;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	overflow:hidden;
	-moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
};

.transition {
	
}

.buttonnav {
    background-color: #EBEBEB;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-clip: padding-box;
	cursor: pointer;
	color: #5F2F54;
	box-shadow:5px 5px 10px #9F9F9F;
	margin-left: 5px;
}

.buttonnav2{
    background-color: #EBEBEB;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-clip: padding-box;
	cursor: pointer;
	color: #5F2F54;
	box-shadow:5px 5px 10px #9F9F9F;
	margin-left: 5px;
}

.buttonnav:hover {
	color: #FF3B2B;
}

.lang {
	color: #D9290B;
}

.twitt {
	background:url(../img/twitter2.png) no-repeat;
	box-shadow:5px 5px 10px #9F9F9F;
	display: inline-block;
	width:28px;
	height:28px;
	vertical-align:middle;
	margin-left:5px;
	background-color: #2C7DBF;
    border-radius: 6px 6px 6px 6px;
}

.atwitt {
	margin-left:5px;
}

.atwitt a {
	text-decoration: none;
}

a:visited {
	display: none;
}

.logoimg {
	margin-top:-150px;
	border-radius: 7px;
	margin-left: 5px;
}

.movie {
	margin-top:-150px;
	margin-left: 400px;
}

.moviefr {
	margin-top:-150px;
	margin-left: 630px;
}

.follow {
    position: absolute;
    top: 2px;
    left: 50%;
	background-color: red;
	border-radius: 6px 6px 6px 6px;
	padding: 5px;
	z-index: 1000;
	font-size: 2em;
	font-weight: 400;
	width: 500px;
	margin-left: -250px;
}
