/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
	background-image: url(design/fond10x787.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 24px;
}
#wrapper {
	width: 760px;
	/*overflow:auto;*/
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
	clear:both;
	display: block; 
	min-height:100%;
}
#fondblanc{
	background-color: #FFFFFF;
	/*overflow:auto;*/
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	min-height:100%;	
}
#header {
	color: #333;
	width: 740px;
	float: left;
	padding: 0px;
	height: 150px;
	background: #E7DBD5;
	background: #E7DBD5;
	margin: 10px;
}
#navigation {
	float: left;
	width: 740px;
	color: #333;
	padding: 0px;
	background: #BD9C8C;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 40px;
}
#leftcolumn {
	color: #333;
	padding: 0px;
	width: 480px;
	float:left;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 0px;
	width: 240px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: right;
	position: relative;
	overflow: auto;	
}
#footer {
	width: 740px;
	clear: both;
	color: #333;
	/*background: #BD9C8C;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	float: none;
	position: relative;
}

/**********************************************
 *            MENU		      				  *
 **********************************************/
/*#navigation {	
	padding: 0px;
	background-repeat: repeat-x;
	height: 67px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;	
}*/
#navigation #navigation-center {
	display: inline;
	float: left;	
	/*height: 67px;
	width: 944px;*/
	
}
#navigation #menu {
	/*margin-top: 3px;
	height: 40px;*/
	
	
}






dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}





#menu dl {
	float: left;
	width: 165px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	
	height:100%;
	height: 38px; /* cette valeur est ajustée dans ie7.css */
	/*margin-top:-1px;
	padding-top:1px;*/
	width: 167px;
	
	
}
#menu dt a {
	padding-top:10px;
	display: block;
	height: 100%;
	border: 0 none;

}

#menu .orange dt a{
	padding-top:3px;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu dd {
	display: none;
	width: 167px;
	background-color:#FFF;
	position: absolute; /*truc pour ie6 transféreé dans ie.css*/
}
#menu li {
	text-align:left;
	background-color: #88A39E;	
}

#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a{
	color:#FFFFFF;
	padding:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#menu {
	/* placement du menu */

	z-index:100;
	width: 600px; /* correction pour Opera */
	position: absolute;
	width:510px;
	
}

/** recherche **/
#rform{
	/*float: right;
	height:35px;
	width:150px;
	display: block;*/
}
#recherche {
	height: 16px;
	width: 141px;
	border:1px solid #000000;
	display: block;
	clear: none;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#btnRecherche{
	/*margin-left: 9px;*/
	cursor:hand;
	clear: none;
	float: left;
}

#zonerecherche{
	float: right;
	
	margin-top:10px;
	margin-right: 30px;
	/*background-color: #00FF00;*/
	display: block;
	clear: none;
}
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

