* {
	margin: 0;
	padding: 0;
}

body {
	background-color : #000000 ;
	font-family : Trebuchet MS ;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#header {
	margin-top : 3px;
	margin-bottom : 3px;
	border: 2px solid #cd1e1e;
	background-color : #ffffff;
	height: 100px;
}

#conteneur {
	position: relative;
	width: 804px;
	margin: 0 auto; 
}

#milieu {
	border: 2px solid #cd1e1e;
	background-color : #ffffff;
	background-image: url(images/menu2.jpg);
	background-repeat: repeat-y;
}

#centre {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 98px;
	font-family : Trebuchet MS ; 
	font-size : 11px ;
	text-align : left ;
	text-align : justify ;
	color : #000000	;
	background-color : #ffffff;
									min-height:400px;
									height:auto !important;
									height:400px;
	border-left: 2px solid #cd1e1e;
}

#gauche {
	position: absolute;
	left: 2px;
	width: 98px ;
	font-size: 12px ;
	float : left; 
	min-height : 400px ;
}

#pied {
	height: 25px;
	background-color : #ffffff;
	vertical-align : middle ;
	margin-top : 3px;
	padding-top : 5px ;
	font-family: Trebuchet MS ;
	font-size: 12px ;
	color: #ffffff;
	font-weight:bold;
	text-align : center ;
	border: 2px solid #cd1e1e;
	background-image:url(images/pied.jpg);
}

a			{color:#0000ff;text-decoration:none;}
a:hover		{color:#cd1e1e;text-decoration:none;}

.menugauche {
list-style-type: none;
margin: 0;
padding-top:15px;
}
.menugauche li {
margin-bottom: 5px;
font-family : Trebuchet MS ; 
font-size : 15px ;
text-align : center; 
list-style : none ;
padding: 10px 5px 5px 5px ;
margin: 5px 0px 5px 0px ; 
}
.menugauche a {
color:#000000;
text-decoration:none;
margin: 0 2px;
color: #000000;

}
.menugauche a:hover {
color:#cd1e1e;
text-decoration: none;
}

.listeprix th {
padding : 0px 5px 0px 5px ; 
}
.listeprix td {
padding : 0px 5px 0px 5px ; 
}

p {margin: 0 0 10px 0;}

h1 { 	font-family : Trebuchet MS ; 
		font-size : 20px ;
		text-align : left ; 
		color : #cd1e1e	; 
		padding-bottom : 20px ;}
		
.h1top {padding-top : 20px ;}

h2 { 	font-family : Trebuchet MS ; 
		font-size : 16px ; 
		color : #cd1e1e	; 
		padding-bottom : 15px ;}
		
.h2top {padding-top : 10px ;}

.right {margin : 0px 0px 0px 15px ; }
.bas {margin-bottom : 15px ;}
.rouge{color : #ff0000;}
