/*
    (C) 2007-2011, The Medibuntu Team <medibuntu-maintainers@lists.launchpad.net>
    This file is part of Medibuntu website.

    Medibuntu website 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.

    Medibuntu website 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 Medibuntu website; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

body{
margin:0;
padding:0;
font-family:sans-serif;
height:100%;
}

.hidden{
display:none;
}

h2{
border-bottom:1px solid #F45904;
color:#D80204;
background-color:transparent;
margin:0;
padding-top:1em;
}

h3{
color:#D80204;
background-color:transparent;
margin:0;
padding-top:0.4em;
padding-left: 0.4em;
}


a, a:link{
text-decoration:none;
font-weight:bold;
color:#FA9804;
background-color:transparent;
}

a:hover{
color:#F45904;
background-color:transparent;
}
#headerbloc {
float: left;
width: 100%;
background-color:#DBBA75;
}
#header{
background-color:#DBBA75;
color:#333;
margin:0;
float:left;
width:500px;
}

#header h1{
margin:0;
height:180px;
width:500px;
background:url(img/medibuntu-logo.png) top left no-repeat;
}

#google{
margin: 25px 10px 0 0;
float: right;
background-color: #DBBA75;
height: 150px;
}
#paypal{
	text-align:center;
	margin:0.8em;
}

#footer{
font-size:0.75em;
padding:0.5em;
margin:0;
text-align:center;
background:url(img/footer_back.png) #F2D392 repeat-x;
color:#333;
border-top:1px solid #FA9804;
border-bottom:1px solid #FA9804;
}

#footer a{
font-weight:normal;
}

#menu {
clear: both;
margin:0;
min-height:2.4em;
border-top:1px solid #FA9804;
border-bottom:1px solid #FA9804;
background:url(img/menu_back.png) #F2D391 repeat-x;
}

#menu li{
list-style-type:none;
float:left;
margin:0;
padding:0.5em 40px 0 10px;
height:100%;
}

#page{
clear:both;
padding:0 10px;
margin:0;
background:url(img/back_top_page.png) repeat-x #FFF;
color:#333;
font-size:0.9em;
border-top:1px solid #FFF;
}

#page li{
list-style-type:none;
list-style-image:url(img/puce.png);
margin:0.3em 0;
}

#page pre.code{
border:1px solid black;
padding:0.5em;
font-size:120%;
color:#FFF;
background-color:#666;
border-left:5px solid #000;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
}

code{
font-size:130%;
background-color:#EEE;
padding:0 0.3em;
}

#ads {
  width: 100%;
  text-align: center;
  color: #777777;
  margin-top: 5px;
}

#ads a {
  font-size: 10px;
  color: #777777;
  font-weight: normal;
}

#ads a:hover {
  text-decoration: underline;
}


