/*** Voici la feuille CSS intégrale du thème "Oalabouche".
	Theme Name: Oalabouche
	Theme URI: http://www.lo-contamines.com
	Description: Site web pour le restauarnt de Fabrice Boidard
	Version: 0.1
	Author: Saint-Marcel Frédéric
	Author URI:

La liste qui suit  définit le style visuel pour les différents éléments 
du site avec la structure suivante :

<body>
	<page>
		<top>
		</top>
		<main>
			<content>
			</content>
		</main>
		<sidebar>
		</sidebar>
		<footer>
		</footer>
	</page>
</body>
 
****/
 
/* <body></body>
*******************************************************************************/
body{ 
	margin: 10px 0;
	padding: 0;
	background-color: #7f000d;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
}

/* <page></page>
*******************************************************************************/
#page{
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 20px 0 20px;
	border-right: 2px solid #5d1211;
    	border-left: 2px solid #5d1211;
    	border-top: 1px solid #5d1211;
    	border-bottom: 1px solid #5d1211;
}
 
#page{
	* padding-top: 20px; /*Corrige un bug de décalage sous IE */
}

/* <top></top>
*******************************************************************************/
#top{
	height: 250px;
	padding-top: 2Opx;
	margin-bottom: 15px;
        background: url(images/masterhead3.jpg);
        /*background: url(random/rotator.php);*/
        /*text-align: center;*/
}

#top p{ /* Pour afficher de façon originale la description de votre blog */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-left: -525px;
	margin-top: -20px;
}

/* <main></main>
*******************************************************************************/
#main{
	float: left;
	width: 450px;
	margin-top: -7px;
}

#main{
	* margin-top: -3px; /* Corrige ENCORE un bug d'affichage sous IE */
}

/* <content></content>
*******************************************************************************/	

.post {
	margin-bottom: 35px;
	padding-bottom: 40px;
}

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

.post-menu{
        background: url(images/sep.gif) no-repeat bottom center;
}

.post-content blockquote{
	padding-left: 55px;
}

.post-info{
	margin-top: -14px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
}

.post-info-co{
	font-size: 10px;
	padding-left: 5px;
}

p.texte{
	font-family:verdana;
	font-style:normal;
	font-size:13px;
	color:#927A65;
	text-decoration:none;
}

p.intro{
	font-family:Georgia,Times,serif;
	font-style:italic;
	font-size:14px;
	color:#AAAAAA;
	padding-bottom:15px;
}

p.titre{
	font-family:Georgia;
	font-size:20px;
	line-height:20px;
	font-style:normal;
	color:#86AEC0;
	text-decoration:none;
	font-weight:bold;
	padding-top:10px;
	letter-spacing:2px;
}

.commentaire{
	font-size:11px;color:#666666;
}

.prix{
	font-size:12px;color:#86AEC0;
}

#home img{
	border: 1px solid #ddd;
	margin-left: 10px; 
	margin-right: 15px;
	vertical-align: middle;
	float: left;
}

#home a{
	color:#F39900;
}

#acces img{
	border: 1px solid #ddd;
	margin-left: 10px; 
	margin-right: 15px;
	vertical-align: middle;
	float: left;
}

#menu ul{
	padding-bottom:10px;
}

#menu li{
	padding:0 10px 0 0px;
	margin-right:5px;
	display:inline;
	background:url(images/diamond-black.gif) 100% 66% no-repeat;
}

#menu a{
	margin:0 0.5em;
	padding:0;
	font:bold 0.70em Verdana,Arial,sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration:none;color:#F39900;
}

#menu a:hover{
	color:#000000;
	text-decoration:none;
}

#menu li.selected a{
	color:#000000;
	text-decoration:none;
}

#ssmenu ul{
	padding-bottom:5px;
}

#ssmenu li{
	padding:0 4px 0 0px;
	margin-right:5px;
	display:inline;
}

#ssmenu a{
	margin:0 0.5em;
	padding:0;
	text-decoration:none;
	color:#F39900;
}

#ssmenu a:hover{
	color:#000000;
	text-decoration:none;
}

#ssmenu li.selected a{
	color:#000000;
	text-decoration:none;}

/* <sidebar></sidebar>
*******************************************************************************/

#sidebar {
	float: right;
	width: 200px;
	margin-bottom: 35px;
}

#sidebar ul{
	list-style: none;
}

#sidebar h2 { 
	font-size: 13px; 
	font-weight: normal; 
}

#sidebar div{
	font-size: 10px;
	line-height: 15px;
}

#sidebar li{
	margin-left: -30px; /* Etonnant, mais cela corrige un bug d'alignement */
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border: none;
}
	
#search fieldset, #search p{
	margin: 0;
	padding: 0;
}
	
#q{
	margin-left: 10px;
}
	
#sidebar div#calendar table{
	margin-left: 15px;
}
	
#sidebar div#calendar table td a{
}
	
#sidebar div#calendar table td a:hover{
}

/* <footer></footer>
*******************************************************************************/	

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: left;
        text-decoration:underline;
	color: #000000;
        /* color: #666;*/
}


/* Les Elements Generaux */
h1 { 
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	text-align: left;
	padding-left: 15px;
}

h1 a { 
	color: #fff;
	text-decoration: none; 
	border: none; 
}

h1 a:hover { 
	color: #fff; 
	text-decoration: none; 
	border: none; 
}

h2 { 
	border-bottom: 1px solid #ddd; 
	color: #39577e; padding-bottom: 2px; 
	font: normal 17px Arial, Helvetica, sans-serif; 
}

h2 a { 
	color: #39577e; 
	text-decoration: none; 
	border: none; 
}

h2 a:hover { 
	color: #6e92bf; 
	text-decoration: none; 
	border: none; 
}

h3 { 
	border-bottom: 1px solid #ddd; 
	color: #39577e; 
	padding-bottom: 2px; 
	font: normal 14px Arial, Helvetica, sans-serif; 
	padding-top: 20px; 
}

h4 { 
	font: 12px Arial, Helvetica, sans-serif; 
}

acronym, abbr {
	border-bottom: 1px dashed #444;
	font-size: 90%;
	letter-spacing: .07em;
}

pre, code{
	overflow: scroll;
	border: 1px solid #95abc3;
	background: #a9c3dd;
}

ul {
	margin-top: 3px;
	list-style-type: circle;
}

li {
	list-style: none;
	line-height: 15px;
	padding: 0;
	margin-left: 20px;
}

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

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
	font-size: 9px;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

.submit, .preview{
	background: #7a9cb4;
	color: #fff;
}

input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus{
	border: 1px solid #7a9cb4;
}

textarea {
	width: 450px;
	border: 1px dotted #7a9cb4;
	background: #fff;
	color: #7a9cb4;
}

input{
	border: 1px dotted #95a9c3;
	background: none;
	color: #7a9cb4;
	padding-left: 1px;
	padding-right: 1px;
}

a {
	color: #8e612c;
	text-decoration: none;
	border-bottom: 1px dotted #8e612c;
}

a:hover {
	color: #655c48;
	text-decoration: none;
	border-bottom: 1px dotted #655c48;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #655c48;
	font-size: 0.8em;
}

img a{
	border: none;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #ddd;
}

.right {
	float: right;
}

.left {
	float: left;
}

blockquote {
    	margin: 20px 20px;
    	padding:  1px 10px 10px 0;
    	font-family: Georgia, "Times New Roman", Times, serif;
    	background: url(images/block.gif) #fff no-repeat top left;
    	color: #666;
    	text-align: justify;
}

.day-date{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	margin-top: -14px;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #a9c3dd;
	background-image: none;
	color: #444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #95abc3;
	border-bottom: 1px solid #95abc3;
	margin: 0;
	font-size: 10px;
}


