@import url('reset.css');

body {
	background:#333333;
	color:#fff;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
 font-weight: 300;
}

a {
	color:#fff;
	text-decoration:none;
}

p .justif {
 text-align: justify;
}

.clear {
  clear: both;
}

/* -- BACKGROUND -- */

img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../img/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../img/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}

/* -- Fin BACKGROUND -- */

#content{
    position:absolute;
    top:50%;
    left:50%;
    margin-left: -500px;
    margin-top: -330px;
    height:660px;
    width:1000px;
}

#bulle {
    float: right;
    height:320px;
    width:500px;
}

#message {
    width:378px;
    float: left;
    margin-top: 120px;
    /*height:420px;*/
    text-align: center;
    padding-top:20px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.289063) 0 2px 3px;
    background-attachment:initial;
    background-clip:initial;
    background-color:rgba(255, 255, 160, 0.7);
    background-image:initial;
    background-origin:initial;
    background-position:initial initial;
    background-repeat:initial initial;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    box-shadow:rgba(0, 0, 0, 0.289063) 0 2px 3px;
}

/* -- COUNTDOWN -- */

.countdownHolder {
    position:relative;
    padding-left: 18px;
    width:360px;
    height:47px;
    font: 30px/1.5 'Open Sans Condensed',sans-serif;
    margin:0px auto;
}

.position {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 35px;
    height:46px;
}

.digit {
    position:relative;
    display:inline-block;
    width:30px;
    float:left;
    background-color:#333;
    text-align:center;
    color:#ffff99;
    letter-spacing:-1px;
    -moz-border-radius:0.2em; 
    -webkit-border-radius:0.2em; 
    -khtml-border-radius:0.2em; 
    border-radius:0.2em;
}
	
.digit.static {
    display:block;
    width:30px;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
}

.countDiv {
    display:inline-block;
    float:left;
    width:20px;
    height:46px;
    position:relative;
    color: #333;
}

.countDays {
    float:left;
} 
.countHours {
    float:left;
}

.countMinutes {
    float:left;
}

.countSeconds{
    float:left;
}

/* -- Fin COUTDOWN -- */

#note {
    color: #000;
    font-size: 15px;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    width: 378px;
    padding-top:10px;
    padding-bottom:10px;
    line-height: 130%;
}

.txt_strong {
    font-family: 'Arvo', serif;
}

#logo {
    margin: 15px auto 30px auto;
}

#services {
    text-align: center;
    width:378px;
    margin-bottom: 20px;
}

.txt_services {
    display:inline-block;
    text-align: center;
    font-family: 'Arvo', serif;
    font-size: 12px;
    color: #000;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    margin: 0 10px;
}

#coords {
    text-align: center;
    width:318px;
    margin: 20px 30px 10px 30px;
    border-top: 1px solid #333;
    color: #333;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.2;
}

#coords a {
    color: #333;
}

#coords a:hover {
    text-decoration: underline;
}

/* -- BAS DE PAGE -- */

#footer {
 width: 100%;
 background-color:#202020;
 margin: 10px 0 20px 0;
 -moz-box-shadow: 2px 2px 4px #111; 
 -webkit-box-shadow: 2px 2px 4px #111; 
 box-shadow: 2px 2px 4px #111; 
}

#footer .col{
 display: block;
 float: left;
 margin: 10px 0 10px 40px;
 position: relative;
 width: 266px;
 font-size: 13px;
 color: #eeeeee;
 font-weight: 400;
}

#footer .col a {
 color: #D53720;
 text-decoration: none;
}

#footer .col a:hover {
 color: #eeeeee;
}

/* -- Fin BAS DE PAGE -- */