/* Skin Balle de Tennis pour l'ASPTT Strasbourg Tennis par alvas */
 

body {
	border-left: 0px;
	margin : 0 0 0 0;
	font-family:  Tahoma,Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background:#4A5C22 url(pics/body.gif) repeat-x;
}

p { margin : 1em 0; }
h3 { font-size : 1.2em; }

a {
	color : #343c5c;
}

a:hover {
	
}

form {
	border: 0px;
}
fieldset {
	border: 0px;
}

pre {
	font-size: 11px;
}

/* Layout
-------------------------------------------------------- */
#blanc {
	border:0;
	background:#000;
	padding-top:-60px;
}
#page {
	width: 760px;
	margin:auto;
	border: 5px solid #FFF;
	border-top:0;
	background : #95B844 url(pics/header.jpg) no-repeat left top; 
}

#content{
	border-left:0px solid #000;
	margin-top: 15px;
	margin-left:0px;
}

#comments, #trackbacks{
	background: #E8E8E8;
	padding : 15px;
	margin-top: 20px;
}

#top {
	margin-bottom : 10px;
}



#top h1 {
	margin : 0;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	color: #c00;
	font-weight: bold;
	background : transparent  no-repeat;
	height: 50px;
	padding-left: 20px;
}

#top a {
	color: #c00;
	text-decoration: none;
}

#top h1 a {
	display:none;
}

#prelude {
	display : none;
}


#main {
	float : right;
	width : 550px;
	margin : 0 2px 0 0;
}
html>body #main {
	width : 560px;
}

#sidebar {
	margin-top:15px;
	margin-left:0px;
	border-left : 0;
	width:180px;
	
	
	
}

#sidebar div {
	border: 0px solid #999999;
	padding : 3px 7px;
	margin : 0;
	
}
#sidebar h2, #sidebar h3{
	color: #000;
	margin: 10px 0 1ex 0;
	padding: 1px 0 1px 25px;
	border: 0px solid #003250;
	font-size: 13px;
	
}

#calendar h2 {
	background: url(pics/menu_cal.gif) no-repeat left;
}

#archives h2, #categories h2, #links h2  {
	background: url(pics/plus.png) no-repeat left;
}

#search h2 {
	background: url(pics/loupe.gif) no-repeat left;
}







#sidebar div#calendar, #sidebar div#categories, #sidebar div#archives, #sidebar div#stats, #sidebar div#links, #sidebar div#search  {
	border: 1px solid #ADADAD;
	border-left:0;
	border-top:0;
	padding: 5px;
	margin: 0 0 0px 0px;
	background: #eaeaea url(pics/sidback.gif) repeat-y;
	-moz-border-radius: 0px;
}

#sidebar div#calendar {
	font-size:90%;
}


#sidebar ul {
	list-style: none;
	margin: 0px 0 20px 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	background: none;
	padding: 5px;
	border-bottom: 1px dotted #b6b6b6;
	color: #666;
	text-decoration: none;
}

#sidebar li a:hover {
	display: block;
	background: #d0d0d0;
	padding: 5px;
	color: #000;
	text-decoration: none;
}
#search p {
	margin: 0;
}

#sidebar input, #comment-form input, #comment-form textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	-moz-border-radius: 4px;
}



/* Header
----------------------------------------------- */
#header {
	width:100%;
	clear:both;
	font-size:100%;
	height:18px;
	margin-top:75px;
	background : #FFF;
	align:center;
	font-family: Trebuchet MS;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
}
#header ul {
	margin:0;
	
	padding:0;
	display:inline;
}
#header li {
	display:inline;
	margin:0;
	padding:0;
}
#header a {
	
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	height:18px;
	color:#000;
	padding:0px 10px 0 10px;
	border-right:1px solid #D6D6D6;
}
#header a:hover {
	color:#FFF;
	background:#60772b;
}
#header li.current a {
	color:#112233;	
}



/* Calendar */
#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #393939;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2.2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #dfdfdf;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background : #fae951;
	color: #000;
}

#footer {
	clear : both;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
}

/* Post
-------------------------------------------------------- */
.day-date {
	display:none;
}
.post {
	margin : 0 0 15px 0;
	padding : 0 10px 3px 10px;
	background : #fff;
	border: 1px solid #ADADAD;
	text-align : justify;
	-moz-border-radius: 5px;
}



.post-title{
	background: #fae951;
	margin-bottom: 0;
	font-weight: bold;
	color: #454545;
	font-size:18px;
	text-align:center;
	padding:5px;
	-moz-border-radius: 5px;
	font-family: Trebuchet MS;
}

.post-title a, .post-title h2{
	background: transparent;
	text-decoration: none;
	color: #454545;
}

.post-info{
	margin-top: 0;
	color: #777777;
	background: transparent;
	padding-bottom: 0;
	text-align:center;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #777777;
	background: transparent;
	text-decoration: none;
}

.post-content, .post-chapo {
	margin-top:15px;
	clear : left;
	margin-bottom:12px;
}

.post-content img{
	width: 480px;
  	max-width: 480px;
  	border: 5px solid #eaeaea;
  	margin-left:25px;
}


.comment-info {
	margin : 1em 0 0 0;
}

.center {
	text-align:center;
}




#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	margin-left: 5px;
	color : #666;
}
#trackbacks blockquote p, #comments blockquote p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

blockquote {
	padding:0.5em 1em;
	margin-left:2em;
	border-left:2px solid #95B844;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	color : #c00;
	padding : 0.5em;
	-moz-border-radius : 4px;
}
.error ul {
	padding-left : 20px;
}

/* Formulaire
-------------------------------------------------------- */
.field label {
	display : block;
	float : left;
	width : 10.5em;
}



.post-info-co {
	text-align:right;
	font-weight:bold;
	position:relative;
	top:0.9em;
	color:#000;
	background-color:#eaeaea;
	-moz-border-radius: 5px;
	padding:3px;
}

.post-info-co a {
	margin-right:10px;
	color:#2a3c00;
	text-decoration:none;
}



.comment-number {
  font-size : 1.4em;
  font-weight : bold;
}
  
  
.comment-number a {
  text-decoration : none;
  color : #c00;
}
  
.st {
  margin-left:25px;
  }
  
#reserv{

}

#reserv a {
	margin-left:12px;
	background-color:#004e98;
	-moz-border-radius: 5px;
	margin-top:10px
	height:25px;
	color:#fff;
	font-weight: bold;
	padding:10px;
	text-decoration: none;
}

#reserv a:hover {
	background-color:#ff0000;
	letter-spacing: 0px;
	text-decoration: none;
}