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

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

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

/* Titres */
.TitreCol {
	width: 150px;
	height: 16px;
	background-color: #A79682;
	border-top: 1px solid #847057;
	border-bottom: 1px solid #847057;

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

	background-image: url('../../images/puce_verte.gif');
	background-repeat: no-repeat;
	
	line-height: 12px;
	text-indent: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	
}
h5 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
h4 {
	color: #7EAE03;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding:0;
} 

/* 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: #A79682;
	text-decoration: none;
		
	line-height: 14px;
	padding-top: 1px;
	padding-left: 15px;	

}
select {
	font-size: 10px;
}
A.nav_plus:hover {
	color: #847057;
}
A.LinkUrl, A.LinkUrl:link, A.LinkUrl:active, A.LinkUrl:visited {
	background-image: url('../../images/fleche03.gif');
	background-repeat: no-repeat;
	
	color: #BADF5C;
	text-decoration: underline;
	
	line-height: 16px;
	padding-left: 25px;	
}
A.LinkUrl:hover {
	color: #7EAE03;
} 

A.LinkPlus, A.LinkPlus:link, A.LinkPlus:active, A.LinkPlus:visited {
	background-image: url('../../images/fleche03.gif');
	background-repeat: no-repeat;
	
	color: #A79682;
	text-decoration: underline;
	
	line-height: 16px;
	padding-left: 25px;	
}
A.LinkPlus:hover {
	color: #7EAE03;
} 

/* 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;		
}
li.first {
	width: 100%;
	border: 0px;
}

.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: #A79682;
	text-decoration: none;
		
	line-height: 12px;
	padding-left: 12px;
	padding-top: 1px;	
	margin-left: 5px;
}




/* Module meteo */
.TitreMeteo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #857053;
}
.TexteGris{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #444444;
}
.TitreMini{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #000;
}
.IconeMeteo {
	float: left;
	width: 50px;
	height: 50px;
}


/* Module info reseau */
#InfoReseau {
	width: 150px;
	height: 16px;

	background-color: #856F57;
	font-size: 0.6em;
	color: #fff;
	
	margin-bottom: 8px;
}


/* Info Calixo */
#InfoCalixo {
	padding: 5px 5px 15px 15px;
	color: #4a4a4a;
	
	text-align:justify;
	
	margin-bottom: 25px;
	border-bottom: 1px dotted #ececec;
}
#InfoCalixo p {
	margin: 0px;
	padding: 7px 0px 3px 0px;
}

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

