/*
Theme Name: Interaction Healthcare
Theme URI: http://www.blog.interaction-healthcare.com/
Description: www.alexisjamet.fr
Version: 0.1
Author: Alexis JAMET
 
Theme created by alexisjamet || http://www.alexisjamet.fr/
 
*/
@import url('header.css');
@import url('global.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;
    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: black;
	background:#fbfafa url(img/bgd-left.gif) top repeat-x;
}
#tabglobal{
	margin:0;
	padding:0; 
	}
.margegauche {
	width:auto;
	}
.margedroite {
	width:auto;
	}
.margecentre {
	width:955px;
	background:#fbfafa url(img/fd-page.gif) top left no-repeat;
	vertical-align:top;
	}
.postmetadata {width:700px;margin: 0 auto;height:auto;margin-top:20px;}

#page {margin:0 auto;margin-bottom:30px;}
/*******************************************************************************************************************************/
#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 */