/* CSS Document */

body  {
	/* font: Verdana; */
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #000000;
}
a img  {
	border:none;
}
a:link {
	color: #000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#000000;
}
a:active {
}
.style1 {
	color:#666666;
	font-size:14px;
}
.style2 {
	color: #FFFFFF;
	font-size: 12px;
	line-height:30px;
}
#conteneur { 
	width: 804px;
	background: #FFFFFF;
	margin: 0 auto;
	/* border: 1px solid #000000; */
	text-align: left; 
} 
#header { 
	background:#D3D3D3;
	padding: 0 0px;
	height:233px;
}
#liensmenuhaut { 
	background:#D3D3D3; 
	padding: 0 0px;
	height:30px;
}
#milieu { 
	background:#D3D3D3;
	padding: 0 0px;
	height:auto;
}
#bas { 
	background:#7e0001;
	padding: 0 0px;
	height:30px;
}
h1 { 
	font-size:16px;
	margin-top:10px;
}
h2 { 
	font-size:14px;
}
/* bouton menu */
table.menuhaut a:visited {
	color:#FFFFFF;
}
table.menuhaut {
	height: 30px;
	width: 100%;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	border:none;
	background-image:url(images/boutonmenu.jpg);
	/* background:#0000FF; */
	font-size:10px;
}
table.menuhaut td {
	width: 134px;
	border:none;
	border-collapse:collapse;
	font-size:10px;
}
table.menuhaut a {
	color:#FFFFFF;
	text-decoration: none;
	font-size:10px;
	line-height:30px;
}
html:not([lang*=""]) table.menuhaut td  { 
	width: 134 px;
}
html:not([lang*=""]) table.menuhaut td.hover { 
	width: 134 px;
}
table.menuhaut td.hover {
	color:#FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size:10px;
	background-image:url(images/boutonmenuhover.jpg);
	/*background:#33FF00;*/
}
table.menuhaut a:hover {
	color:#FFFFFF;
}
/* fin bouton menu */

/* Menu 2 */

ul#menu {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

ul#menu a {
	display: block;
	width: 200px;
	height: 18px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image:url(images/bouton.png);
	color:#000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: 20px;
	padding-left: 17px;
}
ul#menu a:link, ul#menu a:visited {
	background-image:url(images/bouton.jpg);
}
ul#menu a:hover {
	background-image:url(images/boutonhover.jpg);
}

#blocgauche {
	height: auto;
	width:auto;
}

/* Fin Menu 2 */