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;
}

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 : #d0dbb9;
	float: left;
	width: 200px;
	height : auto;
	padding: 0 0 10px 0;
	margin : 0;
}

#leftPanel h3{
	color: #6b735c;
	padding-bottom: 0px;
	margin-bottom: 0px;
	display : inline;
}
/*fin panneau gauche*/

/*gestion du menu de droite*/
#rightPanel
{
	background-color: #d0dbb9;
	float : right;
	width: 180px;
	padding: 0 0 10px 0;
	margin : 0;
}

#leftPanel h4
{
	color: #224f21;
	margin-top : 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align : left;
}

#rightPanel h4{
	color: #224f21;
	margin-top : 2px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	font-size: 13px;
}

#rightPanel h3
{
	font-size: 15px;
	color: #224f21;
	padding-bottom: 0px;
	margin-bottom: 0px;
	display : inline;
}


#rightPanel a{
	font-size : 13px;
	color : black;
	text-decoration : none;
}

#rightPanel a:hover{
	color : #8b4b5e;
	text-decoration : underline;
}

/*fin paneau droite*/

/*#leftPanel p
{
	font-size: 13px;
	color: Black;
	text-align : left;
}*/

#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;
}

#contentPanel h2
{
	color: #525895;
}	

.actustitle
{
	color: #224f21;
	font-family : arial, Helvetica, sans-serif;
	font-size : 18px;
	margin: 0 0 10px 25px;
	padding : 0;
	display : block;
}

img.vignette
{
	float: left;
	margin : 0 8px 0 0;
	padding : 0;
}

#contentPanel img{
	border: none;
}

#contentPanel a
{
	color: #8b4b5e;
	margin-right: 10px;
	font-size : 13px;
	margin-top : 20px;
	text-decoration : none;
}

#contentPanel a:hover
{
	text-decoration: underline;
}

#contentPanel table{
	margin : 0px 2px;
}


#contentPanel td
{
	vertical-align:text-top;
	padding: 0px 15px 15px 10px;
	width: 50%;
}


#contentPanel p
{
	color: Black;
	text-align: left;
	font-size: 13px;
	margin : 0;
	padding : 0;
}
/*fin actus*/

/*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;
}

img.mphoto{
	position: relative;
	border: groove 3px gray;
	margin-left : 50px;
}

p.Titre{
	color : #224f21;
}

/*fin maire*/

/*Defini les modules*/
.module{
	border-bottom : solid 1px #224f21;
	padding-left : 3px;
	padding-bottom : 5px;
	margin-top : 7px;
}

.module span.descript
{
	font-size: large;
	font-weight: bold;
	color: #003333;
	font-family: 'Trebuchet MS' , Arial, Verdana;
}
/*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;
}