/*
Theme Name: Cortix Astuces
Theme URL: http://www.cortixastuces.com/
*/

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
line-height: 19px;
font-size: 12px;
color: #333333;
margin-top: 0px;
margin-bottom: 15px;
background-color: #323B44;
}
a {
text-decoration: none;
color: #DD4901;
}
img {
border : 0;
}
#site {
width: 900px;
margin : 0 auto;
}
#header {
width: 900px;
height: 262px;
background: url(images/header.jpg) repeat-y center 0%;
}
#logo {
padding-top: 134px;
width: 450px;
margin-left: 10px;
text-align: left;
float: left;
}
#presentation {
padding-top: 10px;
width: 450px;
margin-left: 10px;
text-align: left;
float: left;
}
#menu {
padding-top: 134px;
width: 290px;
float: right;
text-align: left;
}
#menu ul {
list-style: none;
font-size: 14px;
line-height: 21px;
margin-top: 0px;
}
#menu li {
list-style: none;
color:#fff;
font-weight: bold;
margin-top: 0px;
}
#menu li a {
color: #fff;
}
#content {
width: 900px;
overflow: hidden;
position: relative;
background: url(images/background.jpg) repeat-y center 0%;
padding-top: 0px;
padding-bottom: 20px;
}
#sidebar {
width: 229px;
float: left;
margin-left: 100px;
}
#sidebar ul {
margin: 0px;
padding: 0px;
padding-bottom: 20px;
list-style: none;
}
#sidebar li {
margin: 0px;
padding: 0px;
list-style: none;
}
#sidebar a {
color: #fff;
}
#sidebar  p {
color: #fff;
margin: 0px;
padding-bottom: 20px;
}
#article {
width: 500px;
float: left;
margin-top: 0px;
padding-top: 0px;
text-align: justify;
margin-left: 50px;
}
.post {
padding-bottom: 30px;
}
#footer {
width: 900px;
height: 23px;
background: url(images/footer.jpg) repeat-y center 0%;
}
#footer li {
height: 23px;
text-align: right;
float: right;
color: #FFFFFF;
text-decoration: none;
margin-right: 20px;
list-style: none;
}
#footer li a{
color: #FFFFFF;
text-decoration: none;
}
h1 {
color: #fff;
font-size: 12px;
font-weight: normal;
margin: 0px;
}
h2 {
color: #BA712D;
font-size: 12px;
margin-top: 10px;
margin-bottom: 10px;
}
h2 a {
color: #BA712D;
font-size: 12px;
margin-top: 10px;
margin-bottom: 10px;
}
h3 {
color: #fff;
font-size: 12px;
margin: 0px;
padding-bottom: 10px;
}