@charset "utf-8";
/* CSS Document */
#conteneur {
width:800px;
height:auto;
text-align:left;
padding:0; 
padding-left:10px;
margin:0 20px; /*0 ou 0 auto, à voir comportement sur écran large*/
background-color:#FFFFFF;
color: #5d665b;
border-left:ridge 10px;
border-left-color:
#E16204;
background-image:
	url(../images/fond-atoufox.gif);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:
right bottom;

/*border:1px red solid;*/
}
p {
text-indent:0;
margin:0;
padding-bottom:5px;
font-size:0.9em;
line-height:normal;
}
p.titre {
	color:#C63;
	font-size:36px;
	text-decoration:underline;
	text-align:center;
}
p.titre2 {
	color:#639;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#atoutfox #hotel a {
	color:
	#639;
	font-weight:bold;
	text-decoration:none;
}
#atoutfox #hotel a:hover {
	color:
	#CF0;
	font-weight:bold;
	text-decoration:none;
}
p.rubrique{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
#atoutfox a{
color:#639;
font-weight:bold;
text-decoration:none;
}
#atoutfox a:hover{
color:
#CF0;
font-weight:bold;
text-decoration:none;
}
#accueil ul {
padding:0;
margin:0;
width: 100%;
text-indent: 0;
list-style-type: none;
text-align:center;
}
#accueil ul li {
display:inline;
padding:5px;
margin:0px 1px;
background-color:#639;
float:left;
width:148px;
}
#accueil li a {
padding:0;
margin:0;
color:#FFF;
font-weight:bold;
text-decoration:none;
}
#accueil li a:hover {
padding:0;
margin:0;
color:#CF0;
font-weight:bold;
text-decoration:none;
}