/* {{{ 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;
}
/* }}} */

/* flash content */
.hasFlash {
    height: 100%;
    overflow: hidden;
}

.hasFlash body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.hasFlash div#site_content {
    height: 100%;
}

/* html version */
body {
    background-color: #fff;
    color: #808080;
    font-family: "Times New Roman",Times,Georgia,serif;
    font-size: 13px;
}

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

a:hover {
    color: #7A4961;
}

/*{{{ header */
#header {
    position: absolute;
    top: 20px;
    left: 30px;
}

#logo {
    display: none;
}

#header h1 a {
    display: block;
    width: 184px;
    height: 42px;
    background: #fff url(../images/logo_agent002.png) no-repeat top left;
    text-indent:-9999px;
}

#header ul {
    margin-top: 20px;
}

#header a {
    color: #808080;
    text-transform: uppercase;
    font-size: 15px;
}

#header li.active a {
    color: #592041;
    font-weight: bold;
}
/*}}}*/

/*{{{ footer */
#footer {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

#footer li {
    float: left;
    margin-right: 20px;
}

#footer a {
    color: #808080;
    font-size: 11px;
}
#footer a:hover {
    color: #7A4961;
}
/*}}}*/

/*{{{ main layout */
.main_content {
    position: absolute;
    top: 200px;
    left: 30px;
}

.horizontal_scroll {
    position: absolute;
    top: 200px;
    left: 30px;
    right: 30px;
    bottom: 50px;
    overflow: auto;
    padding-bottom: 20px;
}

.horizontal_scroll li, .horizontal_scroll dl {
    float: left;
    margin-right: 10px;
}
/*}}}*/

/*{{{ illustrateurs*/
#illustrateurs li a {
    font-size: 16px;
    color: #808080;
}

#illustrateurs li img {
    display: block;
    margin-bottom: 10px;
}

#artist_details h1 {
    font-size: 30px;
    color: #7A4961;
}

#bio, #serie {
    clear: left;
}

#bio p {
    position: absolute;
    top: 58px;
    left: 400px;
    width: 500px;
    line-height: 1.5em;
    clear: left;
}

#bio img {
    position: absolute;
    top: 60px;
}

#bio ul {
    position: absolute;
    top: 35px;
    left: 400px;
}

#serie ul {
    padding-top: 6px;
}

#serie #photos {
    clear: left;
    white-space: nowrap;
    padding-top: 10px;
}

/*}}}*/

/*{{{ news */
#news dl {
    width: 250px;
}

#news dt {
    position: absolute;
    top: 215px;
    width: 250px;
    font-size: 16px;
    text-transform: uppercase;
}
#news dt a {
    color: #592041;
}

#news dt span {
    color: #7A4961;
    display: block;
}

#news dd.image {
    position: absolute;
    top: 0;
}

#news dd.content {
    margin-top: 260px;
    width: 250px;
    overflow: hidden;
}

#news span.date, #news span.more_link {
    display: block;
}

#news span.more_link a {
    color: #7A4961;
}

#news_details #photos {
    white-space: nowrap;
    margin-top: 10px;
}

#news_details h2 {
    font-size: 24px;
    color: #7A4961;
}

#news_details p {
    margin-top: 16px;
    width: 500px;
}

#news_legends {
    position: absolute;
    left: 540px;
    top: 280px;
    padding-left: 10px;
    border-left: 1px solid #999;
}

#news_legends ul {
    list-style-type: decimal;
    margin-left: 25px;
}

#news_legends li {
    float: none;
}

#news_nav {
    margin-top: 10px;
}

#news_nav a {
    color: #7A4961;
}
/*}}} */

/*{{{ contact */
#presentation {
    position: absolute;
    left: 400px;
    top: 0;
}

#presentation h1 {
    font-size: 30px;
    color: #7A4961;
}

#presentation p {
    width: 500px;
    line-height: 1.5em;
    clear: left;
}

#presentation li {
    padding-bottom: 20px;
}
/*}}}*/

/*{{{ liens */
#liens li {
    width: 120px;
}

#liens li .title {
    color: #7A4961;
    font-size: 110%;
}
/*}}}*/

/*{{{ shop */
#le_shop dl {
    width: 250px;
}

#le_shop dt {
    position: absolute;
    top: 215px;
    width: 250px;
    font-size: 16px;
    text-transform: uppercase;
}
#le_shop dt a {
    color: #592041;
}

#le_shop dt span {
    color: #7A4961;
    display: block;
}

#le_shop dd.image {
    position: absolute;
    top: 0;
}

#le_shop dd.content {
    margin-top: 250px;
    width: 250px;
    overflow: hidden;
}

#le_shop dd.content a {
    color: #7A4961;
    font-size: 10px;
}

#shop_details h1 {
    font-size: 30px;
    color: #7A4961;
}

#shop_details img {
    position: absolute;
    top: 60px;
}
/*}}}*/


