/**
 * Framework CSS
 */
html, body {height: 100%;}

body	{margin: 0px;}
img 	{border: 0px;}
form	{margin: 0px;}
strong	{font-weight: bold;}
p		{margin: 0 0 10px 0;}

.center			{text-align: center;}
.strong			{font-weight: bold;}
.conteneur	{overflow: auto;}
.underline{text-decoration: underline;}
.italic {font-style: italic;}

/**
 * STRUCTURE
 */
body{background: #000; font: normal normal 11px verdana, sans-serif; color: #fff;}
a{color: #999; text-decoration: underline;}
a:hover{text-decoration: none;}

#general{width: 900px; height: 500px; margin: 100px auto 0 auto;}
#header{height: 91px; background: url(../images/bg_ligne_horizontale.png) transparent no-repeat bottom left; position: relative;}

#colgauche{width: 161px; height: 344px; float: left; position: relative; background: url(../images/bg_ligne_verticale.png) transparent repeat-y top right;}
#coldroite{width: 739px; height: 344px; float: left; position: relative;}

/**
 * HEADER
 */
#menu{margin: 0; padding: 0; list-style-type: none; position: absolute; bottom: 1px; left: 214px;}
#menu li{float: left; margin-right: 17px;}
#menu li a{display: block; width: 102px; height: 50px; background: url(../images/menu.jpg) transparent no-repeat top left; text-indent: -9999px;}

#menu li a#biographie{background-position: 0px 10px}
#menu li a#biographie:hover{background-position: 0px -50px}

#menu li a#bestiale{background-position: -102px 10px}
#menu li a#bestiale:hover{background-position: -102px -50px}

#menu li a#boutique{background-position: -204px 10px}
#menu li a#boutique:hover{background-position: -204px -50px}

#contact{margin: 0; padding: 0; list-style-type: none; position: absolute; bottom: 1px; left: 615px;}
#contact li{float: left;}
#contact li#facebooktag{padding-top: 7px;}
span.FBConnectButton_Simple{display: block; width: 20px; height: 13px;}

/**
 * COLONNE GAUCHE
 */
#form_mailing{margin-left: 8px;}
#download_book{position: absolute; left: 0; top: 200px;}
#btn_back{position: absolute; top: 80px; left: 40px;}

/**
 * FOOTER
 */
#footer{position: relative;}
#address{position: absolute; top: 10px; left: 215px;}
