﻿@charset "UTF-8";
/* CSS Document */



/* Reset CSS */
@import url("reset.css");

/* All Text CSS */
@import url("text.css");

/* 960 Grid CSS */
@import url("960.css");

/*********************************************************************
	Primary Construct - Generic Styles
*********************************************************************/

	body {
	background:url(http://auzonnet.chloebordils.com/images/accueil.jpg) top center no-repeat fixed;
	margin:0;
	padding:0;
	}


	.oneColFixCtr #container {

    	width:600px;
		background:#FFFFFF;
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */

    }

    .oneColFixCtr #mainContent {
	
		text-decoration:none; 
		font-size:11px;
		text-align:center;
    }
	.auteur {
		color: #666666;
		text-align:center;
		text-decoration:none;
		font-size:9px;
	}
