@charset "utf-8";
/* CSS Document */


html {overflow: scroll;}

body
{
	margin: auto;
	width: 996px;
	background-color: #EBEBEB;
	padding-top: 20px;
}

#container
{
	width: 996px;
	margin:auto;
	background:#FFF;
	padding-top: 20px;
	padding-bottom: 10px;	
}
	
	
	
#headerpanoagadir
{
	width: 974px;
	margin: auto;
	height: 235px;
	
	list-style: none;
	border: 1px solid #000;
	background-image: url(images/ville_nouvelleMOD.jpg);
}


#logoaga {
	padding-top: 20px;
	padding-left: 20px;
		
	}
	


#navmajeure {
	width:974px;
	height: 40px;
	margin-top:116px;
	/* margin: 126px auto auto;  /* MODIF 126 au lieu de 128 original réglage bas onglets avec bas div headerpano. À ne pas prendfre en compte, modifié par margin-top voir au-dessus */
}

#navmajeure ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
 	
	}

#navmajeure ul li {
	display: inline;
	
		
	}

#navmajeure ul li a
{
	text-decoration: none;
	padding: 10px 15px;
	color: #000;
	background-image: url(images/bg.gif);
	font-weight: bold;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	
}

#navmajeure ul li a:hover
{

background: #fff;
}


#navmajeure ul li a.active
{
	border-bottom: 1px solid #FFF;
	background: #FFF;
}


#transition {
	width: 976px;
	height: 50px;
	background: #FFF;
	margin: auto;
}


.wcappe {
	float: left;
	margin: 0 20px 20px 0;
}


#texte_principal {
	width: 916px;
	height: auto;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	
	}
	
#menubas {
	width:974px;
	margin:auto;
	margin-top: 40px;
	margin-bottom: 10px;
	}

#menubas ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size:16px;
 	}
	
#menubas ul li {
	display: inline;
}

#menubas ul li a {
	text-decoration: none;
	padding: 1px 10px;
	color: #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/bg.gif);
	border-bottom: 1px solid #000;
	margin-right: 30px;
	margin-left: 30px;
}
	#menubas ul li a:hover
{

background: #fff;
}


#footer {
	background-color: #CADCEB;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 976px;
	margin: auto;
	margin-bottom: 10px;
	}