/*
Design Jeff 2009 Chris Info Plus
*/

* {
	margin: 0;
	padding: 0;
}
/* Général */


body {
	background: #232903;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #34160C;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #34160C;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
	line-height: normal;
}

h2 {
	letter-spacing: -1px;
}

h3 {
	font-size: 24px;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
	font-weight: bold;
}

.blockquote p {
	font-weight: bold;
	font-size: 18px;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: 2px solid #34160C;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: 2px solid #34160C;
}
#left {
	float: left;
}
#right {
	float: right;
}

/* Entête */

#header {
	width: 920px;
	height: 236px;
	background-color: #34160C;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/img021.png);
	padding-top: 5;
}

#header h1 {
	margin: 0;
	letter-spacing: -1px;
	font-size: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 550px;
	color: #FFFFFF;
	line-height: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #34160C;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 550px;
	line-height: 32px;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}
#header h3 {
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 600px;
}

/* Page */

#page {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #34160C;
	background-image: url(images/etang-jonc.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#page1 {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #34160C;
	background-image: url(images/fond_chasse.jpg);
	background-position: center top;
}
#page1 #sidebar #menu .liencourant a {
	color: #FF0000;
}
#page1 #sidebar .adresse h3, .adresse p {
	text-align: center;
}
#page #sidebar .adresse h3, .adresse p {
	text-align: center;
}
#page #sidebar #menu .liencourant a {
	color: #FF0000;
}

/* Contenu */

#content {
	float: right;
	width: 650px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.post {
	width: 630px;
	padding-top: 20px;
	padding-right: 15;
	padding-bottom: 0;
	padding-left: 5px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: right center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

.box {
	width: 200px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 24px;
}


.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
	font-size: 24px;
	color: #34160C;
}

.box li.first {
	background: none;
	font-size: 24px;
	color: #FF0000;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}


.box p {
	margin: 0;
	line-height: normal;
}


.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
	color: #34160C;
	text-decoration: none;
}
#adresse {
	width: 200px;
	text-align: center;
}

.box a:hover {
	color: white;
}

#menu.box.liencourant a {
	color: red;
}

/* tableaux */

.tdtableau {
	text-align: center;
	background-color: #FCDC7A;
	line-height: 25px;
}
td {
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.tdrouge {
	color: #FF0000;
}
.tableauprix {
	background-image: url(images/fond_tableau1.png);
	float: left;
	background-repeat: repeat;
	width: 640px;
}
.tablechasse {
	width: 400px;
	margin-bottom: 10px;
	text-align: center;
}

/* Footer */

#footer {
	width: 920px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0px;
	background-color: #34160C;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #FF9900;
}

#footer a {
	color: #FF6600;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#legal {
	text-align: center;
}


.imgchasse {
}

/* Divers particuliers */

.divform {
	width: 326px;
	height: 360px;
	padding-bottom: 10px;
	float: left;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.divsituation {
	float: right;
	width: 300px;
	border: 2px solid #34160C;
}
.divform #son_message {
	height: 150px;
	overflow: scroll;
}
