body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	/*background-color: #CC6633;*/
	background-color:#A32C0E; /*#C74D40;*/
}

#conteneur {
	position: relative;
	width: 770px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
}

#header {
height: 90px;
/*border:1px solid red;*/
}

#centre {
/*border:1px solid blue;*/
margin-left: 280px;
margin-top:28px;
/*min-height:350px;*/
}
#gammecentre {
/*border:1px solid blue;*/
margin-left: 385px;
margin-top:50px;
/*min-height:350px;*/
}
#gauche {
/*border:1px solid red;*/
position: absolute;
left:0;
width: 270px;
margin-top:21px;
}

#gammegauche {
/*border:1px solid red;*/
position: absolute;
left:10px;
margin-top:25px;
width:355px;
}

#pied {
height: 25px;
background-color: #FDAF4E;
}

#catalogue{
	float:right;
	width:115px;
	height:140px;
	margin:8px;
	margin-left:15px;
	margin-right:5px;
	text-align:center;
}

.bords{/*bords des cadres*/
	border-left:1px solid #CC9933;
	border-right:1px solid #CC9933;
}
/*************TEXTES************************/
h1{/*texte gras rouge*/
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:9pt;
	color:/*#B35252;*/#993333;
	line-height:16px;
	text-align:justify;
}
h2{/*titres des cadres page accueil*/
	margin:0;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:9pt;
	text-align:center;
	color:#333333;
}
h3{
	/*titres pages*/
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Trebuchet ms, Arial, Helvetica;
	font-weight: bold;
	font-size: 12pt;
	color: #993333;
}
h4{ /*texte pied de page*/
	margin:0;
	font-family:Arial, Helvetica;
	font-weight:normal;
	font-size:8pt;
	text-align:center;
	line-height:25px;
}

h5{/*titres gamme*/
	margin:0;
	font-family:Arial, Helvetica;
	font-weight:bold;
	font-size:11pt;
	text-align:center;
	color:#333333;
}

h6{

}

h7{

}

p{
	font-family:Arial, Helvetica;
	font-size:9pt;
	margin:10px;
	margin-right:15px;
	margin-bottom:20px;
	text-align:justify;
}
.textepetit{
	font-size: 8pt;
	margin-left: 0;
	margin-bottom:7px;
	padding: 10px;
	text-align: center;
	/*border:1px solid #CCCCCC;*/ 
}
/**************MENU*******************/
dl, dt, dd, ul, li{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
text-align:center;
border-top:1px solid #FFFFFF;
left: 0;
z-index:100;
width: 770px;
/*border:1px solid red;*/
}
#menu dl {
float: left;
width: 10em;
margin: 0px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background-color: #FDAF4E;
height:19px;
/*border: 1px solid gray;*/
}

#menu li {
text-align: center;
font-size:9pt;
/*height:30px;*/
border:1px solid #FFF;
/*line-height:26px;*/
font-weight:bold;
}
#menu li a {
color: #333333;
background:#FDAF4E;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
letter-spacing:0px;
font-family:Arial, Helvetica;
}
#menu li a:hover {
color:#FFF;
}

#menu a {
text-decoration: none;
color: #FFF;
line-height:20px;
font-size:9pt;
font-weight:bold;
font-family:Trebuchet ms, Arial, Helvetica;
letter-spacing:0.1em;
}
#menu a:hover {
color: #993333;
}
.listepuce{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	list-style-type: inherit;
	margin: auto;
	margin-left: 40px;
}

/******************LISTES**********************************/
.listaccueil{
	margin-left: 10px;
	font-family:Arial, Helvetica;
	font-size:9pt;
	width:310px;
}
.listaccueil li{
	margin-top:3px;
}
.listimg{
	margin-right: 5px;
	vertical-align: middle;
	border:0;
}

/******************LIENS STANDARD******************************/
a {
	text-decoration : underline;
	font-family:Arial, Helvetica;
	font-size:9pt;
	/*font-weight:bold;*/
	color:#993333;
}
a:hover{
	color:#333333;
}

/********************TABLOS**************************************/
#tablogamme{
	border:1px solid #999999;
	border-collapse:collapse;
	/*background:#F7DCAC;*/
}
#tablogamme td{
	border: 1px solid #999999;
	vertical-align: top;
	text-align: center;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.titrecol{
	color:#993333;
	font-weight:bold;
	text-align:center;
}
.titrecolb{
	color:#5776A0;
	font-weight:bold;
	text-align:center;
}
.titrecolo{
	color:#CC6633;
	font-weight:bold;
	text-align:center;
}
.titrecolv{
	color:#1F5F02;
	font-weight:bold;
	text-align:center;
}
/******************************FORMULAIRE***********************/
.formu{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
}