@charset "utf-8";
/* CSS Document */

body {
 	background-color: #111;
	margin:0;
	padding: 0;
}

img {
	border:none;
}

a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

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

a.gros {
	font-size:2.5ex;
}

a:active {
	text-decoration: none;
	color: #fff;
}

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

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

#main {
	width:900px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding: 0;
	background-color: #000;
}

#logo {
	position: absolute;
	left:0px;
	top:0px;
	width:150px;
	height:190px;
	margin:0;
	padding: 0;
}

#slogan {
	position: absolute;
	left:150px;
	top:0px;
	width:502px;
	height:150px;
	margin:0;
	padding: 20px;
}

#slogan p {
	color: #fff;
	font-family: Verdana;
	font-size: 3ex;
}

#slogan p.le{
	text-align: left;
}

#slogan p.ce{
	text-align: center;
}
#slogan p.ri{
	text-align: right;
}

#vue {
	position: absolute;
	right:0px;
	top:0px;
	width:208px;
	height:147px;
	padding: 0;
	margin-top: 22px;
}

#flyer {
	position: absolute;
	right:0px;
	top:310px;
	width:208px;
	height:190px;
	margin:0;
	padding: 0;
	text-align: center;
}

#flyer span {
	color: #fff;
	font-family: Verdana;
	font-size: 1.3ex;
}

#bandeau {
	position: absolute;
	left:0px;
	top:190px;
	width:900px;
	height:100px;
	margin:0;
	padding: 0;
}

#contenu {
	position: absolute;
	left:202px;
	top:290px;
	width:490px;
	height:100px;
	margin:0;
	padding: 0;
}

#contenu p {
	color: #fff;
	font-family: Verdana;
	font-size: 1.8ex;
	padding: 1ex;
	margin: 0;
}

#contenu ul {
	margin: 0;
}

#contenu li {
	color: #fff;
	font-family: Verdana;
	font-size: 1.8ex;
	margin: 0;
}

#chaise {
	position: absolute;
	left:0px;
	bottom:0px;
	width:202px;
	height:300px;
	margin:0;
	padding: 0;
}

#acces_franchise {
	position: absolute;
	right:0px;
	bottom:20px;
	width:698px;
	height:40px;
	margin:0;
	padding-right: 1ex;
	text-align: right;
}

#acces_franchise span {
	color: #fff;
	font-family: Verdana;
	font-size: 1.3ex;
}

#cravate {
	position: absolute;
	left:0px;
	bottom:0px;
	width:156px;
	height:275px;
	margin:0;
	padding: 0;
}

#footer {
	position: absolute;
	left:202px;
	bottom:0px;
	width:698px;
	height:20px;
	margin:0;
	padding: 0;
	background-color: #000;
	text-align: right;
}

#footer span {
	color: #fff;
	font-family: Verdana;
	font-size: 1.5ex;
	padding-right: 1ex;
}