/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* mise en forme */
body{
	background: #c8d200 url(../images/site/activ-bckgd.jpg) repeat-x top left;
	color: #2e5261;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

a, a:hover, a:visited{
	color: #2f5261;
}


h1{
	font-size: 1.7em;
	margin: 0 0 1.2em 0;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.35em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1.1em;
}

h6{
	font-size: 1em;
}

h2, h5, h6{
	margin: 0 0 0.8em 0;
}

h3.vertBig{
	background: url(../images/site/h3-border.png) bottom left no-repeat;
	color: #97bf0d;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0 0 0.8em 0;
}

h3{
	background: url(../images/site/h3-border.png) bottom left no-repeat;
	color: #97bf0d;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}

h4{
	font-size: 1.35em;
	margin: 0 0 1em 0;
}

hr{
	background: #2f5261;
	border: 0;
	color: #2f5261;
	height: 1px;
	margin: 10px 0 1.4em 0;
}

hr.hrContact{
	margin: 0 0 0 0;
}

p{
	margin: 0 0 1em 0;
}

p.contactDR{
	text-align: right;
	margin: 0 0 0 0;
}

dl, ul, ol{
	margin: 0 0 1em 0;
}

ol li{
	margin: 0 0 0 20px;
}

ul li{
	margin: 0 0 0 18px;
}

ul#services{}

		ul#services li{
			line-height: 50px;
			list-style: none;
			margin: 0 0 0 60px;
			padding: 0 0 0 60px;
		}
		
		ul#services li.vert{
			background: url(../images/site/ul-puce-verte.png) no-repeat left top;
		}
		
		ul#services li.bleu{
			background: url(../images/site/ul-puce-bleue.png) no-repeat left top;
		}
		
		ul#services li.orange{
			background: url(../images/site/ul-puce-orange.png) no-repeat left top;
		}
		
		ul#services li.rose{
			background: url(../images/site/ul-puce-rose.png) no-repeat left top;
		}




/* conteneur */
div#conteneur{
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	width: 911px;
}


		/* banner */
		div#banner{
			background: url(../images/site/activ-header-bckgd1.png) no-repeat top right;
			min-height: 285px;
			position: relative;
		}
		
		
		
				/* titre */
				div#siteTitre{
					padding: 15px 0 0 20px;
				}
				
						div#siteTitre h2{
							color: #97bf0d;
							font-size: 25px;
							font-weight: 100;
						}
						
						
				
				
				/* logo */
				div#logo{
					margin: -30px 0 0 0;
				}		
				
				
				
				
				/* contenu */
				div#contenu{
					position: relative;
				}
				
						/* contenu gauche */
						div#contenuGauche{
							float: left;
							width: 220px;
						}
						
								/* navigation */
								div#navigation{
									background: url(../images/site/activ-navigation-bckgd.png) no-repeat bottom left;
									height: 320px;
									margin: 0 0 0 20px;
									width: 201px;
								}
								
										div#navigation ul{
											list-style: none;
											margin: 20px;
											text-align: right;
										}
										
												div#navigation ul li{
													background: url(../images/site/activ-navigation-separateur.png) right bottom no-repeat;
												}
												
														div#navigation ul li a{
															display: block;
															font-size: 1.2em;
															font-weight: normal;
															padding: 10px 0 10px 0;
															text-decoration: none;
														}
														
														div#navigation ul li a:hover{
															color: #2d799a;
														}
														
														div#navigation ul li a.current{
															color: #97bf0d;
														}
								
								/* contact */
								div#contact{
									background: url(../images/site/activ-contact-bckgd.png) no-repeat top left;
									height: 277px;
									margin: 0 0 0 20px;
									width: 200px;
								}
								
										div#contactInto{
											color: #ffffff;
											padding: 20px;
											text-align: right;
										}
										
												div#contactInto a {
													color:#fff;
												}
												
												div#contactInto h4{
													font-size: 1.3em;
													font-weight: normal;
													line-height: 1.2em;
													margin: 0 0 0.5em 0;
												}
												
												div#contactInto h5{
													font-size: 1.2em;
													font-weight: normal;
													margin: 0 0 0.5em 0;
												}
												
												div#contactInto p{
													font-weight: normal;
													line-height: 1.3em;
													margin: 0 0 0.5em 0;
												}
												
												hr.contact{
													background: url(../images/site/contact-bckgd.png) no-repeat top right;
													border: 0;
													height: 2px;
													margin: 0 0 10px 0;
												}
								
						/* contenu droite */
						div#contenuDroite{
							float: right;
							width: 680px;
						}
						
								/* texte */
								div#texte{
									margin: 80px 20px 0px 20px;
								}
								
								
										div#texte_normal h1{
											font-size: 2.8em;
											margin: 0 0 0.5em 0;
										}

				
				
/* footer */
div#footer{
	background: url(../images/site/activ-conteneur-bckgd.png) no-repeat;
	display: block;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: right;
	width: 911px;
}

		div#footer p{
			color: #ffffff;
			font-size: 0.9em;
			padding: 60px 20px 0 0;
		}
		
		div#footer a {
			color:#fff;
			font-weight: normal;
			text-decoration: none;
		}


/* clear */
div.clear{
	clear: both;
}






/* googleMaps */

		div#map{width:375px; height:250px; clear:both; font-family:Arial, Helvetica, sans-serif; padding:0; margin:155px 30px 20px 20px; font-size:12px; border:1px solid #cccccc;overflow:hidden; color:#43525A; float: right;}
		div#planConteneur{width:230px; height:100px; margin-top:5px; /*border:1px solid #ff0000*/}
		div#planImg{background:url(../images/site/logo-gmap.jpg) no-repeat; float:left; width:55px; height:130px; margin:0px 10px 10px 0px}
		p.planTitre{ font-weight:bold; color:#43525A; padding:0; margin:0; text-align:left;}
		p.planTexte{padding:0; margin:2px 0px 0px 0px}
		p.planLien{font-size:11px; margin:5px 0px 0px 0px}
		
		div#map a {color:#000}
		div#map a:hover {text-decoration:underline}