body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#87878A;
	background-image: url(../images/FD.jpg);
	margin: 5px 0;
	padding: 0;
	color:#000;
	font-size:14px;
	background-repeat: repeat-x;
}

input {
	border: 1px solid #999999;
}

select {
	border: 1px solid #999999;
	font-size:12px;
}

textarea {
	border: 1px solid #999999;
	font-size:12px;
}

.bouton {
	border: 1px solid #ff0000;
	background-image: url(../images/fdbouton.jpg);
	color:#FFFFFF;
	height:25px;
	font-weight:bold;
}

.nouveau {
	border: 1px solid #ff0000;
	background-image: url(../images/fdnouveau.jpg);
	color:#FFFFFF;
	height:35px;
	line-height:35px;
	width:520px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.nouveau a{
	color:#fff;
	text-decoration:none;
}

img {
	border-style: none;
}


.rouge {
	color:#FF0000;
	font-size:18px;
}

.bleu {
	color:blue;
	font-size:18px;
}

a
{
	color: #ff0000;
}

a:hover
{
	color: #000;
}

div#conteneur
{
	width: 870px ;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #888787;
	background: #fff ;
	
}

hr {

	border: 0;
 	width: 86%;
	margin-left:auto;
	margin-right:auto;
  	color: #888787;
	background-color: #888787;
	text-align:center;
	height: 2px;
	
}

h1#header
{
	height: 223px ;
	background: url(../images/header.jpg) no-repeat  ;
	margin: 0 ;
}

h1#header a
{
	width: 400px ;
	height: 20px ;
	display: block ;
	
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}


div#contenu
{
	padding:5px;
	background-color:#EEF2F4;
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 15px ;
	font-size: 1.4em ;
	background: url(../images/titre.jpg) no-repeat left bottom ;
	color: #fff ;
	border-bottom: 1px solid #E0D1B4 ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #fff ;
}





div#footer
{
	margin: 0;
	padding-right: 10px;
	line-height:17px;
	text-align: right;
	color: #000;
	font-size:11px;
	background: url(../images/footer.gif);
	height:35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888787;
	text-align:center;
}

div.message {
	margin: 0;
	line-height:25px;
	text-align: right;
	color: #ff0000;
	font-size:13px;
	font-weight:bold;
	background: url(../images/footer.gif);
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888787;
	text-align:center;
}

span.pro {
	width:700px;
	padding:5px;
	
	
}

span.langue {
	text-align:right;
	
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

/*menu*/
#kwickcontainer {
	margin:auto 0;
	background-color:#CCCCCC;
	background-image:url(../images/menu/fd.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}
#kwick {
	border-bottom: 3px double #333;
	
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#kwick .kwicks {
	display: block;
	height: 60px;
	margin: 0px;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height:60px;
	width:130px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}
#kwick .kwick span {
	display:none;
}
#kwick .opt1 {
	background: url(../images/menu/home.jpg) ;
}
#kwick .opt2 {
	background:  url(../images/menu/onsite.jpg);
}
#kwick .opt3 {
	background:  url(../images/menu/boring.jpg);
}
#kwick .opt4 {
	background:  url(../images/menu/special.jpg);
}
#kwick .opt5 {
	background:  url(../images/menu/news.jpg);
}
#kwick .opt6 {
	background:  url(../images/menu/6.jpg);
	border-right: 0;
}
/*fin menu*/

.clear {
	clear: both;
}

/*tableau fiche technique*/

#mytable {
  width: 99%;
  padding: 0;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
}

#mytable caption {
  padding: 0 0 5px 0;
  width: 700px;
  font-style: italic;
  font-size: 11px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

#mytable th {
  font-weight: bold;
  font-size: 11px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}
/* Not working on IE... */
#mytable td:hover {
  background-color: #CAE8EA;
}

#mytable td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
  text-align:center;
}


#mytable td.alt {
  background: #D9E0E5;
  color: #797268;
}

#mytable th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(../images/bullet1.gif) no-repeat;
  font-weight: bold;
  font-size: 14px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(../images/bullet2.gif) no-repeat;
  font-weight: bold;
  font-size: 14px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
}
/*
.w3c {
  text-align:center;
}*/

.headerfiche {
	padding: 6px 6px 6px 12px;
  	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
	border: 1px solid #C1DAD7;
	font-weight: bold;
  	font-size: 12px;
}

.headerfiche a {	
	color:#000000;
	text-decoration:none;
}

.telechargerfiche {
	padding: 6px 6px 6px 12px;
  	background: #E6E8EA ;
	border: 1px solid #C1DAD7;
	font-weight: bold;
  	font-size: 12px;
	display:none;
}

.downloadfiche {
	padding: 6px 6px 6px 12px;
  	background: #E6E8EA ;
	border: 1px solid #C1DAD7;
	font-weight: bold;
  	font-size: 12px;
	display:none;
}

.downloadenfiche {
	padding: 6px 6px 6px 12px;
  	background: #E6E8EA ;
	border: 1px solid #C1DAD7;
	font-weight: bold;
  	font-size: 12px;
	display:none;
}

.descargarfiche {
	padding: 6px 6px 6px 12px;
  	background: #E6E8EA ;
	border: 1px solid #C1DAD7;
	font-weight: bold;
  	font-size: 12px;
	display:none;
}

#masquerfiche a{
	text-align:center;
	}

/*fin tableau fiche technique*/

