@import "layout.css";

html, body{
	background-color: #333;
	margin: 0;
	padding: 0;
}

body{
	background: #333 url(img/bg.jpg) repeat-y center;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 76%;
}

table#boutons_menu
{
	cellspacing: 0;
	cellspadding: 0;
}

h1{font-size: 1.6em; font-family: "Trebuchet MS", sans-serif;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

fieldset{
	border: none;
}

.field label{
	display: block;
}

a, a:visited{
	color: #000;
}

a:hover{
	color: #333;
}

a img{
	border: none;
}

/*
*******************************************************************************/

#page{
	/* Couleur du contenu */
	background-color: #F3F3F3;
}

/*
*******************************************************************************/

#top{
	background: #A80008 url(img/top.jpg) no-repeat center;
}

#top h1{
	color: #fff;
	margin: 0;
}

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

/*
*******************************************************************************/

#main p{
	text-align: justify;
	line-height: 1.6em;
}

/*
*******************************************************************************/
p.day-date{
	display: none;
}

.post{
	min-height : 600px;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 10px;
}

.post-title{
	font-family: "Trebuchet MS", sans-serif;
	background: #fff url(img/doc.png) no-repeat 3px center;
	padding-left: 22px;
	margin: 0;
}

.post-title a{
	text-decoration: none;
	color: #666;
}

.post-info{
	color: #666;
	margin: 0;
	padding-left: 22px;
}

#main p.post-info-co{
	text-align: right;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 1ex 0 0 0;
}

.post-info-co a{
	text-decoration: none;
}

/*
*******************************************************************************/

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#calendar table{
	font-size: 0.8em;
}

#calendar td{
	font-size: 1em;
	background: #FFF;
	text-align: center;
}

#search h2{
	display: none;
}

#search #q{
	border-top: 1px solid #900000;
	border-left: 1px solid #900000;
	border-bottom: 1px solid #F50000;
	border-right: 1px solid #F50000;
	background: #204A87 url(img/search.png) no-repeat 3px center;
	color: white;
	padding-left: 16px;
	width: 10em;
}

#languages {
	display: none;
}

/*
*******************************************************************************/

#footer{
	background: #444;
}

#footer a{
	color: #fff;
}

.tags a {
	padding-left: 22px;
	background: url(img/tag3-blue-20.png) no-repeat center left;
}

/* Herbier */
#herbier {
	width: 185px;
	background: #333;
	-moz-border-radius: 6px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	font: 12px Verdana, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 2px;
}
#herbier a {
	color: #666;
	text-decoration: none;
}
#herbier img {
	border: none;
	margin: auto;
	padding-top: 2px;
}

#archives p.recent {
    position: relative;
    text-align: right;
    margin: 0px;
}

#archives p.ancien {
    position: relative;
    top: -24px;
    text-align: right;
    margin: 0px;
}

#archives p {
	height: 0px;
}

/*********** .rubriques ***********/
#rubrique {
	margin: 0px 5px 0px 2px;
	padding: 0 0 5px 0;
	border: solid 1px #ccc;
	border-top: none;
}

#rubrique h3 {
	background-color: #ccc;
	font-size: 12px;
	border: none;
	color: #334d55;
	line-height: 20px;
	margin: 0px;
	padding: 0 0 0 10px;
}

#rubrique ul {
	margin: 0px;
	background-color: #fff;
	font-size: 12px;
	color: black;
}

#rubrique li {
	margin: 0px;
	line-height: 18px;
	list-style: none;
}

#rubrique li a {
	width: 188px;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#rubrique ul#promogauche {
	margin-top: 10px;
}

#rubrique a:hover {
	color: white;
	text-decoration: none;
}

.a1 a:hover {
	background-color: red;
}

.a2 a:hover {
	background-color: #CAD91C;
}

.a3 a:hover {
	background-color: #EE3897;
}

.a4 a:hover {
	background-color: #802B90;
}

.a5 a:hover {
	background-color: #EE3897;
}
