@charset "ISO-8859-1";
#container {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(large_shadow.png);
}
img {
	border:0px;
}

#menu {
	height: 32px;
	background-image: url(background_menu.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	margin-left: -40px;
	padding-left: 40px;
}
.menu_element {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 15px;
	width: auto;
	float: left;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}
.menu_element a:link, .menu_element a:visited, .menu_element a:active {
	color:#333333;
	text-decoration:none;
}
.menu_element a:hover {
	color:#FFFFFF;
}
#sub-menu {
	margin-left: -40px;
	padding-left: 40px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(shadow.png);
	background-repeat: repeat-y;
	padding-top: 5px;
}
.sub-menu_element {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 15px;
	width: auto;
	float: left;
}
.sub-menu_element a:link, .sub-menu_element a:visited, .sub-menu_element a:active {
	color:#000000;
	text-decoration:none;
}
.sub-menu_element a:hover {
	color:#CCCCCC;
}
.gestion_category a {
	color:#000000;
	text-decoration:none;	
}
.gestion_page a {
	color:#000000;
	text-decoration:none;	
}

#content {
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-right: 5%;
	min-height:400px;
	/* HACK */
	height:auto !important;
	height:400px;
}
body {
	background-image: url(background.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 35px;
}
#sub_container, #sub_container_low {
	background-image: url(shadow.png);
	background-repeat: repeat-y;
	margin-left: 132px;
	padding-left: 40px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	width: 770px;
	padding-bottom: 10px;
}
#title {
	width: 100%;
	font-size: 18px;
	color: #00BCEC;
	margin-top: 8px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sub_container_low {
	min-height:100px;
	/* HACK */
	height:auto !important;
	height:100px;

}

#left_shadow {
	background-image: url(new_shadow.png);
	background-repeat: repeat-y;
	width: 10px;
	float: left;
	height: 200px;
}
#sidebar_haut, #sidebar_bas {
	float: left;
	height: auto;
	width: 120px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
* #sidebar_haut, #sidebar_bas {
	margin-right: -3px;
}
.shadow_haut_bas {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
}
#shadow_haut {
	background-image: url(new_shadow_horizontal.png);
	background-repeat: no-repeat;
}
#shadow_bas  {
	background-image: url(new_shadow_horizontal2.png);
	background-repeat: no-repeat;
}
#downloadBar {
	border-top:#CCCCCC dotted 2px;
	border-bottom:#CCCCCC dotted 2px;
	width:95%;
	min-height:60px;
}
.downloadItem {
	padding-top:20px;
	background-image:url(pdf_logo.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	min-height:46px;
	padding-left:46px;
	width:140px;
	float:left;
}
.downloadItem a {
	color:#DC4346;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.gestionLink {
	text-decoration:none;
	size:12px;
	font-weight:bold;
	color:#00BCEC;
}

#copyright {
	font-size:9px;
	width:952px;
	color:#666666;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
	padding-right:15px;
	padding-top:10px;
}
#copyright a {
	text-decoration:none;
	color:#666666;
}
#copyright a:hove {
	color:#000000;
	text-decoration:underline;
}
a {
	color:#00BCEC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}