/*
Theme Name: TechTrip
Theme URI: http://www.techtrip.fr/
Description: www.alexisjamet.fr
Version: 0.1
Author: Alexis JAMET
 
Theme created by alexisjamet || http://www.alexisjamet.fr/
 
*/
@import url('header.css');
@import url('article.css');
@import url('comments.css');
@import url('footer.css');

/*padding: HAUT DROITE BAS GAUCHE;*/
/* Gabarit ------------------------------------------------------------ */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7 */
}
body {
    margin:0 auto;
    padding: 0; /* Remettre à zéro si nécessaire. */
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: .8em; /* À adapter pour la police choisie. */
    line-height: 1.4; /* À adapter au design. */
    color: #444;
	background:#fff url(img/bg.png) repeat-x;
}
#bodydy{width:900px;margin:0 auto;position:relative;}
#page {float:left;margin-bottom:30px;position:relative;}

img {border:none;}
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1.6em;font-family:Bitstream Vera Serif;padding-bottom:0;margin-bottom:0;font-weight:bold;}
h5 {font-size: 0.6em;padding-top:0;margin-top:0;padding-bottom:0;margin-bottom:0;font-weight:bold;}

/* Liens */ a {text-decoration:none;color:#444;}
a:link {color:#3b5998;}
a:visited {color:#3b5998;border-bottom:1px dotted #3b5998}
a:hover, a:focus, a:active {color:#3b5998;}
a img {border: none;}
ul, li {list-style:none;padding-left:0;margin-left:5px;}

.anulfloat {clear:both;color:#FFFFFF;border:0;height:0;margin:0;	}
/*******************************************************************************************************************************/
#rss_top a {cursor:help; position:fixed; top:0px; right:0px;}
#rss_top a, #rss_top a:hover {cursor:pointer;width:58px;height:53px;}
	#rss_top a {background: url(img/rss_top.png)  bottom right no-repeat;}
	#rss_top a:hover {background: url(img/rss_top_hover.png)  bottom right no-repeat;}

#edit{cursor:pointer; position:fixed; top:10px; left:10px;}
/* FIN */