/* CSS FADQ - contenu */

html, body, div, p {	
	color: #666;
	
}
body#accueil {
	background: #999 url(../images/fond_accueil.jpg) repeat-x fixed center top ; 
}
body#demarrage {
	background: #fff  url(../images/fond_fleur.jpg) no-repeat fixed center top ; 
}
body#transfert {
	background: #fff  url("../images/fond_vaches2.jpg") no-repeat fixed center top ; 
}
body#transformation {
	background: #fff  url("../images/fond_tonneau.jpg") no-repeat fixed center top ; 
}
body#innovation {
	background: #fff  url("../images/fond_serre.jpg") no-repeat fixed center top ; 
}


body#demarrage #header,
body#transformation #header,
body#transfert	#header,
body#innovation	#header	{padding-top:26px; background: #fff url(../images/header_bg_trombon.jpg) no-repeat left top; }


.photo	{float:left; width:289px;}
.photo img	{padding-left:49px;}

.description	{float:left; width:451px;}
.menu	{float:right; padding-top:5px;}
#contenu	{padding-top:15px;}

img	{border:0;}
sup	{vertical-align:text-top;}

/* Menu (cas) - navigation */
ul#navigation	{
	list-style:none inside;
	float:left;
	 width: 232px; 
	 margin:-15px 0 0 25px;
	}
ul#navigation li	{list-style-type:none;
	float:left;
	width:116px;
	margin:0;
	}
ul#navigation img	{display:block;
	}	
	


h1 {
  /*font-size: 197%; = 26px */
  font-size: 210%;
  font-weight: 900;
  font-family:Arial;
  color:#807E7D;
}

body#accueil h1 {
	font-size: 100%;/* = 13px */
	color:#0062AC;
	text-transform: uppercase;
	word-spacing:0.3em;
}
.description h1	{margin:25px 0 0 22px;}

p{
  font-size: 93%; /* = 12px */
  margin-bottom:1em;

}
#contenu p	{padding:0 60px;}
.col-a p	{padding-right:0!important;}
p.cliquez	{
	background:#fff url(../images/fleche.gif) no-repeat left center;
	margin-left:63px;
	margin-top:4em;
	padding-left:20px!important;
	color:#2C99C5;
	text-transform:uppercase;
	font-weight: bold;
	font-size:82%;
}

