/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face 
{
 font-family: 'thonburi';
 src: url( 'font/thonburi/thonburi.eot' );
 src: url( 'font/thonburi/thonburi.eot?#iefix' ) format('embedded-opentype'),
      url( 'font/thonburi/thonburi.woff' ) format('woff'),
      url( 'font/thonburi/thonburi.ttf' ) format('truetype'),
      url( 'font/thonburi/thonburi.svg#thonburi' ) format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
    font-family: 'thonburibold';
    src: url('font/thonburi_bold/thonburibold-webfont.eot');
    src: url('font/thonburi_bold/thonburibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/thonburi_bold/thonburibold-webfont.woff') format('woff'),
         url('font/thonburi_bold/thonburibold-webfont.ttf') format('truetype'),
         url('font/thonburi_bold/thonburibold-webfont.svg#thonburibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 0px 0 0px;
	width: 667px;
        text-align: justify;
}
#content {
	margin: 0 0px 0 0px;
      }
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Arial",sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Arial",sans-serif;
}

input[type=submit] {
	font-family: "Arial",sans-serif;
 background: transparent url(../../../img/submit.jpg) no-repeat center top;
 border: 0px;
 height: 24px;
 width: 25px;
 cursor: pointer;
 margin-left: -1px; 
 padding: 0;
}
pre {
	font-family: "Arial",sans-serif;
}
code {
	font-family: "Arial",sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#footer-widget-area,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 998px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	/* margin-right: 20px; */
	width: 280px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
textarea {
	color: #686868;
	font-size: 12px;
	line-height: 18px;
}

input {
	color: #686868;
        background: transparent url(../../../img/submit2.jpg) no-repeat;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"] {
	color: #686868;
 background: transparent url(../../../img/submit2.jpg) no-repeat center top;
 border: 0px;
	height: 24px;
	width: 109px;
 padding: 0;
        
}

textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #5e5e5e;
}
a:visited {
	color: #5e5e5e;
}
a:active,
a:hover {
        color: #f53183;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

div#header {
	 position: relative;
	 width: 1000px;
         margin: 20px auto 30px auto;
}

div#header h1
{
 width: 517px;
 height: 78px;
 margin: 0;
 padding: 0;
}
a#logo
{
 display: block;
 width: 517px;
 height: 78px;
 
 background: transparent url( 'images/dorcelblog.png' ) no-repeat center;
}
div#links
{
 position: absolute;
 top: 0;
 right: 0;
 width: 440px;
 height: 27px;
 padding-top: 9px;
}
div#links a.contact
{
 float: right;
 display: block;
 width: 19px;
 height: 13px;
 margin-top: 14px;
 
 cursor: pointer;
 background: transparent url( 'http://www.dorcel.com/templates/dorcel/imgs/icons_buttons.png' ) no-repeat left top;
}
div#links a.contact:hover{ background-position: -19px top; }
div#links a.facebook
{
 float: right;
 display: block;
 width: 13px;
 height: 27px;
 margin: 0 0 0 12px;
 
 background: transparent url( 'http://www.dorcel.com/templates/dorcel/imgs/icons_buttons.png' ) no-repeat left -13px;
}
div#links a.facebook:hover{ background-position: -13px -13px; }
div#links a.twitter
{
 float: right;
 display: block;
 width: 17px;
 height: 21px;
 margin: 6px 0 0 12px;
 
 background: transparent url( 'http://www.dorcel.com/templates/dorcel/imgs/icons_buttons.png' ) no-repeat left -40px;
}
div#links a.twitter:hover{ background-position: -17px -40px; }

div#links a.icon
{
 float: right;
 display: block;
 width: 28px;
 height: 28px;
 margin: 1px 7px 0 0;
 
 background: transparent url( 'images/network.png' ) no-repeat left top;
}
div#links a.icon.facebook{ background-position: 0 -28px; }
div#links a.icon.facebook:hover{ background-position: 0 0; }
div#links a.icon.twitter{ background-position: -28px -28px; }
div#links a.icon.twitter:hover{ background-position: -28px 0; }
div#links a.icon.tumblr{ background-position: -56px -28px; }
div#links a.icon.tumblr:hover{ background-position: -56px 0; }
div#links a.icon.instagram{ background-position: -84px -28px; }
div#links a.icon.instagram:hover{ background-position: -84px 0; }
div#links a.icon.googleplus{ background-position: -112px -28px; }
div#links a.icon.googleplus:hover{ background-position: -112px 0; }
div#links a.icon.youtube{ background-position: -140px -28px; }
div#links a.icon.youtube:hover{ background-position: -140px 0; }
div#links a.icon.dailymotion{ background-position: -168px -28px; }
div#links a.icon.dailymotion:hover{ background-position: -168px 0; }
div#links a.icon.pinterest{ background-position: -196px -28px; margin-right: 12px; }
div#links a.icon.pinterest:hover{ background-position: -196px 0; }
ul#languages
{
 float: right;
 width: 135px;
 margin: 3px 0 0 12px;
 padding: 0;
 
 list-style: none;
 background: #737373;
}
ul#languages li
{
 display: none;
 height: 18px;
 margin: 5px 5px 0 5px;
 padding: 2px 0 0 0;
 cursor: default; 
 
 border-top: 1px dotted #fff;
 background-color: #737373;
 
 font-size: 10px;
 text-align: center;
 text-transform: uppercase;
 line-height: 18px;
 color: #e0e0e0;
}
ul#languages li a{ cursor: pointer; color: #e0e0e0; text-decoration: none; }
ul#languages li a:hover{ color: #fff; }
ul#languages li.title
{
 position: relative;
 display: block;
 height: 15px;
 margin: 0;
 padding: 4px 5px 0 5px;
 cursor: pointer; 
 
 border: none;
 background: transparent url( 'http://www.dorcel.com/templates/dorcel/imgs/icons_buttons.png' ) no-repeat -70px top;
 
 color: #fff;
 font-size: 11px;
 text-align: left;
 text-transform: none;
 line-height: 15px;
}
ul#languages li.foot
{
 display: block;
 height: 5px;
 margin: 0;
 padding: 0;
 
 border: none;
 background: transparent url( 'http://www.dorcel.com/templates/dorcel/imgs/icons_buttons.png' ) no-repeat -70px -23px;
 
 font-size: 0;
 line-height: 0;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* MENU */

ul#menu
{
 width: 1000px;
 height: 15px;
 margin: 0 auto 10px auto;
 padding: 0;
}
ul#menu li
{
 float: left;
 width: 93px;
 margin: 0;
 padding: 0;
 
 list-style: none;
 border-left: 1px solid #fff;
 border-left-color: transparent;
 border-right: 1px solid #9c9b9b;
}
ul#menu li.first{     width: 142px; border-left: 1px solid #9c9b9b; }
ul#menu li.blog{ width: 86px; }
/*ul#menu li.vr{ width: 150px; }*/
ul#menu li a
{
 display: block;
 cursor: pointer;
 height: 12px;
 margin: 0 auto;
 padding: 1px 2px;
font-family: 'thonburibold';
font-size: 13px;
text-decoration: none;
line-height: 11px;
text-transform: uppercase;
letter-spacing: 0.09em;
text-align: center;
 
 /*background: transparent url( 'https://www.dorcel.com/templates/dorcel/imgs/titles.png' ) no-repeat left top;*/
}
/*
ul#menu li a.disabled{ cursor: default; }
ul#menu li a.welcome{ width: 58px; background-position: left -27px; }
ul#menu li a.welcome:hover{        background-position: -70px -27px; }
ul#menu li a.vod{ width: 32px; background-position: left -42px; }
ul#menu li a.vod:hover{        background-position: -38px -42px; }
ul#menu li a.club{ width: 34px; background-position: -177px -170px; }
ul#menu li a.club:hover{        background-position: -223px -170px; }
ul#menu li a.shop{ width: 47px; background-position: left 0; }
ul#menu li a.shop:hover{        background-position: -54px 0; }
ul#menu li a.tv{ width: 20px; background-position: left -84px; }
ul#menu li a.tv:hover{        background-position: -27px -84px; }
ul#menu li a.mag{ width: 32px; background-position: left -98px; }
ul#menu li a.mag:hover{        background-position: -39px -98px; }
ul#menu li a.livecam{ width: 71px; background-position: left -126px; }
ul#menu li a.livecam:hover{        background-position: -78px -126px; }
ul#menu li a.sexline{ width: 130px; background-position: -175px -154px; }
ul#menu li a.sexline:hover{         background-position: -314px -154px; }
ul#menu li a.blog{ width: 40px; background-position: left -141px; }
ul#menu li a.blog:hover{        background-position: -45px -141px; }
ul#menu li a.contact{ width: 71px; background-position: left -13px; }
ul#menu li a.contact:hover{        background-position: -76px -13px; }
*/

#myGallery
{
 margin: 0 auto;
}


#myGallery div.slideElement div.link_url
{
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 height: 38px;
 padding-left: 240px;
 
 text-align: right;
 
 background: transparent url( './images/slide-bg.png' ) repeat-x left top; 
}

#myGallery div.slideElement div.link_url span.text
{
 float: left;
 display: block;
 width: 72px;
 height: 13px;
 margin-top: 12px;
 
 background: transparent url( './images/slide.png' ) no-repeat left top;
}

#myGallery div.slideElement div.link_url a.link_vod
{
 position: relative;
 float: left;
 display: block;
 width: 192px;
 height: 28px;
 margin: 5px 0 0 7px;
 z-index: 15;
 
 background: transparent url( './images/slide.png' ) no-repeat left -13px;
}
#myGallery div.slideElement div.link_url a.link_vod:hover{ background-position: left -41px; }

#myGallery div.slideElement div.link_url a.link_dvd
{
 position: relative;
 float: left;
 display: block;
 width: 77px;
 height: 28px;
 margin: 5px 0 0 4px;
 z-index: 15;
 
 background: transparent url( './images/slide.png' ) no-repeat left -69px;
}
#myGallery div.slideElement div.link_url a.link_dvd:hover{ background-position: left -97px; }



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #343333;
	font-size: 12px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	/*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	/*margin: 0 0 36px 0;*/
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #30393e;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #f23182;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 21px  0 0;
	margin:0 24px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 8px 24px 0;
	/*margin:0 24px;*/
	border-top:solid 1px #e7ebea;
	margin-top:-1px;
	margin-bottom:8px;
	background:url(images/bg-pagination-comments.gif) no-repeat bottom center;
	text-align:center;
}
#comments .navigation a.page-numbers, #comments .navigation .current{
	display:inline-block;
	width:44px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding-bottom:10px;
	outline:none;
}
#comments .navigation a.prev, #comments .navigation a.next{
	width:auto;
}
#comments .navigation .current{
	background:url(images/bg-pagin-current.gif) no-repeat bottom;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#494949;
	font-weight:normal;
	font-style:italic;
}
.commentlist {
	list-style: none;
	margin: 0 24px;
}
.commentlist li.comment {
	border-bottom: 1px dashed #e7ebea;
	line-height: 24px;
	margin: 0 0 24px 0;
	/*padding: 0 24px 0 24px;*/
	position: relative;
}
.comment-border{
	border-bottom: 1px dashed #e7ebea;
	margin-bottom:-1px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin:0;
	font-size:10px;
	color:#f53183;
}
.comment-meta a{
	color:#f53183;
}
.comment-meta a:link,
.comment-meta a:visited {
	/*color: #888;*/
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding:0 0 0 22px;
}
.commentlist .children li {
	border: none;
	margin: 12px 0 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	/*border-top: 1px solid #e7e7e7;
	margin: 24px 0;*/
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}

.widget_search {

}

.widget_search #s {/* This keeps the search inputs in line */

}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

li.widget_archive
{
 width: 300px;
 position: relative;
}

.widget_archive h3
{
 margin-left: 15px;
 display: inline;
/*  font-family: 'Times New Roman'; */
 color: #565656;
 font-size: 16px;
 font-weight: normal;
}

#main .widget-area ul ul#list-archive
{
 width: 212px;
/*  float: right; */
 margin-left: 0;
 margin-right: 0px;
 margin-top: -5px;
 position: absolute;
 right: 0;
 top: 0;
 
 /* margin: 3px 0 0 12px; */
 padding: 0;
 
 list-style: none;
/*  background: #fff; */
}
ul#list-archive li
{
 display: none;
 width: 208px;
 height: 18px;
 margin: 0px 0px 0 2px;
 padding: 2px 0 0 0;
 cursor: default; 
 
 border-top: 1px dotted #9c9c9c;
 border-left: 1px solid #9c9c9c;
 border-right: 1px solid #9c9c9c;
 background-color: #fff;
 
 font-size: 10px;
 text-align: center;
 text-transform: uppercase;
 line-height: 18px;
 color: #9c9c9c;
 z-index: 2000;
}
ul#list-archive li a{ cursor: pointer; color: #9c9c9c; text-decoration: none; }
ul#list-archive li a:hover{ text-decoration: underline; }
ul#list-archive li.title
{
 position: relative;
 display: block;
 height: 19px;
 margin: 0;
 padding: 4px 5px 0 5px;
 cursor: pointer; 
 
 border: none;
 /* background: transparent url( 'http://www.dorcel.com/templates/dorcel/imgs/icons_buttons.png' ) no-repeat -70px top; */
 background: transparent url( 'images/select.png' ) no-repeat left top;
 
 color: #9c9c9c;
 font-size: 11px;
 text-align: left;
 text-transform: none;
 line-height: 15px;
}
ul#list-archive li.title p
{
 display: inline;
 font-family: 'Verdana';
 font-size: 12px;
 /* border-bottom: 1px solid #9c9c9c; */
 margin-left: 5px;
 line-height: 22px;
}

ul#list-archive li.foot
{
 display: block;
 height: 5px;
 margin: 0;
 padding: 0;
 
 border: none;
 background: transparent url( 'images/select.png' ) no-repeat left -48px;
 
 font-size: 0;
 line-height: 0;
 
 width: 212px;
}


/* =Footer
-------------------------------------------------------------- */

/* #footer {
	margin-bottom: 20px;
} */
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* FOOTER */

div#nappe_footer
{
 margin: 0;
 padding: 0;
 clear: both;
 line-height: normal;
 
 background-color: #393939;
 
 font-size: 11px;
 color: #adadad;
}

/* Footer widget areas */
#footer-widget-area {
 padding: 70px 0 0;
}

#footer-widget-area div#first, #footer-widget-area div#second{ margin-right: 70px; }

div#nappe_footer div#footer-widget-area ul
{
 color: #f53183;
 margin-left: 13px;
}
div#nappe_footer div#footer-widget-area ul li.widget-container-title
{
 list-style: square inside none;
 border-bottom: 1px dotted #d4d4d4;
}
div#nappe_footer div#footer-widget-area ul li.widget-container-title h3.widget-title
{
 color: #d4d4d4;
 font-size: 13px;
 font-weight: bold;
 display: inline;
}

div#nappe_footer div#footer-widget-area ul ul
{
 list-style: none;
 margin-left: 0;
 margin-top: 15px;
 padding: 0;
}
div#nappe_footer div#footer-widget-area ul ul#recentcomments
{
 color: #acacac;
}

div#nappe_footer div#footer-widget-area ul ul#recentcomments li
{
 font-size: 10px;
 font-weight: bold;
}

div#nappe_footer div#footer-widget-area ul ul#recentcomments li h4
{
 /* border-bottom: 1px solid #acacac; */
 display: inline;
}

div#nappe_footer div#footer-widget-area ul ul#recentcomments li h4 a
{
 color: #adadad;
 font-size: 11px;
}
div#nappe_footer div#footer-widget-area ul ul#recentcomments li p{ margin: 0; }
div#nappe_footer div#footer-widget-area ul ul#recentcomments li p.content
{
 margin: 0;
 display: inline;
}

div#nappe_footer div#footer-widget-area ul ul#recentcomments li p.comment_author
{
 color: #7e7e7e;
 margin: 5px 0 10px 0;
}

div#nappe_footer div#footer-widget-area ul ul#recentcomments li p.comment_author span
{ 
 /* border-bottom: 1px solid #7e7e7e;  */
 padding: 0; 
 font-style: italic; 
}

div#nappe_footer div#footer-widget-area ul ul#recentcomments li p.comment_author span a{ color: #7e7e7e; } 

div#nappe_footer div#footer-widget-area ul ul#recentcomments li a
{
 text-decoration: underline;
 color: #fff;
}

div#nappe_footer div#footer-widget-area ul ul li a
{
 text-decoration: underline;
 color: #acacac;
}
div#nappe_footer div#footer-widget-area ul ul li span
{
 padding-left: 15px;
}
div#nappe_footer div#footer-widget-area ul ul li span.empty
{
  background: transparent url( 'images/comment_empty.png' ) no-repeat left center;
  color: #706f6f;
}

div#nappe_footer div#footer-widget-area ul ul li span.full
{
 background: transparent url( 'images/comment_full.png' ) no-repeat left center;
 color: #f53183;
}
div#nappe_footer div#footer-widget-area ul ul li p.date_post
{
 color: #848484;
 font-size: 10px;
 font-weight: bold;
 margin-bottom: 5px;
}

div#nappe_footer div#footer-widget-area ul ul#popular-posts
{

}

div#nappe_footer div#footer-widget-area ul ul#popular-posts li span
{
 padding: 0;
}

div#nappe_footer div#footer-widget-area ul ul#popular-posts li span.wpp-comments-empty
{
  background: transparent url( 'images/comment_empty.png' ) no-repeat left center;
  color: #706f6f;
  padding-left: 15px;
}

div#nappe_footer div#footer-widget-area ul ul#popular-posts li span.wpp-comments
{
 background: transparent url( 'images/comment_full.png' ) no-repeat left center;
 color: #f53183;
 padding-left: 15px;
}
div#nappe_footer div#footer-widget-area ul ul#popular-posts li p.wpp-date
{
 color: #848484;
 font-size: 10px;
 font-weight: bold;
 margin-bottom: 5px;
}

div.push_float.cat
{
 width: 423px;
 background-color: #727272;
 margin: 0px auto 23px;
}

.footer_logo 
{
 width: 80px;
 height: 75px;
 margin-right: 1em;
 float: left;
 
 background: transparent url('images/logo.png' ) no-repeat center;
 display: block;
}

#list_links ul.nav_link
{
 list-style: none;
 padding: 0;
 margin: 0;
}

#list_links
{
 margin: 0 auto;
 width: 998px;
 margin-bottom: 6px;
}

#list_links ul.nav_link li
{
 width: 161px;
 margin-bottom: 13px;
 padding-right: 20px;
 float: left;
 
 display: list-item;
}

#list_links ul.nav_link li.club
{
 width: 181px;
 padding-right: 0px;
}

#list_links ul.nav_link li.last
{
 margin-bottom: 19px;
}
#list_links ul.nav_link li:before 
{
 content: "■ ";
 color: #f53183; /* or whatever color you prefer */
}

#list_links ul.nav_link li a
{
 text-transform: uppercase;
 text-decoration: underline;
 font-weight: bold;
 font-size: 12px;
 color: #d4d4d4;
}

#list_links ul.nav_link li p.pink
{
 color: #f53183;
 text-decoration: underline;
 text-decoration-color: inherit;
}

#list_links ul.nav_link li p.grey_text
{
 padding-left: 1em;
 
 color: #acacac;
 font-size: 11px !important;
 text-transform: none;
 text-decoration: none;
 font-weight: normal;
}

#list_links ul.nav_link li p
{
 margin: 0 !important;
 display: inline-block;
}
div#cat_footer
{
 margin: 0 auto;
 width: 875px;
}

div#cat_footer ul
{
 list-style: none;
 color: #a5a5a5;
 margin-bottom: 55px;
 margin-right: 0;
 margin-left: 0;
}
div#cat_footer ul li
{
 display: inline;
}
div#cat_footer ul li a
{
 color: #a5a5a5;
}
@font-face {
    font-family: 'thonburibold';
    src: url('font/thonburi_bold/thonburibold-webfont.eot');
    src: url('font/thonburi_bold/thonburibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/thonburi_bold/thonburibold-webfont.woff') format('woff'),
         url('font/thonburi_bold/thonburibold-webfont.ttf') format('truetype'),
         url('font/thonburi_bold/thonburibold-webfont.svg#thonburibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#footer
{
 height: 240px;
 clear: both;
 margin: 0 auto;
 padding: 28px 0 0 0;

 color: #A5A5A5;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: bold;
 
 /* background: #fbfbfb; */
 background: #fff;
}

#footer .wrapper
{
 position: relative;
 width: 980px;
 height: 240px;
 margin: 0 auto;
}

div#footer h2 
{
 margin: 0 0 35px 0;
 
 color: #1b1b1b;
 font-size: 15px;
 line-height: 1;
 font-weight: normal;
 font-family: thonburibold;
}

div#footer h2 span
{
 color: #e20f7b;
}

#footer .logo
{
 position: absolute;
 height: 170px;
 width: 164px;
 left: 0;
 bottom: 0;
 
 background: transparent url('images/footer.png') left top no-repeat;
}

#footer ul { margin: 0; list-style: none; }
#footer #footer_list
{
 float: left;
 width: 780px;
 padding: 0 0 0 200px;
}
#footer #footer_list > li
{
 float: left;
}

#footer #footer_list > li.separator
{
 width: 1px;
 height: 87px;
 margin: 30px 20px 0 25px;
 
 border-right: 1px solid #fff;
 background: #e7e8ee;
}

#footer #footer_list .footer_block .title
{
 height: 16px;
 margin-bottom: 12px;
 padding-left: 18px;
 
 background: transparent url('images/footer.png') -164px top no-repeat;
 
 color: #e20f7b;
 font-size: 14px;
 font-weight: normal;
 font-family: thonburibold;
}
#footer #footer_list .footer_block .title.news { background-position: -164px -16px; }
#footer #footer_list .footer_block .title.products { background-position: -164px -32px; }
#footer #footer_list .footer_block .title.social { background-position: -164px -48px; }

#footer #footer_list .footer_block li
{
 margin-top: 2px;
 
 color: #959595;
 font-size: 11px;
 font-weight: normal;
 line-height: 120%;
}
#footer #footer_list .footer_block li h3 { font-family: thonburibold; }

#footer #footer_list .footer_block h3.facebook,
#footer #footer_list .footer_block h3.twitter
{
 height: 14px;
 padding-top: 2px;
 padding-left: 14px;
 
 background: transparent url('images/footer.png') -164px -64px no-repeat;
}
#footer #footer_list .footer_block h3.twitter { background-position: -164px -80px; }

#footer #footer_list .footer_block h3 a
{
 color: #1b1b1b;
 font-size: 11px;
 line-height: 15px;
 font-weight: normal;
 text-decoration: none;
}
#footer #footer_list .footer_block h3 a span { color: #e20f7b; }
#footer #footer_list .footer_block h3 a:hover { text-decoration: underline; }

#footer .other_pages
{
 position: absolute;
 right: 0;
 bottom: 0;
 height: 33px;
 padding: 0 50px;
 
 background: #f4f4f4;
}

#footer .other_pages .corner
{
 position: absolute;
 top: 0;
 left: 0;
 width: 13px;
 height: 13px;
 
 background: transparent url('images/footer.png') -164px -96px no-repeat;
}

#footer .other_pages a
{
 color: #a0a0a0;
 font-size: 11px;
 line-height: 33px;
 font-weight: normal;
 font-family: thonburibold;
 text-transform: uppercase;
 text-decoration: none;
}
#footer .other_pages a:hover { text-decoration: underline; }

#footer .copyright
{
 position: absolute;
 right: 0;
 bottom: 40px;
 margin: 0;
 
 color: #959595;
 font-size: 10px;
 font-weight: normal;
 line-height: normal;
}


.push_float{ display: block; height: 1px; clear: both; }



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


table#header-tete {
  width: 998px;
  height: 123px;
  background: url(../../../img/header.jpg) no-repeat;
}

td#header-tete2 {
  padding-bottom: 50px;

}

td#content01 {
  padding-top: 34px;
  padding-bottom: 44px;
  width: 698px;
}

td#content02 {
  padding-top: 34px;
  padding-bottom: 44px;
  width: 300px;
}

.colonnedroitebloc {
  padding-bottom: 20px;
}


.divfooterbas{
  bottom: 0px;
  height: 440px;
  background: url(../../../img/footer.jpg) repeat;
}

td#header-tete002 {
  width: 67px;
  height: 123px;
  padding-right: 15px;
  padding-top: 20px;
  text-align: right;
}

td#header-tete003 {
  width: 134px;
  height: 123px;
  padding-top: 22px;
  text-align: right;
}

table#menutop01 {
  width: 998px;
  height: 15px;
}

td#menutop01b {
  width: 100px;
  height: 15px;
  text-align: center;
  background: url(../../../img/menutopcase.jpg) no-repeat;
  padding-bottom: 17px;
  font-size: 1.2em;
  color: #454444;
}

td#menutop01b1 {
  width: 100px;
  height: 15px;
  text-align: center;
  background: url(../../../img/menutopcase.jpg) no-repeat;
  padding-bottom: 17px;
  font-size: 1.2em;
  color: #db488f;
}

td#menutop01b2 {
  width: 99px;
  height: 15px;
  text-align: center;
  background: url(../../../img/menutopcaseb.jpg) no-repeat;
  padding-bottom: 17px;
  font-size: 1.2em;
  color: #454444;
}


a.menutop01b:visited {
          color : #454444;
          text-decoration : none;
      }
a.menutop01b:link {
          color : #454444;
          text-decoration : none;
      }
a.menutop01b:hover {
          color : #db488f;
          text-decoration : none;
      }

a.menutop01b1:visited {
          color : #db488f;
          text-decoration : none;
      }
a.menutop01b1:link {
          color : #db488f;
          text-decoration : none;
      }
a.menutop01b1:hover {
          color : #454444;
          text-decoration : none;
      }


table#tabbasfooter {
  width: 998px;
      }

td#tabbasfooter02 {
  width: 193px;
  height: 35px;
  font-size: 0.9em;
  color: #b3b3b3;
  line-height: 3.2em;
  text-align: left;
}


a.tabbasfooter02:visited {
          color : #b3b3b3;
          text-decoration : none;
          background-color: #000000;
          padding: 5px;
          padding-left: 12px;
          padding-right: 12px;
          border-radius: 8px;
          -moz-border-radius: 8px;
      }
a.tabbasfooter02:link {
          color : #b3b3b3;
          text-decoration : none;
          background-color: #000000;
          padding: 5px;
          padding-left: 12px;
          padding-right: 12px;
          border-radius: 8px;
          -moz-border-radius: 8px;
      }
a.tabbasfooter02:hover {
          color : #000000;
          text-decoration : none;
          background-color: #f23182;
          padding: 5px;
          padding-left: 12px;
          padding-right: 12px;
          border-radius: 8px;
          -moz-border-radius: 8px;
      }

td#tabbasfooter03 {
  width: 193px;
  height: 35px;
  font-size: 0.80em;
  color: #b3b3b3;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

td#tabbasfooter04 {
  font-size: 1.65em;
  color: #6d6d6d;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 15px;

}

table#bloc01 {
  width: 300px;
  height: 357px;
  background: url(../../../img/fondbloc1.jpg) no-repeat;
}

td#bloc01a {
  font-size: 1.1em;
  color: #565656;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: bold;
}

td#bloc01b {
  font-size: 0.9em;
  color: #8e8e8e;
  padding-left: 20px;
  padding-bottom: 2px;
  line-height: 1.44em;
}

a.bloc01b:visited {
          color : #8e8e8e;
          text-decoration : none;
      }
a.bloc01b:link {
          color : #8e8e8e;
          text-decoration : none;
      }
a.bloc01b:hover {
          color : #343333;
          text-decoration : none;
      }

table#bloc002 {
  margin-top: 18px;
}

table#bloc02 {
  width: 300px;
  height: 207px;
  background: url(../../../img/fondsocial.jpg) no-repeat;
}

table#bloc022 {
  color: #2b2e37;
  line-height: 1em;
}

td#bloc02a {
  padding-left: 5px;
  padding-bottom: 15px;

}
td#bloc02a2 {
  padding-left: 20px;

}


a.social:visited {
          color : #2b2e37;
          font-size: 1.1em;
          text-decoration : none;
          font-weight: bold;
      }
a.social:link {
          color : #2b2e37;
          font-size: 1.1em;
          text-decoration : none;
          font-weight: bold;
      }
a.social:hover {
          color : #f53183;
          font-size: 1.1em;
          text-decoration : none;
          font-weight: bold;
      }


a.social2:visited {
          color : #8a8a8a;
          font-size: 0.9em;
          text-decoration : none;
      }
a.social2:link {
          color : #8a8a8a;
          font-size: 0.9em;
          text-decoration : none;
      }
a.social2:hover {
          color : #8a8a8a;
          font-size: 0.9em;
          text-decoration : underline;
      }


td#bloc3b {
  padding-left: 3px;
  color : #2b2e37;
  font-size: 1.2em;
  font-weight: bold;
}

td#bloc3c {
  padding-left: 3px;
  color : #8a8a8a;
  font-size: 0.9em;

}


.tagscss {
        width: 274px;
	border: 1px solid #aaaaaa;
        background: url(../../../img/fondtags.jpg) top left repeat;
        padding: 12px;
        margin-bottom: 12px;
}

a.tagscss:visited {
          color : #8a8a8a;
          text-decoration : none;
      }
a.tagscss:link {
          color : #8a8a8a;
          text-decoration : none;
      }
a.tagscss:hover {
          color : #8a8a8a;
          text-decoration : underline;
      }


.tetedb1 {
  height: 27px;
  width: 68px;
  padding-bottom: 30px;
  padding-left: 787px;
  padding-right: 5px;
}

.tetedb2 {
  float: right;
  /* width: 135px; */
  margin: 3px 0 0 12px;
  padding: 0;
  
  height: 27px;
  width: 135px;
/*   padding-bottom: 30px;
  padding-right: 10x; */

}

/******** CSS ANFA *********/
.clearBoth{
	clear:both;
}
.contour{
	border:solid 1px #ebebeb;
	border-bottom:none;
	margin-top:16px;
	background:url(images/bg-contour.jpg) repeat-x top;
	
}
#comments{
	border:solid 1px #ebebeb;
	border-top:none;
}
.nbreComment{
	font-size:12px;
	color:#505050;
	text-align:right;
}
.nbreComment a{
	text-decoration:none;
	color:#505050;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.nbreComment a strong{
	color:#f13184;
	font-size:15px;
}
.headerPost{
	border-top:solid 4px #b3b3b3;
}
.headerPost .datePub{
	border-top:solid 4px #f23182;
	margin-top:-4px;
	width:auto;
	line-height:18px;
	background:#f23182;
	font-size:12px;
	color:#FFF;
	padding:0 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
}
.author{
	border-top:solid 4px #f23182;
	margin-top:-4px;
	float:left;
	padding:0 22px 0 12px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#f23182;
}
.author a{
	color:#f23182;
	text-decoration:none;
}
.categorySingle{
	border-bottom:solid 1px #e7ebea;
	border-top:solid 1px #e7ebea;
	overflow:hidden;
	padding:6px 24px
}
.categorySingle a{
	background:url(images/bg-cat.gif) no-repeat left #f53183;
	line-height:17px;
	padding:0 5px 0 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	display:block;
	width:auto;
	float:left;
	margin-right:6px;
}
#content .categorySingle ul.partager{
	width:150px;
	float:right;
	margin-bottom:0;
}
.categorySingle .partager li{
	float:left;
	list-style:none;
	font-size:11px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a2a2a2;
	margin-right:5px;
	line-height:17px;
}
.categorySingle .partager li a{
	display:block;
	height:17px;
	background-image:url(images/bg-partager.gif);
	width:19px;
	padding:0;
	margin:0;
}
.categorySingle .partager li a.facebook{
	width:18px;
	background-position:-24px 0;
}
.categorySingle .partager li a.twitter{
	width:17px;
	background-position:-47px 0;
}
.categorySingle .partager li a.digg{
	width:17px;
	background-position:-69px 0;
}
.categorySingle .partager li a span{
	display:none;
}
.motCles{
	padding:0 0 10px 24px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}
.authorDetails{
	border-bottom:solid 1px #e7ebea;
	padding:11px 24px;
}
.authorDetails img{
	float:left;
	margin-right:10px;
}
#content .authorDetails p{
	margin-bottom:0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#343333;
	line-height:15px;
}
.authorDetails em{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#f53183;
}
#comments-title span{
	color:#f23182;
	font-size:27px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#respond input.txt{
	border:solid 1px #dde8ee;
	background:url(images/bg-input-form.jpg) repeat-x top;
	width:194px;
	height:24px;
	line-height:24px;
}
#commentform{
	margin:10px 24px 0;
}
.comment-form-email small{
	display:block;
	float:left;
}
.comment-form-author input, .comment-form-author label{
	float:left;
	display:block;
	width:auto;
}
.comment-form-author{
	margin-bottom:14px;
}
#respond label{
	font-size:13px;
	font-style:italic;
	color:#5f5f5f;
	font-family:Georgia, "Times New Roman", Times, serif;
	min-width:95px;
	margin-left:7px;
	line-height:12px;
}
#respond label small{
	font-size:10px;
}
#respond label.pseudo{
	line-height:22px;
}
textarea#comment{
	border:solid 1px #dde8ee;
	background:url(images/bg-input-form.jpg) #fff repeat-x top;
}
#respond .form-submit input{
	background:url(images/bt-comment.gif) no-repeat;
	height:24px;
	line-height:24px;
	text-align:center;
	width:159px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.comment-author img.avatar{
	display:none;
}
.comment-author cite{
	font-size:16px;
	color:#555555;
	font-style:italic;
}
.comment-body p{
	font-size:11px;
	line-height:16px;
	color:#888888;
}
a.comment-reply-link{
	display:block;
	float:right;
	width:auto;
	width:70px;
	background:url(images/bg-repondre.gif) no-repeat left;
	padding-left:22px;
	color:#f13184;
	text-decoration:none;
}
.#comments .navigation{
	padding: 0;
	margin:0 24px;
}
#content .commentlist{
	margin-bottom:0px;
}
.postIndex{
	margin-bottom:30px;
}
.navigation .alignright a, .navigation .alignleft a{
	display:block;
	height:31px;
	width:174px;
	background-image:url(images/pagination-home.jpg);
	background-position:top;
	line-height:31px;
	text-align:center;
	color:#f63181;
	font-style:italic;
	font-size:13px;
}
.navigation .alignright a{
	background-position:bottom;
}
.blockJcarousel img{
	float:left;
}
.blockJcarousel .blockTxt{
	padding:14px 40px 14px 0;
	width:332px;
	float:right;
	text-align:left;
}
.blockJcarousel .blockTxt .entry-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	line-height:normal;
}
.blockJcarousel .blockTxt p{
	margin-bottom:5px;
	color:#343333;
}
.blockJcarousel .blockTxt .date{
	color:#f23182;
}
.blockJcarousel .blockTxt .comments a{
	text-decoration:none;
}
.blockJcarousel .blockTxt .lireLaSuite, .contour .lireLaSuite{
	color:#f13184;
	background:url(images/lire-la-suite.gif) no-repeat left;
	display:block;
	width:85px;
	padding-left:14px;
	font-size:13px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	line-height:14px;
	margin-top:10px;
}
.contour .lireLaSuite{
	margin:0 0 15px 24px;
}
#respond label.champsObligatioire{
	font-size:10px;
	font-style:italic;
	color:#5f5f5f;
	margin-left:330px;
	position:relative;
	top:-15px;
}
#respond label.champsObligatioire .required{
	font-size:13px;
}


#searchform td 
{
 height: 24px;
 /* vertical-align:top; */
 *vertical-align:baseline;
/*  display: inline-table;
 width: 138px;  */
}

#searchform td:first-child
{
 vertical-align:top;
 /* text-align:right; */
}
