/* Style pixels carres - www.pixelscarres.com - 2007*/
/*ACCESSIBILITE general toutes langues*/

html{
	font-size: 100%;
}
body {
	background-color:#FFFFFF;
	color: #333333;
	font-size: 1em;
	padding: 0;
	margin: 0;
	font: 100% Arial, Helvetica, sans-serif;
}
p {
	margin: auto auto 1em;
}
a img
{
	border: 0;
}
a:hover img {
	border: 0;
}
a:focus {
	border: thin solid #333;
}
a:active, a:focus{
	outline:none;
}

/* mise en page et menu*/
#page {
	width: 49em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu {
	width: 650px;
	height: 200px;
	margin-right: auto;
	margin-top: 30px;
	margin-left: auto;
	text-align: center;
}
#contenu {
	width: 42em;
	border: thin solid #002da3;
	clear: both;
	margin: 30px auto auto;
	padding: 20px;
	font-size: 0.9em;
	text-align: justify;
}
#contenu li {
	list-style-type: none;
	margin-bottom: 8px;
}
#contenu a {
	color: #002da3;
	text-decoration: underline;
}
#contenu a:hover {
	color: #002da3;
	text-decoration: overline;
}

/* TABLEAU ACCESSKEY */
table {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
caption {
	background-color: #ccc;
}
thead tr, th {
	width: 20%;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-style: normal;
	background-color: #fff;
	border-right-style: none;
	border-left-style: none;
}
tbody, td {
	background-color: #ccc;
	width: 20%;
	text-align: center;
	color: #000;
	padding: 9px;
}

/* formatage texte */
h1 {
	text-align: right;
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: 0.6em;
	padding-top: 25px;
	height: 2.3em;
	font-weight: bold;
}
h2 {
	color: #002da3;
	font-size: 1em;
	margin-top: 28px;
}
.small {
	font-size: 0.9em;
}
kbd {
	border: thin solid #666;
}
q {
	font-style: italic;
}

/* PIED */
#footer {
	width: 49em;
	height: 2em;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	position: relative;
	margin-bottom: 100px;
}
#footer p{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
} 
#footer a {
	color: #333;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline overline;
}
