/* CSS Document */
body{
background-color:#efede0;
margin:0;
padding:0;
font: normal 80%/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
/*
font-size: 1.1em;
line-height: 1.5em;
*/

text-align: left;
word-spacing: 0.05em;
text-decoration: none;
color: #656562;
background-color: #fff;
}


/* elements html classique
************************************************/
p{
padding:2px;
margin:5px 0 0 15px;
}

#header {
/*
	position: relative;
	width: 763px;
	height: 135px;
	margin: 0 auto;
	text-align: left;
	margin-top:30px;
	*/
}
h1{
	margin:0 auto;
	text-align:center;
}html>body h1{
	
}
#header h1 a		{ }
h1 span{
}
h2{
font-size:1.5em;
letter-spacing:.1em;
color:#ff6e29;
margin:10px;
}
h3{
margin:10px 0 10px 15px;
padding-left:20px;
color:#ff6e29;
font-style:italic;
}
h4{
color:#fd9c6f;
padding-left:20px;
margin:10px 0 10px 5px;
}
a{
color:#ff6e29;
text-decoration:none;
}
a:actif{
font-weight:bold;
}
a:visited{
color:#ff6e29;
}

a:hover{
font-weight:bold;
}

ul{
list-style-image:url(../images/puce.gif);
margin: 10px 0 10px 50px;
}

blockquote{
background:#f8f8ec;
border:1px solid #e1e9bd;
padding:4px 4px 7px 4px;
margin:20px 50px;
-moz-border-radius : 15px;
font-style:italic;
}
strong{
font-weight:bold;
}
#content img{
padding:5px;
}
#prelude{
display:none;
}
/*
***********************************/
#nav-horizontale {
display:none;
}
}
/* ----------container to center the layout---------- */
#container {
width: auto;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------outer and inner----------------- */
#outer{ 
} 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	display:none;
/*
 float:left; 
 position:relative; 
 margin-left:-208px; 
 margin-right:1px;
 padding:25px 0 0 5px;
 background:#F7F7F7 url(../images/bg-lastRea.jpg) repeat-x top;*/
 }
*+html #left{
top:150px;
} /* for in IE7 */
/* -----------------content--------------------- */
#content{ 
padding:1px 0 1px 0;
margin: 0 0 0 20px; 
}
*+html #content{
margin: 150px 0 0 20px; 
}


a.reaImg{
display:block;
float:left;
text-decoration:none;
padding:10px 10px 10px 0px;
background: url(../images/bg-rea.gif) no-repeat 100% 0;
margin:0;
}
a.reaImg img{
border:0;
}

.left-img{
float:left;
marging:5px;
padding:5px;
}

#loginBox{
display:none;
}
#main-nav{
display:none;
}

/*  footer
*************************************************/

#footer{
width:763px;
height:28px;
margin: 0 auto;
padding:1px 0 1px 0;
}
#footer p{
color:#fff;
text-align:right;
margin:5px 0 0 0;
padding:0px 25px 0 0;
}
#print-footer{
	display:block;
	width:90%;
	margin:0 auto;
	text-align:center;

}
#print-footer img{
	display:block;
	margin:0 auto;
	text-align:center;
}
