/*
	Version : MDP_1.0 
	Date : 16/02/2009
	Version : 0.1
	Auteur : Nicolas LUCAS, Tony VILETTE 
	Description :  Fichier de style général du site des Mordus de la Pomme
*/
html, body {
	margin: 0px;
	padding: 0px;
	/*background: #ececec url(../images/fond.png) repeat-y center;*/
	color: #496302;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;/* bug decalage centrage IE*/
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}

h4, h3, h2, #comments h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#496302;
}

h2{
	margin-bottom: 10px;
	font-size: 14px;
}

a, a:visited{
	color: #496302;
	text-decoration:none;
}

a:hover{
	color: #FFF;
	text-decoration:underline;
}

a img{
	border:none;
}

champset{ border: none;}

blockquote{
	font-style: italic;
	color: #496302;
}

table{
	margin:10px;
}

td, th{
	padding:3px;
	font-weight:normal;
}

input, textarea{
	background: #B8D566;
	border: 1px solid #496302;
	color: #666;
}

/*img{
	background: #f4f4f4;
	border: 1px solid #949494;
	padding: 3px;
}*/

img a{ border: none; }

.champ{
	width:100px;
}	

/***********************************************************************************
	Page
***********************************************************************************/
#page {
	width: 1000px;
	overflow: hidden;
	margin: auto;
	text-align:left;
	background:#B8D52D;
}

#degrade{
	background: #496302 url(../images/bg_haut.gif) repeat-x center;
	height:92px;
}

#contenu {
	width: 700px;
	float: right;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin-top: 50px;
}

.bloc{
	width:500px;
	margin-left:50px;
}

.dateBloc{
	text-align:right;
}

#texteAccueil{
	width:500px;
	text-align:center;
	margin-left:50px;
}


/***********************************************************************************
	Menu
***********************************************************************************/
#menuHorizontal{
	height:15px;
	width:1000px;
	margin:0;
	text-align:center;
	background-color:#496302;
}
#menuHorizontal td{
	width:110px;
	
}

#menuHorizontal a{
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:12px;
	width:100%;
	color:white;
}
#menuHorizontal a:hover{
	border-left:1px #EEFFFF solid;
	border-right:1px #EEFFFF solid;
	background:#B8D52D;
}

/***********************************************************************************
	Bannière
***********************************************************************************/
#banniere{
	height: 92px;
	width: 1000px;
	margin: 0;
	background-color:#496302;
}

#logo img{
	border:0;
	margin:auto;
	padding:0px;
	position:absolute;
}

/***********************************************************************************
	Barre latérale
***********************************************************************************/
#barreLaterale {
	width: 190px;
	float: left;
	line-height: 1.5em;
	margin: 55px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}

#barreLaterale h2 {
	color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: #B8D52D url(../images/herbe.jpg) no-repeat top left;
	height:23px;
}

#barreLaterale ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#barreLaterale ul li {
	display: inline;
	margin:0;
	padding:0
}

#barreLaterale li{
	list-style: none;
}

#barreLaterale ul li a {
	border-bottom: 1px solid #496302;
	color: #496302;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#barreLaterale ul li a:hover{
	border-bottom-color: #fff;
	color: #B8D52D !important;
	background-color: #496302;
}

#formulaireConnexion table tr td{
	font-size:11px;
}

#formulaireConnexion input{
	float:right;
}

#formulaireRecherche {
	margin-top: 8px;
	margin-bottom: 15px;
}

#calendrier table td a{
	color:#EE6666;
}

.sousCategorie{
	text-indent:20px;
	font-size: 9px;
}


/***********************************************************************************
	Formulaires
***********************************************************************************/
#erreurFormulaire ul{
	margin: 0 0 20px 0;
	padding: 0;
}

#erreurFormulaire ul li {
	margin:0;
	padding:0;
	color:#DD0000;
	font-weight:bold;
}

/***********************************************************************************
	Bas de page
***********************************************************************************/
#basPage {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #496302;
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: 10px;
	
}

#basPage p{
	padding:10px;
	margin:0px;
}
