/* =================================== *\
|  CSS Structure                         |
|  Date: Septembre 2007                  |
|  Autor I Puselja Pedja                 |
\* =================================== */

/*------------------------------------------------
CSS Reset
--------------------------------------------------*/
* {margin:0; padding:0}  :link,:visited { text-decoration:none } ul,ol { list-style:none } address { font-style:normal } fieldset { border: 0; } 
img{border:none; background:none;} a img {border: 0 none;} h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;} caption,th {text-align:left;} html, body {height:100%;}

/*------------------------------------------------
General
--------------------------------------------------*/
body {
	background: #FFFFFF url(../images/layout/filet_panzani.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A12EB5;
	margin:0;
	padding:0;
}

/*------------------------------------------------
Containers
--------------------------------------------------*/
#wrapper {
	margin:0 auto; 
	padding:0; 
	width:990px;
	text-align:left;
}
#sanitaires {
	width:100%;
	height:7%;
	background:#000;
	margin:0;
	padding:0;
}
#flashcontent {
	 background:#ccc;
	 height:600px;
}
/*------------------------------------------------
Links
--------------------------------------------------*/

a:link, a:visited {
	color:#6A9214;
}
a:hover {
	color:#6A9214;
}




#baseline{
  width: 800px;
  margin: 10px auto;
  font-size:10px;
  text-align: center;
  color: #61960D;
}
