html {
   color: #000000;
   font-family: Arial, sans-serif, Time New Roman;
   font-size: 12px;
   margin: 0;
   padding: 0;
}

body {
	background-color: #e7e7e7;
}

img{
   text-decoration: none;
   border: 0;
}

/************************** En-Tête  **************************/
#banniere{
   height: 105px;
   margin: 0 auto;
   text-align:center;
   width: 824px;
   z-index: 1;
}
/************************** Menu  **************************/
#menu{
   background: url(images/menu_fond.gif) no-repeat;
   height: 20px;
   margin: 0 auto;
   text-align:center;
   width: 824px;
   z-index: 2;
}

#menu a:link, #menu a:visited{
   color: #979797;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
}

#menu a:hover{	
   color: #015dac;
   font-weight: bold;
   text-decoration: none;
}


/************************** Page  **************************/
#page{
   background: url(images/motif-page.gif) repeat;
   margin: 0 auto;
   width: 824px;
   z-index: 3;
}
/************************** Page Gauche **************************/
#gauche{
   float: left;
   width: 570px;
   z-index: 4;
}

.article{
   margin-left: 10px;
   margin-bottom: 20px;
   margin-right: 20px;
}

.article a:link, .article a:visited{
   color: #015dac;
   text-decoration: none;
}

.article a:hover{	
   color: #26a87b;	
   text-decoration: none;
}

.titre{
   font-size: 20px;
   margin-top: 10px;
}

.details_article{
   margin-top: 10px;
}

.texte_article{
   margin-top: 10px;
   margin-bottom: 10px;
}

.zoomg{
   width: 520px;
   position: relative;
}

.zoom {
   position: absolute;
   top: 1em;
   right: 1em;
}

#tweet{
	margin-top:-10px;
	margin-left: 5px;
	float:right;
}
/*******************Commentaires**********************/
.commentaires{
   margin-top: 5px;
   vertical-align: top;
}

.linklist{
   line-height: 1.1em;
   margin: 0 .1em 0 -0.5em;
   padding: 0 .5em 0 .5em;
}

.head_com{
   border:1px solid #979797; 
   width: 450px;
   background-color: #ffffff;
   margin-top: 10px;
   padding: 5px;
   color: #979797;
   font-size: 10px;
   background-color: #efefef;
}

.body_com{
   border-left:1px solid #979797;
   border-right:1px solid #979797;
   border-bottom:1px solid #979797;
   width: 450px;
   margin-bottom: 10px;
   padding: 5px;
   font-size: 10px;
}

.form_com {
   font-size: 10px;
}

.form_com  textarea{
   moz-wrap: virtual;
   width: 400px;
}

.form_com  input[type=text]{
   width: 200px;
}

#erreur{
   display: none;
   color: #d72e2e;
   width: 450px;
   border: 1px solid #d72e2e;
   background-color: #e9a1a1;
   padding: 5px;
}

#succes{
   display: none;
   color: #5fb136;
   width: 450px;
   border: 1px solid #5fb136;
   background-color: #a8e888;
   padding: 5px;
}

#erreur-mail{
   color: #d72e2e;
   width: 350px;
   border: 1px solid #d72e2e;
   background-color: #e9a1a1;
   padding: 5px;
}

#succes-mail{
   color: #5fb136;
   width: 350px;
   border: 1px solid #5fb136;
   background-color: #a8e888;
   padding: 5px;
}

/********************************************************/
.separateur_article{
   margin-top: 10px;
}

.partage a:link, .partage a:visited{
   text-decoration: none;
}

.partage a:hover{	
   text-decoration: none;
}

#nb_page{
   margin-top: 20px;
   text-align: center;
   margin-bottom: 20px;
   font-size: 10px;
}

#nb_page span{
   text-align: center;
   border:1px solid #06c;
   padding:.2em .4em; 
   margin:2px; 
   color: #06c;
}

#nb_page a { 
    background:#06c; 
    border:1px solid #06c; 
    color: #ffffff; 
    margin:2px; 
    padding:.2em .4em; 
    text-decoration:none;
} 

#nb_page a:hover { 
    background: #26a87b; 
	border: 1px solid #06c; 
    color: #ffffff; 
}

/*  Images des articles */
.img{
   border: 1px solid #979797;
   text-align: center;
}

/* Tableau contenant les commentaires, les tags et les icones de partage*/
.utils{
   border: #DDEEFF 2px solid;
}

.utils td{
   vertical-align: middle;
}
/************************** Page de contact **************************/
.contact{
   margin-left: 20px;
}

.contact .saisie{
   width: 250px;
}

.contact .mail{
   width: 450px;
   height: 200px;
}

/************************** Page Droite **************************/
#droite{
   float: right;
   width: 240px;
   z-index: 5;
   
}

.section{
   font-size: 11px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-top: 10px;
   width: 230px;
}

.titre_section{
   color: #015dac;
   font-size: 20px;
}

.puce_droite{
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

#puce_syndic{
   list-style-image: URL(images/rss-blue-icon.gif); 
   margin-left: 10x;
   font-size: 12px;
}

#puce_syndic li{
	margin: 1em 0 1em 0;
}

/* Mes Images*/
.pics {  
    height:  220px;  
    width:   220px;  
    padding: 0;  
    margin:  0;  
	margin-top: 20px;
	margin-bottom: -20px;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #ffffff;  
    top:  0; 
    left: 0 
} 

/* Suivez Moi*/
#follow{
   margin-left: 10x;
   font-size: 12px;
}

#twitter{
   list-style-image: URL(images/twitter-icon.gif);
   margin: 1em 0 1em 0;
}

#lastfm{
   list-style-image: URL(images/lastfm-icon.gif);
   margin: 1em 0 1em 0;
}

#deviantart{
   list-style-image: URL(images/deviantart-icon.gif);
   margin: 1em 0 1em 0;
}

#myspace{
   list-style-image: URL(images/myspace-icon.gif);
   margin: 1em 0 1em 0;
}

li a:link, li a:visited{
   color: #015dac;
   text-decoration: none;
}

li a:hover{
   color: #26a87b;	
   text-decoration: none;
}
/************************** Bas de page **************************/
#foot{
   background: url(images/foot.gif) no-repeat;
   clear: both;
   height: 53px;
   margin: 0 auto;
   position: relative; 
   width: 824px;
   z-index: 6;
}

.pied{
   color: #ffffff;
   line-height: 53px;
   text-align: center;
}

.pied a:link, .pied a:visited{
   color: #ffffff;
   text-decoration: underline;
}

.pied a:hover{	
   color: #000000;	
   text-decoration: none;
}