	.presentation, .vote {
		border:solid 3px #AAA;
		background:#DEDEDE;
		width:250px;
		height:360px;
		margin:10px !important;
		margin:8px;
                float:left;
                text-align:center;
                padding-top:10px;
                font-size:0.9em;
                line-height:1.2em;
	}
	.presentation div.result {
		
		width:100px;
		height:40px;
		display:block;
		background:transparent;
		float:right;
		font-size:1.3em;
		color:#777777;
		padding:5px;
		text-align:right;
		
	}
        .presentation div.explication {
            padding:10px;
            text-align:left;
            height:150px;
            float:none;
            overflow:auto;
            margin:8px 0 8px 0;
        }
        .presentation input {
            margin:5px 0 5px 0;
            text-indent:0;
        }
	.presentation div.logo {
		width:218px;
		height:109px;
		background:#336699;
		border:2px solid #999;
		margin: 0 12px 0 12px;
		padding:1px;
		background:#cccccc;
		border:4px solid #cdcdcd;		
	}
	
	#confirm {
		float:left;
		margin:20px auto 0 285px !important;
		margin:20px auto 0 150px;
		color:white;
		padding:10px;
		width:auto;
		height:40px;
		background:url("../img/fond_confirm.png") top left repeat-x;
		text-align:center;
		display:none;
	}
        .bulltin {
            cursor:pointer;
        }
