
@import "layout.css";

html {
	background-color: #afecfe;
	background-attachment: fixed;
	background-image: url(http://www.camping-le-colorado.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body{
	font:12px 'Helvetica Neue', Arial, Verdana, serif;
	color: #666666;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Helvetica Neue', Arial, Verdana, serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: 'Helvetica Neue', Arial, Verdana, serif;
}

a{
	color: #333333;
}

/*a:visited{
	color: #66CCFF;
}*/

a:hover{
	color: #333333;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
width:950px;
margin:0 auto 0 auto;
padding:0 10px 0 10px;

}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height:82px;

	text-align:center;
	/*padding-top: 20px;*/
	margin:0 11px 0 11px;
}

#top h1{
witdh:200px;
	height: 80px;
	margin: 5px 0 0 10px;
	padding-top:5px;
}

#top h1 a{
	text-decoration: none;
	color:#333333;
}
#content h1 a{
	text-decoration: none;
	color: #333333;
}
#content h1 a:hover{
	text-decoration: none;
	color: #CCCCCC;
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	text-align: right;
}

#prelude a{
	color: #999999;
	background: transparent;
}

#prelude a:hover{
	color: #333333;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #666666;
	font-style: italic;
}

.post-title{
	color: #666666;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #666666;
	background: transparent;
	text-decoration: none;
	
}
.post-title a:hover{
	color: #CCC;
	background: transparent;
	text-decoration: none;
	
}

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

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

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	color:#FFFFFF;
}
.post-info-co a{
	text-align: right;
	color:#FFFFFF;
}
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div li{
	margin:  5px 0 0 5px;
	padding: 0 0 5px 0;
	list-style: circle;
}
#sidebar div ul{
	margin: 5px;
	padding: 0;
	
}

#sidebar h2, #sidebar h3{
	color: #999999;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background:url(img/q.png) no-repeat 4px center;
}

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

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

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

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

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

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

#sidebar div#calendar table td a:hover{
	background: #CCCCCC;
	color: #999999;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	padding-bottom:5px;
	text-align:center;
	color:#CCCCCC;
	position:fixed;
	bottom:0;
	left:0;
	z-index:90;
	width:100%;
}
#footer a {
	text-decoration:none;
	color: #CCCCCC;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu{float:left;background:url(http://www.camping-le-colorado.com/images/menu.jpg) no-repeat; width:150px; height:440px;margin-right:10px;background-color: #afecfe;}


#menu a {
	
display:block; width:137px; height:0; margin: 13px 0; padding-top:35px; overflow:hidden;}



a {text-decoration: none;
color: #666;outline: none;
}
img{border:none;}
	

