/* Orange	: #D68400 */
/* Vert		: #5F7B03 */

/* ****************************************************** */
html, body {
	height: 100%;
	margin: 0;
	font-family:verdana;
	font-size: 0.85em;
	}

body {
	/*background: #aaaaaa url(../images/fond.gif) center repeat-y;*/
	background: #abab2a url(../images/fond.gif) center repeat-y;
	}

img {
	vertical-align:middle;
	border:0px solid white;
	}

li {
	list-style-type:none;
	}

table{
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	}

a {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#d68400;
	text-decoration:none;
	}

a:hover{
	color:#5F7C03;
	font-weight:bold;
	}

/* ****************************************************** */
/* DIV DE MISE EN PAGE GLOBALE */
/* ****************************************************** */
div.global {
	min-height: 100%;
	width: 801px;
	margin: 0 auto;
	position: relative;
	background-color:black;
	border:0px;
	border-left:1px solid black;
	border-right:1px solid black;
	}

div.header {
	background: #c4d855 url(../images/imgheader80px2.jpg) center repeat-x;
	height:80px;
	}

div.page {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	color:white;
	padding:5px;
	}

div.footer {
	position: absolute;
	height:20px;
	background: #A8BE2C url(../images/barrei.gif) center repeat-x;
	width: 100%;
	bottom:0;
	text-align:center;
	font-size:0.82em;
	line-height:18px;
	color:white;
	}

div.footer a {
	color:white;
	font-weight:normal;
	}

div.footer a:hover {
	color:black;
	font-weight:normal;
	}

/* ****************************************************** */
h2.titrepage {
	text-align:center;
	font-family:tahoma, verdana;
	font-size:1.5em;
	}

h2.titrebloc1 {
	font-family:tahoma, verdana;
	padding:5px;
	margin-left:40px;
	font-size:1.1em;
	background:url(../images/barre_fine.png) bottom left no-repeat;
	}

div.textbloc1 {
	padding:5px;
	padding-left:70px;
	padding-right:20px;
	}

/* ****************************************************** */
h2.titrearticles {
	font-family:tahoma, verdana;
	padding:5px;
	margin-left:10px;
	background:url(../images/barre_fine.png) bottom left no-repeat;
	}

div.textarticles {
	padding:5px;
	padding-left:35px;
	padding-right:20px;
	}

/* ****************************************************** */
div.w3c img {
	margin:3px;
	}

/* ****************************************************** * /
img.thumbnail {
	padding:3px;
	margin:4px;
	border:1px solid #5F7B03;
	}

img.photo {
	border:1px solid #80A504;
	padding:4px;
	}

/* ****************************************************** */
img.thumbnail {
	padding:0px;
	margin:3px;
	border:1px solid #8E9176;
	}

img.photo {
	padding:0px;
	margin:0px;
	border:1px solid #8E9176;
	}

/* ****************************************************** */
.center {
	text-align:center;
	}

.txtpetit {
	font-size:0.85em;
	}

.txtred {
	color:red;
	}

/* ****************************************************** */
input.input_button {
	border:1px solid #5F7B03;
	background-color:#E3DA0A;
	color:#5F7B03;          
	}

input.input_text {
	border:1px solid #5F7B03;
	color:#5F7B03;          
	}

input.input_text_petit {
	border:1px solid #5F7B03;
	width:50px;
	color:#5F7B03;          
	}

textarea.input_textarea {
	border:1px solid #5F7B03;
	width:300px;
	height:90px;
	color:#5F7B03;          
	}

/* ****************************************************** */
table.usermsg {
	}

table.usermsg td.nom {
	padding:4px;
	width:80px;
	vertical-align:top;
	}

table.usermsg td.message {
	padding:4px;
	padding-left:8px;
	border-left:1px dashed #5F7B03;
	}

/* ****************************************************** */
div.list_conteneur {
	padding:5px;
	margin:5px;
	border:1px solid #5F7B03;
	color:white;
	}

div.line_sugg {
	border:1px solid black;
	padding:0px;
	margin:0px;
	/*background-color:#D5FFAA;*/
	background-color:#FEC4AB;
	cursor:pointer;
	color:black;
	}

/* ****************************************************** */
