/* Conception & Programmation : At services - http://www.at-services.ch

/* Attributs par défaut */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

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

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

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

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

ul{
 list-style-type: square;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

a.pied:link
{
	color: #CCCCCC;
}
a.pied:visited
{
	color: #CCCCCC;
}
a.pied:active
{
	color: #CCCCCC;
	text-decoration: none;
}

/* Div */

#vers980{
	width: 960px;
}

#entete{
	padding: 10px;
	border: 1px solid #000000;
	width: auto;
	background-color: #A4C93D;
	margin: 10px;
	height: 100px;
}

#enteteg{
	float: left;
	position: relative;
	top: 20px;
}

#enteted{
	float: right;
	position: relative;
	top: 80px;
}

#navbarg{
	float: left;
	width: 140px;
	font-size: 70%;
	font-weight: bold;
	background-image:  url(/charte/fdg_heliopsis_maconnerie_pise.gif);
    background-repeat: repeat;
}

#navbard{
  	float:right;
	width: 140px;
	font-size: 70%;
	font-weight: bold;
	background-image:  url(/charte/fdd_heliopsis_maconnerie_pise.gif);
    background-repeat: repeat;
}

#navbarss{
	position: relative;
	left: 20px;
	margin-bottom: 10px;
	width: 100px;
}

#body
{
	margin: 0px 10px 10px 40px;
	width: 55%;
	float: left;
    background-repeat: no-repeat;
}

#txt
{
	position: relative;
	width: 220px;
	left: 150px;
	top: 70px;
	font-weight: bolder;
	text-align:justify;
}

#pied{
	font-size: 70%;
	clear: both;
	padding: 10px;
	text-align:center;
	width: auto;
	margin: 10px;
	color: #cccccc;
}

