/*
Design by jeff 2008
http://www.chris-info-plus.com

*/

* {
	margin: 0;
	padding: 0;
	clip: rect(0px,0px,0px,0px);
	top: 0px;
}

body {
	text-align: justify;
	background-color: #637B26;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
	margin-right: auto;
	margin-left: auto;
}

.hr {
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Header */

#header {
	width: 850px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 350px;
}

#header h1 {
	padding-top: 50px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Divs */

#contenant_principal {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	clear: both;
}

#contenu {
	width: 850px;
	background-color: #FBE8E8;
	background-image: url(images/fondblocks.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* contenants gauches */

#contenant_gauche {
	float: left;
	width: 550px;
	padding: 50px 16px 0px 30px;
	background-repeat: no-repeat;
}

.bloc_gauche {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/img08.gif) no-repeat center bottom;
}

.bloc_gauche .title {
	margin-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.bloc_gauche .title a {
	text-decoration: none;
}

.bloc_gauche .title a:hover {
	text-decoration: underline;
}

.bloc_gauche .entry {
	padding: 10px;
}

.bloc_gauche .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}

/* Bloc droite */

.bloc_droite {
	float: right;
	width: 204px;
	padding: 20px;
	background-repeat: no-repeat;
}

.bloc_droite ul {
	margin: 0;
	list-style: none;
}

.bloc_droite li {
	margin-bottom: 10px;
}

.bloc_droite li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

.bloc_droite li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img07.gif) no-repeat left center;
}

.bloc_droite h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.bloc_droite a {
	text-decoration: none;
}

#bloc_droite a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 850px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 83px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#menus {
	width: 850px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	background-color: #006633;
}

/* Menu */

.menu {
	padding: 0 0 0 32px;
	margin: 0;
	list-style: none;
	height: 35px;
	background: #fff url(images/img_menu/three_0.gif);
	position: relative;
	border: 1px solid #000;
	border-width: 0 1px;
	border-bottom: 1px solid #444;
	
}

.menu li {
	float: left;
}

.menu li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #fdfa0b;
	text-decoration: none;
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
}

.menu li a b {
	float: left;
	display: block;
	padding: 0 16px 0 8px;
}

.menu li.current a {
	color: #fff;
	background: url(images/img_menu/three_2.gif);
}

.menu li.current a b {
	background: url(images/img_menu/three_2.gif) no-repeat right top;
}

.menu li a:hover {
	color: #fff;
	background: #000 url(images/img_menu/three_1.gif);
}

.menu li a:hover b {
	background: url(images/img_menu/three_1.gif) no-repeat right top;
}

.menu li.current a:hover {
	color: #fff;
	background: #000 url(images/img_menu/three_2.gif);
	cursor: default;
}

.menu li.current a:hover b {
	background: url(images/img_menu/three_2.gif) no-repeat right top;
}
#entry img {
	text-align: center;
}

