/* 
	Theme Name: Woodstower 2
	Theme URL: http://theme-junkie.com/
	Description: Just Another Premium Theme for Free
	Author: Roy Guan
	Author URI: http://theme-junkie.com/ 
	Version: 2.0
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options
	
	Changelog:
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/

/*******************
*	RESET		   *
*******************/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}
.centre  {margin-left:auto;
margin-right:auto;}


/*******************
*	OVERALL		   *
********************/
body {
	background: #00b6de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #00b6de;
	width: 940px;
	margin: 0px auto;
	padding: 0px 15px 15px 15px;

}

/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*******************
*	TOP			   *
********************/
#top {
	background: #00b6de;
	margin: 0;
	padding: 0;
}

#topnav {
	background: #00b6de;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;

	font-size: 11px;
}

#topnav .current_page_item {
	background: #662801;
}

#topnav .current_page_item a {
	color: #fff !important;
}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#topnav ul li {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;

}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #662801;
	display: block;
	margin: 0;
	padding: 8px 12px 7px 12px;
}

#topnav li a:hover, #topnav li a:active {
	background: #662801;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: none;
}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #00b6de;
	width: 130px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;


}

#topnav li li a:hover, #topnav li li a:active {
	background: #662801;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#topnav li ul {
	z-index: 9999;
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}

#topnav li li {
	border:none;
}

#topnav li ul a {
	width: 120px;
}

#topnav li ul a:hover, #topnav li ul a:active {
}

#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}

#topnav li:hover, #topnav li.sfhover {
	position: static;
}

#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}

/*******************
*	SEARCH FORM	   *
********************/
form {
	margin: 0;
	padding: 0;
}

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.searchinput {
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 4px 4px 4px 5px;

	background: #00b6de;
}

.searchinput:focus {

}

.searchsubmit {
	width: 35px;
	background: #662801;

	margin: 0;
	padding: 1px 0 2px 0;
	color: #fff;
	font-weight: bold;
}

/*******************
*	HEADER		   *
********************/
#header {
	background: #00b6de;
	height: 180px;
	margin: 0;
	padding: 0;
}

.logo {
	background: #fff url(images/logo.png) no-repeat;
	float: left;
	width: 940px;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0;
}

.ad468x60 {
	float: right;
	background: #00b6de;
	width: 468px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

.ad468x60 img {
	border: none;
}

#zoom {
	background: #00b6de url(images/simonon.png) no-repeat;
        width:940px;
        float:left;
        padding-left:70px;
        margin:0;
}


/*******************
*	MENU		   *
********************/
#menu {
	background: #00b6de url(images/fondmenu.png) no-repeat;
	height: 75px;
	margin: 0;
	padding-left: 135px;
        padding-top : 0px;

}
#menu ul {
	float: left;
	list-style: none;
        margin:0 0 0 -1px;

}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;

}

#menu ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;

}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 8px 12px 8px 12px;
	color: #e2007a ;
	display: block;
	font-size: 16px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
        font-weight:bold;
}

#menu li a:hover, #menu li a:active {
	margin: 0;
	padding: 8px 12px 8px 12px;
	color: #00b6de ;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {

	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 8px 12px;
	color: #e2007a ;
        background :#fff;
}

#menu li li a:hover, #menu li li a:active {
	background: #00b6de;
        color : #5b2c09;
	padding: 8px 12px 8px 12px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menu li li {
	border: none;
}

#menu li ul a {
	width: 120px;
}

#menu li ul a:hover, #menu li ul a:active {
}

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	position: static;
}

/*******************
*	HOMEPAGE	   *
********************/
#col1 {
	background: #fff;
	float: left;
	width: 605px;
	margin: 15px 0 0 0;
	padding: 0 0 3px 0px;
	clear: both;
}

.featuredline {
	margin: 0;
	padding: 0;
        height:100px;
	background: #00b6de url(images/gauche.png) no-repeat;
}
.featuredline h1 {
        padding-top:65px;
        padding-left:25px;
	color: #00b6de ;
	font-size: 30px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;

}

/*******************
*	POST BOX	   *
********************/
#post {
     margin-left : 10px
}

#postbox {
	float: left;
	background: #00b6de;
	width: 265px;
	height: 245px;
	margin: 0 10px 15px 0;
	padding: 10px;
	line-height: 16px;

	color: #444;
}

#postbox h3 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
}

#postbox h3 a:hover {
 	color: #662801;
}

#postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#postbox .header {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail img {
	margin: 0;
	padding: 2px;
	background: #00b6de;
	width: 80px;
	height: 80px;
}

#postbox .info {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}

#postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}

#postbox .meta {
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	background: #00b6de;
	line-height: 20px;
	text-transform: uppercase;
}


#postbox .author {
	text-transform: uppercase;
}

#postbox .date {
	text-transform: uppercase;
}

#postbox .continue {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(images/continue.gif) no-repeat 0 0;
}

#postbox .comment {
	padding: 0 0 0 17px;
	background: url(images/comment.gif) no-repeat 0 -1px;
}

/*******************
*	CONTENT		   *
********************/
#content {
	background: #fff;
	float: left;
	width: 605px;
	margin: 0;
	padding: 0;
	color: #333;
        overflow:hidden;
}
#contentprog {
	background: #fff;
	float: left;
	width: 605px;
	margin: 0;
	padding: 0;
	color: #333;
}


#content h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

.browse {	
	background: #f9f9f9;

	margin: 15px 0 0 0;
	padding: 10px;
	color: #333;
	line-height: 18px;
}

.browse a {
	color: #333;
}

.postmeta {
	margin: 0;
	padding: 0 0 5px 0;

}

.postmeta a {
	color: #000;
}

/*******************
*	ENTRY		   *
********************/
.entry {
	line-height: 18px;
	margin: 0 10px 25px 25px;
	padding: 0;
}

.prog {
	width:190px;
	margin:0;
	padding:0;
	float:left;
}
.prog img{
 	width: 60px;
	height: 60px;
	margin: 2px 5px;
       	padding: 0;
        float : left;
}
.prog p {
 	width: 180px;
	margin: 2px 5px;
}
 
.prog h1 {
	padding: 12px 0px 16px 0px;
	color: #e2007a;
	font-size: 24px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
}
.prog h3 {
	padding: 8px 0px 8px 0px;
	font-size: 20px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
}      

.entry  p {
	padding-bottom: 10px;
	}
	
.entry strong {
	font-weight: bold;
	}
	
.entry h1 {
	padding: 12px 0px 16px 0px;
	color: #e2007a;
	font-size: 24px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
}
	
.entry h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 7px 0px !important;
	}
	
.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry a {
	color: #5b2c09;
        font-weight:bold;
	}
	
.entry a:hover {
	text-decoration: underline;
	}
	
.entry a img {
	border: none;
	}
	
.entry ul {
	padding-bottom: 10px;
	list-style: square inside;
	}

.entry ol {
	padding-bottom: 10px;
	list-style: decimal inside;
	}
	
.entry li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #4C4C4C;
	}
	
.entry li a {
	color: #333333;
	}

.entry li ul {
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: #F6F5F5;
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	color: #333333;
	clear: both;

	}
	
code {
	color: #444444;
	font: 11px/17px tahoma, arial, sans-serif;
	display: block;
	}
	
blockquote p {
	margin: 5px 0px;
	padding: 5px 0px;
	font-size: 11px;
	line-height: 15px;
	}
	
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
	}
	
blockquote a {
	color: #0080CA;
	text-decoration: underline;
	}
	
blockquote a:hover {
	color: #003399;
	}


.tag {
	padding: 10px;
	line-height: 15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
	margin: 0;
	padding: 0;
}

#archive h3 {
	margin: 0;
	padding: 0;
}

.archiveleft {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.archiveleft img{
 	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.archiveright {
	float: right;
/*	width: 480px;*/
	width: 560px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}




.archivebottom {
	background: #f8f8f8;
	margin: 10px 0 10px 0;
	padding: 10px;

}

/*******************
*	IMAGES		   *
********************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;

}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/*******************
*	SIDEBAR		   *
********************/
#sidebar {
	background: #00b6de;
	float: right;
	width: 320px;
	margin: 0;
	padding: 0;
}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #333;
	line-height: 18px;
}

#sidebar .box a {	
	color: #333;
}

#sidebar .widget {
        margin:0;
	padding: 0;
        background: #fff;
}

#sidebar .widget-kwep {
        padding : 7px;
        margin:0;
	padding: 0;
        background: #fff;
}

#sidebar .widget-kwep p {
        padding : 7px;
        margin:0;
        background: #fff;
}

#sidebar .widget-kwep h3 {

	color:#e2007a;
	font-size: 24px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
        font-weight:bold;
        text-align:center;
}

#sidebar .widget h3 {
        padding : 7px;
	color:#e2007a;
	font-size: 24px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
        font-weight:bold;
        text-align:center;
}


#sidebar .widget form {
        padding : 7px;
}

#sidebar .emballe{
	background: #fff;
	margin: 0;
	padding: 0;
}
#sidebar .progr {
	width : 300px;
	margin-left:10px;
}
#sidebar .progra {
	width : 320px;
	margin:0px;
        padding:0;
}
#sidebar .progra img{
        margin:0;
        padding:0;
        float:left;
}
#sidebar .progra a{
        margin:0;
        padding:0;
        float:left;
}
#sidebar .progr li {
	float: left;
	list-style: none;
	display: inline;
}
#sidebar .progr ul li a{
	font-size: 16px;
        color : #e2007a;
        font-weight:bold;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
}
#sidebar .progr ul li a:hover{
        color : #5b2c09;
        text-decoration : none;
}  

#sidebar .leftwidget {
	background: #fff;
	float: left;
	width: 150px;
	margin-left: 5px;
	padding: 0;
}

#sidebar .rightwidget {
	background: #fff;
	float: right;
	width: 150px;
	margin-left: 5px;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;

}
.rightwidget ul li{
	list-style: none;
	margin: 0;
        padding:0;

}

#sidebar li ul {

}

#sidebar li li {

}

#sidebar .leftwidget h3 {
/*	margin: 15px 0 0 0;*/
	padding: 7px;
	color: #e2007a;
	font-size: 16px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
        font-weight:bold;
        text-align:center;
}

#sidebar .rightwidget h3 {
/*	margin: 15px 0 0 0;*/
	padding: 7px;
	color: #00b6de;
	font-size: 16px;
        font-family : Garamond, "Book Antiqua", "Palatino Linotype", Palatino, serif;
        font-weight:bold;
        text-align:center;
}


/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform {
	line-height: 20px;
}

.subscribeinput {
	width: 180px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 3px;
	border: 1px solid #e6e6e6;
}

.subscribeinput:focus {
	border: 1px solid #191919;
}

.subscribesubmit {
	width: 60px;
	background: #ccc;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}

.rss {
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}

.postsfeed {
	background: url(images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
}

.commentsfeed {
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
	background: url(images/rss.gif) no-repeat 0 0;
}

/*******************
*	FLICKR		   *
********************/
.flickr img {
	margin: 0;
	padding: 2px;
	border: none;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

#respond {
	background: #00b6de;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply {
	padding: 5px 0 0 0;
}

.cancel-comment-reply a {
	color: #000;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #00b6de;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #00b6de;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #00b6de;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.reply a {
	color: #333 !important;
}

ol.commentlist li div.reply a:hover {
	color: #333 !important;
	text-decoration: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #00b6de;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
	background: #00b6de;
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
	margin-top: 5px;
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}
#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .author {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .email {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .url {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 155px;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}

/******************
*	FOOTER		  *
*******************/ 
#footer {
	background: #00b6de;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	color: #333;
	line-height: 20px;
	list-style: none;
	border-top: 1px solid #e6e6e6;
}

#footer ul li {
	list-style: none;
	margin: 0;
	background: #00b6de;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

#footer .box {
	width: 291px;
	margin: 0 15px 0 0;
}
#footer h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	background: #00b6de;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#footer ul ul {
	display: none;
}
#footer img {
	padding: 5px;
}

/******************
*	BOTTOM		  *
*******************/ 
#bottom {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 15px;
	border-top: 1px solid #e6e6e6;
}

#bottom a {
	color: #662801;
	border-bottom: 1px dotted #333;
}

#bottom a:hover {
	border-bottom: none;
}


/* Bricolage */

#liens /* les menus à droite */
{

  margin:0px;
  padding:0px
  width:145px;
  height:174px;
  overflow : hidden ;
}
#liens a
{
	cursor:pointer;
}
#liens ul
{
	padding:0px;
	margin:0px;
	list-style: none;
	text-align:center;
}

ul.sociallinks { width: 145px; float: left;background-image: url(images/links.gif);padding:0;margin:0 }
ul.sociallinks li a { width: 145px; height: 29px; display: block; background-image: url(images/links.gif); text-indent: -9000px;padding:0 }
	
	ul.sociallinks li.deezer a:hover      { background-position: -145px    -29px;padding:0 }
	ul.sociallinks li.daily a:hover      { background-position: -145px    0px;padding:0 }
	ul.sociallinks li.myspace a:hover      { background-position: -145px    -87px;padding:0 }
	ul.sociallinks li.facebook a:hover      { background-position: -145px    -116px;padding:0 }
	ul.sociallinks li.youtube a:hover      { background-position: -145px    -58px;padding:0 }
	ul.sociallinks li.twitter a:hover      { background-position: -145px    -145px;padding:0 }
		

	ul.sociallinks li.deezer a      { background-position: 0px    -29px;padding:0 }
	ul.sociallinks li.daily a      { background-position: 0px    0px;padding:0 }
	ul.sociallinks li.myspace a      { background-position: 0px    -87px;padding:0 }
	ul.sociallinks li.facebook a      { background-position: 0px    -116px;padding:0 }
	ul.sociallinks li.youtube a      { background-position: 0px    -58px;padding:0 }
	ul.sociallinks li.twitter a      { background-position: 0px    -145px;padding:0 }


/* Bordel pour la page prog */

#Tableau_01 {
	position:relative;
	left:0px;
	top:0px;
	width:605px;
	height:776px;
}

#programmation3-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:225px;
	height:118px;
}

#programmation3-02 {
	position:absolute;
	left:225px;
	top:0px;
	width:173px;
	height:118px;
}

#programmation3-03 {
	position:absolute;
	left:398px;
	top:0px;
	width:207px;
	height:118px;
}

#programmation3-04 {
	position:absolute;
	left:0px;
	top:118px;
	width:225px;
	height:265px;
}

#programmation3-05 {
	position:absolute;
	left:225px;
	top:118px;
	width:173px;
	height:31px;
}

#programmation3-06 {
	position:absolute;
	left:398px;
	top:118px;
	width:207px;
	height:31px;
}

#programmation3-07 {
	position:absolute;
	left:225px;
	top:149px;
	width:173px;
	height:28px;
}

#programmation3-08 {
	position:absolute;
	left:398px;
	top:149px;
	width:207px;
	height:28px;
}

#programmation3-09 {
	position:absolute;
	left:225px;
	top:177px;
	width:173px;
	height:38px;
}

#programmation3-10 {
	position:absolute;
	left:398px;
	top:177px;
	width:207px;
	height:51px;
}

#programmation3-11 {
	position:absolute;
	left:225px;
	top:215px;
	width:173px;
	height:51px;
}

#programmation3-12 {
	position:absolute;
	left:398px;
	top:228px;
	width:207px;
	height:48px;
}

#programmation3-13 {
	position:absolute;
	left:225px;
	top:266px;
	width:173px;
	height:25px;
}

#programmation3-14 {
	position:absolute;
	left:398px;
	top:276px;
	width:207px;
	height:25px;
}

#programmation3-15 {
	position:absolute;
	left:225px;
	top:291px;
	width:173px;
	height:53px;
}

#programmation3-16 {
	position:absolute;
	left:398px;
	top:301px;
	width:207px;
	height:25px;
}

#programmation3-17 {
	position:absolute;
	left:398px;
	top:326px;
	width:207px;
	height:57px;
}

#programmation3-18 {
	position:absolute;
	left:225px;
	top:344px;
	width:173px;
	height:39px;
}

#programmation3-19 {
	position:absolute;
	left:0px;
	top:383px;
	width:85px;
	height:393px;
}

#programmation3-20 {
	position:absolute;
	left:85px;
	top:383px;
	width:148px;
	height:55px;
}

#programmation3-21 {
	position:absolute;
	left:233px;
	top:383px;
	width:176px;
	height:40px;
}

#programmation3-22 {
	position:absolute;
	left:409px;
	top:383px;
	width:196px;
	height:393px;
}

#programmation3-23 {
	position:absolute;
	left:233px;
	top:423px;
	width:176px;
	height:27px;
}

#programmation3-24 {
	position:absolute;
	left:85px;
	top:438px;
	width:148px;
	height:45px;
}

#programmation3-25 {
	position:absolute;
	left:233px;
	top:450px;
	width:176px;
	height:21px;
}

#programmation3-26 {
	position:absolute;
	left:233px;
	top:471px;
	width:176px;
	height:32px;
}

#programmation3-27 {
	position:absolute;
	left:85px;
	top:483px;
	width:148px;
	height:38px;
}

#programmation3-28 {
	position:absolute;
	left:233px;
	top:503px;
	width:176px;
	height:34px;
}

#programmation3-29 {
	position:absolute;
	left:85px;
	top:521px;
	width:148px;
	height:29px;
}

#programmation3-30 {
	position:absolute;
	left:233px;
	top:537px;
	width:176px;
	height:29px;
}

#programmation3-31 {
	position:absolute;
	left:85px;
	top:550px;
	width:148px;
	height:51px;
}

#programmation3-32 {
	position:absolute;
	left:233px;
	top:566px;
	width:176px;
	height:24px;
}

#programmation3-33 {
	position:absolute;
	left:233px;
	top:590px;
	width:176px;
	height:27px;
}

#programmation3-34 {
	position:absolute;
	left:85px;
	top:601px;
	width:148px;
	height:26px;
}

#programmation3-35 {
	position:absolute;
	left:233px;
	top:617px;
	width:176px;
	height:43px;
}

#programmation3-36 {
	position:absolute;
	left:85px;
	top:627px;
	width:148px;
	height:45px;
}

#programmation3-37 {
	position:absolute;
	left:233px;
	top:660px;
	width:176px;
	height:29px;
}

#programmation3-38 {
	position:absolute;
	left:85px;
	top:672px;
	width:148px;
	height:104px;
}

#programmation3-39 {
	position:absolute;
	left:233px;
	top:689px;
	width:176px;
	height:87px;
}
