@import "wysiwyg.css";
@import "signature.css";
@import "slick.css";
@import "slick-theme.css";
@import "slidebars.css";


body, p {	
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

/* HEADER */

#header {
	margin: 0 auto;
	height: 156px;
}

@media screen and (min-width: 1075px) {
    #header {
        width: 1000px;
    }
}
	
#header #logo {
	background: url('../images/logo.png') no-repeat top left;
    background-size: contain;
	display: block;
	float: left;
    width: 229px;
    height: 65px;
	margin-top: 25px;
}

@media screen and (min-width: 486px) {
    #header #logo {
        width: 343px;
        height: 98px;
    }
}
	
#header_right {
	display: none;
}

@media screen and (min-width: 1075px) {
    #header_right {
        display: block;
        float: left;
        width: 636px;
    }
}
	
#header .top_navigation {
	float: right;
    background: url("../images/icone_home.png") no-repeat scroll left center transparent;
    display: inline-block;
    width: 52px;
    border-bottom: 1px dotted #b2b1b1;
}

#header .top_navigation a {	
	color: #000000;	
	text-align: right;
	display: block;
 	font-family: "Arial", serif;
	font-size: 10px;
	text-decoration: none;
	height: 30px;
	line-height: 42px;
}

#header .top_navigation.active {
    background: url("../images/icone_home_active.png") no-repeat scroll left center transparent;
}

#header .top_navigation.active a {	
	color: #cd0606;
}
	
#header #header_right .content_navigation {
	float: right;
    margin-top: 60px;
}

#header #header_right ul {
	height: 35px;
	margin: 0;
	line-height: 25px;
}

#header #header_right ul li {
	width: 160px;
	height: 35px;
	list-style: none;
}

#header #header_right ul li a {
	width: 160px;
	height: 35px;
	font-family: 'TitilliumRegular', serif;
	text-align: center;
	color: #000000;
	line-height: 35px;
	padding: 0 0 0 0;
	text-decoration: none;
	font-size: 17px;
	list-style: none;
	text-transform: uppercase;}
#header #header_right ul li a:hover, #header #header_right ul li a.selected {
	color: #cd0606;}

#header_right .content_navigation .cssdropdown {width: 636px;}
#header_right .content_navigation .cssdropdown, #header_right .content_navigation .cssdropdown ul { list-style: none; }
#header_right .content_navigation .cssdropdown, #header_right .content_navigation .cssdropdown * { padding: 0; margin: 0 0 0 50px; }

#header_right .content_navigation .cssdropdown li.headlink { width: 160px; float: left; margin-left: -1px; text-align: center; }
#header_right .content_navigation .cssdropdown li.headlink a { display: block; padding: 15px; }
#header #header_right .content_navigation .cssdropdown li.headlink a.sub:hover, #header #header_right .content_navigation .cssdropdown li.headlink a.sub_hover
	 {background: #d40b0b; color: white; padding: 0 10px; width: 140px;}
#header_right .content_navigation .cssdropdown li.headlink ul { display: none; text-align: left; position: fixed; z-index: 3; }
#header_right .content_navigation .cssdropdown li.headlink:hover ul { display: block; float: left; }
#header #header_right .content_navigation .cssdropdown li.headlink ul li { width: inherit; height: 35px; background: url('../images/sub_nav_bg.jpg') top left no-repeat #ce0707; border-right: 1px solid #b30505; border-left: 1px solid #b30505;}
#header #header_right .content_navigation .cssdropdown li.headlink ul li a {text-align: left;width: inherit;height: 35px; line-height: 35px; margin: 0; padding: 0 9px 0 25px;font-family: "TitilliumRegular", serif ; font-size: 14px; text-transform: none;color: #ffffff;}
#header #header_right .content_navigation .cssdropdown li.headlink ul li a:hover {width: inherit; background: url('../images/sub_nav_bg_hover.jpg') top left no-repeat #d44141;color: #ffffff;}

#header_right .content_navigation .cssdropdown a { color: white; } #cssdropdown ul li a:hover { text-decoration: none; }
#header_right .content_navigation .cssdropdown li.headlink {  }
#header_right .content_navigation .cssdropdown li.headlink ul { }


/* CONTENT */

#content #home #top {
	position: relative;
	z-index: 1;
	background: url('../images/content_top_bg.png') repeat-x center left;}

#content #default #top {
	position: relative;
	z-index: 1;
	background: url('../images/content_default_top_bg.png') repeat-x top left;}

#content #top #top_title {
	margin: 0 auto;
	width: 1000px;
}

#content #top h1 {
	text-shadow: 1px 1px 2px #555555;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'TitilliumMedium', serif;
	font-size: 40px;
	padding: 28px 0 28px 20px;
	margin: 0;}

#content #top #slide {
	position: relative;
}

#content #top #nav_slideshow a span {
	display: block;
	height: 357px;
	width: 20px;
	position: absolute;
}

#content #top #nav_slideshow a span#prev {
	background: url('../images/slide_prev.png');
	top: 0;
	left: 0;
}

#content #top #nav_slideshow a span#next {
	background: url('../images/slide_next.png');
	right: 0;
	top: 0;
}

#content #top .content_projectlist {
	height: 380px;
	margin: 0;
	color: #ffffff;
}

#content #top .content_projectlist .project {
	background: none;
}

#content #top .content_projectlist .item_text {
	width: 263px;
	float: left;
	padding-left: 40px;
}

#content #top .content_projectlist .project_block h2 {
	text-shadow: 1px 1px 2px #737373;
	font-family: 'TitilliumBold', serif;
	padding: 66px 0 20px 0;
	margin: 0;
	text-align: right;
	font-size: 33px;
	text-transform: uppercase;
}

#content #top .content_projectlist .item_text .sous_categ {
	font-family: 'TitilliumLight', serif;
	display: block;
	font-size: 24px;
	text-align: right;
	border-bottom: 1px dotted #b2b1b1;
	padding-bottom: 6px;
}

#content #top .content_projectlist .item_text .desc {
	text-align: right;
	padding: 20px 0;
	font-size: 12px;
	font-family: "Arial", serif;
}

#content #top .content_projectlist .item_text {
	text-align: right;
	font-size: 12px;
	font-family: "Arial", serif;
	line-height: 22px;
}

#content #top .content_projectlist .item_text h3,
#content #top .content_projectlist .item_text h4 {
	margin: 0 0 15px 0;
	font-family: 'TitilliumLight', serif;
	font-size: 24px;
	line-height: 26px;
}

#content #top .content_projectlist .item_text p:last-child {
	margin-top: 20px;
}

#content #top .content_projectlist .item_text a {
	text-shadow: 1px 1px 2px #ffffff;
	font-family: 'TitilliumRegular', serif;
	background: url('../images/btn_slide.jpg') no-repeat;
	height: 38px;
	width: 167px;
	display: block;
	text-decoration: none;
	color: #000000;
	line-height: 38px;
	font-size: 17px;
	text-align: center;
	float: right;
}

#content #top .content_projectlist .project_block {
    height: 362px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 1075px) {
    #main > div {
        max-width: 645px;
    }
}

#content #top .content_projectlist .project_block .sous_block,
#content #bottom #main .voyage {
    position: relative;
    display: inline-block;
	margin-top: 36px;
	margin-left: 23px;
	overflow: hidden;
	height: 305px;
	width: 263px;
	padding: 10px 10px 10px 12px;
	background: url("../images/bg-slide.png") top right no-repeat;
}

#content #bottom #main .voyage {
	margin-left: 14px !important;
	margin-right: 31px !important;
}

#content #top .content_projectlist .project_block .sous_block img,
#content #bottom #main .voyage img {
	height: 305px;
	width: 263px;
}

#content #top .content_projectlist .project_block .date,
#content #bottom #main .voyage .date {
	font-family: 'TitilliumMedium', serif;
	background: url('../images/flag_slide.png') no-repeat;
	height: 50px;
	width: 159px;
	position: absolute;
	bottom: 97px;
	line-height: 45px;
	font-size: 17px;
	padding-left: 20px;
	color: #ffffff;
	margin-left: -12px;
	z-index: 99;
}

#content #top .content_projectlist .project_block .plus,
#content #bottom #main .voyage .plus {
	height: 14px;
	width: 14px;
	background: url('../images/btn_plus.png') no-repeat top left;
	position: absolute;
	margin-top: 291px;
	margin-left: 249px;
}

#content #top .content_projectlist .project_block .plus a,
#content #bottom #main .voyage .plus a {
	display: block;
	height: 14px;
	width: 10px;
	color: white;
	font-size: 11px;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#content #top .content_projectlist .prix,
#content #bottom #main .voyage .prix {
	background: url('../images/bg_prix.png') no-repeat;
	height: 65px;
	width: 104px;
	position: absolute;
	bottom: 87px;
	left: 115px;
	line-height: 20px;
	font-size: 17px;
	padding: 10px 10px 0 0;
	text-align: right;
    z-index: 99;
}

#content #top .content_projectlist .prix .schon,
#content #bottom #main .voyage .prix .schon {
	color: #5e5e5e;
	font-size: 10px;
	font-family: "Arial", serif;
}

#content #top .content_projectlist .prix .item_prix,
#content #bottom #main .voyage .prix .item_prix {
	font-family: 'TitilliumRegular', serif;
	color: #da2f2f;
	font-size: 24px;
}

#content #top .content_projectlist .titre,
#content #bottom #main .voyage .titre {
	border-top: 1px solid #cdced0;
	text-shadow: 1px 1px 2px #ffffff;
	font-family: 'TitilliumMedium', serif;
	background: url('../images/opaque_slide.png') repeat;
	font-size: 20px;
	color: #000000;
	height: 70px;
	width: 249px;
	position: absolute;
	line-height: 19px;
	padding: 28px 0 0 15px;
	margin-left: 0;
	margin-top: 210px;
}

#content #top .content_projectlist .titre .sous_titre,
.titre .sous_titre {
	font-family: "Arial", serif;
	font-size: 11px;
}

#content #top .content_textimg {
	margin: 0 auto;
	width: 1000px;
}

#content #default #bottom #main .voyage {
	margin: 20px 42px 40px 10px;
	min-height: 187px;
}

#content #bottom #main #sous_categ {
	position: relative;
	height: 60px;
	font-family: "Arial", serif;
	font-size: 15px;
	padding: 30px 0 10px 15px;
}

#content #bottom #main #sous_categ span {
	margin-right: 5px;
	font-family: "Arial", serif;
	font-size: 15px;
	padding-right: 5px;
	border-right: 1px solid black;
	padding-left: 5px;
}

#content #bottom #main #sous_categ .subcategories_container {
	position: absolute;
	margin-top: 5px;
	float: left;
}

#content #bottom #main #sous_categ span.subcategories {
	border-right: none;
	font-size: 11px;
	margin: 0 15px 0 0;
}

#content #bottom #main #sous_categ span a {
	text-decoration: none;
	color: #000000;
}

#content #bottom #main #sous_categ span:last-child {
	padding-left: 5px;
	border-right: none;
}

#content #bottom #main #sous_categ span.active a,
#content #bottom #main #sous_categ span a:hover {
	color: #cd0606;
	text-decoration: underline;
}

#content #bottom #left .content_navigation {
	margin-bottom: 80px;
}

#content #bottom #center #left .content_navigation h1 {
	margin-bottom: 0
}

#content #bottom #left .content_navigation ul {
	margin: 4px 0;
	padding: 0;
}

#content #default #bottom #left .content_textimg p {
	padding-left: 0;
	margin: 3px 0;
}

#content #bottom #left .content_textimg p {
	padding-left: 6px;
	margin: 3px 0;
}

#content #bottom #left .content_textimg h2 {
	margin: 0 8px 0 0;
	font-size: 17px;
	font-family: "TitilliumRegular", serif;
}

#content #bottom #left .content_navigation ul li {
	list-style: none;
	font-family: "Arial", serif;
	font-size: 16px;
	height: 46px;
	border-bottom: 1px dotted #b2b1b1;
	line-height: 46px;
}

#content #bottom #left .content_navigation ul li a {
	text-decoration: none;
	color: #cd0606;
}

#content #bottom #left .content_textimg a {
	color: #cd0606;
}

#content #bottom #left .content_navigation ul li a.selected {
	color: #000000;
}

#content #bottom {
	background: url('../images/content_center_bg.png') repeat-x;
	min-height: 380px;
 	height: auto !important;
 }

#content #home #bottom #center p.right {
	border: none;
}

#content #home #bottom #center .textimg_images {
	margin-bottom: 10px;
}

#content #home #bottom #center p {
	padding-bottom: 10px;
	padding-left: 6px;
}

#content #home #bottom #center .textimg_images img {
    height: 98px;
    width: 281px;
    border: 1px dotted #b2b1b1;
    padding: 5px;
}

#content #default #bottom #center #main .content_textimg,
#content #default #bottom #center #main .content_download {
	float: left;
	padding: 30px 0 50px 0;
}

@media screen and (max-width: 1074px) {
    #content #default #bottom #center #main .content_textimg,
    #content #default #bottom #center #main .content_download {
        width: 100%;
    }
}

#content #default #bottom #center #main ul.download_files {
	padding-left: 0;
}

#content #default #bottom #center #main ul.download_files li {
	margin-bottom: 8px;
	padding: 10px 12px 10px 12px;
	list-style: none;
	background: #efefef;
	border: 1px solid #dedede;
}

#content #default #bottom #center #main ul.download_files li img {
	float: left;
	margin: 0 8px 0 0;
}

#content #default #bottom #center #main ul.download_files li a, #content #default #bottom #center #main ul.download_files li {
	text-decoration: none;
	font-family: "Arial", serif;
	font-size: 12px;
	color: #000000;
}

#content #default #bottom #center #main ul.download_files li {width: 96%; float: right;}
#content #default #bottom #center #main ul.download_files li a:hover {
	text-decoration: underline;
}

#content #default #bottom #center #left .content_textimg {
	width: 100%;
	float: left;
}

#content #default #bottom #center h1 {
	border-bottom: 1px dotted #B2B1B1;
	height: 46px;
	margin: 0 0 20px 0;}


@media screen and (min-width: 768px) {
    #content #default #bottom .textimg_images {
        float: left;
    }
}

#content #default #bottom .textimg_images img {
	-webkit-box-shadow: 1px 1px 10px #bcbcbc;
	-moz-box-shadow: 1px 1px 10px #bcbcbc;
	box-shadow: 1px 1px 10px #bcbcbc;
	border: 3px #ffffff solid;
	display: block;
	margin: 0 30px 30px 2px;}

#content #bottom #center #left ,#content #bottom #center #middle, #content #bottom #center #right {
	float: left;
	width: 295px;}

#content #bottom #center #left {
    display: none;
}

@media screen and (min-width: 1075px) {
    #content #bottom #center #left {
        display: block;
        margin: 30px 37px 0 20px;
    }
}

#content #bottom #center #middle {
	margin-top: 30px;}
#content #bottom #center #right {
	margin: 30px 20px 0 37px;}
#content #home #bottom #center h1 {
	margin-bottom: 4px;
	text-shadow: 1px 1px 2px #fff;
	font-family: 'TitilliumMedium', serif;
	color: #cd0606;
	font-size: 26px;
	text-transform: uppercase;
	padding-left: 6px;}
#content #default #bottom #center h1 {
	text-shadow: 1px 1px 2px #fff;
	font-family: 'TitilliumMedium', serif;
	color: #cd0606;
	font-size: 30px;
	text-transform: uppercase;}
#content #bottom #center p {
	margin-top: 10px;
	line-height: 22px;
	font-size: 12px;
	font-family: "Arial", serif;}

@media screen and (min-width: 768px) {
    #content #default #bottom #center p.pointilles {
        margin-left: 330px;
    }
}

#content #bottom #center p.right {
	float: right;}
#content #home #bottom #center .read_more {

	float: right;
	padding-left: 0;
	border: none;
	margin: 15px 0 0 0;
	font-family: 'TitilliumRegular', serif;
	background: url('../images/read_more_bg.png') no-repeat;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	width: 67px;
	line-height: 18px;
	text-decoration: none;}
#content #bottom #center .read_more a {
	font-family: 'TitilliumRegular', serif;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 18px;
	width: 67px;
	line-height: 18px;
	text-decoration: none;}

#content #bottom #center p.bottom_dashed {
	border-bottom: 1px dotted #b2b1b1;
	padding-bottom: 6px;}


#content #bottom #center .content_contact {
	float: left;}
/* FOOTER */

#footer {
	margin-top: 20px;
	clear: both;
	height: 220px;
	background: url('../images/footer_bg.png') repeat-x #5a5a5a;}

#footer #content_footer .content_textimg {
	clear: both;
}

#footer #content_footer .content_textimg p {
	clear: both;
	text-shadow: 1px 1px 2px #636363;
	padding-top: 36px;
	color: #ffffff;
	font-family: "Arial", serif;
	font-style: italic;
	font-size: 18px;
	padding-bottom: 14px;
}

#footer #signature {
	font-family: "Arial", serif;
    color: #000000;
    font-size: 10px;
    overflow: hidden;
    padding-top: 20px;
}
#footer #signature a {
	font-family: "Arial", serif;
	font-size: 10px;
	text-decoration: none;
}
#footer #signature .powered {
    background: url("../images/logo_quilium.jpg") no-repeat scroll right center transparent;
    display: inline-block;
    margin-right: 10px;
    padding-right: 28px;}
#footer #signature .link {
    background: url("../images/icone_agrandir.jpg") no-repeat scroll right center transparent;
    display: inline-block;
    margin-right: 1px;
    padding-right: 19px;}
#footer #signature .powered, #signature .link {
    float: left;}
#footer #signature .powered, #signature .link {
    color: #FFFFFF;
    line-height: 22px;}


/* PHOTO GALLERY */

/*

.content_product #gallery_main {
height: 256px;
overflow: hidden;}

.content_product #gallery_main img {
	-webkit-box-shadow: 1px 1px 6px #5d5d5d;
	-moz-box-shadow: 1px 1px 6px #5d5d5d;
	box-shadow: 1px 1px 6px #5d5d5d;
	margin-left: 27px;
	height: 238px;
	width: 336px;
}

.content_product #gallery_thumbs img {
	-webkit-box-shadow: 1px 1px 6px #5d5d5d;
	-moz-box-shadow: 1px 1px 6px #5d5d5d;
	box-shadow: 1px 1px 6px #5d5d5d;
}


.content_product #gallery_main a {
text-decoration: none;}

.content_product #gallery_thumbs {
position: relative;
overflow: hidden;}

.content_product #gallery_thumbs ul {
margin: 0 0 0 20px;
list-style: none;
padding: 10px 00px 0 0;
width: 300px;
height: 88px;}

.content_product #gallery_thumbs ul li {
float: left;
display: block;
margin: 0 0 5px 0;
padding: 0;}

.content_product .pagination {
position: absolute;
top: 0;
left: 0;}

.content_product .pagination a.next_page_link {
text-decoration: none;
display: block;
background: url('../images/nav_gallery_right.jpg') no-repeat top left;
width: 17px;
height: 23px;
position: absolute;
top: 30px;
left: 315px;}

.content_product .pagination a.prev_page_link {
text-decoration: none;
display: block;
background: url('../images/nav_gallery_left.jpg') no-repeat top left;
width: 17px;
height: 23px;
position: absolute;
top: 30px;}


.content_product #gallery_thumbs div.pagination span,
.content_product #gallery_thumbs div.pagination strong {
border: solid 1px #e7e5e6;
padding: 1px 4px;
text-decoration: none;
margin: 2px 1px 2px 2px;
display: inline-block;
}
.content_product #gallery_thumbs div.pagination strong {
background: #f6f5e3;
}

*/

.content_product {
	padding-top: 20px;
}

.content_product #gallery {
	float: left;
}

.content_product #gallery #gallery_main {
	height: 240px;
	width: 330px;
	overflow: hidden;
	background: url("../images/bg-gallery.png") top left no-repeat;
	margin-right: 35px;
	padding: 9px;
}

.content_product #gallery #gallery_main img {
	height: 238px;
	width: 328px;
	margin: 0 !important;
	display: block;
	margin-top: -20px !important;
	border: 1px solid #c2c2c2;
}

.content_product #gallery  #gallery_thumbs {
	width: 375px;
	overflow: hidden;
	margin-top: 15px;
}

.content_product #gallery  #gallery_thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content_product #gallery  #gallery_thumbs ul li {
	float: left;
	width: 93px;
	height: 59px;
	background: url("../images/bg-thumb.png") top left no-repeat;
	padding: 6px;
	margin-right: 17px;
}

.content_product #gallery  #gallery_thumbs ul li img {
	width: 93px;
	height: 59px;
}

.content_product #gallery  #gallery_thumbs .next_page_link {
	text-decoration: none;
	display: block;
	background: url('../images/nav_gallery_right.jpg') no-repeat top left;
	width: 17px;
	height: 23px;
	margin-left: 350px;
	margin-top: 25px;
	position: absolute;
}

.content_product #gallery  #gallery_thumbs .prev_page_link {
	text-decoration: none;
	display: block;
	background: url('../images/nav_gallery_left.jpg') no-repeat top left;
	width: 17px;
	height: 23px;
	margin-left: -18px;
	margin-top: 25px;
	position: absolute;
}

.content_product .description {
    float: left;
}

@media screen and (min-width: 1075px) {
    .content_product .description {
        float: left;
        width: 577px;
    }
}

.content_product .description h1 {
	font-size: 35px;
	font-family: 'TitilliumRegular', serif;
	text-transform: none;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 20px !important;
	text-shadow: 1px 1px 2px #ffffff;
}

.content_product .description .date {
	float: right;
	line-height: 45px;
	font-family: "Arial", serif;
	font-size: 12px;
}

.content_product .description .prix {
	font-family: 'TitilliumRegular', serif;
	color: #cd0606;
	font-size: 30px;
}


.content_product .description .project_text p {
	font-family: 'Arial', serif;
	font-size: 12px;
	line-height: 26px;
}

.content_product .description a.bestellen {
	text-shadow: 1px 1px 2px #b00000;
	display: block;
	background: url('../images/bg_btn.jpg');
	height: 46px;
	width: 251px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-family: 'TitilliumMedium', serif;
	font-size: 25px;
	line-height: 46px;
	float: right;
	margin-top: 30px;
}

/* FORM */

.content_form {
	font-size: 14px;
	padding: 30px 0 50px 0;
}

@media screen and (min-width: 1075px) {
    .content_form {
        width: 628px;
        float: left;
    }
}

.content_form form {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	padding: 15px 25px 0 25px;
	margin-top: 10px;
}

.anfrage #Senden-label,
.anfrage #Senden-element {
	display: none;
}

.content_form dl.zend_form {
	overflow: hidden;
	padding: 0;
}

.content_form fieldset  {
	margin: 0;
	clear: both;

}

#infos-element,
#andere1-element,
#andere2-element,
#andere3-element,
#kind1-element,
#kind2-element,
#kind3-element,
#captcha-element,
#button-element {
	overflow: hidden;
	margin: 0 0 15px;
	float: none;
	width: auto;
}

#infos-label,
#andere1-label,
#andere2-label,
#andere3-label,
#kind1-label,
#kind2-label,
#kind3-label,
#captcha-label,
#button-label {
	display: none;
}

#button-element #Senden-label,
#button-element #Senden-element {
	display: block !important;
}

.content_form dt {
	clear: both;
	width: 32%;
    max-width: 175px;
	float: left;
	margin: 10px 0;
	line-height: 40px;
}

.content_form dd {
	float: left;
    width: 68%;
	margin: 10px 0;
}

.content_form dd input,
.content_form dd textarea,
.content_form dd select {
	border: 1px solid #c1c1c1;
	font-family: arial, serif;
	font-size: 12px;
	line-height: normal;
	padding: 10px;
    width: 100%;
}

.content_form dd select {
	border: 1px solid #c1c1c1;
	font-family: arial, serif;
	font-size: 12px;
	line-height: normal;
	padding: 5px;
}


#captchaimg {
	width: 150px;
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 2px;
	margin: 0;
}

#Envoyer,#Commander,#Senden {
	cursor: pointer;
	padding: 0;
	width: 103px;
	height: 33px;
	background: #e9012a;
	border: 1px solid #c70326;
	color: #fff;
	font-size: 14px;
	font-family: "Arial", serif;
	float: right;
}

legend,label {font-family: "Arial", serif;}

/* MESSAGES */

.messages_error {
color: red;
font-size: 12px;
margin-left: 4px;}

#system_messages {
}

.messages {
    padding: 5px 15px;
    margin-top: 10px;
    font-family: "Arial", serif;
}

.messages p {
    margin: 2px;
}

.messages.messages_error,
.messages.messages_warning {
    color: red;
    background: #fceded;
    border: solid 1px #fbe3e3;
}

.messages.messages_success {
    color: green;
    background: #edfae9;
    border: solid 1px #d4f2cb;
    width: 960px;
	margin: 20px auto 10px;
	display: block;
	float: left;
}

#content #bottom #center .messages.messages_success p {
	margin-top: 0;
}

.content_form #form2 dt#Envoyer-label {display: none;}
.content_form #form2 dd#Envoyer-element {display: none;}
.content_form #form2 dt#Senden-label {display: none;}
.content_form #form2 dd#Senden-element {display: none;}
.content_form #form2 dd#voyage-element dt#Envoyer-label {display: inherit;}
.content_form #form2 dd#voyage-element dd#Envoyer-element {display: inherit;}
.content_form #form2 dd#voyage-element dt#Senden-label {display: inherit;}
.content_form #form2 dd#voyage-element dd#Senden-element {display: inherit;}

dt#estimcontact-label, dt#voyage-label {display: none;}
dd#estimcontact-element, dd#voyage-element {width: 100%;}

fieldset {border: 1px solid #c1c1c1;}

#complements .tabNav {
	font-size: 11px;
	font-family: "Arial", serif;
}

#complements .tabContainer h2 {
	margin-top: 0;
	font-family: 'TitilliumRegular', serif;
	font-size: 30px;
}

#complements .tabContainer a {
	font-weight: bold;
	color: #cd0606;
}

#complements ul.idTabs {
	float: left;
	list-style: none;
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
}

#complements ul.idTabs li {
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
	height: 32px;
	overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    #complements ul.idTabs li {
        width: 145px;
    }
}

#complements ul.idTabs li a.selected  {
	 padding-top: 0;
}

#complements ul.idTabs a {
	background: url('../images/bg_complements.png') repeat-x #f4f4f4;
	font-family: "Arial", serif;
    font-size: 11px;
    border-radius: 4px 4px 0 0;
    color: #29627f;
    display: block;
    text-decoration: none;
    line-height: 32px;
    position: absolute;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #dedede;
    border-bottom-color: #cecece;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#complements ul.idTabs li a.selected {
	background: #ffffff;
	height: 32px;
	color: #000000;
	line-height: 32px;
	border-bottom: none;
}

#complements div.tabContainer {
	clear: both;
	float: left;
	border: 1px solid #cecece;
	padding: 35px;
	margin-bottom: 30px;
	margin-top: 0;
}

#complements div.tabContainer div.tab { border: 1px solid #dedede; color: #000; display: none; padding: 10px; }
#complements div.tabContainer div.current { display: block; }
#complements div.tabContainer p.pointilles { margin-left: 0;}
#complements div.tab p:last-child { margin-bottom: 0; }

#back {float: right;margin-bottom: 60px;}
#back a {color: #CD0606; font-family: "Arial", serif; font-size: 12px;}

/* FONT */

@font-face {
    font-family: 'TitilliumBold';
    src: url('titilliumtext22l006-webfont.eot');
    src: url('titilliumtext22l006-webfont.eot?#iefix') format('eot'),
         url('titilliumtext22l006-webfont.woff') format('woff'),
         url('titilliumtext22l006-webfont.ttf') format('truetype'),
         url('titilliumtext22l006-webfont.svg#webfontDTJ1WNyD') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TitilliumThin';
    src: url('titilliumtext22l001-webfont.eot');
    src: url('titilliumtext22l001-webfont.eot?#iefix') format('eot'),
         url('titilliumtext22l001-webfont.woff') format('woff'),
         url('titilliumtext22l001-webfont.ttf') format('truetype'),
         url('titilliumtext22l001-webfont.svg#webfontv3j4SnZ4') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TitilliumLight';
    src: url('titilliumtext22l002-webfont.eot');
    src: url('titilliumtext22l002-webfont.eot?#iefix') format('eot'),
         url('titilliumtext22l002-webfont.woff') format('woff'),
         url('titilliumtext22l002-webfont.ttf') format('truetype'),
         url('titilliumtext22l002-webfont.svg#webfontTse042QO') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TitilliumRegular';
    src: url('titilliumtext22l003-webfont.eot');
    src: url('titilliumtext22l003-webfont.eot?#iefix') format('eot'),
         url('titilliumtext22l003-webfont.woff') format('woff'),
         url('titilliumtext22l003-webfont.ttf') format('truetype'),
         url('titilliumtext22l003-webfont.svg#webfontWyJ1DVpn') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TitilliumMedium';
    src: url('titilliumtext22l004-webfont.eot');
    src: url('titilliumtext22l004-webfont.eot?#iefix') format('eot'),
         url('titilliumtext22l004-webfont.woff') format('woff'),
         url('titilliumtext22l004-webfont.ttf') format('truetype'),
         url('titilliumtext22l004-webfont.svg#webfont0Ofo0mrS') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TitilliumBold';
    src: url('titilliumtext22l005-webfont.eot');
    src: url('titilliumtext22l005-webfont.eot?#iefix') format('eot'),
         url('titilliumtext22l005-webfont.woff') format('woff'),
         url('titilliumtext22l005-webfont.ttf') format('truetype'),
         url('titilliumtext22l005-webfont.svg#webfontj5NcfRWV') format('svg');
    font-weight: normal;
    font-style: normal;}

#home #center {
    padding-top: 30px;
}

@media screen and (min-width: 1075px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .row:after,
    .row:before {
        content: '';
        clear: both;
    }
}

[class*="col-"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    float: left;
    width: 100%;
}

@media screen and (min-width: 1075px) {
    .col-4 {
        width: 33%
    }

    .col-12 {
        width: 100%
    }
}

.container {
    width: 100%;
}

@media screen and (min-width: 1075px) {
    .container {
        width: 1000px;
        margin: auto;
    }
}

.center {
    text-align: center;
}

input,
textarea,
select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}