/* 
Theme Name: Et la Robe
Theme URI: http://www.arnaudbosquet.fr
Description: Thème propre au site.
Version: 1
Author: Arnaud
Author URL: http://www.arnaudbosquet.fr
Tags: beautiful, 

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* = GLOBAL = */
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	background:#c8b0a9 url(images/bg.jpg);
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, Verdana;
	font-size: 12px;
	color: #444444;
}
a:link, a:visited, a:active {
	color: #4b2d06;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h1 a:link, h1 a:visited, h1 a:hover {
	font-size:21px;
	color:#626262;
	text-decoration:underline;
	font-weight:normal;
	line-height:normal;
}
blockquote {
	border : 1px solid #d0a052; 
	background-color:#f8f6f2;
	padding:3px;
	/*font-style: italic;*/
}

/* === MES AJOUTS === */

.conteneur{
	width:1000px;
	margin:0 auto 0 auto;
	background:url('images/bg_conteneur.jpg') 2px 0px repeat-y;	
}
.header_logo{
	width:1000px;
	height:246px;
	background:url('images/header_logo.jpg') no-repeat;
}
.clear{
	clear:both;
	padding:0px;
	margin:0px;
	width:0px;
	height:0px;
}
.lien_header{
	width:300px;
	height:230px;
	margin:0 0 0 370px;
}
.menu{
	width:1000px;
	height:80px;
}
.m_accueil{
	width:136px;
	height:80px;
	background:url('images/menu.jpg') 0px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.m_accueil:hover{
	background:url('images/menu.jpg') 0px -80px no-repeat;
}
.m_apropos{
	width:144px;
	height:80px;
	background:url('images/menu.jpg') -136px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.m_apropos:hover{
	background:url('images/menu.jpg') -136px -80px no-repeat;
}
.m_idcrea{
	width:137px;
	height:80px;
	background:url('images/menu.jpg') -280px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.m_idcrea:hover{
	background:url('images/menu.jpg') -280px -80px no-repeat;
}
.m_sep{
	width:183px;
	height:80px;
	background:url('images/menu.jpg') -417px 0px no-repeat;
	float:left;
}
.m_preparatif{
	width:134px;
	height:80px;
	background:url('images/menu.jpg') -600px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.m_preparatif:hover{
	background:url('images/menu.jpg') -600px -80px no-repeat;
}
.m_larobe{
	width:134px;
	height:80px;
	background:url('images/menu.jpg') -734px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.m_larobe:hover{
	background:url('images/menu.jpg') -734px -80px no-repeat;
}
.m_ambiance{
	width:132px;
	height:80px;
	background:url('images/menu.jpg') -868px 0px no-repeat;
	float:left;
	cursor:pointer;
}
.m_ambiance:hover{
	background:url('images/menu.jpg') -868px -80px no-repeat;
}
.col_gauche{
	width:181px;
	height:693px;
	background:url('images/bg_col_gauche.jpg') 2px 0px no-repeat;
	float:left;
}
html>body .col_gauche {
	width:181px;
	height:auto;
	min-height:693px;
	background:url('images/bg_col_gauche.jpg') 2px 0px no-repeat;
	float:left;
}
.col_gauche_cont{
	width:145px;
	margin:10px 0 0 21px;
	text-align:center;
}
.col_gauche_cont .widget{
	width:100%;
	margin:30px 0 0 0;
}
.col_gauche_cont h2{
	font-size:14px;
	font-weight:bold;
	color:#626262;
	line-height:normal;
}
.col_gauche_cont .textwidget{
	font-size:12px;
	color: #4b2d06;
	margin:9px 0 0 0;
}
.col_gauche_cont ul{
	font-size:12px;
	color: #4b2d06;
	margin:9px 0 0 0;
}
.col_gauche_cont li{
	list-style-type:none;
	margin:3px 0 3px 3px;
}
.col_centre{
	width:630px;
	float:left;
}
.col_centre_cont{
	width:628px;
	margin:10px auto 0 auto;
}
.title_result_search{
	width:400px;
	margin:25px 0 9px 45px;
	font-weight:bold;
	font-size:18px;
}
.title_result_zero{
	width:400px;
	margin:10px 0 0px 80px;
	font-weight:bold;
	font-size:16px;
	line-height:40px;
}
.post_conteneur{
	width:628px;
	margin:20px auto 0 auto;
}
.post_header{
	width:628px;
	height:67px;
	background:url('images/bg_post_header.gif') no-repeat;
}
.post_header_coeur{
	width:30px;
	height:40px;
	margin:20px 0 0 40px;
	float:left;
}
.post_header_titre{
	width:490px;
	height:40px;
	margin:20px 0 0 15px;
	float:left;
}
.post_header_comment{
	width:35px;
	height:40px;
	margin:20px 0 0 0;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#4b2d06;
	text-decoration:underline;
}
.post_text{
	width:600px;
	margin:0 auto 0 auto;
	font-size:12px;
	color:#444444;
}
.post_text a:link, .post_text a:visited{
	font-weight:bold;
}
.text_404{
	width:600px;
	margin:0 auto 0 auto;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	text-align:center;	
}
.post_text img{
	max-width:580px;
	border:none;
}
.post_text ul{
	margin:5px 0 5px 35px
}
.post_text ol{
	margin:5px 0 5px 35px
}
.post_text p{
	margin:17px auto 17px auto;
}
.wp-pagenavi{
	width:400px;
	margin:50px auto 0 auto;
	text-align:center;
	font-size:12px;
	font-family:'Trebuchet MS',Sans-Serif;
	font-weight:normal;
}
.post_footer{
	width:628px;
	height:67px;
	background:url('images/bg_post_footer.gif') no-repeat;
}
.post_footer_autor{
	width:180px;
	height:30px;
	margin:30px 0 0 25px;
	font-size:12px;
	color:#4b2d06;
	text-align:center;
	float:left;
}
.post_footer_share{
	width:208px;
	height:30px;
	margin:30px 0 0 0;
	font-size:12px;
	color:#4b2d06;
	text-decoration:none;
	text-align:center;
	float:left;
}
.post_footer_share_2{
	width:208px;
	height:30px;
	margin:30px 0 0 156px;
	font-size:12px;
	color:#4b2d06;
	text-decoration:none;
	text-align:center;
	float:left;
}
.post_footer_comment{
	width:208px;
	height:30px;
	margin:30px 0 0 0;
	font-size:12px;
	color:#4b2d06;
	text-decoration:underline;
	text-align:center;
	float:left;
}
.share_save_list li {
	float:left;
	width:16px;
	height:16px;
	list-style-type:none;
	margin:5px;
}
.share_save_list img {
	border:none;
}
.comment_content{
	width:518px;
	margin:20px auto 0 auto;	
}
.comment_title{
	font-size:18px;
	color:#626262;
	margin:0 0 0 20px;
}
.comment_list{
	width:518px;
}
.comment_content_1{
	width:518px;
	background:url('images/bg_com_1.gif') repeat-y;
	margin:8px 0 0 0;
}
.comment_content_1 .header{
	width:518px;
	height:111px;
	background:url('images/top_com_1.gif') no-repeat;
}
.comment_content_1 .footer{
	width:518px;
	height:52px;
	background:url('images/bottom_com_1.gif') no-repeat;
}
.comment_content_2{
	width:518px;
	background:url('images/bg_com_2.gif') repeat-y;
	margin:8px 0 0 0;
}
.comment_content_2 .header{
	width:518px;
	height:111px;
	background:url('images/top_com_2.gif') no-repeat;
}
.comment_content_2 .footer{
	width:518px;
	height:52px;
	background:url('images/bottom_com_2.gif') no-repeat;
}
.comment_content_admin{
	width:518px;
	background:url('images/bg_com_admin.gif') repeat-y;
	margin:8px 0 0 0;
}
.comment_content_admin .header{
	width:518px;
	height:111px;
	background:url('images/top_com_admin.gif') no-repeat;
}
.comment_content_admin .footer{
	width:518px;
	height:52px;
	background:url('images/bottom_com_admin.gif') no-repeat;
}
.comment_content_gravatar{
	width:60px;
	height:60px;
	margin:14px 0 0 18px;
	float:left;
}
.comment_content_gravatar img{
	border:1px solid #9b9b9b;
}
.comment_content_name{
	width:400px;
	height:60px;
	margin:20px 0 0 18px;
	float:left;
}
.comment_content_text{
	width:450px;
	margin:0 auto 0 auto;
}
.comment_form{
	width:100%;
	background:url('images/bg_com_form.gif') repeat-x;
	background-color:#a08775;
	border:1px dashed #bdbab4;
	margin:15px 0 0 0;
}
.comment_form_title{
	font-size:18px;
	color:#626262;
	margin:10px 0 0 20px;
	font-weight:bold;
}
.comment_form_input{
	width:400px;
	margin:10px 0 0 35px;
}
.comment_form_submit{
	width:100%;
	text-align:center;
	margin:15px 0 15px 0;
}
.subscribe-to-comments{
	font-weight:bold;
	width:350px;
	margin:0 0 8px 35px;
	color:#e0e0e0;
}
.col_droite{
	width:188px;
	float:left;
}
.col_droite_cont{
	width:165px;
	margin:10px 0 0 5px;
}
.col_droite_cont .widget{
	width:100%;
	margin:20px 0 0 0;
}
.col_droite_cont .hl{
	background:#cab0aa;
	height:26px;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:normal;
	padding:5px 0 0 18px;
}
.col_droite_cont .textwidget{
	font-size:12px;
	color: #4b2d06;
	margin:9px 0 0 10px;
}
.col_droite_cont form{
	font-size:12px;
	color: #4b2d06;
	margin:9px 0 0 10px;
}
.form_search_input{
	background:url('images/bg_search.gif') no-repeat;
	height:30px;
}
.input_search_input{
	width:105px;
	margin:9px 0 0 13px;
	border:none;
	background:none;
	font-size:12px;
	color:#444444;
}
.col_droite_cont ul{
	font-size:12px;
	color: #4b2d06;
	margin:9px 0 0 10px;
}
.col_droite_cont li{
	list-style-type:none;
	margin:3px 0 3px 3px;
}
.more-link{
	font-size:14px;
	font-weight:bold;
}
.bottom{
	height:154px;
	text-align:center;
}
.bottom p{
	padding:110px 0 0 0;
	clear:both;
}

/* === FIN DE MES AJOUTS === */

.wp-caption {
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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-top: 5px;
}
