/*****************************************************/
/****General****/
*
{
	margin:0px;
	padding:0px;
}

html
{
/*	background:#e2f6ff url('images/background.jpg') no-repeat center center fixed; */
	background: url('images/background.jpg') no-repeat center center fixed; 
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

body
{
	padding-left:10%;
	padding-right:10%;
	font-family:Arial, Geneva, sans-serif;
}
a
{
	text-decoration:none;
	color:#333333;
}
a:hover
{
	color:#000000;
}
img, table, tr, td
{
	border:0px;
}
.clean
{
	clear:both;
}
label
{
	display:inline-block;
	width:250px;
	vertical-align:baseline;
	text-align:left;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 

table
{
	padding:10px;
}
/*****************************************************/
/****Blocks****/
.header
{
	margin:auto;
	margin-top:10px;
	padding:15px;
	background:url('images/bluec_30p.png');
	widthega:70%;
	min-width:775px;
	max-width:1030px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-align:center;
}

.logintitre h1 {
	color:red;
	text-transform:uppercase;
	font-size:52px;
}
.logintitre a {
	color:red;
}

.foot
{
	text-align:center;
	background:url('images/bluec_30p.png');
    min-width: 775px;
    max-width: 1030px;
    -moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin:auto;
	padding:10px;
	margin-top:20px;
}
.content
{
	text-align:center;
	background:url('images/bluec_30p.png');
	widthega:75%;
	min-width:775px;
	max-width:1030px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:20px;
}
/*****************************************************/
/****Content****/
.new
{
	font-size:36px;
	text-align:center;
}
.form input[type=text]
{
	width:250px;
}
.form input[type=submit]
{
	width:150px;
}
.form input[type=button]
{
	width:150px;
}

.connexion
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	margin:auto;
	width:500px;
	background:url('images/black_40p.png');
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.topsite
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	padding-top:0px;
	margin:auto;
	min-width:775px;
	max-width:1030px;
	background:url('images/bluec_30p.png');
}
.erreur {
	color:red;
}
tr
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
td, th
{
	background-color:transparent;
	margin:0px;
	text-align:center;
	border:0px;
	padding:3px;
}
td
{
	background:#ffffff;
}
.site
{
	text-align:left;
}
.pages
{
	font-size:1.2em;
}
.informations
{
	text-align:justify;
	margin:auto;
	padding:20px;
	font-size:1.2em;
}
.votes_th, .ranking_th, .accept_reject_th
{
	width:150px;
}
.votes
{
	font-size:30px;
}
.ranking
{
	font-size:45px;
	text-align:center;
}

.num_vote
{
	min-width:90px;
	max-width:90px;
	margin-left:20px;
	border-radius:20px; 
	border:solid 2px black;
	text-align:center; 
}

input 
{
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
