/* ================================ */
/* Titre : base.css				*/
/* Auteur : Fabien DRIEUX			*/
/* Date : 06/12/2009				*/
/* ================================ */



/* ============== */
/*      DECO      */
/* ============== */

html {
	font-size: 100%;
}

/* Body */
body {
	margin: 0;
	font-family: "Helvetica condensed", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
	color: black;
	background: white;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* -> 6 */
}

h1, h2 {
	font-family: Georgia, Norasi, serif;
	font-weight: normal;
}

h3 {
	font-family: Georgia, Norasi, serif;
	font-weight: blod;
}

h1 {
	font-size: 1.3em;
	font-style: blod;
}

img{
	border : none;
	margin : 0;
	padding : 0;
} 

table
{
	color : #736357;
	font-size : 1em;
}

/* Contenu principal */
#principal, #principal_grenier {
	color: #000000;
	background: #ffffff;
}
#header a, #principal a, #principal_grenier a{
	color: #B5075A;
	text-decoration : none;
}

#header a:hover, #principal a:hover, #principal a:focus, #principal_grenier a:hover, #principal_grenier a:focus {
	text-decoration : underline;
}

/* contenu du pied de page */
#footer
{
	text-align : center;
	font-size: .85em;
}
/* liens pied */
#footer a
{	
	color : #000000;
	text-decoration: none;
}

/* liens pied hover */
#footer a:hover
{
	text-decoration: underline;
}

/* ============== */
/* P0SITIONNEMENT */
/* ============== */

/* Conteneur SuperGlobal */
#superglobal {	
	width:987px;
	margin-left:auto;
	margin-right:auto;	
}

/* Conteneur du Header */
#header {
	padding:0;
	margin:0;
}

/* Conteneur du Menu de gauche */
#menu_gauche_ {
	float : left;
	width: 197px;
	height: 227px;
	margin : 0px;
	padding : 0px;
}

/* Conteneur du Menu de gauche Grenier */
#menu_gauche_grenier_ {
	float : left;
	width: 216px;
	height: 227px;
	margin : 0px;
	padding : 0px;
}

/* Conteneur Centre */
#centre {


}

/* Conteneur principal - Centre */
#principal {
	float: left;
	width: 599px;
	padding: 0;
}

#principal_grenier {
	float: left;
	width: 500px;
	padding: 0;
}


/* Pied de page */
#footer {
	clear : both;
	margin: 0;
	padding: 15px 0px 5px 0px;
}