@import "layout.css";

/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 *
 *  Modification for MixnBrew website : Bertrand gondouin http://www.mixnbrew.com
 *
 */

/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
*/

/* Style général
********************************************/
body{
	background: #FFF100 url(../layout_clandestino2006/img/wallblack.gif);
	color: #000;
	font-size: 16px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
        }

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

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

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

    /* General linkology */
    
a:link, a:visited {
    font-weight : bold;
    text-decoration : none;
    color: #000;
    background: transparent; 
    }

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

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


a img{
	border: 0;
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 99%;
}

/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;
}

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

/* Page
********************************************/
#page{
	background: #FFF url(img/page.jpg) ;
}

/* Top
********************************************/
#top{
	color: #09F;
	background: #FFF url(img/page.jpg);
        padding-top:0px; padding-left:0px;
	color: #09F;
}

#top p { font-size: 1.4em;margin-top:0px;padding-left:200px;margin-bottom:5px;padding-top:23px;font-weight: bold;
}

#top h1{
	margin: 0;
	line-height: 60px;
	padding-left: 80px; padding-top: 0px;
}

#top h1 a{ font-size: 60%;
	text-decoration: none;
	color: #09F;   color : #FFF;
	background: transparent;
}

#prelude{
	color: #DDD;
	background: transparent;
	text-align: right;
	padding-right: 30px;
}

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

#prelude a:hover{
	color: #999;
	background: transparent;
}

#lang {margin-left: 730px;height:22px;margin-top:-22px;}

/* Contenu
********************************************/
#content{ color: #333;
	line-height: 1.6em;
}

#content .mp3{ text-align:right;margin-left:350px;clear:both; border : 1px solid yellow;
}

#content ul li{
	list-style-image: url(img/li.png);
}

#content    h1{font-size:16px;color :#000;padding:0px;
    background-color:transparent; padding-left: 5px; margin-bottom: 10px;
    }
    
#content #ct_title p {margin:0;font-size:20px;color :#000;padding:0px;color:white;width:300px;float:right;
    background: transparent ; padding-left: 0px; margin-top: -20px;  line-height:1.5;
    }
#content #ct_title p strong{color :#FFF;  
    background-color:#ed008c; 
    }

#content h2,#content h3{  font-size :12px;
	padding-left: 0px;

	margin-bottom: 0;
	margin-top: 0;
}

#flash h2{  text-align:left;font-size :12px;
	padding-left: 0px;
	color: #960;
	margin-bottom: 0;
	margin-top: 0;
}

#content h2 a{ font-size :12px;
	color: #960;
	background: transparent;
	text-decoration: none;	margin-bottom: 0;
	margin-top: 0;
}

#content h4, #content h5, #content h6{font-size :12px;	font-weight: normal;
	color: #F00;	margin-bottom: 0;
	margin-top: 0; text-align:right;
}

#content p{padding:0px; margin:0px;margin-bottom:15px;
}

#content p strong {background-color:#00adef;color :#2e3092;}

#content table {width : 100%}

.spip_documents {

        margin : 2px;
}

.spip_documents img{

}
.spip_documents_center{text-align:center;}

    /* General linkology */
    
#content a:link , a:visited{
      font-weight : bold;
    text-decoration : underline;
    color: #ed008c;
    background: transparent;
    }

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

#content a:active {
    font-weight : bold; 
    text-decoration : none;
    color: #000;
    background: transparent;  
    }
/********************************************/
#sidebar div{
	color: #666;
	background: transparent;
}

 #sidebar h2{
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	font-size: 1em;
}


#sidebar a{
	color: #000000;
	background: transparent;
	text-decoration: none;
}

  
#sidebar a:hover {font-size:18px;
    font-weight: normal;
    text-decoration:none;
    color: #ed008c;
    }
#sidebar a:active {
    font-weight : bold; 
    text-decoration : none;
    color: #000;
    background: transparent;  
    }



#search #q{
	border: 1px solid #CCC;
	background: #FFF;
	padding-left: 14px;
}



/* Footer
********************************************/
#footer{   border: 0;
    border-top: 1px solid #ccc;
    color: #666;
    vertical-align:top;
    padding: 0px 7px 7px 0px;
    text-align: center;
    clear: both;
    font-size: xx-small;
    voice-family: "\"}\"";
    voice-family:inherit;
    font-size: x-small;
}


#linkology{   border: 0;border-bottom: 1px solid #ccc;
    color: #666;  width:780px;
     background: #FFF;
    margin: 0px;
    text-align: center;
    vertical-align:bottom;
    clear: both;
    font-size: 25px;
}

    /* General linkology */
    
#footer a:link , #footer a:visited{
      font-weight : bold;
    text-decoration : underline;
    color: #000;
    background: transparent;
    }

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

#footer a:active {
    font-weight : bold; 
    text-decoration : none;
    color: #000;
    background: transparent;  
    }




