/* CSS Document */
/* Copyright : Interface par Aurelio - Découpe par Gounlaf pour Kits-Gratuits.net */

body {
	background-color:#D1C3A9;
	color:#000000;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%;
	padding:0;
	margin:0;
	}
      
h3{
border-top:1px dashed #CABA9D;
border-bottom: 1px dashed #CABA9D;
color:#795C17;
font-size:14px;

	}             
   
	
div#contenu {
	width:792px;
	height:auto;
	margin:auto;
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/bg.png') repeat-y;
	padding-left:28px;
	padding-right:28px;
	}

img { margin:0; padding:0; }
ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#D1C3A9; font-weight:bold; }
a img { border:0; }
h1 { text-align:left; margin:0; padding:0; font-size:150%; }
h2 { margin:0; padding:0; font-size:100%; }
p { margin:0; padding:5px; }
div.clear { clear:both; }

div#header {
	width:392px;
	height:127px;
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/header.png') no-repeat;
	padding-left:400px;
	padding-top:240px;
        padding-bottom:25px;
	}
	
#header h1 a
{ /* Titre du site */
	font-family: "Arial Narrow", Arial, Verdana, Serif, Times;
}

#contenu_2 {
	width:738px;
	height:auto;
	margin:auto;
	}
      

	
div#gauche {
	width:200px;
	height:auto;
	float:left;
	margin-left : 0px;
	}
	
div.menu {
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/m_footer.png') no-repeat bottom #FFFFFF;
	width:200px;
	height:auto;
	padding-bottom:15px;
	margin-bottom:12px;
	}
	
div.menu h2 {
	width:200px;
	height:19px;
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/h2_m.png') no-repeat;
	text-align:center;
	padding-top:3px;
	}

div.menu ul {
	padding-left:4px;
	padding-top:10px;
	width:194px;
	border-left:1px solid #D2CDC4;
	border-right:1px solid #D2CDC4;
	}

div.menu li { margin-bottom:3px; padding-left:18px; background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/li.png') no-repeat; }

div#droite {
	width:514px;
	height:auto;
	float:right;
	/*margin-right : 28px;*/
	}
      
      
      
      div#droite a{
color:#9F7F27; 
text-decoration:underline;
	}
      
            div#droite a:hover{
color:#000; 
text-decoration:none;
	}

div.texte {
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/t_footer.png') no-repeat bottom #FFFFFF;
	height:auto;
	width:514px;
	padding-bottom:35px;

	}
	
div.text_ {
	height:auto;
	border-left:1px solid #D2CDC4;
	border-right:1px solid #D2CDC4;
        padding-left:5px;
        padding-right:5px;
        padding-top:1px;
	}
  
	
div.texte h2 {
	width:514px;
	height:19px;
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/h2_t.png') no-repeat;
	}
	
	
div#footer {
	width:792px;
	height:189px;
	background:url('https://www.blog4ever.com/resources/templates/blogs/14/images/footer.png') no-repeat;
	clear:both;
	}

div#footer p {
        text-align:center;
        }
		
.c_menu
{
	background-color:#EDE7DD;
}
/* BREADCRUMB */
#contenu .blog-breadcrumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ede7dd;
    padding: 5px 10px;
    color: #000000;
    margin: 0 10px 10px 10px;
    border: 1px #d2cdc4 solid;
}
#contenu .blog-breadcrumb a {
    border: 0;
    color: #795c17;
    font-weight: bold;
}

/* FORUM */
#contenu div.member-links {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px;
    background-color: #f3ede3;
    border: 1px #caba9d solid;
    font-size: 11px;
    padding: 5px;
}

#contenu div.login {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px;
    background-color: #f3ede3;
    border: 1px #caba9d solid;
}
#contenu div.login .title {
    font-size: 13px;
    color: #795c17;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px #caba9d dashed;
}
#contenu div.login form {
    padding: 10px;
    text-align: left;
    float: left;
    height: 95px;
    border-right: 1px #caba9d solid;
}
#contenu div.login form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contenu div.login form ul li {
    list-style-type: none;
    margin: 2px 0;
    clear: both;
}
#contenu div.login form label {
    display: block;
    float: left;
    width: auto;
    text-align: right;
    margin: 0 7px 0 0;
    line-height: 24px;
    height: 24px;
}
#contenu div.login form .username {
    width: 75px;
}
#contenu div.login form .password {
    width: 75px;
    clear: both;
}
#contenu div.login form input.text {
    margin: 0 5px 0 0;
    padding: 2px;
    float: left;
    width: 100px;
}
#contenu div.login form input.button {
    background-color: #cccccc;
    color: #ffffff;
    padding: 3px 8px;
    margin: 0 0 0 7px;
    border: 1px #9f9f9f solid;
    -moz-box-shadow: inset 0 1px 0 #dfdfdf;
    -webkit-box-shadow: inset0 1px 0 #dfdfdf;
    box-shadow: inset 0 1px 0 #dfdfdf;
    float: left;
    width: 70px;
}
#contenu div.login p {
    font-size: 10px;
    margin: 5px 0 0 0;
    text-align: center;
}
#contenu div.login .register {
    padding: 10px;
    text-align: left;
    float: right;
    height: 95px;
}
#contenu div.login .register a {
    background-color: #cccccc;
    color: #ffffff;
    padding: 3px 8px;
    margin: 15px 0 0 0;
    border: 1px #9f9f9f solid;
    display: block;
    text-align: center;
    text-decoration: none;
    -moz-box-shadow: inset 0 1px 0 #dfdfdf;
    -webkit-box-shadow: inset0 1px 0 #dfdfdf;
    box-shadow: inset 0 1px 0 #dfdfdf;
}

span.ie7-fix {
    clear: both;
}