html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: arial, Helvetica, sans-serif;
	background: rgb(237,235,212) url(../images/ffond.gif) repeat-y center;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
}

form
{
	height: 100%;
}

#masterPanel
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: auto !important; /* real browsers */
	height: 96%; /* IE6: treaded as min-height*/
	min-height: 96%; /* real browsers */
	background-color: #fff;
	background-image: url(../images/bgleft.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#headerPanel
{
	height: 127px;
	margin: 0;
	padding: 0;
	z-index: 100;
	position: relative;
	background-image: url(../images/header/bandeau_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

/*gestion du titre*/


/*gestion du panneau gauche*/
#leftPanel
{
	/*background-color: #FFF;*/
	/*float: left;*/
	width: 200px;
	height: auto;
	padding: 10px 0 10px 0;
	margin: 0;
	position: absolute;
	left: 0;
}


/*fin panneau gauche*/

/*gestion du menu de droite*/
#rightPanel
{
	/*border-left: solid 1px #FFBC3F;*/
	background-color: #d0dbb9;
	/*float: right;*/
	width: 180px;
	padding: 0 2px 10px 0;
	margin: 0;
	position: absolute;
	right: 0;
}




#rightPanel a
{
	font-size: 13px;
	color: black;
	text-decoration: none;
}

#rightPanel a:hover
{
	color: #8b4b5e;
	text-decoration: underline;
}

/*fin paneau droite*/


#leftPanel a
{
	font-size: 13px;
	color: black;
	text-decoration: none;
}

#leftPanel a:hover
{
	color: #c9474c;
	text-decoration: underline;
}

#leftPanel a img
{
	border: none;
}

/*gestion de l'affichage des actus*/
#contentPanel
{
	margin: 0px 180px 0px 200px;
	padding: 1em 0;
	height:1100px;
}

/*style pour l'agenda*/
#agendaNews A
{
	font-size: 12px;
	color: #8b4b5e;
	margin-left: 80%;
}

#agendaNews A:hover
{
	text-decoration: underline;
}

span.dateevent
{
	font-size: 12px;
	color: Black;
}

/*fin agenda*/


/*style maire*/
#mairePanel
{
	text-align: center;
}

p.Titre
{
	color: #224f21;
}

/*fin maire*/

/*Defini les modules*/
.module
{
	border-bottom: solid 1px #224f21;
	padding-left: 3px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 3px;
	width: auto;
	height: auto;
}

.moduleTitle
{
	/*background-image: url("../images/picto/ftitle.png");
	background-repeat: no-repeat;*/
	height:21px;
	width:145px;
	color: #224f21;
	padding-left:5px;
	padding-top:4px;
	font-size: 20px;
	margin:0;
}

.moduleTitle H5
{
	font-size: small;
	margin:0;
	padding:0;
}
/*
.moduleBorder
{
	border: solid 1px #467A3C;
	padding: 0;
	margin: 0;
	width: auto;
}
*/
.moduleContent
{
	/*border: solid 2px #B9C501;*/
	padding: 2px;
	height: auto;
	width: auto;
}

.moduleContent UL
{
	margin-left: 0;
	padding:0;
	list-style-type: none;
}

.centerContent
{
	text-align: center;
}

img.mphoto
{
    visibility: hidden;
    }

/*fin*/

/*Diapos*/
#DiaposDiap
{
	border: 3px groove Gray;
	margin-left: 8px;
}

/*fin diapos*/

/*Pied de page*/


/*fin pied de page*/
div#pdpPanel
{
	clear: both;
	background-color: #224f21;
	margin: 0 auto;
	padding: 0;
	height: 4%;
	width: 1000px;
	color: #fff;
	z-index: 1;
	text-align: right;
}

div#pdpPanel a
{
	color: #B3C800;
	text-decoration: underline;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0 1em;
}

div#pdpPanel a:hover
{
	color: #fff;
}

a
{
	color: #c9474c;
	text-decoration: none;
}

a:hover
{
	color: #224f21;
	text-decoration: underline;
}

/*--------------------------*/
/*QuickAcces*/

/*tooltip*/
#QAtooltip
{
	position: absolute;
	background-image: url(../images/header/fondmenu.png);
	background-repeat: repeat-x;
	display: none;
	left: 0px;
	top: 0px;
	color: #005901;
}

/*Menu QuickAccess*/
#QAMenu
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
}

#QAMenuTitle
{
	background-image: url(../images/picto/QAMenuFondTitle.png);
	background-repeat: no-repeat;
	height: 19px;
	color: #FFF;
	padding-top: 6px;
	padding-left: 4px;
	width: 196px;
}

#QAMenuTitle H5
{
	margin:0;
	padding:0;
	font-size: 14px;
}

#QAMenuContent
{
	border: solid 1px #BA2B16;
}

#QAMenu ul
{
	background-color: #FFDEB5;
	list-style: none;
	margin: 0;
	padding: 0;
}

#QAMenu ul li
{
	/*background-image: url(../images/picto/QAMenuFondItem.png);*/
	padding-left: 2px;
}

#QAMenu a
{
	color: #7F0000;
}

#QAMenu a:hover
{
	color: #D53A27;
}

/******************/
p.newsText
{
	margin: 15px;
}

.MainTitle
{
	font-size:26px;
	color : #224f21;
	font-weight : normal;
	background-image : url(../images/icones/feuille-grande.gif);
	background-repeat : no-repeat;
	height : auto;
	padding-left : 50px;
	padding-top: 20px;
	margin : 10px 0;
}