@charset "UTF-8";

/* CONTENT GLOBAL */
.contentglobal { position: relative; margin: 0 auto; padding: 10px 0; width: 980px; overflow: hidden; display: block; }

/* CONTENT GENERIC */
.contentgeneric { position: relative; margin: 42px 20px 0 0; padding: 0 auto; width: 342px; overflow: hidden; display: block; float: right; }

/* BLOG FRONT */
#blogfront { position: relative; margin: 0 auto; padding: 0 auto; width: 980px; height: 432px; display: block; float: left; background-image: url(../images/blogfront.jpg); background-repeat: no-repeat; }

/* BUTTON BLOG */
a#buttonblog { position: relative; margin: 0 auto; padding: 0 auto; width: 164px; height: 39px; display: block; text-decoration: none; background-image: url(../images/buttonblog.png); background-repeat: no-repeat; background-position: 0 0; }
a:visited#buttonblog { position: relative; margin: 0 auto; padding: 0 auto; width: 164px; height: 39px; display: block; text-decoration: none; background-image: url(../images/buttonblog.png); background-repeat: no-repeat; background-position: 0 0; }
a:hover#buttonblog { position: relative; margin: 0 auto; padding: 0 auto; width: 164px; height: 39px; display: block; text-decoration: none; background-image: url(../images/buttonblog.png); background-repeat: no-repeat; background-position: 0 -39px; }
a:active#buttonblog { position: relative; margin: 0 auto; padding: 0 auto; width: 164px; height: 39px; display: block; text-decoration: none; background-image: url(../images/buttonblog.png); background-repeat: no-repeat; background-position: 0 -39px; }

