/* GENERAL */

.full-page .entry
{
    padding-left: 20px;
    padding-right: 20px;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.full-page .entry:first-child 
{
    padding-top: 50px;
}

.full-page .entry-content 
{
    width: 100%;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.full-page p 
{
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.full-page h2 
{
    font-size: 34px;
    line-height: 28px;
    color: rgb(25, 67, 100);
}

.full-page h3 
{
    font-size: 26px;
    line-height: 28px;
    color: rgb(25, 67, 100);
    border-bottom: 2px solid rgb(25, 67, 100);
    margin-bottom: 15px;
}

.full-page h4 
{
    font-size: 18px;
    line-height: 20px;
    color: rgb(25, 67, 100);
    margin-bottom: 10px;
}

.full-page .texte-intro 
{
    font-size: 20px; 
}

.full-page .texte-note 
{
    font-size: 11px; 
}

/* COUNTDOWN */

.full-page div.countdown
{
	font-size:50px;
	line-height:60px;
	text-align:center;
	color:#FFF;
}

.full-page div.countbox
{
	font-size:45px;
	padding:20px 0px;
	text-align:center;
	height:50px;
}

.full-page .java_count
{
	background-color:#09F;
	border:#333 1px dotted;
	padding-top:15px;
}

.full-page .yellow-ish
{
	color:#ffca3c;
}

.full-page img.counter_img
{
	margin-bottom:-6px;
}


/* TABLE DES PRIC */

.full-page .table-prix 
{
    border: 1px solid;
    margin-top: 20px;
}

.full-page .table-prix th
{
    border: 1px solid;
    padding: 5px 10px;
    background-color: #dcdcdc;
}

.full-page .table-prix td
{
    border: 1px solid;
    width: 150px;
    text-align: center;
    padding: 5px 10px;
    background-color: #f0f8ff;
}

.full-page .table-prix tr td:first-child
{
    width: 350px;
    text-align: left;
}


/* header */
.full-page .entry.header
{
    text-align: center;
    vertical-align: top;
}

.full-page .entry.header img
{
    display: block;
}

.full-page .entry img
{
    border: 0;
    padding: 0;
}

.full-page .header-event
{
    display: inline-block;
    vertical-align: top;
    width: 480px;
    text-align: left;
    float: left;
}

.full-page .header-nouvel-air
{
    display: inline-block;
    vertical-align: top;
    width: 480px;
    text-align: right;
    float: left;
}

.full-page .header-nouvel-air div
{
    font-size: 19px;
    padding: 20px 5px 0 5px;
    cursor: default;
    
}

.full-page .header-nouvel-air div.big
{
    position: relative;
    font-size: 30px;
    padding-top: 10px;

}

.full-page .header-nouvel-air div.big img
{
    position: absolute;
    left: 180px;
    bottom: -5px;
}

.full-page .header-link
{
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 25px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color: #194364;
    padding: 10px 15px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    text-transform: uppercase;
}

.full-page .header-link:hover
{
    background-color: #42acff;
}


.full-page .small-3-col 
{
    display: inline-block;
    width: 30%;
}

.full-page .logos 
{
    margin-right: 25px;
    margin-bottom: 50px;
    width: 200px;
}

.full-page .paypal 
{
    text-align: center;
    display: block;
}

.full-page .paypal-item 
{
    text-align: center;
    display: inline-block;
    margin: 0 50px;
}

.full-page .paypal-item span
{
    display: inline-block;
    font-size: 20px;
    margin-bottom: 15px;
}