img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CSS Document */

#admin_cadre {
	width: 960px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: auto;
	background-repeat: repeat-y;
	background-image: url(/images/support_tech/fond_admin.jpg);
}
#adh_cadre {
	width: 960px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: auto;
	background-repeat: repeat-y;
}

#admin_logo {
	height: 250px;
	width: 220px;
	background-color: #454138;
	color: #FFFBF0;
	float: left;
}
#adh_logo {
	height: 250px;
	width: 220px;
	background-color: #C96;
	color: #000;
	float: left;
}
#artiste_logo {
	height: 250px;
	width: 220px;
	background-color: #933;
	color: #FFFBF0;
	float: left;
}


#zone_donnees {
	width: 740px;
	margin: 0px;
	float: right;
	height: auto;
	min-height: 574px;
}
.centre {
	text-align: center;
}

#infos {
	height: 324px;
	width: 210px;
	background-color: #FFF4D7;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #454138;
	float: left;
}
#infos_adh {
	height: 324px;
	width: 210px;
	background-color: #FFC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C96;
	float: left;
}
#infos_artiste {
	height: 324px;
	width: 210px;
	background-color: #FFC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #933;
	float: left;
}


#admin_navigation {
	float: right;
	margin-top: 14px;
}

.lien_navi {
	color: #454138;
	font-size: 14px;
}
.lien_deconnexion {
	color: #FFFBF0;
	line-height: 26px;
}
.titre_admin {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.titre_site {
	font-size: 16px;
	letter-spacing: 0.08em;
}
.titre_page {
	font-size: 18px;
	color: #000;
}
.stitre_page {
	font-size: 16px;
	color: #000;
	font-style: italic;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-size: 12px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #666;
	font-size: 12px;
}
.lien_warning {
	font-size: 14px;
	text-transform: uppercase;
	color: #F00;
	text-decoration: underline;
}

.lien_noir {
	color: #000000;
}
