h1
{
	display:none;
}
/* CSS Document */
/* 
	Ici on défini les bases du site :
	- La structure des pages
	- Les menus (nav principale, nav du footer, sous-menus déroulants ...)
	- Le bouton de rappel
	- Le H1 (remplacement par le logo du site)
	- Les différents éléments du footer (powered, hcard ...)
*/


/* Structure du site */
*
{
	margin: 0;
	padding: 0;
}
body {font-family: Verdana,Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;/* image de fond du site */
	}
#global {
		width:100%; /* largeur du site */
		
			/**/
		 /* image du fond du contenu */
			 background:#9DC2D7 url(../images/interface/bg_Global.jpg) repeat-x;
	}
	#header {
		height:302px; /* + hauteur de nav et padding */
		width: 960px;
		position:relative;
	}
	/*#nav {
		height:31px;
		width:678px;	 
		background:url(../images/interface/nav.jpg) no-repeat;
		padding-top:1px;
		padding-bottom:1px;
		padding-left:20px;
		position:absolute;
		bottom:0;
	}*/
	#center {
		width: 960px;
		background:#9DC2D7 url(../images/interface/bg_Contenu.jpg) top left repeat-y;
		
		
	}
	#footer {
		clear:both; /* permet d'éviter le chevauchement avec les éléments en float */
		width:960px;	/* largeur du site - le padding (20px x2) */
		margin-top: 15px;
		background:#9DC2D7 url(../images/interface/bg_Center.jpg) top left repeat-x;
		
	}

/**/


/* Les différents éléments de #center */

				#content 			{ margin:0; width:960px;} /* bloc central par default */
				#content h2 { text-align: right; color:#779F92; border-bottom:#779F92 2px solid; line-height: 30px;				margin: 0 60px 50px 250px;}	 
				#content #ContentRight   p
				{
					font-family: Verdana,Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;
					font-size:10pt;
					color: #FFFFFF;
					font-weight:normal;
					line-height: 25px;
					padding: 10px 20px 10px 0;
				}
				#ContentRight   p a
				{
					text-decoration: underline;
					text-align: center;
					color: #FFFFFF;
				}
				#ContentRight  p strong
				{
					text-transform: uppercase;
				}
				#ContentRight  p img
				{
					background: #FFFFFF;
					margin: 5px 10px 5px 0px;
					padding: 5px;
					float: left;
				}
				 /* alignements images #center #contents */
				 #ContentRight .imgCenter
				 {
				 	
					background: #FFFFFF;
					padding: 5px;
					margin: 5px;
				 }
				 #ContentRight .imgRight
				 {
				 	float: right;
					background: #FFFFFF;
					padding: 5px;
					margin: 5px;
				 }
				 #ContentRight .imgLeft
				 {
				 	float: left;
					background: #FFFFFF;
					padding: 5px;
					margin: 5px;
				 }
				 /* Positionnement images avec textes*/
				 .photo
				 {
				 	margin: 0 auto;
					width: 600px;
				 }
				 .left
				 {
				 	float:left;
					width: 300px;
				 }
				
					 .left h5
					 {
							font-family: Verdana,Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;	
							font-size:10pt;
							margin-top: 180px;
							line-height: 25px;
							font-weight: normal; 
							position:relative; 
							text-align:center;
						}
						.left h5 img
						{
							position:absolute;
							margin-bottom: 50px;
							border: none;
							vertical-align:middle;
							left: 17px;
							top: -165px;							
						}
						
				 
				 
				 
.fr
{
	clear:right;
	
	padding: 3px;
	margin: 5px;
}
.fl
{
	clear:left;
	background-color: #fff;
	padding: 3px;
	margin: 5px;
}
h5
{
	font-family: Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color: #000000; 
	margin: 10px;
	padding-left: 10px;
} 
h6
{
	font-family: Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#131C2E; 
	margin: 10px;
	padding: 10px 0;
} 
#ContentRight 			{ margin:0; width:700px; float:right;}
#ContentLeft 			{ margin:0; width:190px; float:left;}
 
	 


.clr
{
	clear:both;
}

/**/


/* Bouton de rappel et H1 */
 
h1	{ text-indent : -9999px;
		display:none;
 }

#BannerAnim
{
	width: 6px;
	height: 205px;
	float: left;
	margin-top: 63px;
	margin-left: 81px;

}
#BannerAnim #fondBanner
{
 
	height: 205px;
}
ul#Texte
{
	font-family: Verdana,Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:14pt;
	list-style: none;
	color:#CCCCFF;
	margin-left:20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:justify;
	
}
ul#Texte li
{
	font-family: Verdana,Trebuchet Ms,Lucida Sans, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	list-style: none;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	display:block;
	line-height:10px;
	background: url(../images/interface/puce.jpg) top left no-repeat;
}
/**/


/* Menu de navigation principal */
ul#Menu
{
	font-family: Trebuchet Ms,Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	list-style: none;
	color:#ECD3AE;
	text-align:justify;
	margin-left:20px;
	width:160px;
}
ul#Menu li
{

	font-family: Trebuchet Ms,Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	list-style: none;
	color:#006565;
	margin-top: 10px;
	width:160px;

	background:#76ABBB url(../images/interface/bg_Menu.jpg) top left repeat-x;
	border:#026666 1px solid;
}
ul#Menu li a
{
	font-style:normal;font-family: verdana, Trebuchet Ms,Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	list-style: none;
	color:#006565 ;
	text-decoration:none;
	padding-left: 5px;
	text-align:left;
	display:block;	line-height:27px;
}
ul#Menu li a:hover
{

	text-decoration:none;
	display:block;
	color: #000000;
	text-decoration: underline;
}
	/*#nav li {
		float:left;
		position:relative;	
		list-style: none;
	}/* pour que les éléments du menu se refere au li */
	#nav a {
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
		/**/
		height: 24px;
		padding-top:7px;
		float: left; /* A ajouter si affichage du menu en ligne (horizontal) */
		margin-right: 1px;
		padding-right: 10px; /* attention les liens des sous-menu vont heriter de cette propriété */
		padding-left: 10px; /* attention les liens des sous-menu vont heriter de cette propriété */
	} 
	#nav a:hover 		{ background: #CC0000; }
	#nav li.mentions 	{ margin-top:-99999px; } /* Permet de cacher le bouton */
	
	/* Boutons actifs */
	#accueil #nav li.accueil a,
	#contact #nav li.pepiniere a,
	#societe #nav li.contact a { color: #FFCD61; }

/**/

 
#wcb
{
	margin-top: 50px;
}
/* Menu de navigation du footer */
#footer
{
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	background: url(../images/interface/bg_Footer.jpg) top left repeat-x;  
	 
	
	
	
}
#footer #footerElements
{
	
	position: relative;
	height:517px;
	background:  url(../images/interface/bg_Baseline.jpg) top left  no-repeat;

}


	#footer #footerElements ul 		{ height:30px; padding-top:80px; margin-left: 80px; color:#76ABBB; } /* pour eviter le chevauchement avec les coordonées */ 
	#footer #footerElements li 		{ float:left; list-style: none; }
	#footer #footerElements li a 	{ padding-right: 10px; padding-left: 10px; color:#76ABBB; font-size: 8pt; }

	/* Boutons actifs */
	#accueil #footer li.accueil a,
	#locaux #footer li.locaux a,
	#beton #footer li.beton a,
	#beton #footer li.contact a,
	#plan #footer li.plan a,
	#mentions #footer li.mentions a { color: #000000;font-size: 8pt; }

/* */


/* Elements du footer */
 	 .vcard {
			
		
				margin-top:270px;
				text-align:center;
				color: #000;
				font-size: 1.0em;
				line-height: 25px;display: block;
	}

		 .vcard a {
			color: #990000;
			text-decoration: underline;
		}
		
		 .vcard a:hover{
			color: #000;
			text-decoration: none;
		}
		
		 .vcard .fn{
			color: #000000;
			font-size: 2.0em;
			display: block;}
			 
		 .vcard .type {
		 display: none;}
		 
		 .vcard .value {
		 font-weight: bold;}
		 
		 #w3c
		 {
			position: absolute;
			bottom: 50px;
			right:100px;
			
		 }
 
 /* 
 .vcard .tel { display:block; }
 
 A decommenter pour faire un hcard en vertical, pluis de 5 lignes 
 
*/

.vcard .adr,
.vcard .email,
.vcard .siret	{ display:block; } 



/* */


/* Autres elements */

	/* Alignement des images */
	.leftimg 		{ float:left; margin-right: 10px; }
	.rightimg	{ float:right; margin-left: 10px; }

/* */


/* Photo gallery */
/*Just add <div id="gallery"> </div> around your photos in ul list*/

	#gallery 		{ padding:1.9em; margin-bottom: 20px; background: #575757; border: 1px solid #FFFFFF; }
	#gallery img	{ border: 1px solid #FFFFFF; }
	#gallery ul li	{ margin:0; padding:0; }
	#gallery ul li	{ display: inline; margin-right:7px; }
	
/* */


/* Figure for photos */
/*Just add <div id="figure"> </div> around your single photo with infos*/	

	#figure 				{ background: #FFFFFF; font-size: 0.8em; }
	#figure img				{ border: 1px solid #FFFFFF; }
	#figure p 				{ margin: 2px; width: auto; color: #333333; }
	#figure p.credit 		{ text-align: right; margin-bottom:10px; }
	#figure .credit cite 	{ font-style: inherit; font-weight: bold; }
	#figure p.caption 		{ text-align:left; font-style: normal; line-height: 1em; }
	#figure .title 			{ font-weight: bold; font-style: normal; }
	#figure.fig1 			{ float:right; margin: 0px 0px 10px 10px; width:141px; }

/* */
 
#powered
{
	color:#FFFFFF;
	width: 140px;
	margin-left:20px;
}
