html {
height:100%;

}
body {
	color:#000066;
	font-size:12px;
	border:0px;
	margin:0px;
	padding:0px;
	/*background: url(/images/body-bkg.jpg) repeat-x #ffefce;*/
	
	font-family:"Lucidia Grande", Tahoma, sans-serif;
	overflow-x:hidden;
	
	height:100%;
}

#container {
width: 900px;
height:100%;
position: relative;
margin-left: auto;
margin-right: auto;
}

#header {
width: 900px;
position: fixed;
top: 0px;
height: 177px;
background: url(images/topceiling.png) no-repeat left top;
z-index:2;
}

#leftMenu {
	position:fixed;
	width: 140px;
	height: 450px;
	padding-top: 8px;
	top:177px;
	color:#993300;
}
#content {
	position: relative;
	min-height:500px;
	padding-left: 55px;
	margin-bottom: 200px;
	width: 680px;
	font-size: 14px;
	left:140px;
	padding-right: 20px;
	top:177px;
	z-index:1;
	
}
#content2 {
	position: relative;
	min-height:500px;
	padding-left: 5px;
	margin-bottom: 200px;
	width: 680px;
	font-size: 14px;
	left:40px;
	padding-right: 20px;
	top:150px;
	z-index:1;
	
}
#footer {
	clear:both;
	position:relative;
	width: 900px;
	text-align: center;
	height: 90px;
	border-top: solid 2px #660000;
	margin-top:5px;
margin-left: auto;
margin-right: auto;

}
#logo{
	position:fixed;
	margin-top:230px;
	background: url(/images/logo2.png) left bottom no-repeat;
	width:823px;
	height:449px;
	}
#leftMenu h5 {
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;

}

#leftMenu ul {
	text-align:right;
	padding: 0px;
	font-size: 16px;
	margin:0px;
}

#leftMenu ul li {
	list-style-type: none;
	margin: 10px 0 0 0 ;
	width: 140px;
}

#leftMenu ul li a {

	padding-right: 10px;
	color: #660000;
	text-decoration:none;
}

#leftMenu ul li a:hover {
color: #990000;
}

.left {
	
	margin: 10px 10px 10px 0px;
}
	
.juxta{
	position:relative;
	float:left;
	width: 320px;
	height: 300px;
}
.juxtaDroite{
	position:relative;
	float:left;
	width: 220px;
	height: 280px;
	margin-left:430px;
	margin-top:-260px;
}
.textRight{
	margin-left: 320px;
	position:relative;
}
.sousOudoor{
	margin-top:20px;
	margin-bottom:40px;
	}
.image {
	position:relative;
 	margin:10px;	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

 }

 
 .floatRightHeight {
 	float: right;
 	margin: 10px 0px 10px 10px;
 	width: 300px;
	height: 400px;
 }
 

.leftText{
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	float: left;
	font-style:italic;
}
.rightText{
	width: 530px;
	position: relative;
	padding-left: 220px;
	padding-top: 5px;
}
#content h1 {
	padding-top: 15px;
	margin-top: 0px;
	color:#000066;
	font-weight:normal;
}



#box {
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 4px;
 }
 .boxtitle {
	font-weight: bold;
	font-size: 18px;
 }
 #boxmonth {
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	padding-right: 20px;
	margin-bottom: 2px;
	text-align: right;
	font-weight:bold;
	font-size: 22px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(images/bkg.png) repeat;
 }
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.left{
	position:relative;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
}
.right{
	position: absolute;		
	width:466px;
	height:600px;
	padding-left:6px;	
	
	top: 0px;
	margin-left:260px;
}
