/* @group Initialyse */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
*:focus {
	outline: 0 none;
}

html {
	/*overflow: hidden;*/
	/*overflow-x: hidden;*/
	background: #f7f8f6;
}

body{
	color: #000;
	font: 11px/16px Arial, Geneva, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.caps {
	text-transform: uppercase;
}

.Show {
	display: block
}
.Hide {
	display: none
}

.left {
	float: left;
}
.right {
	float: right;
}

table tr td {
	vertical-align: top;
}

hr {
	display: block;
	line-height: 1px;
	height: 1px;
	border-top: 1px dotted #0d1587;
}

ul {
	margin: 0 0 10px 15px;
}

ul li {
	list-style-image: url(../_images/puce.gif);
	line-height: 13px;
	margin-bottom: 7px;
}

/* @group fonts */


@font-face {
    font-family: Knockout;
    src: url('../_fonts/knockhtf26junfly-webfont.eot');
    src: url('../_fonts/knockhtf26junfly-webfont.eot?#iefix') format('eot'),
         url('../_fonts/knockhtf26junfly-webfont.woff') format('woff'),
         url('../_fonts/knockhtf26junfly-webfont.ttf') format('truetype'),
         url('../_fonts/knockhtf26junfly-webfont.svg#webfontzjdN9zCA') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* @end */

/* @end */

/* @group Content */

#Main {
	position: relative;
	z-index: 500;
	width: 100%;
	height: 100%;
}

#Content {
	position: relative;
	z-index: 500;
	width: 950px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

#MainContent {
	position: relative;
	z-index: 500;
	width: 442px;
	margin-left: 33px;
}

#ContentBox {
	position: relative;
	border-top: 5px solid #A43B61;
	border-bottom: 5px solid #A43B61;
	background-color: #fff;
	padding: 0 33px 46px;
}

#Lngs {
	color: #4D4D4D;
	text-align: right;
	margin-bottom: 10px;
	font: 13px/13px Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
}

#Lngs a {
	color: #4D4D4D;
}

#Lngs a.select {
	color: #A43B61;
}

/* @end */

/* @group Header */

#Header {
	height: 174px;
}

#Logo {
}

#Header #Logo a {
	display: block;
	width: 376px;
	height: 174px;
	background: url(../_images/logo-nathalie-reuter.gif) no-repeat center center;
}

#Header #Logo a:hover {

}

#Header #Logo a span {
	display: none;
}


/* @end */

/* @group HHHHH */

h1 {

}

h2 {
	color: #A43B61;
	font: normal 15px Helvetica, Arial, Geneva, sans-serif;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 3px 0;
	margin-top: -1px;
	cursor: pointer;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

/* @end */

/* @group Tiny */

.Tiny p {
	color: #7f7f7f;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}

.Tiny ul {
	color: #7f7f7f;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.Tiny ul li {
	color: #7f7f7f;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
}

.Tiny table {
	color: #7f7f7f;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}

.Tiny h3 {
	color: #7f7f7f;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 15px;
}

.Tiny a {
	color: #7f7f7f;
	text-decoration: underline;
}

.Tiny a:hover {
	color: #A43B61;
	text-decoration: underline;
}

/* @end */

/* @group Menu */

#Menu {
	position: relative;
	z-index: 500;
	margin: 35px 0;
	background-color: #f7f8f6;
}

#Menu a {
	display: block;
	font: 55px/48px Knockout;
	text-transform: uppercase;
	color: #333;
}

#Menu a.select {
	color: #b2b2b2;
}

#Menu a.first {

}

#Menu a:hover {
	color: #b2b2b2;
}

#Menu a #ContactSheetCounter {
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	color: #f78e1e;
}

/* @end */

/* @group Footer */

#Footer {
	color: #fff;
	margin: 10px 0 0 30px;
	font: 12px/13px Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
}

#Footer a {
	color: #fff;
}

#Footer a:hover {
	color: #A43B61;
}


/* @end */

/* @group margin & padding */



.smb { margin-bottom: 10px; }
.smt { margin-top: 10px; }
.sml { margin-left: 10px; }
.smr { margin-right: 10px; }
.mmb { margin-bottom: 15px; }
.mmt { margin-top: 15px; }
.mml { margin-left: 15px; }
.mmr { margin-right: 15px; }
.lmb { margin-bottom: 25px; }
.lmt { margin-top: 25px; }
.lml { margin-left: 25px; }
.lmr { margin-right: 25px; }

.sp { padding: 10px; }
.sm { margin: 10px; }
.mp { padding: 15px; }
.mm { margin: 15px; }
.lp { padding: 25px; }
.lm { margin: 25px; }

.spb { padding-bottom: 10px; }
.spt { padding-top: 10px; }
.spl { padding-left: 10px; }
.spr { padding-right: 10px; }
.mpb { padding-bottom: 15px; }
.mpt { padding-top: 15px; }
.mpl { padding-left: 15px; }
.mpr { padding-right: 15px; }
.lpb { padding-bottom: 25px; }
.lpt { padding-top: 25px; }
.lpl { padding-left: 25px; }
.lpr { padding-right: 25px; }


/* @end */

/* @group ColFrame & column */

.ColFrame {
	overflow: hidden;
}

.ColMargin {
	margin-left: 25px;
}

.Col1 {
	float: left;
	width: 168px;
}

.Col2 {
	float: left;
	width: 361px;
}

.Col2 {
	float: left;
	width: 554px;
}

.Col2 {
	float: left;
	width: 747px;
}

.Col2 {
	float: left;
	width: 940px;
}


/* @end */

/* @group Slide */

#Slide {
	/*display: none;*/
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#Slide img {
	position: absolute;
	z-index: 150;
}




/* @end */

/* @group Accordion */

.AccordionItem {

}

.AccordionItem .AccordionItemContent {
	margin: 10px 0;
}

.AccordionItem .AccordionItemContent .Images {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.AccordionItem .AccordionItemContent .Images .Image {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

.AccordionItem .AccordionItemContent .Images img {
	display: block;
}

.AccordionItem .AccordionItemContent .Images .last {
	margin: 0 0 20px 0;
}

.ScrollZone {
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 2px;
}

.ScrollZoneContent {

}

/* @end */

.embedThumb {
	display: block;
	width: 112px;
	height: 78px;
	overflow: hidden;
}


