@import url("../../css/doclibrary.css");

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
body {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	background-image:url('../images/sgabg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
		font-family:Verdana;
}
#global {
	margin:auto;
	width:1058px;
	min-height:630px;
	padding-top:7px;
	background-image:url('../images/sga_topbg.jpg');
	background-repeat:no-repeat;
}
#main {
	margin:auto;
	width:1024px;
}
#logoasd {
	float:left;
	display:inline;
	width:239px;
	height:35px;
	background-image:url('../images/petit_logo_SGA.jpg');
}
#contact, #home {
	float:right;
	display:inline;
	margin-right:10px;
	width:20px;
	height:17px;
}
#contact {
	background-image:url('../images/icone_CONTACT.png');
}
#home {
	background-image:url('../images/icone_HOME.png');
}

#header {
	position:relative;
	width:1024px;
	height:245px;
	background-image:url('../images/banner_SGA.png') no-repeat;
}
#menu {
	position:absolute;
	top:204px;
	left:9px;
	width:1007px;
	height:41px;
}
#menu li {
	float:left;
	width:201px;
	text-align:center;
	line-height:41px;
	font-size:12px;
	text-transform:uppercase;
	background:url('../images/barre_sep.jpg') repeat-y top right;
	position:relative;
	z-index:99999;
}
#menu li:last-child
{
	background-image:none;
}
#menu li a {
	text-decoration:none;
	color:#006eb9;
	display:block;
	width:201px;
	line-height:41px;
}

#menu li a:hover, #menu li:hover {
	background-color:#FFF;
}
#menu li ul
{
	display:none;
	width:200px;
	height:auto;
	position:absolute;
	top:41px;
	left:0px;
	background-color:#f5f8fa;
}
#menu li ul li {
	background-image:none;
	margin:0px;
	padding:0px;
	line-height:30px;
	height:30px;
}
#menu li ul li a {
	display:block;
	width:190px;
	_width:200px;
	height:30px;
	padding-left:10px;
	margin:0px;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
	line-height:30px;
}
#menu li ul li a:hover {
	background-image:url('../images/menu_target.jpg');
}
#menu li:hover ul {
	display:block;
}

#content {
	margin:auto;
	margin-top:25px;
	width:920px;
}
#footer {
	margin:auto;
	width:1058px;
	height:131px;
	background-image:url('../images/sga_bottombg.jpg');
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#copyright {
	color:#9c9e9f;
	text-align:center;
	padding-top:70px;
}

