/* 
Fichier : 			Feuille de style CSS
Site web : 			http://citations.boutry.eu/
Auteur : 			Florent BOUTRY
*/

html, body {
	height: 100%;
	margin: 0;
	font: 90% "Trebuchet MS", sans-serif;
	background-color: #F5F5DC;
	}

#global {
	min-height:100%;
	position:relative;
	width:770px;
	margin:0 auto;
	padding:0px;
	background:url(../img/global.png) center repeat-y; /* 700x180 */
	/* Largeur d'image 770px avec 10px à gauche et 10px à droite pour le dégradé 
	soient 750px pour l'affichage ! */
	}

#header {
	position:relative;
	width:750px;
	background-color:#a29479;
	height:150px;
	margin:0px 10px auto 10px;
	}

/* #menu {
	position: relative;
	width:750px;
	height:150px;
	margin:0px 10px auto 10px;
	} */
	
#center {
	padding-bottom:60px; 
	overflow:auto;
	/* Eviter la superposition du pied de page et du contenu */
	/* content à 535 + sidebar à 235 = 770 px */
	}
	
#content {
	float:left;
	width:500px;
	padding:10px 15px 10px 20px;
	/* Largeur 20+500+15=535 
	avec une marge à gauche pour le dégradé */
	}
	
#sidebar {
	float:right;
	width:200px;
	padding:10px 20px 10px 15px;
	/* Largeur 15+200+20=235
	avec une marge à droite pour le dégradé */
	}

#footer {
	position:absolute;
	width:750px;
	bottom:0;
	color:#fff;
	background-color:#a29479;
	color:#F5F5DC;
	margin:0px auto auto 10px;
	}

#footer a{
	border:0;
	font-weight:bold; 
	color:#F5F5DC;
	text-decoration:none; 
	}
	
/* Alignements de texte*/
.right {
	text-align:right;
	}
	
.left {
	text-align:left;
	}
	
.justify {
	text-align:justify;
	}

.center {
	text-align: center;
	}
  
img {
	background:transparent;
	border:none;
	}

/* Les liens généraux */
a:link, a:visited, a:active {
	border:0;
	font-weight:bold; 
	color:#766749;
	text-decoration:none; 
	}

a:hover {
	border:0;
	font-weight:bold; 
	color:#905fa2;
	text-decoration:none; 
	}

/* Les liens du div tag */
a.tag {
	border:0;
	font-weight:bold; 
	color:#766749;
	text-decoration:none; 
	}
