/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
    background: rgb(238, 238, 238);
}

.container {
    background: rgb(254, 254, 254);
} 

a {
    text-decoration:none;
}

a:link {
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

a:hover {
    color:#333333;
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

.box {
    background:#DDDDDD none repeat scroll 0 0;
}

.box h2 {
    text-transform:uppercase;
    background:#333333 none repeat scroll 0 0;
    color:#FFFFFF;
    font-weight:normal;
    padding:6px 12px;
}


/**************************************/
/*              HEADER                */
/**************************************/

.header {
    background-image: url(../img/bann_addict.jpg);
    height: 300px;
}

.entete {
    display:none;
	text-align: right;
    padding:0.7em 1em;
}

.entete a, .entete a:hover {
    color: black;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

.menu {
	border-right: 1px solid black;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.articles {
    background-color: #FFFFFF;
}

.release {
    padding: 0px 12px 0 12px;
}

.article {
    padding: 6px 12px;
    background:#DDDDDD none repeat scroll 0 0;
    margin-bottom: 12px;
}

.comment {
    padding: 0 12px;
}

.article h3 {
    border-bottom:1px dotted #999999;
    margin: 0;
}

.article p {
    margin: 3px 0 3px 0;
}

.article p.meta {
    border-top:1px dotted #999999;
    color:#666666;
    margin: 0;
}

/**************************************/
/*               FOOTER               */
/**************************************/


.footer {
margin-top: 6px;
background-color:#AAAAAA;
}

.footer p {
    padding: 3px 12px;
    margin: 0;
}
