.clear{ clear:both}

a{
	outline:none
}

ul{
	width: 800px;
	top: 0px;
	height: 700px;
	margin : 0px;
	padding : 0px;
	background-color: #FFFFFF;
}

p{
	font-style:normal;
	text-shadow:none
}

.button {
    border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 18px/100% 'Lobster Two';
    margin: 0 2px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
	padding:3px 6px
}
.green {
	background: -moz-linear-gradient(center top , #CDE552, #AFC937) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#CDE552), to(#AFC937));
	border: 1px solid #A2BA2E;
	color: #FFFFFF;
}
.green:hover {
    background: -moz-linear-gradient(center top , #AFC937, #C5DD4D) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFC937), to(#C5DD4D));
    color: #FFFFFF;
    text-decoration: none;
}
.green:active{
	position:relative;
	top:1px
}

.diapo{
	width:730px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	
}
.actions{
	float:left
}
.actions h2, .actions p{ margin-top:0 }
