/*
Theme Name: theme-wemaere
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: webasun
Author URI: http://www.webasun.com
Description:
Version: 1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #E1DBD5;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */


#page {
	width: 1000px;
}
#branding hgroup {
text-align: center;
padding: 19px;
padding-bottom: 27px;
}
#access div {

}
#primary {
	
}
#content {

}
#secondary {

}



/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 5px;
	
}
.alignright {
	display: inline;
	float: right;
	margin: 5px;
	
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #4A4036;
	font: 15px  Arial, Helvetica, Sans-Serif;
	font-weight: 300;
	
}
body {
	background: #e2e2e2;
}
#page {
	background: #f4f1ec;
	margin: 10px auto 10px auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
}
ul, ol {
	
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 {

}
dt {
	font-weight: bold;
}
dd {
	
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;

}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px arial, helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	
	font: 13px arial, helvetica, sans-serif;
	line-height: 1.5;
	
	overflow: auto;

}
code, kbd {
	font: 13px arial, helvetica, sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;

}
ins {
	
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links */
a {

	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}




/* =Header
----------------------------------------------- */

#branding {

	background-color: #6f512f;
}

.capsule_program {
	position: relative;
}

.capsule_program .window_view {
overflow: hidden;
width: 1000px;
position: relative;
height: 150px;
}

.capsule_program .slide_bande {
position: relative;
left: 0px;
}

.capsule_program  .previous {
cursor: pointer;
display: block;
font-size: 0px;
background: url(../theme-wemaere/images/fleche_left.png) no-repeat;
width: 35px;
height: 71px;
opacity: 1;
z-index: 5;
filter: alpha(opacity=75);
position: absolute;
top: 41px;
left: -50px;
}

.capsule_program  .next {
cursor: pointer;
display: block;
font-size: 0px;
background: url(../theme-wemaere/images/fleche_right.png) no-repeat;
width: 35px;
height: 71px;
opacity: 1;
z-index: 5;
filter: alpha(opacity=75);
position: absolute;
top: 41px;
left: 1015px;
}

.next:hover {
background: url(../theme-wemaere/images/fleche_right_hover.png) no-repeat;
}

.previous:hover {
background: url(../theme-wemaere/images/fleche_left_hover.png) no-repeat;
}

.capsule_program .block_oeuvre{
	position: relative;
}

.capsule_program .slide_bande .block_txt{
position: absolute;
width: 170px;
height: 120px;
top: 15px;
background-color: rgba(158, 142, 99, 0.92);
padding: 15px;
left: 0px;
}


.block_oeuvre:hover .block_txt{
	 top: -136px;
	 cursor: pointer;
}

.block_txt a{
	
	text-decoration: none;
	color : #353535;
	}

.block_txt h2 {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 5px;
}

.block_txt p{
font-size: 12px;
height: 90px;
overflow: hidden;
text-align: justify;
color: #353535;
}


#site-title {
	
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-variant: small-caps;
	font-size: 41px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height: 1.625;
}
#site-title a {
text-decoration: none;
color: #fff;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #fff;
	text-decoration: none;
}
#site-description {
font-family: "Times New Roman", Georgia, Times, Serif;
font-style: italic;
font-weight: normal;
font-size: 23px;
padding: 0;
margin: 0;
color: white !important;
line-height: 0.3;
}
#branding img {
	margin: 0px -4px 0 0;
	padding: 0px;
}


/* Menu */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
background-color: #6F512F;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;

}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 6px 0 0 6px;
	padding-left: 0;
	
}
#access li {
	float: left;
	position: relative;
	top: 0px;
height: 33px;
}
#access a {
	color: #fff;
	display: block;
	line-height: 33px;
	padding: 0 6px;
	text-decoration: none;
	/*	line-height: 1.625;*/
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #946b3f;
}
#access li:hover > a,
#access a:focus {
	
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background: #946b3f;
	border-left: solid 1px #6f512f;
	border-right: solid 1px #6f512f;
}




/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	

}
@media (max-width: 650px) {


}
@media (max-width: 450px) {


}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	

}



/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/*-------personaliz------*/

.imagealaune{
margin-bottom: -3px;
}

.type-page{
width: 720px;
float: right;
margin: 40px 40px 40px;
}

.post-14{
width: 560px;
float: right;
margin: 40px 0px 0px;
}

.type-page a{
color: #936B3E;
text-decoration: underline;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 15px;
}

.type-page a:hover{
color: #936B3E;
text-decoration: none;
}

.type-page  a:visited{
color: #936B3E;
text-decoration: underline;
}


.edit-link{
display: none;
}

h1{
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 28px;
font-style: normal;
font-weight: bold;
}

h2{
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 25px;
font-style: normal;
}

h3{
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 18px;
font-style: normal;
font-weight: bold;
}

h4{
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 18px;
font-style: normal;

}

h5{
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 17px;
font-style: italic;

}

h6{
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 15px;
font-style: normal;
font-weight: bold;
}

pre{

}


.type-page h1{
margin-bottom: 15px;
}

.entry-title{
margin-bottom: 15px;

}

.post-14 .entry-title{
display: none;
}

#colophon{
color: white;
font-family: "Arial", Georgia, Times, Serif;
font-size: 14px;
height: 48px;
background-color: #6f512f;
text-align: center;
clear:both;
margin-top: 3px;
}

.home #colophon{
	margin-top: 0px;
}

#colophon p{
padding-top: 10px;
color: white;
font-family: "Arial", Georgia, Times, Serif;
font-size: 14px;

}

#colophon a{
color: white;
}

#colophon a:hover{
color: white;
text-decoration: none;
}

#colophon a:visited{
color: white;
text-decoration: none;
}

small{
display: none;
}





/*articles*/


.type-post .entry-title{
margin-bottom: 0px;
}

.type-post .entry-title a {
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 28px;
font-style: normal;
font-weight: bold;
}

.type-post .entry-title a:hover {
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 28px;
font-style: normal;
font-weight: bold;
}

.type-post .entry-title a:visited {
font-family: "Times New Roman", Georgia, Times, Serif;
color: #940000;
font-size: 28px;
font-style: normal;
font-weight: bold;
}

.type-post .cat-links{
display: none;
}

.points{
width: 408px;
height: 3px;
margin: 75px auto 50px auto;
background-color: #6F512F;
clear: both;
}

.type-post .entry-header{
margin-left: 0px;

}

.type-post .entry-meta{
margin-bottom: 20px;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-size: 13px;

}



.type-post p{
/*width: 910px;
margin-left: 45px;*/
text-align: justify;
}


.zoneblanche{
height: 75px;
}

.zoneblanche2{
height: 1px;
}

.imagealaun{
display: inline;
float:left;
margin: 0 20px 5px 0;
-moz-box-shadow: 4px 4px 10px #888;
-webkit-box-shadow: 4px 4px 10px #888;
box-shadow: 4px 4px 6px #888;
border-top: 1px solid #EDE5E5;
border-left: 1px solid #EDE5E5;
}

.imagealaun img{
margin-bottom: -3px;
}

#content-post{
margin-left: 45px;
margin-right: 45px;
}

.by-author{
display:none;
}

.more-link{
position: relative;
top: 35px;
text-align: right;
display: block;
color:#997C5E;
}

.type-post p a{
color:#997C5E;
}

.wp-pagenavi {
    margin-bottom: 20px;
}

.wp-pagenavi a {
    color: #6f512f;
}
