body { 
		font-family:Calibri,Helvetica,Arial,sans-serif;
		padding-top:40px;
		padding-bottom:40px;
		background:url("../img/bg-blue.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#455A7B;
	}

/* PRESETS */
	
	.bg-blue {
		background:url("../img/bg-blue.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#455A7B;
	}
	.bg-red {
		background:url("../img/bg-red.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#8F3839;
	}
	.bg-gold {
		background:url("../img/bg-gold.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#C97639;
	}
	.bg-pink {
		background:url("../img/bg-pink.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#F1BDF9;
	}
	.bg-green {
		background:url("../img/bg-green.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#75b06f;
	}
	.bg-black {
		background:url("../img/bg-black.png");
		background-position:center top;
		background-repeat:repeat-x;
		background-color:#303030;
	}
	
	.bg-preset input[type=radio]{
		display:none;
	}
	
	.bg-preset label {
		display:inline-block;
		width: 50px;
		height:50px;
		border:1px solid black;
	}
	
	.bg-preset input[type=radio]:checked + label {
		border:2px solid red;
	}
	
	.label-blue{background-color:#455A7B;}
	.label-red{background-color:#8F3839;}
	.label-pink{background-color:#F1BDF9;}
	.label-green{background-color:#75b06f;}
	.label-gold{background-color:#C97639;}
	.label-black{background-color:#303030;}
	
	
	.container {
			background-color:#fff;
			padding-left:20px;
			padding-right:20px;
			padding-bottom:20px;
	}
	#top {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#bottom {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color:#e5e5e5;
	}
	.tile{
		display:block;
		width:100%;
		height:140px;
	}
	.prev {
		width:100%;
		height:100px;
	}
	.tile>img{
		width:auto;
		height:inherit;
	}

/* DRAPEAUX */
	i.flag{
		display:inline-block;
		background-image:url('../img/flags.png');
		background-position: left top;
		background-repeat:no-repeat;
		vertical-align:middle;
		width:30px;
		height:20px;
		margin:1px;
	}
	
	i.flag:hover{ text-decoration:none; }
	
	i.flag-fr{ background-position:0 0;}
	i.flag-en{ background-position:0 -20px;}
	i.flag-it{ background-position:0 -40px;}
	i.flag-es{ background-position:0 -60px;}
	i.flag-br{ background-position:0 -80px;}

/* TEXTAREA */
	textarea{
		width:98%;
		min-height:150px;
	}
