/*-----------------------------------------------------------------------------
** Site : Ligue Navale de Repentigny
**
** Fichier : index.css
** Créé le : 20 mai 2009
** Modifié le : 30 décembre 2009
**
** Version : 1.01.00
** Auteur : Sylvain Proulx
**
** Description :
**		Feuille de styles pour la page index du site.
*/


	body {
		font-size : 1em;
		font-family : arial, sans-serif;
		margin : 0;
		padding : 0;
	}

	#conteneur_copyright {
		background-color : #f7f7f7;
		border : 1px solid #e7e7e7;
		font-size : .7em;
		margin : 0;
		padding : 5px 10px;
		width : 680px;
	}
	#conteneur_copyright a {
		color : #444444;
		text-decoration : none;
	}
	#conteneur_copyright a:hover {
		color : #444444;
		text-decoration : none;
	}
	#conteneur_copyright a.copyright {
		display : block;
		margin : 2px 170px;
		padding : 0;
	}
	#conteneur_copyright a.copyright:hover {
		background-color : #d0d0d0;
		height : 1%;
	}
	#conteneur_copyright a.validateur,
	#conteneur_copyright a.validateur:hover {
		background-color : #454545;
		padding : 0px;
	}
	#conteneur_copyright a.validateur img {
		vertical-align : -4px;
	}
	#conteneur_copyright .flotte_droite {
		float : right;
		width : 82px;
	}
	#conteneur_copyright .flotte_gauche {
		float : left;
		width : 82px;
	}

	#conteneur_papyrus {
		background : #fff url(../images/intro.jpg) 50% 0 no-repeat;
		min-height : 580px;
		position : relative;
		width : 750px;
	}

	a#conteneur_ln,
	a#conteneur_ccln,
	a#conteneur_ccmrc {
		display : block;
		position : absolute;
	}
	a#conteneur_ln span,
	a#conteneur_ccln span,
	a#conteneur_ccmrc span {
		display : none;
	}

	a#conteneur_ln {
		height : 260px;
		left : 250px;
		top : 30px;
		width : 225px;
	}
	a#conteneur_ln:hover { 
		background : url(../images/intro_ln.jpg) -250px -30px no-repeat;
	}

	a#conteneur_ccln {
		height : 240px;
		left : 60px;
		top : 250px;
		width : 200px;
	}
	a#conteneur_ccln:hover {
		background : url(../images/intro_ccln.jpg) -60px -250px no-repeat;
	}

	a#conteneur_ccmrc {
		height : 240px;
		left : 485px;
		top : 255px;
		width : 190px;
	}
	a#conteneur_ccmrc:hover {
		background : url(../images/intro_ccmrc.jpg) -485px -255px no-repeat;
	}


