/**
 * 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;}
#general{width: 900px; height: 450px; position: absolute; top: 50%; left: 50%; margin-top: -225px; margin-left: -450px;}