* {
	border:		0px;
	margin:		0px;
	padding:	0px;
}

body {
	font-family:	Arial, Helvetica, sans-serif;
	color:			#fff;
	background:		#610000;
	text-align:		center;
}

#main {
	display:		block;
	width:			963px;
	margin:			0 auto;
	text-align:		left;
}

#header {
	display:		block;
	float:			left;
	width:			963px;
	height:			110px;
	background:		url(../images/header_bg2.jpg) no-repeat top left;
}
#header h1 a {
	display:		block;
	float:			left;
	width:			280px;
	height:			90px;
}
#header a span{
	display:		none;
}

#content {
	display:		block;
	float:			left;
	width:			963px;
	height:			auto;
	background:		#250000 url(../images/content_bg.gif) no-repeat top left;
}

#content div {
	display:		block;
	float:			left;
	width:			953px;
	height:			auto;
	margin:			20px 5px 0 5px;
	border-top:		1px solid #d4143e;
	/*background-color:		#bb1e19;*/
	background-position: 	bottom right;
	background-repeat:		no-repeat;
}

#content div.home {
	/*height:			420px;*/
	background:	url(../images/background_questions_reponses.jpg) transparent no-repeat;
	/*background-color:#3d0302;*/
	padding-bottom:30px;
	margin: 0;
}

#content div h3 {
	display:		block;
}

#content div p.desc {
	line-height:	1.8em;
	width:			670px;
	color:			#000;
	font-size:		15px;
	margin-left:	60px;
}


#content span.bottom {
	display:		block;
	float:			left;
	width:			963px;
	height:			20px;
	background:		#610000 url(../images/content_bottom.gif) no-repeat top left;
}

#footer {
	display:		block;
	float:			left;
	width:			963px;
	height:			35px;
	text-align:		center;
	margin-top:		20px;
	background:		url(../images/footer_bg.gif) no-repeat top left;
}
#footer ul {
	display:		block;
	float:			left;
	width:			963px;
	margin-top:		5px;
}
#footer ul li {
	display:		inline;
	list-style:		none;
	font-size:		11px;
	padding:		2px 5px;
	color:			#fff;
}
#footer ul li a {
	color:			#fff;
}


/* Général */

#content div {
	border:0px;	
}

#content .degrade{
	background-image: url(../images/suite_degrade.jpg);
	background-repeat:repeat-y;
}

#content .home table{
	width:100%;
	border-collapse:collapse;
	margin-top:40px;
}

#content .home .left_col{
	background:url(../images/ombre_gauche.png) transparent right center no-repeat;
	_background:none;
}

#content .home .right_col{
	background:url(../images/fond.png) transparent left top;
	background-repeat:no-repeat; /* permet de compléter le trou dû à l'arrondi du fond de la colone information */
}

#content .home td{
	vertical-align:top;
}

#content .home a{
	text-decoration:none;
	color:white;
}

/* Liste des catégories */



#content .home #liste_categories ul,li{
	margin-left:20px;
	list-style:none;
}

#content .home #liste_categories img{
	width:291px;
	height:37px;
}


#content .home #liste_categories {
	_width:318px; /* Pour IE */
	_visibility:	hidden;	/* Pour IE */
}



#content .home #liste_categories li.active{
	display: inline-block;
	_display: inline; /* Pour IE */
	background:	url(../images/fond_choix_actif.png) -100% 0% transparent no-repeat;
	background-position:absolute;
}

/* Information */

#content .home .information{
	background:	url(../images/fond_informations.png) transparent no-repeat;
	padding-left:20px;
	padding-top:20px;
	font-size:11px;
	padding-bottom:10px;
	_width:615px; /* Pour IE */
}

#content .home .information_bas{ /* Permet de placer l'arrondi du fond */
	background:	url(../images/fond_informations_avec_ombre.png) transparent bottom left no-repeat;
	_background: url(../images/fond_informations.png) transparent bottom left no-repeat;
	font-size:11px;
	padding-bottom:50px;
}

#content .home .information ul{
	padding-left:35px;
	padding-right:80px;
}

#content .home .information li{
	list-style:disc outside none;
	line-height:15px;
	font-size:11px;
	font-family:Arial;
}

#content .home .information .titre{
	font-size:12px;
	font-weight:bold;
}
#content .home .information p {
	display:block;
	font-size:11px;
	padding-left:35px;
	padding-right:80px;
	margin-bottom:10px;

}
#content .home .information a{
	text-decoration:underline;
}

#content .home .information .question{
	color:#f6b803;
	background: url(../images/icone_question.png) 0% 40% no-repeat;
	padding-left: 35px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	display:block;
	padding-right:50px;
}