/*
Theme Name: Reflexologie Rouen
Theme URI: http://www.reflexologierouen.com/
Description: www.interaction-multimedia.com
Version: 0.1
Author: www.interaction-multimedia.com
 
Theme created by alexisjamet || http://www.interaction-multimedia.com/
 
*/
@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: #333;
	background:#fff url(img/bg.png) repeat-x;
}

#page {width:900px;margin: 0 auto;}
#conteneur {float:left;position:relative;width:700px;}
#sidebar {float:right;position:relative;width:200px;}

img {border:none;}

/* Liens */ a {text-decoration:none;color:#333;}
a:link {color:#333;}
a:hover, a:focus, a:active {color:#333;}
a img {border: none;}
ul, li {list-style:none;padding-left:0;margin-left:5px;}


#edit{cursor:pointer; position:fixed; top:10px; left:10px;}
/* FIN */
