/*  Base styles written for steinruckdesign.com
	Author: Mark Steinruck
	Date Mod: 01/03/05
	
	url(images/body_back.gif) repeat-x
	
*/



body {
		background: transparent ;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:62.5%;
		color: #666666;
		margin: 0;
		padding: 0;
		text-align:center;
}

.accueil {
text-align: center;
font-size: 1.2em;
background: transparent;
}

#fiche {
text-align: left;
margin-left: 20px;

}
#preview {
background: transparent;
}

/* Links  #065D7E  #7b99ab 7b99ab #E92C39 80ADF9 D7764C
----------------------------------------------- */

a, a img { border: 0;}

a:link { color: #BA0000; text-decoration : none;}

a:visited { color: #BA0000; text-decoration : none; }

a:hover { color: #BA0000; text-decoration: underline; }

a:active { color: #b3c93d;  }

#footer a { color: #7e6138; }



/* Hack for IE5 Win to make the */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clear {
clear : both; 
height : 1px; 
overflow : hidden; 
margin-bottom : -1px;
display: block; 
} 

* html .clear {
display : none; 
} 

