/*
Theme Name: tab 5.
Theme URI: http://tabaramounien.com
Author: tabaramounien
Version: 5.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Typo
-----------------------------------------------*/

@font-face {
    font-family: 'NotCourierSans';
    src: url('typo/notcouriersans-webfont.eot');
    src: url('typo/notcouriersans-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/notcouriersans-webfont.woff') format('woff'),
         url('typo/notcouriersans-webfont.ttf') format('truetype'),
         url('typo/notcouriersans-webfont.svg#NotCourierSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NotCourierSansBold';
    src: url('typo/notcouriersans-bold-webfont.eot');
    src: url('typo/notcouriersans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/notcouriersans-bold-webfont.woff') format('woff'),
         url('typo/notcouriersans-bold-webfont.ttf') format('truetype'),
         url('typo/notcouriersans-bold-webfont.svg#NotCourierSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OldStandardBold';
    src: url('typo/oldstandard-bold-webfont.eot');
    src: url('typo/oldstandard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/oldstandard-bold-webfont.woff') format('woff'),
         url('typo/oldstandard-bold-webfont.ttf') format('truetype'),
         url('typo/oldstandard-bold-webfont.svg#OldStandardBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OldStandardItalic';
    src: url('typo/oldstandard-italic-webfont.eot');
    src: url('typo/oldstandard-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/oldstandard-italic-webfont.woff') format('woff'),
         url('typo/oldstandard-italic-webfont.ttf') format('truetype'),
         url('typo/oldstandard-italic-webfont.svg#OldStandardItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OldStandardRegular';
    src: url('typo/oldstandard-regular-webfont.eot');
    src: url('typo/oldstandard-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/oldstandard-regular-webfont.woff') format('woff'),
         url('typo/oldstandard-regular-webfont.ttf') format('truetype'),
         url('typo/oldstandard-regular-webfont.svg#OldStandardRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 
/* =Structure
----------------------------------------------- */

body {
font-family: "NotCourierSans", Courier, monospace;
font-size:0.8em;
color:#000000;
}

a:link, a:visited, a:hover{
	color:#000000;
	text-decoration:none;
}
strong{
	font-family: "NotCourierSansBold", Courier, monospace;
}
sup {
	vertical-align: top;
	font-size:0.7em; }
	
.logo a:link, .logo a:visited{
	position:absolute;
	z-index:99;
	width:200px;
	top:30px;
	left:30px;
	background:url(images/tabaramounien.png) no-repeat;
	height:36px;
	padding:20px 0px 0px 30px; /*top, right, bottom and left padding */ 
}
.logo a:hover{
	background:url(images/tabaramounien_over.png) no-repeat;
	color:#0000FF;
}
.footer{
	font-size:10px;
	z-index:1000;
	text-align: left;
	height: 30px;
	width: 300px;
	position: fixed;
	bottom: 150px;
	right: -150px;
	    /* ROTATION */
    -moz-transform:rotate(-90deg); /*firefox*/
    -webkit-transform:rotate(-90deg); /*Chrome, Safari*/
    -o-transform:rotate(-90deg); /*Opera*/
    -ms-transform:rotate(-90deg); /* IE */
}
.footer a:hover{
	color:#0000FF;
	text-decoration:underline;
}
/* =Menu
-----------------------------------------------*/
.menu{
	font-size:12px;
	position:absolute;
	left:62px;
	top:80px;
	width:300px;
	z-index:100;
}
.menu li.itemGen, .menu li.cat-item{
	float:left;
	margin-left:3px;
}
.menu li.itemGen a:link, .menu li.itemGen a:visited{
text-decoration:none;
border-bottom:#000 dotted thin;
}
.menu li.itemGen a:hover, .menu li.itemGen.selected a{
text-decoration:none;
color:#0000FF;
border-bottom: #0000FF solid thin;
}


/* =Textes
-----------------------------------------------*/
.spacer{
    clear: both;
}
#content{
	position:absolute;
	top:63px;
	left:30px;
	z-index:98;
	background-color:#fff;
	width:510px;
	height: 300px;
}
#content div{
	position: absolute;
	top:50px;
	left:35px;
	width:447px;
}
#content div.btnClose{
	left:480px;
	top:15px;
	cursor:pointer;
}

#content p{
	font-family:"OldStandardRegular", Times, serif;
	font-size:1.4em;
	line-height:1.3em;
	margin-top:0.3em;
	text-align:left;
}
#content strong{
	font-family:"OldStandardBold", Times, serif;
}
#content em{
	font-family:"OldStandardItalic", Times, serif;
	font-style:italic;
}
#content a:link, #content a:visited{
	border-bottom:#ccc dotted thin;
}

#content a:hover{
	border-bottom:#0000FF dotted thin;
	color:#0000FF;
}

.c-catalogue img{
	float:left;
}
.c-catalogue p{
	padding:30px;
}
/* =Images
-----------------------------------------------*/
#container{
	position: relative;
	top: 90px;
	width: 95%;
}
.item{
 
}

