﻿@charset "utf-8";
/* CSS Document */

#menu
{

	position:relative;
	float:left;
	width:234px;
	min-height:280px;
}
#menu img
{
	border:solid 0px;
}
#menu_header_adultes
{
	position:relative;
	width:234px;
	height:66px;
	background:url(../graphics/questions_entete_adultes.png) no-repeat;
}
#menu_content
{
	position:relative;
	width:234px;
	min-height:280px;
	background:url(../graphics/catalogue_fond_menu_IE6.png) repeat-y;
}
#menu_diagnostique
{
	position:relative;
	width:234px;
	background:url(../graphics/catalogue_fond_menu.png) repeat-y;
}
#menu_footer
{
	position:relative;
	width:234px;
	height:15px;
	background:url(../graphics/catalogue_footer_menu.png) no-repeat;
}
#menu_retour
{
	padding-left:10px;
	background-image:url(../graphics/fond_menu_fiche.png);
	background-repeat:repeat-y;
}

#main
{
/*
	position:absolute;
	top:0px;
	left:234px;
*/
	position:relative;
	float:left;
	width:693px;
	min-height:300px;
	height:auto;
}
#main_header
{
	position:relative;
	width:693px;
	height:15px;
	background:url(../graphics/catalogue_carroussel_header.png) no-repeat;
}
#main_footer
{
	position:relative;
	width:693px;
	height:15px;
	background:url(../graphics/catalogue_carroussel_footer.png) no-repeat;
}
#main_content
{
	position:relative;
	overflow:auto;
	width:693px;
	min-height:350px;
	height:auto;
	background:url(../graphics/catalogue_carroussel_fond.png) repeat-y;
}
#main_titre
{
	position:relative;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	color:#333399;
}
#question
{
	position:relative;
	padding-left:20px;
	padding-right:20px;
	width:653px;
	height:auto;
	overflow:auto;
}
#question_titre
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#question_content
{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333399;
}
#question_barre
{
	width:653px;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#494aa5;
}
#main_formulaire
{
	position:relative;
	margin-left:20px;
	margin-right:20px;
	min-height:300px;
	height:auto;
	overflow:auto;
}
#main_formulaire-1
{
	position:relative;
	float:left;
	width:50%;
}
#main_formulaire-2
{
	position:relative;
	float:left;
	width:50%;
}
#main_formulaire p
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}
#main_merci
{
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}