/* CSS Document */

body {
margin: 0;
padding: 0;
text-align: center; /* hack to force IE5.x pc to center our wrapper div */
background-image: url(../images/base_layout/bg.gif);
}

#wrapper {
margin: 0 auto;
background-image: url(../images/base_layout/wrapper_bg.gif);
background-repeat: repeat-y;
text-align: left; /* re-align the text to the left after the above hack */
width: 840px;
}
#wrapper_table {
	background-image: url(../fr/images/fiche_loop.gif);
	background-repeat: repeat-y;
	text-align: left; /* re-align the text to the left after the above hack */
	width: 435px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.SMParent {
    background-image:url(/menu_test/images/square_blue.gif);
    background-repeat:no-repeat;
    background-position:left;
	background-color: #E7E9D3;
	border-bottom:1px solid #cccccc;
    font:bold 12px arial; 
    color:#555555;
    text-align:left;
    padding-left: 10px;
}
.SMParentOver {
    background-image:url(/menu_test/images/square_blue.gif);
    background-repeat:no-repeat;
    background-position:left;
	background-color: #efefed;
	border-bottom:1px solid #cccccc;	 
	font:bold 12px arial;
    color:#000000;
    text-align:left;
	text-decoration:none; 
    padding-left: 10px;
    cursor:pointer;
}
.SMParentSelected {
    background-image:url(/menu_test/images/square_blue_full.gif);
    background-repeat:no-repeat;
    background-position:left;
	background-color :#efefdd;
	border-bottom:1px solid #cccccc;
	font:bold 12px arial;
    color: #2F4F4F;
    text-align:left;
    padding-left: 10px;
	cursor:default;
}

.SMChild {
	background-color:#fdfdf3;
	border-bottom:1px solid #cccccc;
	font: 9px verdana; 
	text-decoration:none;
    color: #2F4F4F;
    padding-left: 10px;
	cursor:pointer;
	text-align:left;
}
.SMChild a {
	color: #2F4F4F;
	font:9px Verdana;
	text-decoration:none;
}

.SMChildOver {
	background-color: #D9D9D9;
	border-bottom:1px solid #cccccc;
	font: 9px verdana; 
	text-decoration:none; 
    color: #2F4F4F;
    padding-left: 10px;
	cursor:pointer;
	text-align:left;
}
.SMChildOver a {
	color: #2F4F4F;
	font:9px Verdana;
	text-decoration:none;
}

.SMChildSelected {
	background-color: #FFCC33;
	border-bottom:1px solid #cccccc;
	font:bold 9px verdana; 
    color: #E2E9E9;
    padding-left: 10px;
    text-align:left;
}
.SMChildSelected a {
	color: #7C2852;
	font:bold 9px Verdana;
	color: #E2E9E9;
	text-decoration:none;
}

.SMChildrenBox {
	padding-bottom: 0px;
}

.SMMenu {
	background-color:white; 
	width: 178px;
	border:1px solid #cccccc;
	border-bottom:none;
	padding: 0px;
	overflow:hidden;
}.titre_films {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7F00;
}
