body {
	margin: 0;
	padding: 0;
	/* ASCENSEUR SOUS IE */
	scrollbar-face-color: white;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: #efefef;
	scrollbar-arrow-color: #a753b4;
}

img {
	border:0px;
}

/* Structure*/

#conteneur {
	width: 960px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(imgs/ombre.gif);
	margin-top:15px;
}

#gauche {
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	height: 440px;
	background-image: url(imgs/people.png);
	background-position: 10px 264px;
	background-repeat: no-repeat;
	width: 220px;
	z-index:0;
}

#droite {
	float:right;
	width: 240px;
	padding-top:40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;

}

#centre {
	margin-left: 240px;
	margin-right: 240px;
}


#titre {
	height: 130px;
}

#titre img {
	margin-top:20px;
	margin-left:-5px;
}

#fenetre {
	overflow: auto;
	height: 320px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	padding-right: 20px;

}

/* Styles de texte*/

h1 {
	color: #A753B4;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {

	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:0;
}
p {
		letter-spacing: -0.03em;
}

a:link, a:visited {
	text-decoration: none;
	color: Gray;
}

a:hover, a:active {
	text-decoration: none;
	color: #A753B4;
}


.date {
	color: Gray;
	font-size: 0.75em;
}
/* Menu de droite*/

#droite a {
	display:block;
	height:25px;
	padding-left:5px;
	padding-top: 0px;
}

#droite a.ssmenu {
	display:block;
	padding-left:20px;
	padding-top: 0px;
	height:15px;
}


/* Données du footer*/

#pied {
	position: relative;
	height: 90px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(imgs/footer.png);
	z-index:2;
}

#franchise {
	position:relative;
	left: 802px;
	width:116px;
	height:50px;
}

#footlinks {
	padding-top: 20px;
	padding-left: 630px;
	vertical-align: middle;
}



#pied a:active, #pied a:hover {
	text-decoration: none;
	color: #A753B4;	
}

hr {
	color: ActiveBorder;
	background-color: ActiveBorder;
	height: 1px;
	border: 0;
}
