/*-----general-----*/
* {
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style-image: none;
	list-style-type: none;
}
html {
	background-attachment: fixed;
	background-image: url(../images/fond-body.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 100%;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	background-image: url(../images/fond-haut.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-top: 22px;
}
#container-fond-centre {
	background-image: url(../images/container-fond-centre.png);
	background-repeat: repeat-y;
}
#container-fond-bas {
	background-image: url(../images/container-fond-bas.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 200%;
	color: #477CC4;
	margin-left: -8px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #666666;
}
h3 {
	font-size: 120%;
	color: #333333;
}
h4 {
	font-size: 100%;
	color: #333333;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin-top: 0.4em;
	margin-bottom: 0.4px;
}
.petit {
	font-size: 90%;
	line-height: 1.1em;
}
.clr {
	clear: both;
}



a, a:visited, a:active {
	color: #477CC4;
}
a:hover {
	color: #FF800D;
}
.photo-gauche {
	float: left;
	clear: left;
	margin-bottom: 10px;
}


/*-----container-----*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/fond-contenu.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A8BED5;
	border-bottom-color: #A8BED5;
	border-left-color: #A8BED5;
	border-top-color: #A8BED5;
}
#bandeau {
	height: 190px;
}
#description-bandeau {
	text-align: center;
	height: 28px;
	width: 960px;
	font-size: 14px;
	letter-spacing: 0.4em;
	color: #ECF9FF;
	background-image: url(../images/fond-bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 2px;
}



/*-----menu-----*/
#menu {
	float: left;
}
#menu li a {
	font-size: 18px;
	color: #477cc4;
	text-decoration: none;
	text-align: right;
	display: block;
	background-image: url(../images/menu.jpg);
	background-position: 0px 50px;
	height: 30px;
	width: 140px;
	padding-top: 16px;
	padding-right: 70px;
	padding-left: 0px;
	padding-bottom: 4px;
	font-weight: normal;
}
#menu li a:hover {
	color: #FF800D;
	background-position: 0px 0px;
	padding-right: 69px;
	width: 141px;
}
/*-----menu activ-----*/
#accueil #menu li a.accueil, #services #menu li a.services, #produits #menu li a.produits, #acces #menu li a.acces, #contact #menu li a.contact {
	color: #FF800D;
	background-position: 0px 0px;
	padding-right: 69px;
	width: 141px;
	}


/*-----contenu-----*/
#contenu {
	float: right;
	width: 750px;
}
#contenu-gauche {
	float: left;
	padding: 15px;
	width: 350px;
}
#contenu-droite {
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*-----logos entreprises-----*/
#logos {
	margin-top: 10px;
	height: 130px;
	width: 350px;
}
.logos-colonne {
	float: left;
}
.logos-colonne img {
	float: left;
	clear: left;
}

/*-----footer-----*/
#footer {
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #477cc4;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A4D6D3;
	font-size: 90%;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 3px;
}
