/*
Theme Name: mankinstudio
Theme URI: http://www.mankin-studio.com/
Description: Le thème par défaut de l'association stéphanoize.
Version: 1.1
Author: mankin
Author URI: http://www.mankin-studio.com/
Tags: stephanoize

ENJOY !

*/


/* @group RESETS */

* {
	margin: 0;
	padding: 0;
}

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

dl {
	margin: 0 0 0 .8em;
}

dl dt {
	margin: 0 0 .5em 0;
}

dl dd+dt {
	margin-top: 1.5em;
}

dl dd {
	margin: 0 0 1em 2em;
}

ol {
	list-style: decimal;
}

ol li {
	margin: 0 0 1em 2.5em;
}

ol li ol {
	margin: 1em 0 1em 1em;
}

ol li ul {
	margin: 1em 0 1em 1em;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style: disc;
}

ul li {
	margin: 0 0 1em 2em;
}

ul li ul {
	margin: 1em 0 1em 1em;
	list-style: circle;
}

ul li ol {
	margin: 1em 0 1em 1em;
}

/* @end */

/* @group BLOBAL */

body{
	background: #272727 url(images/background.png) repeat-x 0 top;
	font: 11px Arial, sans-serif;
}

a{
	color: #f00;
}

h2{
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
	margin-bottom: 10px;
}

#global_content{
	width: 800px;
	background: url(images/body.png) repeat-y 0 top;
	position: relative;
	margin: 0 auto;
}

#header{
	width: 800px;
	height: 143px;
	background: url(images/header.png) no-repeat 0 top;
}

#content{
	width: 600px;
	float: right;
	padding: 20px 10px 0 0;
}

#footer{
	width: 800px;
	clear: both;
	height: 40px;
	background-color: #212121;
	text-align: center;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

/* @end */

/* @group SIDEBAR */

#sidebar{
	width: 170px;
	float: left;
	padding: 10px 0 0;
	margin: 0;
	font-weight: bold;
	font-variant: small-caps;
}

#sidebar ul{
	width: 170px;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0;
}

#sidebar ul li a{
	display: block;
	width: 164px;
	height: auto;
	background-color: #212121;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 12px;
}

/* @end */

textarea#comment{
	width: 560px;
}
