body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#865d35;
	background-repeat:repeat-x;
	background-image: url(/2010/ordi/fond-page.jpg);
	background-position: left top;
}
h1
{
font-size:18px; color:#3d2309;	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#conteneur {margin:0px auto;
width:800px;
background-color:#FFF;
opacity: 0.8;
filter:alpha(opacity=70);
}

#bandeau { margin:0px auto;
	width:800px;
	height:60px;
	}
#logo {
margin-bottom:0px;
margin:0px auto;
	width:600px;
	height:100px;
	}
#logo img { float:right;
	}	
#menu {
	float:left;
	width:165px; padding-left:15px;
	/*opacity: 0.9;
	filter:alpha(opacity=90);
	background-color: #361d04;*/ 
	}
#contenu {
	float:left;
	width:620px;
	/*opacity: 0.9;
	filter:alpha(opacity=90);
	background-color: #361d04;*/
	}
#pied_page {
	clear:both;
	width:800px;
	height:60px; color:#333333;
	text-align:center;
	}
#pageaccueil {
	width:800px;
	height:520px;
	/*background-image: url(/2010/ordi/fond-accueil.jpg);
	background-repeat:no-repeat;*/
}
#pagefull {
	width:780px;
	padding-left:10px;
	padding-right:10px;

}
/* liens*/
a:link,a:visited,a:active
{
color : #58574a;
font-weight:bold;
text-decoration : underline; 
} 
a:hover { 
color : #cccccc;
text-decoration : underline;
font-weight:bold;
}
/*#page a:link,a:visited,a:active
{
color : #000000;
font-weight:bold;
text-decoration : underline; 
} 
#page a:hover { 
color : #f2f2f2;
text-decoration : underline;
font-weight:bold;
}
*/
/* mise en page col.*/
.image-menu-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100); border:none; 
}
.image-menu-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); border:none; color : #666666;
}

#demi {
	float: left;
	width: 285px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding:0px;
}
#full {
	float: left;
	width: 580px;
}

/* option image*/

img.box-left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}

/*formulaire*/
label {
display:block;
width:200px;
float:left;
}
