@charset "utf-8";
/* CSS Document */

body {
	background-color: #d5d5d5;
}


a:link {
	color: #1c7d89;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #1c7d89;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#global{
	height: 850px;
	width: 1200px;
	position: relative;
}
#entete{
	background-image: url(mesimages/bande.png);
	width: 100%;
	background-repeat: repeat-x;
	height: 255px;
	margin-top: -15px;
}

#acc{
	height: 40px;
	width: 120px;
	margin-top: 120px;
	margin-left: 240px;
	float: none;
	background-image: url(mesimages/acc.png);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
}

#accprint{
	height: 40px;
	width: 120px;
	margin-top: -40px;
	margin-left: 388px;
	background-image: url(mesimages/accprint.png);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
}

#accweb{
	height: 40px;
	width: 120px;
	margin-top: -40px;
	margin-left: 531px;
	background-image: url(mesimages/accinternet.png);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
}

#accillu{
	height: 40px;
	width: 180px;
	margin-top: -40px;
	margin-left: 640px;
	background-image: url(mesimages/accillu.png);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
}


#accinfos{
	height: 40px;
	width: 120px;
	margin-top: -40px;
	margin-left: 820px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(mesimages/accinfos.png);
	visibility: hidden;
}

#banniere{
	background-image: url(mesimages/entete.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}


#port{
	height: 50px;
	width: 300px;
	margin-left: 830px;
}
#menu{
	background-image: url(mesimages/menu.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -72px;
}


#home{
	
	height: 77px;
	width: 88px;
	margin-left: 256px;
	float: left;
	margin-top: -8px;
	
}
#print{
	margin-top: -5px;
	float: left;
	height: 77px;
	width: 88px;
	margin-left: 56px;
	
}

#web{
	margin-top: -3px;
	height: 77px;
	width: 88px;
	float: left;
	margin-left: 56px;
	
}
#illustration{
	margin-top: -3px;
	float: left;
	height: 77px;
	width: 88px;
	;
	margin-left: 56px;
	
}

#infos{
	margin-top: -6px;
	float: left;
	height: 77px;
	width: 88px;
	margin-left: 55px;
	
}
