/*
Theme Name: Magasin N
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */



html, body {
font-family: Arial, Sans-Serif, Verdana;
background: #000;
color: #FFF;
margin: 0 0 20px 0;
padding: 0;
	}
	
	#page {
font-family: Arial, Sans-Serif, Verdana;
background-color: #000;
margin: 20px auto;
padding: 0;
width: 960px;

}
	
	#partiegauche {
		padding-top:10px;
		position:relative;
	float:left;
	width:161px;
}
#partiedroite {
	float:right;
	width: 775px;
	padding-top:60px;
}

#logonav{
	float:left;
width:161px;

}

body#home #index a,
body#magazines #magazines a,
body#documentaires #documentaires a,
body#programmes #programmes a,
body#habillages #habillages a,
body#labo #labo a,
body#nous #nous a
{
			background-color:#FFF;
	color:#000;
}




#header {
	background: #000;
	position:relative;

	margin: 0 0 0 0px;
padding: 0;
width:775px;
height: 50px;

	}
	hr {
		margin-top: 19px;
	}
	#header ul {
		overflow:hidden;
		margin:0;
			list-style-position:inside;
		list-style:none;
	display:inline;
	padding:0px;
	
	
	
	}
	
	#header ul li {
	
		list-style-position:inside;
		padding-right:5px;
		list-style:none;
	display:inline;

	
	}
		#header ul li a {
			
			font-weight:1OO;
			padding: 5px 5px 5px 5px;
	color:#FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	}
		#header ul li a:hover {
			background-color:#666;
	color:#000;
	}
	
		#header ul li a.current {
			background-color:#FFF;
	color:#000;
	}
	
	/*#contents {
	height:450px;
	}*/
	

#albums {
	position:relative;
	float:left;
	width:165px;
}



#footer {
background: #000;
border: none;
color:#FFF;
margin-top: 0px;
padding-top: 10px;
font-size:10px;
	clear: both;
	text-align:right;
}


#slideshow{
	position:relative;
	float:right;
	width:600px;
	height:440px;
	padding-top:11px;
}

#albums ul {
	text-align:left;
	font-size:12px;
	text-transform: uppercase;
	list-style-position:inside;
	list-style:none;
	padding:0px;
}


#albums ul li {
			padding-bottom:5px;

}

		#albums ul li a {
			display: block;
	padding:5px 5px;
	color:#FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background-color:#000;
	color:#FFF;
	}
	
		#albums ul li a:hover {
	background-color:#666;
	color:#000;
	text-decoration:none;
	}
	
		#albums ul li.current a {
			background-color:#FFF;
	color:#000;
	}


/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

.hidden { 
display: none; 
}
hr {
color:#fff
}
a img {
border: none;
}

/* End Various Tags & Classes*/

