@import url(http://fonts.googleapis.com/css?family=Montserrat);
header{
    box-sizing: border-box;
}

html, body
{


font-family: 'Montserrat', sans-serif;
font-size:20px;
color: #fff;

background-color:#252525;
width:100%;
margin: 0 auto;
}


p {
	font-size:1em;
}

body a:link,a:visited
{
text-decoration:none;

color: #fff;
font-size:25px;

}

body a:hover 
{
color: #525252;
transition-duration:1s;
}

.themus{
	width:100%;
	text-align: center;
}
.themus a:link, .themus a:visited{
	text-decoration:none;
	color: red;
	font-size:1.5em;
	
}
.themus a:hover{
	
	color:pink;
}

.wrapper
{
width:100%;
margin:0 auto;
 
}


header
{
background-color:#525252;
width:100%;
height:99px;
padding-top:7px;
padding-left: 10px;
}

article
{
width:900px;
margin:auto;
padding:20px;


min-height:700px;

}

footer
{
padding-top:40px;
background-color:#44AF30;
width:100%;
height:120px;
text-align:center;
font-size: 1em;
color:rgba(255,255,255,1);
}

p{

	text-align: justify;
}

.vote
{
width:30px;
text-align:center;
float:left;
height:25px;

}

.vote2
{
width:30px;
text-align:center;
float:left;
height:25px;
background-color:rgba(203,203,203,0.2);
}

.theme
{
float:left;
width:520px;
height:25px;
padding-left:20px;
font-size:0.9vw;
}


h1 {

font: bold 30px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
text-align:center;
}

h2 {

font: bold 40px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #44AF30;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
text-align:center;
font-size:100px;

width:100px;
height:160px;
}

.section
{
max-width:640px;
margin:0 auto;

min-height:500px;

}

.addtheme
{
font-size:25px;
padding:5px;
text-shadow: 0px 1px 0px #fff;
}

.rang
{
width: 30px;
height:20px;
float:left;

}

.clas_theme
{
width: 510px;
height:20px;
float:left;

}

.clas_score
{
width: 100px;
height:20px;
float:left;

text-align:right;
}


.rang2
{
width: 30px;
height:20px;
float:left;
background-color:rgba(203,203,203,0.2);
}

.clas_theme2
{
width: 510px;
height:20px;
float:left;
background-color:rgba(203,203,203,0.2);
}
.clas_score2
{
width: 100px;
height:20px;
float:left;
background-color:rgba(203,203,203,0.2);
text-align:right;
}

.button{

font-size:25px;
color:#252525;
padding:10px;

}


.inscription
{
text-align:center;
}



#deco
{
position:absolute;
top:10px;
right:20px;
}


.ladate {
text-align: right;
margin-right: 39px;
font-size: 21px;
float: right;
margin-top: 65px;



.menu {
	-moz-box-shadow: 0px 1px 0px 0px #1c1b18;
	-webkit-box-shadow: 0px 1px 0px 0px #1c1b18;
	box-shadow: 0px 1px 0px 0px #1c1b18;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:19px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.menu:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
}
.menu:active {
	position:relative;
	top:1px;
}

#moment
{
float:left;


}



}.input_cont input{width:75%;}




.tableau
{
margin: 0 auto;
}

.bloc_merci {

	width:90%px;



}