/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                              FEUILLE DE STYLE                             |
|---------------------------------------------------------------------------|
|                                                                           |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                          Benjamin COIFFARD - janvier 2008 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/* Couleur des liens */
a {
	color: #600;
}

/* Paragraphes */
#principal p {
	float: left;
	width: 540px;
	border-top: 1px #666666 solid;
}


#principal a.lien_logo {
	display: block;
	float: left;
	width: 200px;
	height: 100px;
}
a#img_territoire {
	background: url(../image/lien/lien_territoire.gif) no-repeat 0 0;
}
a#img_territoire:hover {
	background: url(../image/lien/lien_territoire.gif) no-repeat 0 -100px;
}
a#img_forum {
	background: url(../image/lien/lien_forum.gif) no-repeat 0 0;
}
a#img_forum:hover {
	background: url(../image/lien/lien_forum.gif) no-repeat 0 -100px;
}
a#img_sgdf {
	background: url(../image/lien/lien_sgdf.gif) no-repeat 0 0;
}
a#img_sgdf:hover {
	background: url(../image/lien/lien_sgdf.gif) no-repeat 0 -100px;
}
a#img_lts {
	background: url(../image/lien/lien_lts.gif) no-repeat 0 0;
}
a#img_lts:hover {
	background: url(../image/lien/lien_lts.gif) no-repeat 0 -100px;
}


#principal a.lien_nom {
	float: left;
	width: 339px;
	height: 100px;
	line-height: 100px;
	font-size: 1.1em;
	text-align: center;
	border-top: 1px #666666 solid;
}
#principal a.lien_nom:hover {
	background-color: #cfc;
	
}
