/*Cascading Style Sheets - Eaysdentic 2009*/
body {
font-family : Arial;
font-size: 12px;
color: #333333;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
background: #820D13 url(img/test.jpg) repeat-x fixed top left;
}

#easyvein {
width: 900px;
margin : 0 auto;
}

#haut {
width: 900px;
height: 88px;
background-image: url(img/haut.jpg);
margin: 0px;
}

.badge {
padding-top: 20px;
margin-left: 20px;
}

#barre {
width: 900px;
height: 24px;
background-image: url(img/barre.jpg);
background-color: #520E0F;
}

#barre ul {
width: 900px;
height: 24px;
float : left;
margin-left: 22px;
margin-right: 0;
margin-bottom: 0;
margin-top: 0;
padding : 0;
list-style : none;
}

#barre li {
height: 24px;
float : left;
margin-right: 90px;
padding : 0;
margin-top: 5px;
color: #fff;
text-transform: uppercase;
font-size: 11px;
}

#barre li a {
color: #fff;
text-transform: uppercase;
text-decoration: none;
}

#barre li a:hover {
color: #F18F44;
text-transform: uppercase;
text-decoration: none;
}

#content {
width: 900px;
background: url(img/background.jpg) repeat-y center 0%;
overflow: hidden;
position: relative;
margin: 0px;
}

#sidebar {
width: 232px;
float : left;
margin-left: 22px;
padding-top: 40px;
padding-bottom: 50px;
}

#sidebar ul {
width: 220px;
list-style : none;
float : left;
margin : 0;
padding : 0;
}

#sidebar li {
width: 220px;
margin-bottom: 2px;
padding: 0;
color: #000;
font-size: 12px;
list-style : none;
}

#sidebar li a {
color: #000;
}

#message {
float : left;
width: 220px;
padding-top: 40px;
padding-bottom: 50px;
margin-left: 20px;
}

.articles {
float : left;
width: 545px;
text-align: justify;
color: #000;
margin-left: 40px;
}

#pied {
background: url(site/pied.jpg);
width: 901px;
height: 25px;
}

a {
text-decoration : none;
}

a:hover {
text-decoration : none;
}

h1 {
color: #9C1414;
font-size: 12px;
}

h2 {
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-family: "Arial Black";
margin-top: 0px;
margin-bottom: 10px;
}

h3 {
color: #fff;
font-style: normal;
font-weight: normal;
}
  
img {
border : 0;
}