@charset "utf-8";
/* CSS Template */

html {
	margin:0;
	padding:0;
	font-family: helvetica,arial,sans-serif;
	font-size: 80%;
    background: url('../img/template/html.jpg') top center no-repeat #7fb0f4;
}

body {
	margin:0;
	padding:0;
}

a {
	color: white;
	outline: none;
}

input [type=submit] {
	color: white;
	outline: none;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

div#container {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	height: 769px;	
    background: url('../img/template/container.jpg') top left no-repeat transparent;
}

div#container div#stamps {	
    /*background: url('../img/template/stamps.gif') bottom left no-repeat transparent;*/
}

div#copyright {
	margin: 3px auto 0 auto;
	width: 980px;
	text-align: right;	
	letter-spacing: 5px;
}

div#header {
	padding: 0;
	margin: 0;
	height: 145px;
}

div#main {
	padding: 0;
	margin: 0;
	height: 600px;
}

div#footer {
	padding: 0;
	margin: 0 40px 0 0;
	text-align: right;
	font-size: 75%;
	font-variant: small-caps;
	color: #66e2ff;
}

div#footer a {
	padding: 0 5px;
	color: #66e2ff;
	text-decoration: none;	
	border-bottom: 6px solid #389fb7;	
}

div#footer a:hover {
	color: #ffffff;
	border-bottom: 6px solid #66e2ff;	
}

div#left {
	padding: 0;
	margin: 0;
	float: left;
	width: 235px;
}

div#right {
	padding: 0;
	margin: 0;
	float: right;
	width: 240px;
	height: 575px;
}

div#bottom {
	padding: 0;
	margin: 0 240px 0 240px;
	width: 535px;
	height: 200px;
}

div#littleBottom {
	padding: 0;
	margin: 0 240px 0 240px;
	width: 535px;
	height: 100px;
}

div#galleryBottom {
	padding: 0;
	margin: 0 240px 0 240px;
	width: 535px;
	height: 62px;	
}

h3 {
	padding: 5px 0 0px 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted white;
}

h3 span {
	margin: 2px 3px 0 0;
	padding: 2px 0 0 0;
	float: right;
	font-weight: normal;
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

ul.rules {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	list-style-type: square;
	list-style-position: outside;
}

ul.rules li {
	margin: 1em 0 0 0;
}

ul.list {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
	list-style-position: outside;
}

ul.list li {
	margin: 0;
	padding: 5px 0 0 5px;
}

ul.rules li em {
	font-weight: bold;
	display: block;
}

.date {
	margin: 1em 0 0 0;
	display: block;
	text-align: right;
}

/* PANNEAU DE DROITE */
img#right_vote, img#right_click {
	border: none;	
}