﻿/*	reset
------------------------------------------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
form,
ul,
ol,
li,
dl,
fieldset,
p,
dd,
td,
th
{
	margin:0;
	padding:0
}
table
{
	border-collapse:collapse
}
img,
fieldset
{
	border:none
}
ul,
ol
{
	list-style-type:none
}
/*	defaut
------------------------------------------------------------------------------*/
label
{
	cursor:pointer
}
acronym
{
	cursor:help;
	border:none
}
/*	liens
------------------------------------------------------------------------------*/
a.roll
{
	text-decoration:none
}
a.roll:hover,
a.roll:focus,
#pied a:hover,
#pied a:focus,
.encart a:hover,
.encart a:focus,
#encart dt a:focus,
#encart dt a:hover,
#sous-menu li a:hover,
#sous-menu li a:focus,
#coeur a:hover,
#coeur a:focus,
#resultats h3 a:focus,
#resultats h3 a:hover,
.bulle:focus,
.bulle:hover,
#onglets a:focus,
#onglets a:hover,
#colonne a:hover,
#colonne a:focus
{
	text-decoration:underline!important
}
/*	
------------------------------------------------------------------------------*/
.cache,
hr
{
	display:none
}
.masque,
.flash-replaced .alt,
#navigation span
{
	position:absolute;
	top:-999em;
	left:-999em;
	width:1px;
	height:1px;
	overflow:hidden;
	display:block;
	text-indent:-999em
}
.spacer
{
	clear:both;
	width:1px;
	height:1px;
	overflow:hidden;
	display:block
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: ""
}
cite
{
	font-style:italic
}
textarea
{
	font-family:arial;
	padding:2px;
	overflow:auto
}
/*	centrage
------------------------------------------------------------------------------*/
body
{
	text-align:center;
	background-image:url(../img/grille.png);
	background-repeat:repeat;
	background-position:50% 0;
	font-family:sans-serif;
	font-size:76%;
	background-color:#FFF;
	color:#333
}
#contenu
{
	width:954px;
	text-align:left;
	margin:0 auto
}
#fond
{
	background-image:url(../img/entete.png);
	background-repeat:no-repeat;
	background-position:50% -20px
}
/* formulaires
------------------------------------------------------------------------------*/
select,
input.text
{
	font-family:sans-serif;
	font-size:0.9em;
	padding:1px 2px
}
input.submit
{
	position:relative;
	top:5px
}
input.radio
{
	position:relative;
	top:-2px
}
legend
{
	margin-left:-7px
}
/*
------------------------------------------------------------------------------*/
.debug_fond
{
	background-color:#F00;
	color:inherit
}
.debug_cadre
{
	border:1px solid #0F0
}
/*
------------------------------------------------------------------------------*/
.encart
{
	padding-top:10px;
	background-position:50% 100%;
	font-size:0.9em;
	background-color:#FFF;
	color:inherit;
	float:left
}
.encart strong a
{
	font-weight:normal
}
.encart dd
{
	border-left:2px solid;
	border-bottom:2px solid;
	border-right:2px solid;
	padding:0 8px 8px 8px
}
.encart dd dd
{
	border:none;
	padding:0
}
.encart dt img
{
	display:block
}
.encart li
{
	margin-bottom:2px;
	padding-left:10px;
	background-repeat:no-repeat;
	background-position:0 4px
}