@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'RokkittRegular';
    src: url('../fonts/Rokkitt-webfont.eot');
    src: url('../fonts/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rokkitt-webfont.woff') format('woff'),
         url('../fonts/Rokkitt-webfont.ttf') format('truetype'),
         url('../fonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: 'RokkittRegular', Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	color:black;
}
#top_menu_wrapper {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 100%;
	background-color: black;
}
#top_menu_box {
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}
#body_wrapper {
	width: 990px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer_wraper {
	display:none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../../faq/templates/voltigeinfo/images/bg_black.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 137px;
}
#footer_box {
	padding: 0;
	width: 37%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_logo {
	background-color: #e0de2a;
	width: 284px;
	height: 124px;
	padding-left: 30px;
	padding-top: 13px;
	float: right;
}
#error_message {
	color: #fff;
	background-color:#bf301a;
	text-transform:uppercase;
	padding:10px;
}
.required_box {
	border:1px solid #bf301a;
}
.modeles {
	width: 480px;
	padding: 5px;
	float: left;
	background-color: #fff;
	margin-left: 5px;
	margin-bottom: 25px;
}
.modeles .carte_image p img {
	/*border:1px solid #000;*/
	-moz-box-shadow: 0 0 20px #393939;
	-webkit-box-shadow: 0 0 20px #393939;
	box-shadow: 0 0 20px #393939;
	border: 1px solid #000;
}
.modeles .carte_image p {
	text-align: center;
}
.modeles .option {
	padding-right: 10px;
}
.modeles .option img, .current_selection img {
	-moz-box-shadow: 0 0 20px #393939;
	-webkit-box-shadow: 0 0 20px #393939;
	box-shadow: 0 0 20px #393939;
	border: 1px solid #000;
}
.description {
	float:left;
	padding-right:60px;
}
.clearer {
	clear:both;
}
.modele_carte input {
}
a:link, a:visited {
	color: #bf301a;
	text-decoration: underline;
}
a:hover, a:active {
	color: #bf301a;
	text-decoration: none;
}
h1, h3 {
	color: black;
}
#button_next {
	background:url(../img/next.png) no-repeat;
	background:url(../img/boutons-etape-suivante.png) no-repeat;
	cursor:pointer;
	width: 222px;
	height: 68px;
	border: none;
	text-indent: -1000em;
	  cursor: pointer; /* hand-shaped cursor */
	  cursor: hand; /* for IE 5.x */
}
#button_next:hover {
	background:url(../img/boutons-etape-suivante_hover.png) no-repeat;
	cursor:pointer;
	width: 222px;
	height: 68px;
	border: none;
	text-indent: -1000em;
	  cursor: pointer; /* hand-shaped cursor */
	  cursor: hand; /* for IE 5.x */
}
#button_submit {
	background:url(../img/submit.png) no-repeat;
	cursor:pointer;
	width: 200px;
	height: 47px;
	border: none;
	text-indent: -1000em;
	  cursor: pointer; /* hand-shaped cursor */
	  cursor: hand; /* for IE 5.x */
}
#button_submit:hover {
	background:url(../img/submit_h.png) no-repeat;
	cursor:pointer;
	width: 200px;
	height: 47px;
	border: none;
	text-indent: -1000em;
	  cursor: pointer; /* hand-shaped cursor */
	  cursor: hand; /* for IE 5.x */
}
.champs {
	width:200px;
}
.custom_text {
	color: #bf301a;
	padding-left:30px;
}
.current_selection {
	float:left;
	padding-right:30px;
}
#champs_padding {
	margin-left:30px;
	margin-bottom:10px;
}
.cartes_de_noel  {
    float: left;
    margin-top: -115px;
}

.cartes_de_noel a {
   display: block;
   height: 99px;
   width: 230px;
   background-image: url("/img/hohoho.png");
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
   color: transparent !important;
}
.cartes_de_noel  a:hover{
    background-image: url("/img/hohoho_hover.png");
}