/* CSS Document */

html, body {
height: 100%;
width: 100%;
overflow: auto;
}

body {
font-family:verdana, arial, sans-serif;
font-size: 16px;
color:#FFFFFF;
background-color: #110D0E;
margin: 0;
padding: 0;
}

a:link {color: #BB0C18 ; text-decoration:none;}
a:visited {color: #BB0C18 ; text-decoration:none;}
a:hover {color:#CFBBBD; text-decoration:none;}

h1 {
	font-size: 20px;
	color: #BB0C18;
	border-bottom: #BB0C18 1px dashed ;
	}
	
h2 {
	font-size: 16px;
	text-decoration: underline;
	}

#contenu {
height: 100%;
margin-left: 260px;
overflow: auto;
}

#menu-gauche {
position: absolute;
left:0;
/*background-image: url('index/menu-droite.jpg');
background-repeat: no-repeat;*/
background-color: #110D0E;
width: 250px;
height: 100%;
border-right-style:solid;
border-right-width:2px;
border-right-color:#BB0C18;
}
	
.im-menu-left {
margin-top: 10px;
margin-left: 10px;
float: left;
border: 1px solid #BB0C18;
}

.im-menu-right {
margin-top: 10px;
margin-right: 10px;
float: right;
border: 1px solid #BB0C18;
}

.im-entete {
margin-left: 10px;
float: right;
border-left-style:solid;
border-left-width:2px;
border-left-color:#BB0C18;
border-bottom-style:solid;
border-bottom-width:2px;
border-bottom-color:#BB0C18;
}

.image {
float: right;
border: 1px solid #BB0C18;
margin: 0px 0px 6px 6px;
}

.image-left {
border: 1px solid #BB0C18;
}

.liste {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color:#C7C6C6;
	font-size: 12px;
}
