/*Styles généralisés à des balises*/

	html, body{ 
		background: #3f454c url(/images/back2.jpg) no-repeat fixed;
		font-family: Arial, Helvetica, sans-serif;
		width: 54em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}

	h1{
		background-image: url(/images/banniere.png);
		background-repeat: no-repeat;
		margin-top: -0.25em;
		margin-bottom: 0em;
		height: 75;
	}
	
	#conteneur{
		width: 56.2em;
		text-align: left;
	}

	#corps{
		position: relative;
		background: white;
		width: 56.2em;
		padding: 0em;
	}

/*Style du menu et de ses composants*/
	#menu{
		margin-top: -0.45em;
		margin-bottom: 0em;
	}

	.liens_menu{
		margin-right: 1.3em;
		font-style: italic;
		font-weight: bold;
		color: #CFD8DA;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-decoration: none;
	}

	a.liens_menu:link{
		margin-right: 1.4em;
		font-style: italic;
		font-weight: bold;
		color: #CFD8DA;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-decoration: none;
	}

	a.liens_menu:hover{
		margin-right: 1.4em;
		font-style: italic;
		font-weight: bold;
		color: #CFD8DA;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		background-color: #8C9DA2;
		text-decoration: none;
	}

	a.liens_menu:visited{
		margin-right: 1.4em;
		font-style: italic;
		font-weight: bold;
		color: #CFD8DA;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		text-decoration: none;
	}

/*Liste des confrères permettant d'accéder à leurs news*/
	#paragraphe_confreres{
		margin-top: 0px;
		margin-left: 1em;
		height: 5.5em;
		margin-bottom: 3em;
	}
	
	#titre_news_confreres{
		font-size: 17px;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: -10px;
	}

	#liste_confreres{
		width: 55em;
	}

	.confreres{
		width: 110px;
		font-size: 0.75em; 
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.rss_confrere{
		position: absolute;
		visibility: hidden;
		margin-top: 0.1em;
	}

/*Style des différents composants de la bannière*/
	#sponsor{
		margin-top: -4.25em;
		margin-left: 25.6em;
		margin-bottom: 1em;
	}

	#banniere{
		margin-top: 0.5em;
	}
	
/*Zone de recherche sur le site*/
	#recherche{
		margin-left: 1em;
		height: 5em;
	}
	
	#formulaire_recherch{
		position: absolute;
	}

/*Pied de page*/
	#liens_pied_de_page{
		background: #232F33;
		color: #232F33;
		font-weight: bold;
		font-size: 0.8em;
		height: 1em;
	}

	.lien_pied{
		color: #C2D0D3;
		float: left;
		margin-left: 1.5em;
	}

/*A propos de Westimages*/
	#identite_westimages{
		color: #999999;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}

	#lien_westimages{
		color: white;
	}
	
	
	
/*Styles originaux du site*/

a:link {
	color: #2B3137;
	text-decoration: none;

}
a:visited {
	color: #2B3137;
	text-decoration: none;
}
a:hover {
	color: #2B3137;
	text-decoration: underline;
}


.navbar { 
	color: #CFD8DA;
	text-decoration: none;
}

a.navbar:link { 
	color: #CFD8DA;
	text-decoration: none;
}

a.navbar:visited { 
	color: #CFD8DA;
	text-decoration: none;
}
a.navbar:hover {
	color: #FFFFFF;
	background-color: #8C9DA2;
	text-decoration: none;
}


.imagelink { 
	color: #FFFFFF;
	text-decoration: none;
}

a.imagelink:link { 
	color: #FFFFFF;
	text-decoration: none;
}

a.imagelink:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
a.imagelink:hover {
	color: #000000;
	text-decoration: none;
}


a.grey:link { 
	color: #C2D0D3;
	text-decoration: none;
}

a.grey:visited { 
	color: #C2D0D3;
	text-decoration: none;
}
a.grey:hover {
	color: #FFFFFF;
	text-decoration: none;
}
