/* Background */
#bg_left {
	height: 100%;
	margin:0; 
	padding:0;
	background-image:url('../images/bgcol_tv.gif');
	background-position: top left;
	background-repeat:repeat-y;
}
#bg_right {
	height: 100%;
	margin:0; 
	padding:0;
	background-image:url('../images/bgcol_tv.gif');
	background-position: top right;
	background-repeat:repeat-y;
}

/* Titres */
.TitreCol {
	width: 150px;
	height: 16px;

	background-color: #86529A;
	border-top: 1px solid #460060;
	border-bottom: 1px solid #460060;

	background-image: url('../images/puce_telephonie.gif');
	background-repeat: no-repeat;
	
	line-height: 16px;
	text-indent: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	margin-top: 2px;
}
.TitrePage {
	width: 417px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CDCDCD;

	background-image: url('../images/puce_jaune.gif');
	background-repeat: no-repeat;
	
	line-height: 12px;
	text-indent: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	
}

.cartouche {
	width: 150px;
	height: 16px;
	background-image: url('../images/cartouche_jaune.gif');
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 8px;
}
.illustration {
	text-align: center;
}
/* Colonne */
.ItemCol {
	width: 140px;
	padding: 5px;
	color: #4F4F4F;
}

/* Navigation */
A.nav_plus, A.nav_plus:link, A.nav_plus:active, A.nav_plus:visited {
	background-image: url('../images/puce_nav.gif');
	background-repeat: no-repeat;
	
	color: #AEAEAE;
	text-decoration: none;
		
	line-height: 14px;
	padding-top: 1px;
	padding-left: 15px;	

}

A, A:link, A:active, A:visited {
color: #86529A; text-decoration: none; line-height: 14px; 
}

A:hover { color: #FFDF04; }

A.nav_plus:hover {
	color: #901BAF;
}
A.LinkUrl, A.LinkUrl:link, A.LinkUrl:active, A.LinkUrl:visited {
	background-image: url('../images/fleche03.gif');
	background-repeat: no-repeat;
	
	color: #460058;
	text-decoration: underline;
	
	line-height: 16px;
	padding-left: 25px;	
}
A.LinkUrl:hover {
	color: #901BAF;
} 
.BarreOrange A, .BarreOrange A:link, .BarreOrange A:active, .BarreOrange A:visited {
	color: #fff;
	text-decoration: none;
	line-height: 13px;
}

.BarreOrange A:hover {
	color: #fff;
	text-decoration: underline;	
}

/* Link list */ 
ul.LinkList, li.LinkList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;	
}
.LinkList li {
	width: 100%;
	border-top: 1px solid #E4E3DF;		
}

.LinkList li:hover {
	background-color: #F4F4F4;
}

.LinkList A, .LinkList A:link, .LinkList A:active, .LinkList A:visited {
	background-image: url('../images/puce_nav.gif');
	background-repeat: no-repeat;
	
	color: #aeaeae;
	text-decoration: none;
		
	line-height: 12px;
	padding-left: 12px;
	padding-top: 1px;	
	margin-left: 5px;
}
.LinkList A:hover {
	color: #FF8500;
}

/* Alsaweb */
.Alsaweb {
	width: 180px;
	float: left;
	background-color: #FFFAF6;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 10px;
	padding:15px;
		
	color: #787878;
}

/* Login Kiwi Backup */
#LoginKiwi {
	width: 175px;
	height: 60px;
	background-color: #8DC643;
	float: left;
	padding: 5px 5px 5px 5px;
}
#LoginKiwi h5 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#LoginKiwi input {
	width: 70px;
	float: left;
	margin-right: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 410px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A5A5A5;
	background-image: url('../images/puce_bleu.gif');
	background-repeat: no-repeat;
	line-height: 12px;
	text-indent: 15px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 410px;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	background-repeat: no-repeat;
	line-height: 12px;
	font-weight: bold;
	color: #FFDE00;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 410px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #e7e7e7;
	line-height: 12px;
	font-weight: bold;
	color: #FF8500;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 12px;
	font-weight: bold;
	color: #800000;
}
