html {
	overflow-x : hidden; 
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
	/font-size: 0.8em;
	color: #666666;
	text-align:center;
	overflow-x : hidden; 
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

a {
	color: #383838;
}

a:hover {
	text-decoration: none;
}

/* Boxed */

.boxed {
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #EFFFE0;
}

.boxed .heading {
	margin-top: 0;
	padding: 8px 15px;
	background: #B0BF6E url(images/menu.jpg) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 778px;
	margin: 0 auto;
	position: relative;
	top: -80px;
	text-align: left;
}

/* Header */

#header {
	float: left;
	width: 200px;
	height: 147px;
	background: url(images/sotieredet.jpg);
}

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

/* Pages */

#bande {
	position: relative;
	top: 50px;
	height: 65px;
	width: 300%;
	background-color: #B0BF6E;
	z-index: -1;
}

#pages {
	float: right;
	width: 568px;
	height: 150px;
	
}

#pages h1 {
	margin: 0;
	padding: 80px 0 0 0;
	letter-spacing: -1px;
	font-size: 2.5em;
	text-align: left;
	text-indent: 50px;

}

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

/* Content */

#content {
	clear: both;
	padding-top: 10px;
}

/* Posts */

#posts {
	float: right;
	width: 520px;
	padding-right: 20px;
}

.post {
	padding-top: 10px;
}

.post .title {
	margin: 0;
	font-size: 2em;
}

.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta p {
	margin: 0;
}


#textfield1 {
	width: 156px;
	padding: 5px 5px;
	border: 1px solid #000000;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px dotted #000000;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #999999;
}

a.photo {
   position: relative;
   color: black;
   text-decoration: none;
   margin: 3px;
}

a.right{
	float: right;
}

a.left{
	float: left;
}

a.photo span {
   display: none; /* on masque l'infobulle */
}
a.photo:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}
a.photo:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 15px; /* on positionne notre infobulle */
   left: 0px;
   
   background: white;

   color: #BBC882;
   font-weight: bold;
   padding: 3px;

   border: 1px solid #BBC882;
   border-left: 4px solid #BBC882;
}

/* Hack ie de merde */
*+html .photo:hover span {
	top: 85px; /* on positionne notre infobulle */
	left: 0px;
}

a.photo img {
	padding: 2px;
	border: 1px solid #CECECE;
}

a.right:hover span {
	top: 85px; /* on positionne notre infobulle */
	left: 0px;
}
a.left:hover span {
	top: 85px; /* on positionne notre infobulle */
	left: 0px;
}

.post ol{
	line-height: 100%!important;
}