@charset "utf-8";
/* CSS Document */
#conteneur{margin:0 auto;
width:100%;
height:auto;
border:1px solid #030;
background: url(../images/backgrdconteneur.fw.png) no-repeat bottom right;}
.logo{background:url(../images/logo.fw.png); 
width:295px;
height:77px;
position:fixed;
}
.logo2{background:url(../images/logo.fw.png); 
width:295px;
height:77px;
margin:0 auto;
}
.titrepage{color:#030;
text-align:center;
font: 50px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
width:100%;
height:77px;
margin-left:auto;
padding-bottom:20px;
}

.error{
	border:solid;
	border-color:#C30;
color: #C30;
text-align:center;


}
.menumaga{
	width:295px;
	height:500px;
	border:#FC0 solid 1px;
	background: url(../images/backgrdMENU.fw.png) no-repeat center;
	float:left;
	position:fixed;
}
.auth{
	width:600px;
	height:300px;
	border:#FC0 solid 1px;
	background: url(../images/backgrdMENU.fw.png) no-repeat center;
	margin:0 auto;

}
.titremenu{width:295px;
border-bottom:#999 solid 1px;
height:25px;
text-align:center;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:18px;
background-color: #AED2C1;
}
.submenu{width:255px;
border-bottom:#999 solid 1px;
height:25px;
color:#666;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
text-decoration:none;
padding-left:40px;
}
.submenu:hover{background-color: #3C9795;
color:#FFF;
}
#actif{background-color: #3C9795;
color:#FFF;
}
.menumaga a{text-decoration:none;
}
#corps{width:1500px;
min-height:500px;
margin-left:auto;
border:solid 1px #000000;

}
#box{
	width:209px;
	height:209px;
	float:left;
	margin-top:5px;
		margin-left:10px;

		border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	font-family:Arial, Helvetica, sans-serif ;
	text-align:center;
	border:#CCC solid 1px;

}
#box2{
	width:209px;
	height:209px;
	float:left;
	margin-top:5px;
	margin-left:10px;
		border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	font-family:Arial, Helvetica, sans-serif ;
		text-align:center;
			border:#CCC solid 1px;



}
#box3{
	width:209px;
	height:209px;/*
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:40px;*/
		border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	font-family:Arial, Helvetica, sans-serif ;
	border:#CCC solid 1px;
		text-align:center;


}
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */