/* Générique */

html {    
background: url('https://www.blog4ever.com/resources/templates/blogs/19/images/header.png') #000 no-repeat;
    color: #fff;
}

body {
    background: url('https://www.blog4ever.com/resources/templates/blogs/19/images/menu.png') 0px 0px no-repeat;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 11px;
    text-align: justify;
}

a {
color:#A64402;

}

a:hover {
    border-bottom: 1px dotted #fff;
}

/* Titres */

h1 a{
    position: absolute;
    color:#fff;
    text-decoration:none;
    padding-left:10px;
    top:15px;
	text-decoration:none;
}



.cadre h3 {
    font-size: 14px;
    border-bottom: 1px #F57C2B solid;
    color:#F57C2B;
    margin-bottom:5px;
    
}



/* Contenu/corps */

#contenu {

    margin: 120px 2.1% 20px 200px;

    color: #666;
    font-size:12px;
}


#contenu h3 {
    margin-bottom: 5px;
}

#cadre a, #footer a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

.cadre {
    border-bottom: #333 1px solid;
}

.info {
    margin-top: 0;
    padding-top: 0;
    font-style: italic
}

/* Menu */

#menu {
position:absolute;
    float: left;
    width: 160px;
    font-size: 12px;
    top:130px;
    padding-left:15px;
    line-height:20px;
}

#menu h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    border: 1px dashed #666;
    width: 80%;
    line-height:20px;
    padding-left:5px;
}

#menu ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#menu a, #navig a {
    color: #fff;
    text-decoration: none;
}

/* Footer */

p#footer {
    clear: both;
    color: #666;
    margin: 0px 25px;
    padding: 5px 0;
    border-top: #333 1px solid;
	padding-left:200px;
}

/* Menu du haut */

#menu_haut
{
padding-left:100px;
}

ul#menu_haut
{
margin-left: 0;
white-space: nowrap;

}

#menu_haut li
{
display: inline;
list-style-type: none;
border: 1px solid #666;
padding:5px;
}


#menu_haut a
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#menu_haut a:hover
{
color: #F57C2B;
background-color: #000;
text-decoration: none;
}

.c_menu { 
background-color: #000000 
}

/* BREADCRUMB */
#contenu div.blog-breadcrumb {
    background: #000000 url("images/breadcrumb.png") no-repeat top left;
    padding: 5px 10px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px 0;
}
#contenu .blog-breadcrumb a {
    border: 0;
    color: #E3E7ED;
    font-weight: bold;
}


/* FORUM */
#contenu .member-links {
    background: #000000 url("images/forum-login-bg.png") no-repeat top left;
    border: 1px dashed #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0 10px 0 0;
}

#contenu .login .spacer,
#contenu .remove {
    display: none;
}
#contenu .login {
    overflow: hidden;
}
#contenu .login .title {
    font-size: 13px;
    color: #f57c2b;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px #f57c2b solid;
}
#contenu .login form {
    background: #000000 url("images/forum-login-bg.png") no-repeat top left;
    border: 1px dashed #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    float: left;
    height: 75px;
    margin: 0 10px 0 0;
    overflow: hidden;
}
#contenu .login form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contenu .login form ul li {
    list-style-type: none;
    margin: 2px 0;
    clear: both;
}
#contenu .login form label {
    display: block;
    float: left;
    width: auto;
    text-align: right;
    margin: 0 10px 0 0;
    line-height: 24px;
    height: 24px;
    color: #ffffff;
}
#contenu .login form input.text{
    margin: 0 15px 0 0;
    padding: 2px;
    float: left;
    width: 100px;
}
#contenu .login form input.button {
    background-color: #f57c2b;
    color: #ffffff;
    padding: 3px 8px;
    margin: 0 0 0 7px;
    border: 1px #c9621d solid;
    border-bottom: 1px #eaaa80 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    -moz-box-shadow: inset 0 1px 0 #eaaa80, inset 0 -1px 0 #c9621d;
    -webkit-box-shadow: inset 0 1px 0 #eaaa80, inset 0 -1px 0 #c9621d;
    box-shadow: inset 0 1px 0 #eaaa80, inset 0 -1px -0 #c9621d;
    width: 70px;
}
#contenu div.login p {
    font-size: 10px;
    margin: 35px 0 0 0;
    text-align: center;
    clear: both;
}
#contenu div.login .register {
    background: #000000 url("images/forum-login-bg.png") no-repeat top left;
    border: 1px dashed #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    float: left;
    height: 75px;
}
#contenu .login .register a {
    background-color: #f57c2b;
    color: #ffffff;
    padding: 4px 8px;
    margin: 0;
    border: 1px #c9621d solid;
    border-bottom: 1px #eaaa80 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    -moz-box-shadow: inset 0 1px 0 #eaaa80, inset 0 -1px 0 #c9621d;
    -webkit-box-shadow: inset 0 1px 0 #eaaa80, inset 0 -1px 0 #c9621d;
    box-shadow: inset 0 1px 0 #eaaa80, inset 0 -1px -0 #c9621d;
}