
/* CSS Document */

/* regles générales ------------------------------------ */

body, html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(../images/fond/fond.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
table {
	border-collapse: collapse;
	border: 0px;
	}
	
a img {
	border: 0px;
	}
	
/* positionnement ------------------------------------- */	

#centrage {
	position: absolute;
	width: 1010px;
	height: auto;
	left: 50%;
	margin-left: -505px;
	margin-top: 10px;
	}
	
#haut {
	position: relative;
	width: 100%;
	height: 210px;
	left: 0px;
	top: 0px;
	}
	
#centre {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
	margin-top: 0px;
	background-image: url(../images/bgCentre.png);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	}
	
#blocHaut {
	position: absolute;
	width: 950px;
	height: 210px;
	top: 0px;
	left: 30px;
	background-image: url(../images/fond/fondHaut.jpg);
}
	
.footer {
	position:relative;
	width: 1010px;
	height: 315px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/fond/fondFooter.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
	}
	
.footer .footer-line {
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0px;
	bottom: 35px;
}

#logo {
	position: absolute;
	width: 120px;
	height: 121px;
	left: 50%;
	margin-left: -50px;
	top: 25px;
	}
	
#logo img {
	width: 120px;
	height: 121px;
}
		
#menu {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background-image: url(../images/bgMenu.png);
	background-repeat: no-repeat;
	z-index: 2;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
	}
	
#menu ul {
	position: absolute;
	width: 950px;
	height: 30px;
	left: 50%;
	margin: 0px 0px 0px -450px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	color: #FFF;
}

#menu li {
	position: relative;
	float: left;
	width: auto;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0px !important;
}

#menu a {
	width: auto;
	padding: 0px 10px 0px 10px;
	display: block;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}
	
#menu a:hover {
	color: #EC6B52;
}

#menu span {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #111;
}
		
#gdTitre {
	position: relative;
	width: 870px;
	height: 65px;
	margin-left: 70px;
	margin-top: 20px;
	float: left;
}
	
#contenu {
	position: relative;
	width: 590px;
	height: auto;
	min-height: 40px;
	float: left;
	margin-left: 90px;
	margin-top: 30px;
	text-align: justify;
	}
	
#droite {
	position: relative;
	width: 240px;
	height: auto;
	margin-left: 20px;
	margin-top: 50px;
	float: left;
	}
	
#contenu.contact {
	width: 440px;
	margin-left: 120px;
}

#droite.contact {
	width: 340px;
}

#droite.contact img {
	width: 150px;
	height: 170px;
}
	
#ssMenus {
	height: auto;
	left: 0px;
	top: 10px;
	color: #333333;
	font-size: 16px;
	list-style-type: none;
	font-weight: bold;
	}
	
#ssMenus a {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	}
	
#ssMenus a:hover {
	color: #EC6B52;
	}
	

	
.footer a {
	text-decoration: none;
	color: #666666;
	}
	
.footer a:hover {
	color: #54247E;
	}
