/*
Theme Name: Gillouzz
Theme URI: http://www.gillouzz.com
Description: 3-column gossip WordPress theme
Version: 1.01
Author: leGizz
Author: http://www.legizz.com
*/


/* Default styles */
/* Reset / Default styles */
/* General */
body { font-family: arial; font-size: 12px; border: 0; color: #222; background: #FFF; }
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { margin: 0; padding: 0; }
p { line-height: 20px; padding: 5px 0; }
h1, h2, h3, h4, h5 { padding: 10px 0; }
ul, ol { list-style: none; padding: 10px 0; }
small { font-size: 11px; }
code { background: #FFFFC1; }
a { color: #555; text-decoration: underline; }
	a:hover { text-decoration: none; }
	a img { border: none; }
blockquote p { padding: 5px 0; }


body{
	text-align: center;
	background: #000 url(images/body.jpg) no-repeat center top;
}

a{
	text-decoration: none;
	color: #000;
		border-bottom: 1px dotted #333;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;

}



#header{
	float: left;
	width: 960px;
	height: 166px;
	/*background: #fff url(images/bg-header.jpg) no-repeat;*/
}

#header h1{
	float: left;
	width: 270px;
	height: 160px;
	margin: 0;
	display: inline;
	overflow: hidden;
}


#menu{
	float: left;
	width: 470px;
	margin: 84px 0 0 10px;
	display: inline;
}

#menu ul{
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 14px 20px 0 0;
	display: inline;
	position: relative;
}

#menu ul li a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 18px;
	color: #0b6dff;
}

#search{
/*	float: left;*/
	margin: 104px 0 0;
}

#search form#searchform{
	float: left;
	width: 186px;
	margin: 7px 0 0;
	background: url(images/bg-search-form.gif) repeat-x;
}

#search form#searchform input{
	font: 11px arial, helvetica, sans-serif;
}

#search form#searchform .keyword{
	float: left;
	height: 29px;
	background: url(images/bg-search-input.gif) no-repeat;
}

#search form#searchform .keyword input#s{
	float: left;
	margin: 6px 0 0 10px;
	border: 0;
	display: inline;
	background-color: transparent;
}

#search form#searchform .go{
	float: right;
}

blockquote, body, caption, dd, dl, form, h1, h2, h3, h4, h5, h6, input, p, pre, textarea, table, td, th{
	margin: 0;
	padding: 0;
}

body, form, h1, h2, h3, h4, h5, h6, input, textarea, table{
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #000;
}


blockquote{
	margin: 10px 0 0;
	background: #f9f9f9;
	font-style:italic;
}

blockquote p{
	padding: 20px;
}

blockquote blockquote{
	margin: 0 20px;
	background: #fff;
}

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

img.alignright{
	margin: 5px 0 2px 10px;
}

img.alignleft, img.alignright{
	padding: 4px;
	border: 1px solid #f2f1e9;
	display: inline;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img{
	max-width: 100%;
}

p{
	padding: 10px 0;
}

small{
	font-size: 11px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.dottop, .dotbottom{
	width: 100%;
	background: url(images/dot.gif) right top no-repeat;
}

.dottop div, .dotbottom div{
	background: url(images/dot.gif) no-repeat;
}

.dottop, .dottop div, .dotbottom, .dotbottom div{
	height: 1px;
	font-size: 1px;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}


.sidebar{
	float: left;
	margin: 10px 0 0;
	width: 330px;
}


.sidebar a{border:none;}


.sidebar ul#primary, .sidebar ul#quaternary{width: 330px;}
.sidebar ul#secondary, .sidebar ul#tertiary{float: right; width: 160px; margin:5px 0 0 0;}
.sidebar ul#tertiary{float: left;}

.sidebar ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li h3, .sidebar h3{
	padding: 8px 4px 6px 14px;
	font: bold 12px georgia, serif;
	text-transform: uppercase;
	background: url(images/sidebarheading-star.gif) 2px 11px no-repeat;
	color: #555;
	border-bottom: 1px solid #f2f1e9;
		border-top: 2px dotted #f2f1e9;
}

.sidebar ul ul{
	float: none;
	line-height: 22px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 4px 10px 3px 28px;
	border-bottom: 1px solid #f2f1e9;
	background: url(images/xx.gif) no-repeat 10px 10px;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	border: 0;
	background-image: none;
}



.sidebar ul li#ads-300x250{
	width: 330px;
	height: 280px;
	overflow: hidden;
	background: #f2f1e9;
}

.sidebar ul li#ads-300x250 .rctop, .sidebar ul li#ads-300x250 .rctop div, .sidebar ul li#ads-300x250 .rcbottom, .sidebar ul li#ads-300x250 .rcbottom div{
	background-image: url(images/corners-alt.gif);
}

.sidebar ul li#ads-300x250 ul{
	padding: 0 10px;
}

.sidebar ul li#ads-300x250 ul li{
	padding: 0;
	width: 310px;
	height: 260px;
	background: #fff url(images/bg-ads-300x250.gif) no-repeat;
	border: 0;
}

.sidebar ul li#ads-300x250 ul li img{
	margin: 5px 0 0 5px;
}



/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}



.container{
	float: left;
	width: 960px;
	background: #fff;
}

.rctop, .rctop div, .rcbottom, .rcbottom div{
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.rctop{background: url(images/corners.gif) right top no-repeat;}
.rctop div{background: url(images/corners.gif) 0 -10px no-repeat;}
.rcbottom{background: url(images/corners.gif) right -20px no-repeat;}
.rcbottom div{background: url(images/corners.gif) 0 -30px no-repeat;}

.gallery{
	float: left;
	width: 590px;
	margin: 10px 0 0 5px;
	padding: 0 0 10px;
	border-top: 1px solid #f2f1e9;
	border-bottom: 1px solid #f2f1e9;
	display: inline;
}

.thumb{
	float: left;
	margin: 10px 0 0 10px;
	width: 156px;
	height: 156px;
	display: inline;
	position: relative;
}

.thumb-caption{
	width: 156px;
	height: 29px;
	overflow: hidden;
	background: #000;
	color: #ccc;
	position: absolute;
	top: 156px;
	left: 0;
	margin: -29px 0 0;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

.thumb-caption a{
	display: block;
	padding: 7px 10px 7px;
	color: #fff;
}

.thumb .dottop, .thumb .dotbottom{
	position: absolute;
	top: 0;
	left: 0;

}

.thumb .dotbottom{
	top: 155px;
}

.content{
	float: left;
	margin: 10px 10px 0;
	width: 600px;
	display: inline;
	overflow: hidden;
}

.post, .page{
	padding: 14px 0 0;
}

.entry-head{
	float: left;
	width: 600px;
	padding: 0 0 7px;
	border-bottom: 1px solid #f2f1e9;
	background: url(images/entryheading-star.gif) no-repeat 10px 6px;
}

.entry-head h2, .entry-meta{
	margin: 0 0 0 56px;
}

.entry-head h2{
	font: bold 24px "trebuchet ms", georgia, serif;
	text-transform: uppercase;
	color: #0b6dff;
}

.entry-head h2 a{
	color: #0b6dff;
}

.page .entry-head{
	float: none;
	background-image: none;
}

.page .entry-head h2{
	margin: 0 0 0 10px;
}

.entry-meta{

	padding: 1px 0 0;
	font-size: 11px;
	color: #777;
}

span.entry-date{
	padding: 0 0 0 12px;
	background: url(images/entrymeta-calendar.gif) no-repeat 0 3px;
}



span.author{
	padding: 0 0 0 13px;
	background: url(images/entrymeta-pencil.gif) no-repeat 0 3px;
}

span.comments-link{
	padding: 0 0 0 14px;
	background: url(images/entrymeta-comment.gif) no-repeat 0 3px;
}

.entry-foot{
	padding: 4px 10px 3px;
	border-top: 1px solid #f2f1e9;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
	background: #fdfdfd;
}

.entry-content{
	padding: 0 10px;
	line-height: 22px;
}

.entry-content p a{
	border-bottom: 1px dotted #ff00ff;
	color: #ff00ff;
}

.entry-content p a:hover{
	text-decoration: none;
	border: 0;
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.ads-468x60 img{
	margin: 20px 0 0 20px;
}


.navigation{
	float: left;
	width: 600px;
	margin: 17px 0 7px;
	display: inline;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}


#footer{
	float: left;
	width: 960px;
	padding: 10px 0 10px;;
	text-align: center;
	color: #000;
}

#footer a{
	color: #aba894;
}

#footer p{
	padding: 10px 20px;
}

#comments, #respond{
	margin: 15px 0 0;
}

#comments h3{
	padding: 0 10px 7px 10px;
	border-bottom: 1px solid #f2f1e9;
	font: 18px "trebuchet ms", georgia, serif;
	text-transform: uppercase;
	color: #0b6dff;
}

#comments h3#comments-count{
	padding: 0 10px 7px 39px;
	background: url(images/commentstemplate-comment.gif) no-repeat 10px 5px;
}

#comments ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments ol.commentlist li{
	padding: 4px 10px 3px;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
}

#comments ol.commentlist li.highlighted{
	background: #f9f9f9;
}

#comments .required{color: #a00;}
#comments textarea{width: 75%;}
#comments p.nocomments, #respond form{padding: 0 10px;}
#comments p#login-req{padding: 20px 10px 10px;}
p.comment_license{line-height: 22px;}

p.alert, p.download, p.info, p.note{
	margin: 10px 0 0;
	padding: 10px 10px 10px 36px;
}

p.alert{
	border-top: 2px solid #f0baa2;
	border-bottom: 2px solid #f0baa2;
	padding: 10px 10px 10px 36px;
	background: #ffd9c8 url(images/alert.png) no-repeat 12px 16px;
}

p.download{
	border-top: 2px solid #d4ebaf;
	border-bottom: 2px solid #d4ebaf;
	background: #edfcd5 url(images/download.png) no-repeat 10px 16px;
}

p.info{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #f9f9f9 url(images/info.png) no-repeat 12px 16px;
}

p.note{
	border-top: 2px solid #efe3ae;
	border-bottom: 2px solid #efe3ae;
	background: #fef6d2 url(images/note.png) no-repeat 14px 16px;
}

.sidebar h4, .sidebar h4 a, .sidebar h4 a:hover {
	font-size:11px;
	font-weight:bold;
display:inline;
color: #000;
text-decoration:none;

	}

span.side-date{
	padding: 0 0 0 12px;
	background: url(images/entrymeta-calendar.gif) no-repeat 0 3px;
	font-size:11px;
	display:block;
	float:left;
	width:55px;
}
	

.sidebar ul li#search{
	float: none;
	margin: 10px 0 0;
}

.sidebar ul li#search form#searchform{
	width: 100%;
}

.sidebar ul li.widget_rss h3{
	padding: 8px 10px 6px 10px;
	background-image: none;
}

.sidebar ul li.widget_rss h3 img{
	width: 9px;
	height: 9px;
}

.sidebar ul li.widget_tag_cloud h3{
	margin: 0 0 10px;
}

.sidebar ul li.widget_tag_cloud a{
	padding: 0 0 0 10px;
}

#wp-calendar{
	width: 100%;
	border-bottom: 1px solid #f2f1e9;
	padding: 0 0 10px;
}

#wp-calendar caption{
	padding: 10px;
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	background: #f2f1e9;
}

#wp-calendar td{
	background: #fff;
}

#wp-calendar td, table#wp-calendar th{
	padding: 3px 0;
}



/****  Bloc course à pied*/

.bloc_course1{
	display:block;
	float:left;
	width:290px;
	padding-right:10px;
		}
		
		
	.bloc_lafay{
	display:block;
	float:left;
	width:250px;
	padding-right:10px;
		}
	
	
	.chrono, .calories, .fc, .fcmax, .distance,.forme, .dips, .traction, .pompe, .abdos, .cuisse,.z{
			font-size:11px;
	display:block;
	float:left;
	width:60px;
		padding: 0 0 0 20px;
		}
.chrono{background: url(images/chrono.png) no-repeat 0 3px;	}	
.calories{background: url(images/calories.png) no-repeat 0 3px;	}
.fcmax{background: url(images/fcmax.png) no-repeat 0 3px;}
.fc{background: url(images/fc.png) no-repeat 0 3px;}
.distance{background: url(images/distance.png) no-repeat 0 3px;}
.forme{background: url(images/forme.png) no-repeat 0 3px;}

/*Lafay*/
.dips{background: url(images/dips.png) no-repeat 0 3px; width:}
.traction{background: url(images/traction.png) no-repeat 0 3px;}
.pompe{background: url(images/pompe.png) no-repeat 0 3px;}
.abdos{background: url(images/abdos.png) no-repeat 0 3px;}
.cuisse{background: url(images/cuisse.png) no-repeat 0 3px;}
.z{background: url(images/z.png) no-repeat 0 3px;}



.valeur_exo { color:#666;	font-weight:bold;}






/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/

table {
		border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}
th {
		padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
tbody td ,tbody th {
	padding: 5px 1px;
	background: #fff;
	color: #000;
	text-align:center;
}
tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #87CEFA;
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
		letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
/*table a:link {
	color: #DC143C;
}
table th a:link {
	color: #047;
	text-decoration: none;
}
table a:visited{
	color: #036;
	text-decoration: line-through;
}
table a:hover{
	color: #000;
	text-decoration:none;
}
table a:active{
	color: #000;
}
*/

/*Les archives*/
.archive_left { width:340px; float:left; margin:0;padding:0 }
.archive_right { width:240px; float:right;margin:0;padding:0 }
	.archive_right ul li, .archive_left ul li { margin:0; padding:0; }