/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */


/* add custom css here */

/*------------le style-----------*/

<style type="text/css">
<!--
body {color:#000000;background-color:#ffffff;}
A:link {text-decoration:underline;color:#8B4513;background-color:#ffffff;}
A:visited {text-decoration:none;color:#8B4513;background-color:#ffffff;}
A:hover {text-decoration:none;color:#red;background-color:#ffffff;}
/* Generated by CSSTags.com */
-->
</style>

/*------le titre du blog------*/

#header { 
    border-color: #ffffff;  
    background: #ffffff url('http://mercigeorges.com/mg2011a.gif') no-repeat;
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content { padding-left: 1px; }

#header-name a {
    display:block;
	text-indent: -999px;
	width: 186px;
	height: 92px;
	background: url('http://mercigeorges.com/mg2011a.gif') no-repeat;
	overflow:hidden;
}

#header-description { display: none; }

/*------la description du blog------*/

#header-description {margin-top: 5px;
   font-family: Arial;
   margin-bottom: 0;
   color: solid grey;
   background: none;
   font-size: 13px;
   line-height: 1.125;}

/*------le titre du post------*/

.entry-title {
margin: 0px 0px 0px;
padding: 7px 7px 7px;
border-top: 3px dashed #8B4513;
border-right: 3px double #8B4513;
 border-bottom:3px solid #8B4513;
 border-left: 3px double #8B4513;
 background: #FFFFFF;
 color: #000000;
 font: bold 20px 'Arial', sans-serif;
 text-align: left;
text-transform: uppercase

}

/*------les infos sur posteurs------*/

.asset-meta {
margin-left: 6;
   font-family: 'Arial';
   border-bottom: 0px solid #000099;
   padding-left: 6px;
   padding: 6 6 6 10px;
   color: #8B4513;
   font-size: 10px;
text-align:right;

}


/*------le corps du post------*/

.asset-body {margin-left: 6;
   font-family: 'Arial';
   border-bottom: 0px double #00ff99;
   padding-left: 6px;
   padding: 6 6 6 10px;
   color: #8B4513;
   font-size: bold 10px;

}

/*------catégories------*/

.widget-header {

margin-left: 6;
   font-family: 'Arial'; sans-serif;
   border-top: 3px solid #8B4513;
   padding-left: 6px;
   padding: 6 6 6 10px;
   color: #8B4513;
   font-size: 13px;
font-weight: bold;
text-transform: uppercase;}

/*------contenu des catégories------*/

.widget-content {margin-left: 6;
   font-family: Arial;
   padding-left: 1px;
   padding: 6 6 6 10px;
   color: #333333;
   font-size: bold 7px;
text-transform: capitalize

}

