/*
	CORRECTION DES BUGS
	
	HACK IE6 uniquement
	* html ELEMENT {}
	
	HACK IE7 uniquement
	*:first-child+html ELEMENT {}
*/

/* @group RESET DES PROPRIETES PAR DEFAUT */

/*
	On empeche les navigateurs de gerer eux-memes l'affichage des elements
	On va definir tous les elements qui doivent etre stylises
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clearfix:after {
	content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body, p, a, ul, ol, li, h1, h2, h3, h4, span {
	color: #000000;
	font: 12px/13px Arial, Helvetica, sans-serif;
}

/* @end */

/* @group STYLES GENERAUX */

body {
	margin: auto;
	text-align: center;
	background: #515151 url(../images/trame_fd.gif) repeat-x;
}

h1 {
	font-size: 18px;
	line-height: 18px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
}

h3 {
	font-size: 14px;
	line-height: 14px;
}

h4 {
	font-size: 12px;
	line-height: 12px;
}

p {
	margin-bottom: 6px;
	line-height: 13px;
}

a {
	color: #A8111C;
	text-decoration: none;
}

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

.pt20 {
	padding-top: 20px;
}

/* @end */

/* @group MISE EN PAGE */

#wrapper {
	margin-left: auto;
    margin-right: auto;
	width: 976px;
}

#header {
	width: 976px;
	z-index: 50;
	position: relative;
}

#content_index_zone_shifted {
	width: 918px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	margin-left: 28px;
	float: left;
	min-height: 78px;
	z-index: 10;
	padding-bottom: 30px;
	margin-top: 0;
	padding-top: 0;
	background-color: #cacaca;
	text-align: left;
}

#content_zone_shifted {
	width: 918px;
	margin-top: -38px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	margin-left: 28px;
	float: left;
	min-height: 78px;
	background: #fff url(../images/trame_content.gif) no-repeat 0 bottom;
	/* HACK IE6 uniquement (ne supporte pas min-height) */
	height: auto !important;
	height: 38px;
	z-index: 10;
	padding-bottom: 30px;
	text-align: left;
}

* html #content_zone_shifted, * html #content_index_zone_shifted { /* HACK IE6 uniquement */
	display: inline;
	width: 920px;
	overflow: hidden;
	height: auto;
}

#content {
	overflow: hidden;
}

ul.text {
	margin-left: 0px;
}

ul.text li {
	background: url(../images/puce.gif) no-repeat 0 1px;
	padding-left: 14px;
	padding-bottom: 6px;
}

#sound_thumbnail {
	width: 140px;
	height: 70px;
	margin-right: 40px;
	margin-top: -30px;
	float: right;
	z-index: 90;
	position: relative;
}

* html #sound_thumbnail { /* HACK IE6 uniquement */
	display: inline;
}

#footer {
	width: 918px;
	height: 250px; /* on precise la hauteur pour l'animation des footer_content */
	margin-left: 28px;
	position: relative;
	float: left;
	clear: both;
	margin-top: -42px;
	padding-top: 12px;
	padding-bottom: 10px;
	z-index: 30;
}

* html #footer { /* HACK IE6 uniquement */
	display: inline;
	margin-top: 0px;
	width: 920px;
}

*:first-child+html #footer { /* HACK IE7 uniquement */
	margin-top: 0px;
}

.column {
	width: 270px;
	margin-right: 14px;
	float: left;
	text-align: left;
}

* html .column { /* HACK IE6 uniquement */
	display: inline;
}

.column_left_margin {
	margin-left: 34px;
}

* html .column_left_margin { /* HACK IE6 uniquement */
	display: inline;
}

.content_top_margin {
	margin-top: 38px;
}

#html_links {
	position: absolute;
	margin-top: -1000px;
	margin-left: -1000px;
}

/* @end */

/* @group FOOTER */

.footer_links {
	float: left;
}

.footer_title {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	background: url(../images/puce_plus_grise.gif) no-repeat 0 0;
	padding-left: 14px;
	padding-bottom: 6px;
}

.footer_title:hover {
	cursor: pointer;
}

.footer_content {
	overflow: hidden;
	height: 1px;
}

.footer_content a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: left;
	clear: both;
}

.footer_content a:hover {
	color: #fff;
}

.footer_address {
	color: #999;
	font-size: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 860px;
}

.footer_address a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

.footer_address a:hover {
	color: #fff;
}

.footer_ref {
	color: #bbb;
	font-size: 11px;
	float: left;
	text-align: left;
	margin-left: 34px;
	vertical-align: top;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	width: 850px;
}

* html .footer_ref {
	margin-left: 17px;
}

.footer_ref a {
	color: #bbb;
	font-size: 11px;
	text-decoration: none;
}

.footer_ref a:hover {
	color: #fff;
}

/* @end */

/* @group CONTENT */

h1.toplevel, ul.toplevel {
	float: left;
}
h1.toplevel {
	width: 264px;
	margin-left: 20px;
	text-align: right;
}
ul.toplevel {
	margin-left: 20px;
	margin-top: 6px;
}
ul.toplevel li {
	width: 568px;
}

.big_image_border {
	padding: 5px;
	background-color: #e7e7e7;
	clear: both;
}

.big_image_link:hover {
	background-color: #A8111C;
	cursor: pointer;
}

.image_legend {
	margin-top: 6px;
	background: url(../images/trame_points_v.gif) repeat-y;
	padding-left: 1px;
	margin-bottom: 6px;
}

.image_legend_fleche {
	padding-left: 10px;
	background: url(../images/fleche_right.gif) no-repeat 0 2px;
}

.image_legend div p {
	color: #666;
	font-size: 11px;
}

.image_legend div ul {
	padding-left: 4px;
}

.image_legend div ul li {
	padding-left: 20px;
	min-height: 17px;
	padding-top: 2px;
	color: #666;
	font-size: 11px;
	padding-bottom: 4px;
}

.retour_legend {
	margin-top: 6px;
	background: url(../images/trame_points_v.gif) repeat-y;
	padding-left: 1px;
	margin-bottom: 6px;
}

.retour_legend_fleche {
	padding-left: 10px;
	background: url(../images/fleche_left.gif) no-repeat 0 2px;
}

.retour_legend div p a {
	color: #666;
	font-size: 10px;
}
.retour_legend div a:hover {
	text-decoration: underline;
}

.retour_legend div ul {
	padding-left: 4px;
}

.retour_legend div ul li {
	padding-left: 20px;
	min-height: 17px;
	padding-top: 2px;
	color: #666;
	font-size: 11px;
	padding-bottom: 4px;
}

.numero_1 {
	background: url(../images/1.png) no-repeat 0 0;
}

.numero_2 {
	background: url(../images/2.png) no-repeat 0 0;
}

.numero_3 {
	background: url(../images/3.png) no-repeat 0 0;
}

.numero_4 {
	background: url(../images/4.png) no-repeat 0 0;
}

.numero_5 {
	background: url(../images/5.png) no-repeat 0 0;
}

.small_image_border {
	padding: 5px;
	background-color: #e7e7e7;
	float: left;
}

.small_image_link:hover {
	background-color: #A8111C;
	cursor: pointer;
}

.small_image_right_margin {
	margin-right: 10px;
}

.small_image_bottom_margin {
	margin-bottom: 10px;
}

.content_title {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.aparte_zone {
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #fff url(../images/aparte.gif) no-repeat 0 30px;
	padding: 38px 4px 10px 70px;
	min-height: 160px;
}

.aparte_text {
	color: #999;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 10px;
}

.aparte_text a {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 10px;
}
.aparte_catalogue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	background: #fff url(../images/visu_catalogue_fs.png) no-repeat 0 0;
	padding-top: 115px;
}

.pola {
	float: left;
}

.info {
	font-size: 11px;
	width: 59px;
	line-height: 12px;
	text-align: center;
	color: #666;
	margin-left: 3px;
}

/* @end */

/* FIX png pour IE6 uniquement - la feuille de style n'est plus valide, grr.. */
* html img, * html .numero_1, * html .numero_2, * html .numero_3, * html .numero_4, * html .numero_5 {
	behavior: url(css/iepngfix.htc);
}

