

/* CSS Document */

@import "layout.css";

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

h1{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0px;
	margin-bottom:5px;
	text-transform:uppercase;
	
}

h2{
	font-size:18px;
	font-weight:bold;
	color: #f09;
	margin:0px;
	margin-bottom:9px;
	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #f09;
	margin:0px;
	text-transform:uppercase;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color:000;
	margin:0px;
	text-align:justify;
}

img{
	border:0;
	margin-top:9px;
	margin-bottom:9px;
}

.logo{
	border:0;	
	margin-top:0px;
	margin-bottom:0px;
}

.capitalize{
	text-transform:capitalize;	
}

li{
	margin-bottom:9px;
	list-style-type:circle;
}

ul{
	padding:0;
	margin:0;
	margin-left:14px;
}

p{
	font-size: 11px;
	color: #000;
	text-align: justify;
	margin:0px;
	padding:0px;
}

.p-credits {
	text-align: left;
	font-weight: bold;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.p-chapo{
	text-align: left;
	font-weight: bold;
	margin-bottom: 9px;
	text-transform: uppercase;
	text-align:justify;
}

.p-uppercase {
	text-align: left;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.soldout{
	margin:0;
	margin-top:-9px;
	margin-bottom:9px;
	padding:0;
	text-align:center;
}

.unbold{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

.p-notice {
	text-align: right;
	font-weight: normal;
	margin-top:-7px;
	color: #f09;
	}

.arrow{
	font-size:14px;
	}

.brtop{
	margin-top:9px;
}

.brbottom{
	margin-bottom:9px;
}

a {
	color: #f09;
}

.a-more{
	font-size: 10px;
	color: #f09;
	}

a:link {
	text-decoration: none;
}

a:active {
	font-size:11px;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*Tableau
------------------------------*/
th {font-size: 12px;
	font-weight: bold;
	color: #f09;
	margin:0px;
	text-align:left;
	text-transform:uppercase;
}

/*Footer
------------------------------*/

#footer p{
	color:#999;
	text-align:center;
	font-size: 10px;
	margin-top:9px;
	margin-bottom:0px;
}

#footer a{
	font-size: 10px;
	color: #999;
	}

#footer a:hover{
	color: #f09;
	text-decoration: underline;
}

#footer ul{
	color:#999;
	text-align:center;
	font-size: 10px;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
}

#footer li{
	display:inline;
	list-style-type: none;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.pageflip{
	margin-top:9px;
	margin-bottom:9px;
}

/* retour articles, focus
************************************/

tr .back {
	text-transform:lowercase;
	text-align:right;
}
