html,body{margin:0;padding:0}
body{ 
font: 76% arial, sans-serif; 
background-image: url(../images/bg-index.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #000000;
}
a:link {
	text-decoration:none;
	
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

.formulaire {
	background-color: ThreedFace;
	color: gray;
	font-size: 12px;
	margin-top: 0px;
	border: solid 1px #999999;
}
.formulaire2 {
	background-color: white;
	color: #97bf0d;
	font-size: 12px;
	margin-top: 0px;
	border: solid 1px #999999;
}
.Style2 {color: #666666}
.Style3 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 28px;color: #999999;}
.Style4 {font-size: 10px;color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
.texteBlanc14pt {font-size: 14px;color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
.textGris12pt { color: gray; font-size: 12px; font-family: verdana;}
.textGris18pt { color: gray; font-size: 18px; font-family: arial;}
.textGris8pt { color: gray; font-size: 10px; font-family: arial;}
.textVert25pt { color: #97bf0d; font-size: 25px; font-family: verdana;}
.textVert20pt { color: #97bf0d; font-size: 20px; font-family: verdana;}
.textVert14pt { color: #97bf0d; font-size: 14px; font-family: verdana;}
.textVert12pt { color: #97bf0d; font-size: 12px; font-family: verdana;}
.textNoir14pt { color: #000000; font-size: 14px; font-family: verdana;}
.textNoir20pt { color: #000000; font-size: 20px; font-family: verdana;}
.textNoir12pt { color: #000000; font-size: 12px; font-family: verdana;}
.textNoir10pt { color: #000000; font-size: 10px; font-family: arial;}
.textNoir8pt { color: #000000; font-size: 10px; font-family: arial;}


#banner{
	display: block;
	position: absolute;
	width:200px;
	height:200px;
	background-image: url(../images/banner.gif);
	top: 0;
	left:0;
}

#header01{
	z-index:10;
	background-image: url(../images/krafft-header01.gif);
	position: relative;
	width: 888px;
	height: 50px;
}
#header{
	z-index:10;
	
	position: relative;
	width: 888px;
	height: 193px;
}
#container{
width:888px;
margin:0 auto;
text-align:left
}
#middle{
display: block;
position:relative;
width:888px;
background-image: url(../images/krafft-middle.png);
}
#menuIndexBis{
float: left;
width:291px;
height:192px;
margin-left:12px;
}
#menuRecherche{
float: left;
	background-image: url(../images/recherche.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 273px;
	width: 291px;
}
#menuContacts{
float: left;
	background-image: url(../images/contacts.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 128px;
	width: 291px;
}
#pages{
float: left;
display:block;
	width:562px;
	height:auto;

}
#footer{
clear:both;
width:888px;
height:53px;
background-image: url(../images/krafft-footer.png);
}
#wrapper { background-image: url(../images/krafft-middle.png); }
.position {display: block; float: left;}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #ffffff;
text-decoration: none; 
color: #ffffff;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #cccccc;
color: #ffffff;
background-color: #cccccc;
}

.pagination a.currentpage{
background-color: #cccccc;
color: #FFF !important;
border-color: #cccccc;
font-weight: bold;
cursor: default;
font-size: 20px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #ffffff;
border-color: #cccccc;
font-weight: normal !important;
}

.pagination a.prevnext{

}
