/*
Theme Name: K2
Theme URI: http://getk2.com
Description: Configure from the <a href="themes.php?page=k2-options">K2 Options Panel</a>. Visit the <a href="http://getk2.com/forum">support forums</a>, <a href="http://k2.stikipad.com/docs/show/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>.</p><p><small>Developed by <a href="http://binarybonsai.com">Michael</a>, <a href="http://chrisjdavis.org">Chris</a>, <a href="http://zeo.unic.net.my">Zeo</a>, <a href="http://stevelam.org">Steve</a> and <a href="http://nybblelabs.org.uk">Ben</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 0.95 RC1
Author: Various Artists
Author URI: http://binarybonsai.com

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/



/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	margin : 5px;
	}

body {
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #F0EBD8 url(img/bg.jpg) repeat-x;
	text-align: center;
	margin: 22px 0 30px 0;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF url(img/bg_page.jpg) repeat-y;
	position: relative;
	width: 652px;
}



#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 189px;
	background: #D5C898 url(img/header.jpg) no-repeat;
	}
	
#header h1{
	text-indent: -100em;
	overflow: hidden;
	width: 244px;
	height: 71px;
	padding: 0;
	margin: 0;
}
#header h1 a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#header p{
	text-indent: -100em;
	overflow: hidden;

}



#content{
	background: url(img/bgpromo.jpg) repeat-y center bottom;

}

.more-link{
	display: block;
}

.entry-content{
	padding-right: 10px;
	text-align : justify;
}

.entry-content a, .retour a{
		color : #037436;
		font-weight : bold;
		text-decoration : none;
}


#bienvenue{
		width : 205px;
		padding : 5px 0 0 10px;

		float : left;
		font : bold 1.4em "Trebuchet MS", Verdana, Arial, Sans-serif;
		color : #037436;
		
}

.grand{
	font-size: 120%;
}


#zonepromo{
	padding : 7px 5px 0 8px;
	float : right;
	width : 410px;
}

#zonepromo p {
margin-bottom : 10px;
font-size : 1.1em;
}

#footerpromo{
	background: url(img/footerpromo.jpg) no-repeat right top;
	height : 19px;
	clear : both
}





.clear {
	clear :both;
}


/* headings */

h2 {
	color : #786316;
	font : bold 1.7em "Trebuchet MS", Verdana, Arial, Sans-serif;

}


h2 a{
	color : #786316;
	text-decoration : none;
}

h3{
	color : #037436;
	font : bold 1.4em "Trebuchet MS", Verdana, Arial, Sans-serif;
	margin-top : 5px;
	margin-bottom : 5px;
}


/* alignement */

.center {
	text-align: center;
	}

.alignright {
	float: right;
	margin-left : 5px;

	}
	
.alignleft {
	float: left;
	margin-right : 5px;
	}
	
	

/*- magasins */

#magasins {
	text-align:center;
	background-color : #DED2A5;
}

#zonemag{
		background: url(img/bgfonce.jpg) repeat-y center top;
		width: 652px;
		margin : 0 auto;
		padding : 10px 20px;
}

#zonemag img{
	border : 0;
	padding : 7px 15px 0 15px;
}


#footpage{
	background: url(img/footer.jpg) no-repeat center top;
	height : 20px;
}

	



hr{
	display : none;
}






/* footer */

#footer {
	margin-top: 20px;
	text-align: center;
	background-color : #DFD3A5;
	padding : 10px 0;
	color : #9B842D;
	}

#footer a {
	color: #9B842D;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {

	text-decoration: none;
	color: #423503;
	}
	
	
	
	

