/*
Theme Name: Tannerie Garat
Theme URI: http://www.tannerie-garat.com
Description:
Version: 1.0
Author: REZO21
*/

/*   -------------------------------------------------------------
     Global
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
	 
* {
	margin : 0;
	padding : 0;
}

a {
	color : #333;
	text-decoration : underline;
}

a:hover {
	text-decoration : none;
}

body {
	background : #0f0502 none;
	color : #333;
	font : .8em Times, Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 1.6em;
	margin-bottom : 10px;
}

h2 {
	font-size : 1.4em;
}

img {
	border : 0 none;
}

img.alignright {
	clear : both;
	float : right;
	margin : 5px 0 5px 10px;
}

img.alignleft {
	float : left;
	margin : 5px 10px 5px 0;
}

p {
	margin-bottom : 10px;
	text-align : justify;
}

strong {
	color : #9e560b;
}

.clear {
    clear : both;
	height : 0;
	overflow : hidden;
}

.next {
	font-size : 1.2em;
}

/* Wrapper
--------------------------------------------------*/
#wrapper {
	margin : 0 auto;
	width : 1000px;
}

/* groupe Header
--------------------------------------------------*/
#header {
	background : url(images/tannerie-garat.jpg) no-repeat 0 0;
	height : 215px;
}

#logo a {
	height : 154px;
	margin : 12px 0 0 272px;
	position : absolute;
	width : 455px;
}

#logo a span {
	display : none;
}

#headermenu {
	background : white url(images/bg-menu.jpg) repeat-y 0 0;
	border-bottom : 4px solid #520202;
	border-top : 4px solid #520202;
	position : absolute;
	top : 180px;
	width : 1000px;
}

#headermenu .leftmodule {
	float : left;
	line-height : 27px;
	width : 700px;
}

#headermenu .rightmodule {
	float : left;
	line-height : 27px;
	text-align : right;
	width : 300px;
}

#headermenu li {
	display : inline;
}

#headermenu a {
	color : #520202;
	font-size : 1.2em;
	font-weight : bold;
	padding : 0 10px;
	text-decoration : none;
}

#headermenu a:hover {
	color : #9e560b;
}

#headermenu .widgettitle {
	display : none;
}

/* groupe Content
--------------------------------------------------*/
#content {
	background : white none;
	color : #666;
}

#content .leftcolumn {
	background : url(images/outils-tannerie.jpg) no-repeat 50% 96%;
	height : 420px;
	padding : 10px;
	vertical-align : top;
	width : 180px;
}

#content .leftcolumn h2 {
	border-bottom : 4px solid #9e560b;
	color : #9e560b;
	letter-spacing : -1px;
	padding : 10px 0 5px 0;
	text-align : center;
	text-transform : uppercase;
}

#content .leftcolumn li {
	border-bottom : 1px solid #b68048;
	list-style : none;
}

#content .leftcolumn li a {
	background : url(images/dot.gif) no-repeat 0 50%;
	color : #520202;
	display : block;
	padding : 5px 5px 5px 15px;
	text-decoration : none;
}

#content .leftcolumn li a:hover {
	text-decoration : underline;
}

#content .maincolumn {
	padding : 20px 10px;
	vertical-align : top;
	width : 580px;
}

#content .maincolumn ul {
	margin-left : 20px;
}

#content .maincolumn li {
	margin : 5px 0;
}

#content .rightcolumn {
	background : url(images/bg-menu-rightcolumn.jpg) no-repeat 50% 0;
	vertical-align : top;
	width : 200px;
}

#content .rightcolumn li {
	border-bottom : 1px solid #520202;
	list-style : none;
}

#content .rightcolumn li a {
	color : #520202;
	display : block;
	font-size : 1.1em;
	font-weight : bold;
	margin : 0 auto;
	padding : 5px 0;
	text-decoration : none;
	width : 150px;
}

#content .rightcolumn li a:hover {
	text-decoration : underline;
}

/* groupe Footer
--------------------------------------------------*/
#footer {
	background : white url(images/bg-menu.jpg) repeat-y 0 0;
	border-bottom : 4px solid #9e560b;
	border-top : 4px solid #9e560b;
	color : #9e560b;
	width : 1000px;
}

#footer .leftmodule {
	float : left;
	line-height : 27px;
	padding-left : 10px;
	width : 790px;
}

#footer .rightmodule {
	float : left;
	line-height : 27px;
	padding-right : 10px;
	text-align : right;
	width : 190px;
}

#footer li {
	display : inline;
}

#footer a {
	color : #9e560b;
}