
/***   Corps   ***/
body {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

hr {
	color: #587914;
	background-color: #587914;
	height: 1px;
	border: 0;
}

/***   Lien   ***/
a {
	color:#505F12;
	font-weight:Bold;
}

a.choixmenu{
	padding:2%;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:Bold;
}

/***   Image   ***/
img {
	border:0px;
}

img.titre {
}

img.photo {
	border:2px;
	border-style:solid;
	border-color:#000000;
	margin:10px;
}

/***   Div   ***/
div {
}

div.bandeau {
	/*text-align:center;
	margin-top:10px;
	margin-bottom:0px;*/
}

div.header {
	margin-top:30px;
}

div.menu {
	/*background-color:#496202;*/
	text-align:center;
	/*margin:10px;*/
	width:1024px;
	color:#FFFFFF;
	margin-top:0px;
	padding:0;
}

div.contenu {
	/*background-color:#B8D52D;*/
	margin-top:25px;
	width:1024px;
	color:#587914;
}

/***   Paragraphe   ***/
p {
}

p.section{
	font-size:30px;
	margin:0px;
	font-weight:bold;
}

p.subsection{
	font-size:20px;
	padding-top:30px;
	padding-bottom:10px;
	text-decoration:underline;
}

.tableFond td{
	padding:0px;
}

.tableFond {
	border-spacing:0px;
}

.roundCornerTop {
	width:20px;
	height:20px;
	background:url('../images/fond/sfond_01.png') no-repeat;
}

.fondHaut,.fondBas {
	height:20px;
	background-color:#B8D52D;
	background-repeat:repeat;
}

.bold {
	font-weight:bold;
}

.fondGauche,.fondDroit {
	width:20px;
	background-color:#B8D52D;
	background-repeat:repeat;
}

.roundCornerTopRight {
	width:20px;
	height:20px;
	background: url('../images/fond/sfond_02.png') no-repeat;
}
.roundCornerBottom {
   width:20px;
   height:20px;
   background: url('../images/fond/sfond_03.png') no-repeat;
}
.roundCornerBottomRight {
   width:20px;
   height:20px;
   background: url('../images/fond/sfond_04.png') no-repeat;
}

.roundCornerContent {
	background-color: #B8D52D;
}

.centertab {
	table-layout:fixed;
	border-spacing:0px;
	width:100%;
}

.roundCornerTopMenu {
	width:20px;
	height:20px;
	background-color:#496202;
	/*background:url('../images/fond/fond_01.png') no-repeat;*/
}

.fondHautMenu,.fondBasMenu {
	height:20px;
	background-color:#496202;
	background-repeat:repeat;
}


.fondGaucheMenu,.fondDroitMenu {
	width:20px;
	background-color:#496202;
	background-repeat:repeat;
}

.roundCornerTopRightMenu {
	width:20px;
	height:20px;
	background-color:#496202;
	/*background: url('../images/fond/fond_02.png') no-repeat;*/
}
.roundCornerBottomMenu {
   width:20px;
   height:20px;
   background: url('../images/fond/fond_03.png') no-repeat;
}
.roundCornerBottomRightMenu {
   width:20px;
   height:20px;
   background: url('../images/fond/fond_04.png') no-repeat;
}

.roundCornerContentMenu {
	background-color: #496202;
}

td {
	width:100%;
	padding:0px;
}

div.footer {
	font-size:small;
	text-align:right;
	margin-top:25px;
	width:1024px;
}