@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE url(img/background.gif);
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 2em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em; color: #666;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

#logoforprint {
	display: none;
}

#grosh1transparent{
	position: relative;
	margin: -65px 0 0 0;
	text-align: right;
	font-size: 2.2em;
	color: #F5F5F5;
}

#xiti {
	padding-top: 50px;
	padding-left: 50px;
}

#grosh1transparentzoomcd{
	position: relative;
	margin: -40px 0 0 0;
	text-align: right;
	font-size: 1.3em;
	color: #F5F5F5;
}

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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.extraits a{
	color: #8D8BBA;
	background: transparent;
	text-decoration: none;
}

.extraits a:hover{
	color: #E40C1B;
	background: transparent;
	text-decoration: underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 243px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.jpg) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover{
	color: #666;
	background: transparent;
	text-decoration: underline;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

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

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

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

.post-info a{
	color: #FA0;
	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;
}

.post ul{
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.post a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.post a:hover{
	text-decoration: underline;
}

#logo{
	position: absolute;
	border: 0;
}

.photoleft{
	float: left;
	margin-right: 10px;
	height: 120px;
	border: 1px solid #666;
}

.photoright{
	float: right;
	margin-left: 10px;
	height: 120px;
	border: 1px solid #666;
}

.photozoom{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	height: 200px;
	border: 1px solid #666;
}

#photoindex{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	/*height: 167px;*/
	border: 1px solid #666;
}

.historique{
	width: 80px;
	vertical-align: top;
}

.ordernow a{
	color: #666;
	background: #ECE9D8;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border: 1px solid #666;
}

.ordernow a:hover{
	color: #DE0E0E;
	border: 1px solid #DE0E0E;
	text-decoration: none;
}

.addactivite a{
	color: #666;
	background: #ECE9D8;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border: 1px solid #666;
	margin-left: 360px;
}

.addactivite a:hover{
	color: #DE0E0E;
	border: 1px solid #DE0E0E;
	text-decoration: none;
}

.txtActivite{
	margin: 0px 10px 30px 5px;
	padding-left: 10px;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}

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

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

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

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

#sidebar .titleMenu{
	width: 145px;
	color: #FFF;
	font-weight: bold;
	background: #DDD url(img/degrade.jpg) repeat-y left top;
}

#sidebar #menuprincipal{
	margin-left: 1em;
}

marquee {
	width: 115px;
	padding: 0;
	margin-left: 5px;
}

#sidebar a{
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover{
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	color: #666;
	
	height: 62px;
	background: #DDD url(img/footer.jpg) no-repeat left top;
}

#footer a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

#footer a:hover{
	color: #666;
	background: transparent;
	text-decoration: underline;
}