/* structure
--------------------------------- */
body {
  font: 14px "Arial", Helvetica, sans-serif;
  color: #CCC;
  padding-top: 15px;  
  margin: 0;
  text-align: center;
  border: 0;
  font-weight: bold;
  background-color: #000;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #666666;
}

p {
	text-align: justify;
}

/* masquer
------------------------------ */
#presentation {
  display: none;
}

/* ------------------------------ */
#conteneur {
	position: relative;
	background-image: url("../img/bg.png");
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.png', sizingMethod='crop');
	margin: 3px auto;
	width: 800px;
	text-align: left;
	z-index: 0;
	height: 600px;
}

h3 {
	position: absolute;
	height: 30px;
	width: 200px;
	top: 110px;
	right: 230px;
	color: #FC0;
}

#sousmenu {
	position: absolute;
	background-image: url("../img/lot.png");
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lot.png', sizingMethod='crop');
	height: 240px;
	width: 195px;
	bottom: 5px;
	left: 5px;
	margin: 0;
	padding: 0;
	border: 0;
}

#articlecol {
	position: absolute;
	vertical-align: top;
	width: 550px;
	height: 425px;
	margin: 0;
	padding: 0;
	right: 30px;
	bottom: 20px;
}

#gamme {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu {
	position: absolute;
	top: 150px;
	left: 20px;
	height: 160px;
	width: 180px;
	margin: 0;
	padding: 0;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

li {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

li a {
	background: no-repeat url("../img/bout1.png");
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bout1.png', sizingMethod='crop');
	position: relative;
	display: block;
	height: 30px;
	margin: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	border: 0;
}

li a:hover {
	background-image: url("../img/bout2.png");
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bout2.png', sizingMethod='crop');
}

#anim123 {
	position: absolute;
	width: 270px;
	height: 100px;
	top: 20px;
	left: O;
	margin: 0;
	padding: 0;
	border: 0;
}

#texte {
	position: absolute;
	width: 200px;
	height: 310px;
	top: 120px;
	font-size: 12px;
	left: O;
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	position: absolute;
	top: 100px;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 370px;
	height: 240px;
}

#pied {
	font-size: 11px;
	font-weight: 0;
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
}


/* elements du formulaire */
#textedesc {
  font: 12px "Arial", Helvetica, sans-serif;
  color: #CCC;
}
  
#champsform {
  font-size: 12px;
  font-family: arial;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  height: 18px;
  width: 175px;
}

#champsform2 {
  font-size: 12px;
  font-family: arial;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  height: 150px;
  width: 300px;
}

#bouton {
	padding: 1px 10px;
	margin: 10px;
}

#error, #message {
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 10px;
	font-weight: bold;
	background: #FFFFFF;
	padding: 4px 0;
}

#error {
	color: #FF0000;
}

#message {
	color: #223388;
}

#bouton {
	padding: 1px 10px;
	margin: 10px;
}

.Style1 {
	color: #CCC;
}

