/* Theme "defaut" PluXml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.9em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #000;
	background : #FFF;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}
#page {
	width : 1000px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
}

/* ---------------------
Styles generaux
--------------------- */
h1 { font-size : 1.5em; }
h2 { font-size : 1.1em; }
h3 { font-size : 1.1em; }
p { margin : 0; padding: 0; }
a { color : #ffba00; text-decoration : none; outline : none; }
a:hover { color : #333; }
a:focus { outline : none; }
a img { border:0; }
.center { text-align : center; }
.clearer { clear : both; visibility : hidden; margin : 0; padding : 0; }

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
	margin: 0;
	padding: 0;
}
label {
	display : block;
}
input, textarea {
	background-color : #EEEEEE;
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 2px solid #D4DAE2!important;
	border-bottom : 1px solid #D4DAE2;
}
input:focus, textarea:focus {
	background-color : #FFFFFF;
	border-left : 1px solid #D4DAE2;
	border-top : 1px solid #D4DAE2;
	border-right : 1px solid #C3C9D0;
	border-bottom : 1px solid #C3C9D0;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width : 1000px;
	margin : 0 auto;
}
#header {
	background: url("img/header.jpg") no-repeat;
	height : 200px;
	width : 1000px;
	display: block; 
}

#menu {
	background : url("img/bgmenu.jpg") no-repeat ;
	height : 60px;
	width : 1000px;
	display: block; 
}
#menu ul {
	margin : 0 auto;
	padding : 0;
	width : 1000px;
	list-style-type : none;
}
#menu .left li {
	float : left;
}
#menu li a {
	width: 200px;	
	height: 60px;
	display : block;
	font-size : 0em;
}
#menu li a:hover, #menu li a.active {

}
#menu li#static-home { 
}
#menu li#static-home a {

}
#menu li#static-home a.active, #menu li#static-home a:hover {

}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	width : 1000px;
	margin : 0;
	padding : 0;
	float : left;
}

#home {
	background: url("img/tb_werewolf_02_home.jpg") no-repeat right;
	height:  600px;
	width : 1000px;
	margin : 0;
	padding : 0;
	float : left;
}


#content .title { /* Titre de l'article */
	color : #000;
	font-size : 1.5em;
	margin : 10px 0px 0px 0px;
	padding : 20px 0px 0px 0px;
	letter-spacing : 2px;
	font-weight : lighter;
	border-top : 1px solid #000;
}
#content .title a { /* Lien sur le titre de l'article */
	color : #555;
	text-decoration : none;
}
#content .title a:hover {
	color : #777;
}
#content .post {
	margin : 5px 0 20px 0;
	clear : both;
}
#content .post p {
	padding : 4px 0 4px 0;
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#form h2 {
	color : #555;
	font-size : 1.5em;
	margin : 0 0 0 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#form p.message_com {
	text-align : center;
	font-weight : bold;
	color : #333;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form .form_left {
	float : left;
	margin : 0 20px 0 0;
}
#form textarea {
	width : 413px;
	float : right;
	height : 105px;
	margin : 0;
} 
#form .button{ margin : 20px 0 0 0; }
#form .button span { float: right; }
#form input[type=submit] {
	background : #EEE url("img/icones.jpg") no-repeat 4px -283px;
	padding : 2px 4px 2px 20px;
	height : 26px;
}
#form input[type=reset] {
	background : #EEE url("img/icones.jpg") no-repeat 4px -315px;
	padding : 2px 4px 2px 20px;
	height : 26px;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 1000px;
	height : 40px;
	background: url("img/footer.jpg") no-repeat;
	margin : 20px auto 5px auto;
	color : #666;
	padding : 5px 0 0 0;
	clear : both;
}
#footer p {
	float : left;
	padding : 4px 8px;
}
#footer p.right {
	float : right;
	padding: 4px 8px;
}
#footer a {
	color : #DDD;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed;
}
