/*
	~ content.css ~
	
	Styles liés aux contenus des pages.
	
	By BeliG
	last update : 23-11-09
*/

/***** Pages *****/

	/* Trophées */
div.f1 { background:#155ea8 url(../img/layout/f1.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f1 div#titre h2 { width:374px; height:39px; background:transparent url(../img/layout/1h2.png) no-repeat; }
	/* cadeaux */
div.f2 { background:#155ea8 url(../img/layout/f2.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f2 div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/2h2.png) no-repeat; }
	/* amenagement */
div.f3 { background:#155ea8 url(../img/layout/f3.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f3 div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/3h2.png) no-repeat; }
	/* evenementiel */
div.f4 { background:#155ea8 url(../img/layout/f4.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f4 div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/4h2.png) no-repeat; }
	/* divers */
div.f5a { background:#155ea8 url(../img/layout/f5.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f5a div#titre h2 { width:682px; height:39px; background:transparent url(../img/layout/5h2a.png) no-repeat; }

div.f5b { background:#155ea8 url(../img/layout/f5.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f5b div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/5h2b.png) no-repeat; }

div.f5c { background:#155ea8 url(../img/layout/f5.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f5c div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/5h2c.png) no-repeat; }

div.f5d { background:#155ea8 url(../img/layout/f5.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f5d div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/5h2d.png) no-repeat; }

div.f5e { background:#155ea8 url(../img/layout/f5.png) repeat-x center 261px; } /* 261 = hauteur de l'entête */
div.f5e div#titre h2 { width:588px; height:39px; background:transparent url(../img/layout/5h2e.png) no-repeat; }

p.zoom {
	height:54px;
	margin-bottom:20px;	
}

/***** Styles de mise en forme par défaut *****/

a {
color:#fff; }

a:hover {
color:#231f20; }

/***** Styles prêts à l'emploi *****/

	/* Mise en page */

div#contenu p {
margin-bottom:10px; }

.invis {
position:absolute;
left:-9999px; }

	/* Marges */

.margin_bottom_10 {
margin-bottom:10px; }