/* CSS Document */

*{ font-family: "Trebuchet MS"; color: #333333;}

body{ margin: 0; }
#pagetitle{
top: 10px;
left: 85px;
position: absolute;
font-size: 17px;
line-height: 19px;
font-weight: bold;
color: #fff;
	
}
a, a:hover, a:visited, a:active{
	color: #407d9f;
}
#bandeau a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-bottom:15px;
}
#bandeau a:hover, #bandeau a.selected{
	color: #87b5ce;
	text-decoration: none;
	display: block;
	padding-bottom:15px;
}
.titre1{
	padding-top: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #407d9f;
	margin: 0;
	padding-bottom:0px;
	line-height: 16px;
}
.titre2{
	font-size: 11px;
	color: #407d9f;
	margin-top: 0px;
}
.titre3{
	font-size: 11px;
	font-weight: bold;
	color: #407d9f;
	margin: 0;
	padding-bottom:0px;
	line-height: 13px;
}
#bandeau{
	position: absolute;
	top: 0px;
	width: 223px;
	background-image: url(../images/aladin.jpg);
	background-color: #01466f;
	height: 100%;
	background-repeat: no-repeat;
	border-left: #FFF 2px solid;
	border-right: #FFF 2px solid;
}
#menu{
	padding: 45px 20px 0 30px;
	font-size: 14px;
	line-height: 13px;
}
#content{
	position: relative;
	background-color: #FFF;
	top: 0px;
	left: 227px;
	border: none;
	width: 430px;
	height: 100%;
	padding: 0 40px 0 40px ;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

#header{
	position: relative;
	width: 780px;
	background-color: #407d9f;
	height: 55px;
	border: #FFF 2px solid;
	margin: 0;
}

#logo{ position: absolute; right: 0px; top: 0px; border-left: #FFF 2px solid;}

#main{
	position: absolute;
	top: 59px;
	background-color: #407d9f;
	width: 782px;
	height: 120%;
	padding: 0px;
}

 ul{
	list-style-image: url("../images/bullet.gif");
}
	li{
		margin-bottom: 15px;
	}
