/*
Theme Name: seven
Theme URI: http://themeswordpress.fr
Description: wordpress themes
Version: 1.0
Author: themes wordpress
Author URI: http://themeswordpress.fr
Tags: fixed width, three columns, valid XHTML, widgets
*/

/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#art-page-background-gradient
{
	background-repeat: repeat-x;
	top:0;
	width:100%;
	
}

#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:23px;
	min-height:23px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 22px;
	height: 22px;

}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;

}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
}


.art-Sheet
{
	margin-top: 0px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin:0 auto ;
	position: relative;
	z-index:0;
	width: 1000px;
	height: 274px;
}

div.art-Header-png
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height:274px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1000px;
	height:274px;
	background:transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo
{
display:none;
left:231px;
position:absolute;
top:49px;
width:520px;
text-indent:-9999px;
}

h1.art-Logo-name
{
	display: block;
	text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
color:#FFFFFF !important;
font-family:verdana,tahoma,verdana,Arial,sans-serif;
font-size:45px;
font-style:normal;
font-weight:bold;
line-height:53px;
margin:0;
padding:0;
text-decoration:none;
text-transform:none;
}

.art-Logo-text
{
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
color:#F1F0DF !important;
font-family:verdana,tahoma,verdana,Arial,sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
margin:0;
padding:0 0 0 37px;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 0px 0px 0px 0px;
}

.art-nav
{
height:24px;
margin:auto;
width:1000px;
z-index:100;
top:-10px;
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	text-transform:lowercase;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 72px;
}

.art-menu a .l
{
	left:0;
	right:0px;
}

.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #24246c;
	padding: 0 7px;
	margin: 0 0px;
	line-height: 24px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-24px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-24px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-24px;
}
.art-menu a:hover .t
{
	color: #e60146;
}

.art-menu li:hover a .t
{
	color: #e60146;
}

.art-menu li:hover>a .t
{
	color: #e60146;
}



/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator, .art-nav .art-menu-separator1, .art-nav .art-menu-separator5, .art-nav .art-menu-separator6, .art-nav .art-menu-separator7
{
	display: block;
	width: 4px;
	height: 24px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	width: 150px;
	margin-right: auto;
	background:#d7d7d7;
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
	text-transform:none;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	line-height: 26px;
	color: #000000;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #EEF0F2;
	border-color: #44421D;
	background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
	color: #000000;
	border-color: #111111;
	background-position: 0 -26px;
	font-weight:bold;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #EEF0F2;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #EEF0F2;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 1000px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.art-Block
{
	margin:0px 0 10px 0px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 27px;
	padding:0px 3px 0;
	margin-bottom: 0px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #5989b5;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px 0 54px;
	line-height: 30px;
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	background-repeat: no-repeat;
	min-height: 11px;
	height:50px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding:0 8px;
}

#search-3 .art-BlockContent-body
{
	padding:8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 18px;
	height: 18px;
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
}


.art-BlockContent-body
{
	color:#354046;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-left:43px;
}

.art-BlockContent-body a:link
{
	color: #666666;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #113a4a;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #000000;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #3C2F01;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 16px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
}

#ratings-3 .art-BlockContent-body ul li
{
	padding:0;
	background-image: none;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:27px;
	min-height:27px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 18px;
}

.art-content .art-Post-body
{
	padding: 0;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 60px;
	height: 42px;
	background-image: url('images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 32px, 32px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.art-Post-tc, .art-Post-bc
{
	left: 27px;
	right: 17px;
	height: 34px;
	background-image: url('images/Post-h.png');
}

.art-Post-tc
{
	top:1px;
	clip: rect(auto, auto, 17px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 31px;
	bottom: 17px;
	width: 34px;
	background-image: url('images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 17px);
}

.art-Post-cl
{
	left:1px;
	clip: rect(auto, 17px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-color: #ffffff;
}


.art-Post
{
	margin:4px 7px 7px;
}

/*header2*/
.art-Post2
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:27px;
	min-height:27px;
}

.art-Post-body2
{
	position: relative;
	z-index:1;
	padding: 18px;
}

.art-Post-tr2, .art-Post-tl2, .art-Post-br2, .art-Post-bl2, .art-Post-tc2, .art-Post-bc2,.art-Post-cr2, .art-Post-cl2
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr2, .art-Post-tl2, .art-Post-br2, .art-Post-bl2
{
	height:43px;
	width:55px;
	background-image: url('images/Post-s2.png');
}

 .art-Post-tl2
{
	top:0px;
	left:4px;
	clip: rect(auto, 32px, 32px, auto);
}

.art-Post-tr2
{
	top: 0px;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.art-Post-bl2
{
	bottom: 0;
	left: 4px;
	clip: rect(17px, 17px, auto, auto);
}

.art-Post-br2
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

 .art-Post-tc2
{
	left: 27px;
	right: 17px;
	height: 34px;
	background-image: url('images/Post-h2.png');
}

.art-Post-bc2
{
	left: 19px;
	right: 17px;
	height: 34px;
	background-image: url('images/Post-h2.png');
}

.art-Post-tc2
{
	top:0px;
	clip: rect(auto, auto, 17px, auto);
}

.art-Post-bc2
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.art-Post-cr2
{
	bottom:17px;
	top:17px;
	width:26px;
	background-image: url('images/Post-v2.png');
}

.art-Post-cl2
{
	bottom:17px;
	top:21px;
	width:26px;
	background-image: url('images/Post-v2.png');
}


.art-Post-cr2
{
	right:0;
	clip: rect(auto, auto, auto, 0px);
}

.art-Post-cl2
{
	left:4px;
	clip: rect(auto, 17px, auto, auto);
}

.art-Post-cc2
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-image: url('images/Post-body.png');
}


.art-Post2
{
	margin:4px 7px 7px;
}


/* Start images */
a img
{
	border: 0;
}


.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: none;
	vertical-align: top;
	text-align:left;
}

.art-article td td
{
	padding: 2px;
	border: solid 1px #9A9542;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4B4920;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
  font-family: verdana, arial, Georgia, Times, Serif;
	font-size: 18px;
	font-style: normal;
  color: #5a89b5;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
color:#23256C;
font-size:17px;
font-weight:bold;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
color:#23256C;
font-size:17px;
font-weight:bold;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
color:#23256C;
font-size:17px;
font-weight:bold;
}
/* end PostHeader */

/* begin PostMetadata */
.art-PostMetadataHeader
{
	padding:1px;
	background-image:url(images/BlockContent.png);
	display:none;
}
/* end PostMetadata */

/* begin PostIcons */
.art-PostHeaderIcons
{
	padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #565325;
	display:none;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	margin:0;
}

.art-PostHeaderIcons a:link
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #6B682E;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #6B682E;
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #24230F;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: verdana,Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #3D4B51;
}

.art-PostContent
{
  font-family: verdana,Arial, Helvetica, Sans-Serif;
  text-align: justify;
  color: #3D4B51;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: verdana,Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ffffff;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: verdana,Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ffffff;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: verdana,Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ffffff;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: verdana,Arial, Helvetica, Sans-Serif;
  color: #ffffff;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: verdana, "Times New Roman", Georgia, Times, Serif;
  font-size: 28px;
  text-align: left;
  color: #6F6C2F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #6F6C2F;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 22px;
  text-align: left;
  color: #738A96;
  padding-left:13px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #3D4B51;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #3D4B51;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  color: #3D4B51;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #3D4B51;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: left;
	margin-left: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#151509;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #CDC989; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E5E3C2;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.art-PostFooterIcons
{
	padding:1px;
}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #3c4e58;
}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
	margin:0;
}

.art-PostFooterIcons a:link
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #3c4e58;
}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #3c4e58;
}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #5CB3C7;
}
/* end PostIcons */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:29px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 29px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 29px;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 14px !important;
	line-height: 29px;
	text-decoration: none !important;
	color: #F4F4E6 !important;
}

input, select
{
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #0F0C00 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #F0F3F4 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 87px;
	background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:5px;
}

.art-button-wrapper .r
{
	width:403px;
	right:0;
	clip: rect(auto, auto, auto, 398px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -29px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -58px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	z-index:0;
	overflow:hidden;
	width: 1000px;
	margin: 5px auto 0px auto;
	clear:both;
	height:48px;
	background-image: url('images/Footer.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
	color:#ffffff;
}

.art-Footer .art-Footer-background
{
}


.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#ffffff;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	padding-top:8px;
	background:transparent url(images/separateur.jpg) no-repeat 0 0;
	text-indent:6px;
}

.art-Footer .art-Footer-text a
{
	color:#ffffff;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #ffffff;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: underline;
	font-family: verdana,Arial, Helvetica, Sans-Serif;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:verdana,Arial;
	font-size:12px;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#3c4e58;
	margin:5px 0 10px;
	padding-bottom:5px;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	border: 0;
	overflow: hidden;
	margin-left:45px;
	width:646px;
	//width:646px;
	_width:646px;
}
.art-contentLayout .art-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 666px;
}
.art-contentLayout .art-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 666px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 887px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width:289px;
	top:3px;
	
}
/* end LayoutCell */

.art-sidebar1 a{
	color:#646464;
}

.art-sidebar1  li 
{
	margin:0;
}

/* begin LayoutCell */
.art-contentLayout .art-2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 221px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.art-BlockContent-body ul li ul {
	display: none;
}

.art-article a {
text-decoration:underline;
}

#header2{
	background-repeat: no-repeat;
	background-position: left top;
	height:41px;
	margin-left:0px;
	width:700px;
	height:345px;
	margin-bottom:20px;
}

#last_news a{
	color:white;
}

.read_more{
	float:left;
	padding:13px 15px 0 22px;
}

.read_more a{
	text-decoration:underline;
	font-style: italic;
	color:#ef6284;
}

#plat1 .read_more a{
	font-size:13px;
}

#read_more2 a{
	text-decoration:underline;
	font-style: italic;
	color:#ffffff;
}

#titre_actu{
	float:left;
	padding: 10px 15px 0 5px; 
	font-size:16px;
}

#search-3{
	background: transparent url('images/search.jpg') no-repeat;
	height:40px;
}

#text-3, #text-4, #execphp-5, #recent-comments-3, #categories-3, #widget_stags-1, #polls-widget-3, #ratings-3{
	clear:both;
	background: transparent url('images/bar2.jpg') no-repeat;
}

#widget_stags-1 .art-BlockContent-body, #polls-widget-3 .art-BlockContent-body , #execphp-2 .art-BlockContent-body , #ratings-3 .art-BlockContent-body  {
	margin-left:30px;
}

#execphp-5 .art-BlockContent-body{
	margin-left:80px;
}


#text-3 .art-header-tag-icon{
	background-image:url(images/BlockHeaderIcon.png);
}

#text-4 .art-header-tag-icon{
	background-image:url(images/BlockHeaderIcon.png);
}

#text-3 .art-BlockHeader .t, #text-4 .art-BlockHeader .t{
	font-size:20px;
	font-weight:normal;
	color:#fe004e;
	padding:0 6px 0 5px;
}

#search-3 .art-BlockHeader{
	display:none;
}

#text-5 .art-header-tag-icon{
	background-image:url(images/BlockHeaderIcon.png);
	background-position:0 6px;
	background-color:transparent;
}

#execphp-5 .art-header-tag-icon{
	background-image:url(images/widget_bg5.png);
	background-position:0 6px;
	background-color:transparent;
}

#recent-comments-3 .art-header-tag-icon{
	background-image:url(images/widget_bg4.png);
	background-position:0 6px;
	background-color:transparent;
}

#widget_stags-1 .art-header-tag-icon{
	background-image:url(images/widget_bg2.png);
	background-position:0 6px;
	background-color:transparent;
}

#categories-3 .art-header-tag-icon{
	background-image:url(images/widget_bg1.png);
	background-position:0 6px;
	background-color:transparent;
}

#categories-3 .art-BlockContent-body ul{
	width: 30em;
}

#categories-3 .art-BlockContent-body ul li{
	float: left;
	width:105px;
}

#polls-widget-3 .art-header-tag-icon{
	background-image:url(images/widget_bg3.png);
	background-position:0 6px;
	background-color:transparent;
}

#ratings-3 .art-header-tag-icon{
	background:transparent url(images/fav.jpg) no-repeat scroll 10px 6px;
}


#foot_left{
	float:left;
	padding-top:8px;
	padding-right:10px;
	background:transparent url(images/separateur.jpg) no-repeat 0 0;
	text-indent:6px;
}

#footer_list{
	float:left;
	padding-top:3px;
}

#foot_left a{
	text-decoration:underline;
	color:#ffffff;
}

#foot_right{
	float:right;
	padding-top:7px;
	background:transparent url(images/separateur.jpg) no-repeat 0 0;
	text-indent:6px;
}

#foot_right img{
	vertical-align:middle;
}

#post2, #post3{
	float:left;
	width:295px;
}

#decouvrir{
	background:transparent url(images/decouvrir.jpg) no-repeat scroll 0 0;
	height:309px;
	padding-bottom:30px;
	width:633px;
}

#decouvrir_lien{
	padding-left:203px;
	padding-top:232px;
}

#decouvrir a{
background:transparent url(images/decouvrir_lien.jpg) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:bold;
height:24px;
padding-left:10px;
padding-top:4px;
position:relative;
width:214px;
}

#sante ul, #decouvrir ul{
	margin-left:60px;
}

#sante h1, #decouvrir h1{
	font-size:24px;
	font-weight:bold;
	color:#24246c;
	text-align:center;
	margin:12px;
}

.titre_plat a{
	font-size:16px;
	font-weight:bold;
	color:#24246c;
}

.art-content #plat1 .titre_plat a{
	font-size:24px;
	font-weight:bold;
	color:#24246c;
}

#plat1 .titre_plat{
}

#plat2, #plat3{
	float:left;
	width:307px;
}

#plat2 li, #plat3 li{
	display:block;
	height:20px;
	color:#2592cc;
}

#plat2 p, #plat3 p{
	font-size:12px;
	color:#545454;
	min-height:145px;
}

#actu{
	background:transparent url(images/actu_bg.jpg) no-repeat -1px 0;
	font-size:12px;
	padding:0 0 0 166px;
	width: 470px;
	height:103px;
	margin-left:45px;
}

#actu p{
	text-align:left;
	padding:0 6px 0 0;
	color:#ffffff;
	width: 464px;
	margin:0;
}

.titre_actu a{
	font-size:18px;
	color:#ffffff;
	font-family:verdana;
}

.titre_actu {
	font-size:18px;
	width: 464px;
}


#read_more2{
	float:right;
	margin-right:14px;
	margin-top:-14px;
	padding-bottom:7px;
}

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	padding:0 0 0 8px;
}

#polls-widget-3 .art-BlockContent-body ul {
display:none;
}

#polls-widget-3 #polls-2-ans ul {
display:inline;
}

#bottom_sidebar{
	background:transparent url(images/bg_vote.jpg) no-repeat -1px 0;
	height:20px;
}

.art-menu .page-item-172, .art-menu .page-item-151, .art-menu .page-item-174, .art-menu .page-item-170{
	display:none;
}

.titre_categorie{
	color:#ff0000;
	font-style:italic;
	padding-bottom:9px;
	padding-top:2px;
}

#plat1  .titre_categorie{
	font-size:14px;
}

.resume_corps{
	height:215px;
}

#plat1 .resume_corps{
	height:315px;
}

#plat1 .resume_corps li{
	display:block;
	float:left;
	height:25px;
	padding-right:10px;
	color:#2592cc;
	font-size:14px;
}

#img_l{
	float:left;
}

#main{
	float:left;
}

#menu ul li{
	float:left;
	margin:0 19px 0 5px;
	width:134px;
	height:45px;
	zoom:1;
}

#menu ul li a{
	_position :relative;
	display:block;
	color:#24246c;
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	background:transparent url(images/menu_off.jpg) no-repeat 0 0;
	width:134px;
	height:45px;
	text-align:center;
		zoom:1;
}

#menu ul li a:hover{
	_position :relative;
	color:#fffffd;
	background:transparent url(images/menu_on.jpg) no-repeat 0 0;
	width:134px;
	height:45px;
	zoom:1;
}

#contact a{
	_position :relative;
	display:block;
	background:transparent url(images/contact_off.jpg) no-repeat 0 0;
	margin-left:671px;
	margin-top:-12px;
}

#contact a:hover{
	_position :relative;
	background:transparent url(images/contact_on.jpg) no-repeat 0 0;
}

#plan a{
	_position :relative;
	display:block;
	background:transparent url(images/plan_off.jpg) no-repeat 0 0;
	margin-left:754px;
	margin-top:-17px;
}

#plan a:hover{
	_position :relative;
	background:transparent url(images/plan_on.jpg) no-repeat 0 0;
}

#recettes2{
	clear:both;
	background:transparent url(images/recettes2_bg.jpg) no-repeat 0 0;
	height:294px;
	width:693px;
}

#recettes2 img{
	float:left;
}

#menu {
	margin-left:304px;
	margin-top:-12px;
}

#search{
	float:right;
	margin:4px 30px 0 0;
}

.plat1_img{
	clear:both;
	float:left;
}

#resume{
	float:left;
	margin-left:23px;
}

#resume p{
	color:#24246C;
	font-size:15px;
	width:337px;
	height:195px;
}

.underline{
	text-decoration:underline;
}

#intro_plats{
	padding-top:62px;
	padding-left:40px;
}

#menu_sidebar a{
	color:#23256c;
	font-weight:bold;
	font-size:17px;
}

#menu_sidebar a:hover{
	color:#2592cc;
	font-weight:bold;
	font-size:17px;
}

#lien0 a{
	display:block;
	background:transparent url(images/liens0.jpg) no-repeat 0 0;
	height:56px;
	width:279px;
	padding-left:106px;
	padding-top:23px;
}

#lien1 a{
	display:block;
	background:transparent url(images/liens1.jpg) no-repeat 0 0;
	height:56px;
	width:279px;
	padding-left:106px;
	padding-top:22px;
}

#lien2 a{
	display:block;
	background:transparent url(images/liens2.jpg) no-repeat 0 0;
	height:61px;
	width:279px;
	padding-left:106px;
	padding-top:19px;
}

#lien3 a{
	display:block;
	background:transparent url(images/liens3.jpg) no-repeat 0 0;
	height:70px;
	width:279px;
	padding-left:106px;
	padding-top:13px;
}

#foot_right a:hover {
	text-decoration:underline;
}

#menu_sidebar{
margin-top:-22px;
}

.art-PostContent a, .art-PostContent a:hover, .art-PostContent a:visited
{
	color:black;
	text-decoration:underline;
}
