
* {
margin:0;
padding:0;
}

body {
	background-color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1em;
	list-style-image:url(css/puce.png);
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

input {
	border:1px solid red;
}
textarea {
	border:1px solid red;
}

/* en-tête 
========*/

#bandeau {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:#ffffff;
	height:90px;
	z-index:1;
}
#txt-bandeau {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 712px;
	color: #000000;
	font-style: italic;
	font-size: x-large;
	font-weight: Bold;
}
#langue-bandeau {
	position: absolute;
	top: 50px;
	right:0px;
	color: #7f7f7f;
	font-size: small;
	font-style: normal;
}
#langue-bandeau a:link {
	color: #7f7f7f;
}
#langue-bandeau a:visited {
	color: #7f7f7f;
}

#page {
	position:absolute;
	top:0px;
	width: 100%;
	min-height:100%;
}

/* Menu
=======*/

#menu {
	position:absolute;
	top:0px;
	width:170px;
	background-color: #e5e5e5;
	float: left;
	height:100%;
}
#menu-text {
	position:relative;
	top:100px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#7f7f7f;
}
#menu-text p {
	border-bottom: 1px solid #7f7f7f;
	padding-top: 10px;
	padding-bottom: 0px;
}
#menu-text a:link {
	color: #7f7f7f;
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
}
#menu-text a:visited {
	color: #7f7f7f;
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
}
#menu-text a:hover {
	color: #b2b2b2;
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
}
#menu-text a:active {
	color: #7f7f7f;
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
}
#conception {
	position: relative;
	top: 250px;
	font-size: x-small;
	text-align: center;
	color: #7f7f7f;
}
#conception a {
	color: #7f7f7f;
}

/* Texte principal
================*/

#texte {
	min-height:250px;
	width:772px;
	padding:120px 0px 20px 200px;
}
#texte p {
	margin: .2em 0 .5em 0;
}
#texte a:link {
  color: #ea0000;
}
#texte a:visited {
  color: #ea0000;
}

#contenu {
	padding-top: 30px;
}
#contenu img {
	border:none;
}
#contenu th{
	text-align: left;
}
#contenu h3{
	color: #ea0000;
	padding: 1em 0 1em 0;
	font-size: 1.5em;
}
#contenu h4 {
	color: #ea0000;
	padding: .5em 0 .5em 0;
	font-size: 1.2em;
	font-style: italic;
}
#contenu hr {
	margin-top: 1em;
}
#contactpromos {
	margin-left:auto;
	margin-right:auto;
	width:300px;
	padding-right:2em;
}

#catalogue img {
	border: #b2b2b2 solid 1px;
}
#catalogue a:link {
	color: #7f7f7f;
}
#catalogue a:visited {
	color: #7f7f7f;
}
#catalogue a:hover {
	color: #b2b2b2;
	text-decoration: none;
}
#catalogue a:active {
	color: #7f7f7f;
}
#catalogue table {
	width:100%;
	text-align:center;
	border:none;
	font-size: x-small;
}
#catalogue td {
	width:100px;
}

/* Styles de texte
===============*/

h1 {
	font-size:1.5em;
	color:#000000;
}
.legend {
	font-size:.7em;
	font-style:italic;
	color: gray;
}
.grasrouge {
	color: #ea0000;
	font-weight: bold;
}
.div-centrer {
	margin-left:auto;
	margin-right:auto;
}