
body {
	color: #F0E39E;
	background: #f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}



/* Contenu principal */
#contenu {
	width:760px;
	color: #ff3;
	background: #f00;	
	margin-left:260px;
}
#contenu a {
	color: #232C8F;
	font-size: 1.5em;
	font-weight: bold;
	
}
#contenu a:hover, #contenu a:focus {
	color: #56CF19;
}
#contenu strong {
	color: #000;
}


#contenu p, #contenu li {
	line-height: 1.5;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	margin:0;
}


/* Menu de navigation */
#navigation {
	position:absolute;
	left:0px;
	top:0px;
	background: #f00;
	margin:0;
	width: 225px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#fdca00;
}

#navigation p{
	margin-left:10px;
	margin-right:10px;
}


#copyright {
	margin-left: 20%;
}

#global{
	width:950px;
	background:#f00;
}

#pub{	
	margin-bottom:30px;
}

.tab td{
padding:10px;
text-align: center; 
}

.tab td img{
align:right;
}

.tab {
text-align: center; 
}