#menu{
	position:relative;
	width: 760px;
	left: 0px;
	top: -36px;
	z-index: 1;
	margin-top:0px;
}
#btcarte{
	position:relative;
	width: 151px;
	left: 24px;
/*	bottom: 486px;*/
	top: 74px;
	z-index: 1;
	margin-top:0px;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, helvetica, geneva, sans-serif;
	color: #82797C;
}
h2{
	font-size:larger;
	font-weight:bold;
}
a{
	color: #A7A9AC;
	text-decoration: underline;
}

a:hover{
	color: #555555;
	text-decoration: underline;
}
a.annexe{
	color:#848484;
	text-decoration: none;
}
a.annexe:hover{
	color:#848484;
	text-decoration: underline;
}
#page{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #ffffff;
}

#header{
	z-index: 1;
}

a.linkopacity img {
'	filter:alpha(opacity=50);
'	-moz-opacity: 0.5;
'	opacity: 0.5;
'	-khtml-opacity: 0.5;
}

a.linkopacity:hover img {
'	filter:alpha(opacity=100);
'	-moz-opacity: 1.0;
'	opacity: 1.0;
'	-khtml-opacity: 1.0;
}

/* CENTRAGE DES EXEMPLES DANS LA PAGE */
#exemples{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 733px;
}
/* BLOCS EXEMPLES */
#agauche10margedroite{
	float: left;
	margin-right: 10px;
}

#margedroite{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#ex-seri{
	float: left;
	margin-right: 10px;
}

#ex-tampo{
	float: left;
	margin-right: 10px;
}

#ex-verre{
	float: left;
	margin-right: 10px;
}

#seri-mini{
	background-color: #FAFCDE;
	border-style:solid;
	border-color:#DBE820;
	border-width:0px 1px 0px 1px;
}
/* TD DES PHOTOS DES BLOCS EXEMPLES */
#tampo-mini{
	background-color: #EBF7EB;
	border-style: solid;
	border-color: #76C779;
	border-width: 0px 1px 0px 1px;
}

#verre-mini{
	background-color: #D9F1FB;
	border-style: solid;
	border-color: #00A1E1;
	border-width: 0px 1px 0px 1px;
}

#peinture-mini{
	background-color: #FFF5E1;
	border-style: solid;
	border-color: #FDBF39;
	border-width: 0px 1px 0px 1px;
}
/* TEXTES DES PHOTOS */
#seri-texte{
	background-color: #DBE820;
}

#tampo-texte{
	background-color: #76C779;
}

#verre-texte{
	background-color: #00A1E1;
}

#peinture-texte{
	background-color: #FDBF39;
}

.texte_blanc{
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
}

#presentation{
	width: 713px;
	font-size: x-small;
	text-align: justify;
}


select{
  width:250px;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
	color: #fff;
	font-size:11px;
	background-color: #999;
	font-weight: normal;
	border:1px #888 solid;
	text-align:left;
}

input, textarea{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	color: #fff;
	font-size:11px;
	background-color: #999;
	font-weight: normal;
	border:1px #888 solid;
	text-align:center;
}

input.valide{
  background-color:#000;
  color:#fff;
  font-size:10px
}

.centre{
	text-align:center;
}

.feragauche{
	text-align:left;
}

#animation{
	width: 733px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}
.erreur{
	color: #FF0000;
	font-weight: bold;
}