html, body {
	font-family: Verdana, Arial, Helvetica;
	background-color:#ffffff;
	color: #000000;
}
body { 
	margin: auto;
	padding: auto;
	width: 960px;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header {
	position: relative;
	left: 20px;
	background-image: url(images/logo_amj.png);
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 59px;
}
div.titre { 
	margin-left: 485px;
	font-size: 29px;
	text-transform: uppercase;
	/*color: #6a3d94;*/
	color: #000000;
}
div.auteur { 
	margin-left: 485px;
	font-size: 15px;
	font-style: italic;
	text-transform: capitalize;
	color: #666666;
}

div.footer {
  margin: 20px;
  text-align: right;
}

div#flashcontent {
	margin-left: 20px;
	margin-top: 2px;
	width: 90%;
	height: 530px;
}

/*div#onglets{
	background-image: url(images/fond_onglets.jpg);
	background-repeat: repeat-x;
	height: 25px;
	margin-left: 20px;
	width: 955px;
	border-bottom: 1px solid #666666;
}
*/
#onglets {
    width:100%;
    background: White;
	background-image: url(images/fond_onglets.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
    font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	width: 955px;
	height: 22px;
    line-height:normal;
	padding-top: 10px;
}

#onglets ul {
    margin: 0;
    list-style: none;
	float: left;
    /*background: Yellow;*/
	padding-left: 15px;
	padding-right: 15px;
	background: url("images/bord_droit.jpg") no-repeat right center;
}

#onglets a {
	/* Pour IE Mac uniquement \*//*/   
    float:left;
    /**/
    /*float:left;*/
    display: block;
    padding: 5px 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#onglets a:hover {
	color: #FFFFFF;
}

#onglets #current {
    background-image: url("images/bg_onglet_select.jpg");
}
#onglets #current a {
	color: #000000;
}

#onglets li {
	float: left;
    background-image: url("images/bg_onglets.jpg");
	background-repeat: repeat-x;
	background-position: center;
    margin: 0;
    padding: 0 2px 0 2px;
}

#onglets span {
	float: left;
    background: url("images/bord_gauche.jpg") no-repeat left center;
    margin: 0;
    padding-left: 0;
}

