* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../gfx/fond.jpg);/* Pour Internet Explorer
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#eae9f1', EndColorStr='#ffffff');
	Pour Firefox
background:-moz-linear-gradient(left, #eae9f1 0%, #ffffff 100%);
	Pour Google-Chrome, Safari, Opéra (moteur Webkit) 
background:-webkit-gradient(linear, left top, right top, color-stop(0,#eae9f1), color-stop(1, #ffffff));*/
	background-repeat: repeat-y;
	background-color: #fbfbfc;
}

a img {
	border: 0; 
}

a:link {
	text-decoration: none;
	color: #E3022F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #FD375F;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FD375F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.rollopaque img {
  opacity: 0.8;
  filter:alpha(opacity=80);
  }

a.rollopaque:hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);   
  }

#menu {
	width: 225px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-image: url(../gfx/fond.png);
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#content {
	height: 100%;
	margin: 0 0 0 240px;
	top: 0;
}

#logo {
	bottom: 0px;
	vertical-align: bottom;
	position: absolute;
	left: 25px;
}

li {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
}

p {
	margin: 4px 0 8px 0;
	font-size: 12px;
	color: #1b1a20;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6f6c7c;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	font-size: 14px;
	color: #6f6c7c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}
h3 {
	font-size: 18px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: dotted 1px #6f6c7c;
	padding-bottom: 5px;
	width: 160px;
	padding-top: 3px;
}

h4 {
	font-size: 32px;
	color: #1b1a20;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 160px;
	text-align: center;
	letter-spacing: -2px;
}

.container {
	padding: 25px 10px 25px 25px;
}

.container_flash {
	padding: 0px 10px 25px 25px;
}

.img {
	border: 1px solid #F5F5F5;
	margin-top: 10px;
}
.profil {
	width: 600px;
	margin: 0px 0px 10px 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6f6c7c;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	vertical-align: top;
	line-height: 1.2em;
	background-color: #FFF;
	padding: 20px 0px 14px 30px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.fond {
	height: 100%;
	background-image:url(../gfx/immeuble.jpg);
	background-repeat: no-repeat;
}

