/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
  /* Pensez à utiliser une collection de polices (2), par ex:*/ 
  font-family: Myriad pro, Verdana, Arial, Helvetica, FreeSans, sans-serif;
  font-size: .8em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: #313B48; 
  background: white; 
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 0.2em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a{ 
  color: #2d69a7;

} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active, a:focus{ 
  outline-style: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
}


strong { 
  font-weight: bold; 
} 
 

 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
  position: relative;
} 
input, button, select { 
  vertical-align: middle;
  position: relative;
  }
/*fin du style de base */

body {
	background: url(wood2.jpg);
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#page {
		width: 850px;

	margin: 0 auto;
	min-height: 100%;
	position: relative;

}


#header {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.center{
position:relative; 
text-align:center;}
.wrap {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: url(deco/fond2.png) right bottom;
}

.contenu {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 20px;
}
.bottom {
	height: 29px;
	background: url(deco/fond1.png) no-repeat right top;
	width: 850px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.blogwrap{
	width: 640px;
	background: url(deco/fond2.png) right bottom;
}
.blogcontenu{
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 20px;
	position: relative;

}
.blogbottom{
	height: 29px;
	background: url(deco/fond1.png) no-repeat right top;
	margin-bottom: 40px;
	
		width: 640px;

}

#sidebarwrap{
		width: 200px;
		float: right;
		display: inline;

}
#sidebarcontainer{background: url(deco/fond2.png) right;
		width: 200px;
	
}
#sidebar{
		width: 180px;
		margin-left: auto;
		margin-right: auto;
					padding: 10px;
						position: relative;




	
}
#sidebar p{
	font-size: 0.9em;
	margin-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	width: 160px;
}
.aktt_tweet_time{
	white-space: nowrap;
}

#sidebar ul li{
	list-style-type: none;
}
#sidebar ul{
		margin-left: 10px;

}
.naviblog{
	width: 620px;
	
}
.naviblog a{
color: white;	
}
#sidebarbottom{
	height: 29px;
	background: url(deco/fond1.png) no-repeat right top;
	margin-bottom: 40px;

		width: 200px;

}
/* menuTop */

#menuTopWrap {
	float: right;
}



#menuTopWrap #left {
	width: 27px;
	height: 45px;
	float: left;
	background: url(menutop/tout.png) left bottom;			

}
#menuTopWrap #middle {
	height: 45px;
	float: left;
	background: url(menutop/tout.png) center bottom;			

}

#menuTopWrap #right {
	width: 27px;
	height: 45px;
	float: left;
	background: url(menutop/tout.png) right bottom;			
}

#menuTopWrap #middle ul li {
	display: block;
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	position: relative;

}

#menuTopWrap #middle ul li a {
	color: black;
}

#menuTopWrap #middle ul {
	margin-left: 0;
}

/* menuTop */

/* menu général */

#navigation {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.navigation, .navigation ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.navigation a {
	text-decoration: none;
	font-size: 1.5em;
	color: white;
}

.navigation a:hover {
	color: black;
}

.navigation a:visited {
	color: white;
}

.navigation a:active {
	color: white;
}

.navigation li {
	display: block;
	width: 200px;
	float: left;
}

.toggleSubMenu li {
	float: none;
}

ul.subMenu, li.toggleSubMenu {
	padding-bottom: 10px;
}

.subMenu li a {
	font-size: 1.2em;
}

/* menu général */

/*crayon*/

#extra {
	height: 50px;
	width: 200px;
	margin-top: 50px;
	background: url(crayon/extras.png) no-repeat right top;
}

#menu-crayon {
	background: url(crayon/menu.png) no-repeat right bottom;
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 130px;
}

/*crayon*/

/*zones*/
ul.links li{
	width:200px;
	float: left;
	padding-right: 20px;
display: inline;
			padding: 0;
margin-left: 0px;
}
ul.links{	


			margin-left: 0px;display: inline;

			padding: 0;

}
.xoxo  li, ul.xoxo  {
	
list-style-type: none;
margin-left: 0;
}
.linkcat{
	list-style-type: none;
}
#centrepage {
	clear: both;
	padding-bottom: 350px;

}

#photo-slogan {
	width: 200px;
	text-align: center;
	float: right;
	margin-left: 30px;
}

.spacer {
	clear: both;
}

#photo-slogan strong a {
	font-size: 1.2em;
}

#footer {
		width: 850px;

	background: url(footer.png) no-repeat center top;
	font-size: 1em;
	line-height: normal;
	
}
div#footercontainer{
	position: absolute;
	bottom: 0; 
		width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	text-decoration: none;
			position: relative;

}

#footer li {
	list-style-type: none;
}

#footer ul {
	margin-left: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

#footerContent {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#crayon{
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(crayon.png) no-repeat ;
}
.colone {
	float: left;
	width: 210px;
	margin-top: 35px;
	margin-left: 15px;
}

#copyright {
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 5px;
	margin-top: 5px;
}

/*zones*/

/*textes*/

.contenu a {
	text-decoration: none;
			position: relative;

}

.contenu a:hover {
	color: yellow;
}

.contenu p {
	line-height: 1.5em;
}

#photo-slogan p {
	line-height: 1.2em;
}

.contenu h1 {
	font-size: 2em;
	font-weight: normal;
}
#myGallery{

}

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

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
.commentform textarea{
	width: 350px;
}
.date{
	font-size: .9em;
	margin-bottom: 20px;
}
#centrepage a{
	text-decoration: none;
}
h2.pagetitle{
	color: black;
	width: 605px;
	padding-left:25px;
	background-color: #FCEE21;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*textes*/

/* deco */

/*.bottomdeco{background-image: url(deco/bottom.png);
	width: 100%;
height: 10px;
	
}
.centredeco{
	background-color: #FFFFF2;
	height: 100%;
}
.contenu{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.topdeco{background-image: url(deco/top.png);
	width: 100%;
	height: 10px;	
}*/

/* deco */