@charset "utf-8";
/* CSS Document */

div#main
{
	margin:5px;
	background-position:top center;
	background-repeat:no-repeat;
	border-radius:5px;
	display:table;
	height:500px;
}

div.souscategorie
{
	display:table;
	width:100%;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

div.souscategorie ul a
{
	text-decoration:none;
}

div.souscategorie a h2
{
	float:left;
	color:#355829;
	font-weight:bold;
	list-style:none;
	margin:0px;
	padding:0px;
	text-indent:20px;
}

div.souscategorie a:hover h2
{
	color:#338800;
	font-style:italic;
	background-image:url(/images/content-h1-arrow-green-20.png);
	background-position:right center;
	background-repeat:no-repeat;
}

div.souscategorie ul
{
	width:100%;
	float:right;
	font-size:11px;
	position:relative;
	right:0px;
	background-image:url(/images/alpha75blanc.png);
	background-position:top left;
	background-repeat:repeat;
	list-style-position:inside;
	list-style-type:disc;
	padding:5px;
	margin:0px;
}

div.souscategorie ul a li
{
	color:black;
	float:right;
	width:400px;
}

div.souscategorie ul a:hover li
{
	list-style-type:circle;
	font-weight:bold;
}

div.sejour
{
	background-image:url(/images/alpha75blanc.png);
	background-position:top left;
	background-repeat:repeat;
	width:128px;
	height:98px;
	float:left;
	display:table;
	padding:10px;
	padding-top:40px;
	margin:21px;
	border-radius:3px;
	text-align:center;
	border:solid 1px #FFFFFF;
}

a div.sejour
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

a:hover div.sejour
{
	border:solid 1px #000000;
	font-style:italic;
	color:#333333;
}
