/* {{{ reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}
/* }}} */

body {
    background: #fff url(../images/bg.gif) repeat top left;
    font-family: "Times New Roman",Times,Georgia,serif;
    font-size: 13px;
    line-height: 1.6em;
    color: #1A171B;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
    color: #1A171B;
    text-decoration: none;
}
a:hover {
    color: #999;
}

#wrapper {
    width: 764px;
    margin: 0 auto;
}

.bg {
    background: transparent url(../images/bg.png) no-repeat top left;
}

/*{{{ header */
#header h1 {
    margin: 0 auto;
    padding: 20px 0 10px 0;
    width: 115px;
}

#header h1 a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 115px;
    height: 138px;
    background: transparent url(../images/logo.png) no-repeat top left;
}
/* }}} */

/*{{{ top menu */
#main_menu {
    width: 768px;
    height: 44px;
    background: transparent url(../images/top_bg.png) no-repeat top left;
}


#main_menu li {
    float: left;
}

#main_menu a {
    display: block;
    margin-top: 8px;
    height: 36px;
    width: 117px;
    text-indent:-9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    background: transparent url(../images/top_menu2.gif) no-repeat top left;
}

#tab_home {
    margin-left: 29px;
}
#tab_photographers, #tab_contact, #tab_chambres {
    margin-left: 80px;
}

#tab_home.active a {
    background-position: 0 -36px;
}

#tab_photographers a {
    background-position: -118px 0;
}
#tab_photographers.active a {
    background-position: -118px -36px;
}

#tab_contact a {
    background-position: -236px 0;
}
#tab_contact.active a {
    background-position: -236px -36px;
}

#tab_chambres a {
    background-position: -354px 0;
}
#tab_chambres.active a {
    background-position: -354px -36px;
}
/*}}}*/

/*{{{ content common */
#content_wrapper {
    clear: both;
    width: 764px;
    background: transparent url(../images/main_bg.png) repeat-y top left;
    padding-bottom: 20px;
}

#content {
    width: 740px;
    margin: 0 12px;
    padding-top: 40px;
    background-color: #fff;
}

#content h2 {
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto 30px auto;
    height: 8px;
}

.column {
    display: inline;
    float: left;
    margin: 0 15px;
}
.column_1 {
    width: 118px;
}
.column_2 {
    width: 266px;
}
.column_3 {
    width: 414px;
}
.column_4 {
    width: 562px;
}
.column_5 {
    width: 710px;
}
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}

.column img {
    display: block;
    margin: 0 auto;
}

.filet_top {
    background: transparent url(../images/filet.gif) repeat-x top left;
    margin-top: 30px;
    padding-top: 30px;
}

.filet {
    background: transparent url(../images/filet.gif) repeat-x top left;
    height: 6px;
    margin: 30px 0;
}
/*}}}*/

/*{{{ home */
p#teaser_baseline {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2em;
}

#teaser, #diaporama {
    width: 592px;
    margin: 0 auto;
}

#when h2 {
    width: 47px;
    background: transparent url(../images/when.gif) no-repeat top left;
}
#when img {
    margin-top: 16px;
}

#why h2 {
    width: 40px;
    background: transparent url(../images/why.gif) no-repeat top left;
}
#why p {
    margin-top: 25px;
}

#contact {
    text-align: center;
}
#contact h2 {
    width: 56px;
    background: transparent url(../images/contact.gif) no-repeat top left;
}
#contact p {
    margin-top: 26px;
    line-height: 1em;
}
#contact span {
    display: block;
    font-size: 10px;
    margin-top: 4px;
}
#contact a {
    display: block;
    margin-top: 6px;
}
#contact img {
    margin-top: 6px;
}
#who {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
}
#who ul {
    margin-top: 0;
}
#who li a {
    display: block;
    margin: 14px auto;
    text-transform: uppercase;
}

#who h2 {
    width: 40px;
    background: transparent url(../images/who.gif) no-repeat top left;
}

#what h2 {
    width: 47px;
    background: transparent url(../images/what.gif) no-repeat top left;
}
#what img {
    margin-top: 25px;
}

#where h2 {
    width: 55px;
    background: transparent url(../images/where.gif) no-repeat top left;
}
#where img {
    margin-top: 30px;
}

#where p {
    margin-top: 20px;
}
#where strong {
    font-size: 10px;
    display: block;
}

#agency {
    margin-top: 60px;
}

#agency h2 {
    width: 50px;
    background: transparent url(../images/agency.gif) no-repeat top left;
}
#agency p {
    margin-top: 20px;
    font-size: 12px;
}
#agency a {
    display: block;
    font-weight: bold;
    font-size: 10px;
    margin-top: 14px;
    text-align: center;
}

#countdown_wrapper {
    width: 180px;
    margin: 0 auto;
    font-size: 60px;
}

#home_content #chambers_menu {
    font-size: 15px;
    line-height: 1.5em;
}
#home_content #chambers_menu li a {
    color: #000;
    display: block;
}
#home_content #chambers_menu li a:hover {
    color: #999;
}

/*}}}*/

/*{{{ photographers */
#bio {
    margin-top: 30px;
}

#photographer h2, #photographer h1 {
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    overflow: visible;
    margin: -8px 0 20px 0;
    height: auto;
    text-transform: uppercase;
}

#bio_photo img {
    margin: 0;
}

#who li.active a {
    color: #999;
    text-decoration: underline;
    font-weight: bold;
}

#bio_quote {
    text-align: center;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
}
#bio_quote #quote_open {
    margin-bottom: 16px;
}
#bio_quote #quote_close {
    margin-top: 16px;
}

#bio_content p {
    margin-bottom: 16px;
}
/*}}} */

/*{{{ Les Chambres */
#chambers_menu h2 {
    width: 92px;
    background: transparent url(../images/chambres.gif) no-repeat top left;
}

#chambers_menu {
    font-size: 18px;
    text-align: center;
    line-height: 1.4em;
}

#chambers_menu ul {
    margin-top: 0;
}

#chambers_menu li a {
    color: #999;
    display: block;
}
#chambers_menu li a:hover {
    color: #000;
}

#chambers_menu li.active a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

#chamber h2, #chamber h1 {
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    overflow: visible;
    margin: -8px 0 20px 0;
    height: auto;
    text-transform: uppercase;
}

#chamber_photo {
    width: 562px;
    height: 380px;
}

#chamber_photo img {
    margin: 0;
}

#bio_link a.active {

}

a.stop_link {
    margin-left: 8px;
    color: #666;
}

/*}}} */

/*{{{ contact */
#download_col {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

#download_col h2 {
    width: 69px;
    background: transparent url(../images/download.gif) no-repeat top left;
}

.download_block {
    margin-bottom: 50px;
}

.download_block img {
    margin-bottom: 6px;
}
.download_block a:hover {
    color: #1A171B;
}

#contact_col {
    margin-left: 163px;
}
#contact_col h2 {
    width: 125px;
    height: 11px;
}
#contact_col img {
    margin: 6px auto;
}
h2#contact {
    width: 57px;
    height: 9px;
    background: transparent url(../images/contact3.gif) no-repeat top left;
}

#partners {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
}
#partners ul {
    margin-top: 0;
    margin-bottom: 30px;
}
#partners li a {
    display: block;
    margin: 14px auto;
    text-transform: uppercase;
}

#partners h2 {
    height: 8px;
    margin-bottom: 20px;
}

h2#art_direction {
    width: 95px;
    background: transparent url(../images/art_direction.gif) no-repeat top left;
}
h2#retouche {
    width: 148px;
    height: 9px;
    background: transparent url(../images/retouche.gif) no-repeat top left;
}
h2#reportage {
    width: 146px;
    background: transparent url(../images/reportage.gif) no-repeat top left;
}
h2#music {
    width: 55px;
    height: 10px;
    background: transparent url(../images/music.gif) no-repeat top left;
}
h2#thanks {
    width: 102px;
    height: 9px;
    margin-top: 30px;
    background: transparent url(../images/thanks.gif) no-repeat top left;
}
h2#studio {
    width: 75px;
    height: 9px;
    background: transparent url(../images/studio.gif) no-repeat top left;
}
h2#gardiens {
    width: 61px;
    height: 9px;
    background: transparent url(../images/gardiens.gif) no-repeat top left;
}
div#thanks {
    font-size: 11px;
    width: 200px;
    margin: 0 auto;
}
div#thanks ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*}}}*/

/*{{{ footer */
#footer {
    clear: both;
    width: 764px;
    background-position: 0 -54px;
    height: 75px;
}
/*}}}*/



