/*---------- ELEMENTS HTML ----------*/

*{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#414141;
	background:url(../images/bg_body.jpg) center top no-repeat;
	background-color:#000000;
	
}
img{
	border:0;
	margin:0;
}
a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
ul, li{
	list-style-type:none;
	color:inherit;
}
input, select, textarea{
	border:1px solid #8E8E8E;
    color:#484848;
}

/*---------- STRUCTURE COMMUNE ----------*/
#global{
	position:absolute;
	left:50%;
	margin-left:-500px;
    width:1000px;
	height:670px;
}

/*#global{
    position:relative;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}*/

#header{
	float:left;
	/*background:url(../images/bg_header.jpg) top left no-repeat;*/
	background-color:#627792;
	height:147px;
	overflow:hidden;
}
#header h1{
	float:left;
	width:1000px;
	height:69px;
}
#header #politesse{
	float:left;
	width:219px;
	height:27px;
	clear:both;
	background:url(../images/bg_connexion.jpg) top left no-repeat;
	color:#FFFFFF;
	padding:12px 0px 0px 20px;
	font-size:11px;
	font-weight:bold;
}
#header #menu{
	float:left;
	width:735px;
	height:31px;
	background:url(../images/bg_menu.jpg) top left no-repeat;
	padding:8px 0px 0px 26px;
}
#menu ul{
	float:left;
	margin-top:4px;
}
#menu li{
	float:left;
	border-left:1px solid #A4A4A4;
	border-right:1px solid #EEEEEE;
	padding:0px 10px;
	text-transform:uppercase;
	font-size:12px;
}
#menu li a{
	display:block;
	color:#656161;	
}
#menu li a:hover{
	color:#5D85B8;
}
#menu #deconnexion{
	float:right;
	width:100px;
	margin-right:20px;
}
#deconnexion form input{
	width:104px;
	height:24px;
	background:url(../images/bg_btn_logout.jpg) top left no-repeat;
	cursor:pointer;
	border:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#header #sousmenu{
	float:left;
	width:1000px;
	height:26px;
	background:url(../images/bg_sousmenu.jpg) top left no-repeat;
	padding-top:13px;
}
#sousmenu .date{
	float:left;
	width:219px;
	padding-left:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:1px;
	text-transform:capitalize;
}

#sousmenu .date .link_elearning{
	display:none;
}

#sousmenu ul{
	float:left;
 	margin-left:26px;
}
#sousmenu li{
	float:left;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #FFFFFF;
	padding:1px 10px 0px 10px;
	height:16px;
}
#sousmenu li a{
	display:block;
	color:#FFFFFF;
}
#sousmenu li a:hover{
	color:#7DA5D8;
}
#footer{
	clear:both;
	height:13px;
	padding:11px 0px;
	color:#555555;
	text-align:center;
	background:url(../images/bg_footer.jpg) top left no-repeat;
}
#footer li{
	display:inline;
	border-left:1px solid #747474;
	border-right:1px solid #ACACAC;
	padding:0px 10px;
}
#footer li a{
	color:#555555;
}
#footer li a:hover{
	color:#FFFFFF;
}
#footer .langues{
	float:right;
	width:84px;
	height:20px;
	background:url(../images/bg_langues.jpg) top left no-repeat;
	margin:-19px 20px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:6px 0px 0px 0px;
		font-size:11px;
	font-weight:bold;
}
#footer .langues a{
	color:#B9CBDF;
}
#footer .langues a:hover{
	color:#515151;
}
#footer .langues .actif a{
	color:#FFFFFF;
}

.dsc-content{margin:0px; padding:0px;}
