/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Feuille de style
	
	Style du haut de page.
	
	Crée le : 26 novembre 2007
	Modifié le : 27 novembre 2007
	Créateur : Yann MASSON
	Société : JARYS COMMUNICATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* HAUT DE PAGE */
#haut {
	width: 951px;
	height: 190px;
}
/* centre , case du milieu reference pour le haut */
#hautcentre {
	height: 100%;
	width: 288px;
	margin-left: 176px;
	margin-right: 487px;
}

#dessusblason {
	height: 24px;
}

#blason {
	height: 166px;
	background-image: url(deco/blason.png);
	background-repeat: no-repeat;
	background-color: #CC3333;
}

.nomzone {
	padding: 10px;
	font-weight: bolder;
	color: #FFCC66;
	font-size: 16px;
}

.listville {
	float: left;
	width: 30%;
	text-align: left;
	padding-left: 5px;
	font-size: 9px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

/* case de gauche */
#menu {
	float: left;
	height: 190px;
	width: 176px;
	text-align: left;
	display: inline;
}
#logo {
	height: 50px;
	border-bottom-color: #BDB9B9;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

#nav {
	height: 105px;
	padding-top: 5px;
	padding-left: 5px;
}

#nav ul {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	list-style-type: none;
}

.navligne {
	border-bottom-color: #BDB9B9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 166px;
}

#nav a {
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
	background-image: url(deco/puce.png);
	background-position: left;
	background-repeat: no-repeat;
}

#nav a:link {
	color: #333333;
	text-decoration: none;
}

#nav a:visited {
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	color: #BDB9B9;
	text-decoration: none;
}

#nav a:active {
	color: #BDB9B9;
	text-decoration: none;
}

.basmenu {
	height: 20px;
	border-top-color: #BDB9B9;
	border-top-style: solid;
	border-top-width: 3px;
}

/* case de droite */
#hautdroite {
	float: right;
	height: 190px;
	width: 487px;
	text-align: left;
	display: inline;
}

#hautdroitelien {
	height: 50px;
	text-align: right;
	padding-right: 5px;
	border-bottom-color: #BDB9B9;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

#lien {
	padding-top: 30px;
	font-size: 0.8em;
}

#lien a:link {
	color: #333333;
	text-decoration: none;
}

#lien a:visited {
	color: #333333;
	text-decoration: none;
}

#lien a:hover {
	color: #CD3333;
	text-decoration: underline;
}

#lien a:active {
	color: #CD3333;
	text-decoration: underline;
}

#hautdroitepub {
	height: 100px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

#pub {
	height: 60px;
	margin-right: 9px;
}

#imgpub {
	float: right;
	width: 9px;
}

#hautdroitetexte {
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 1em;
	font-weight: bolder;
	color: #CC3300;
}

#hautdroitetexte a:link {
	color: #CC3300;
	text-decoration: none;
}

#hautdroitetexte a:visited {
	color: #CC3300;
	text-decoration: none;
}

#hautdroitetexte a:hover {
	color: #FF3333;
	text-decoration: underline;
}

#hautdroitetexte a:active {
	color: #FF3333;
	text-decoration: underline;
}