/************************/
/** SITE GERARD GRENET **/
/**     CSS BACKEND    **/
/************************/

html {
	padding:				0;
	margin:					0;
	background-color:		#434343;
}

body {
	color:					#B5B5B5;
	font-family:			"Helvetica", "Arial";
	font-size:				13px;
	padding:				0;
	margin:					0;
}

form {
	display:				inline;
	padding:				0;
	margin:					0;
}

img {
	border:					none;
}

#container {
	float:					left;
	width:					100%;
	text-align:				center;
}

#site {
	width:					960px;
	margin:					0 auto;
	text-align:				left;
}

#header {
	float:					left;
	width:					960px;
	height:					18px;
	color:					#C9C9C9;
	font-family:			"Verdana";
	text-align:				right;
	margin-top:				12px;
}

#header a {
	color:					#C9C9C9;
	text-decoration:		none;
}

#header a:hover {
	text-decoration:		underline;
}

#two_columns {
	float:					left;
	width:					960px;
	height:					auto !important;
	height:					525px;
	min-height:				525px;
	background-color:		#313131;
}

#column_left {
	float:					left;
	width:					270px;
}

#logo {
	float:					left;
	width:					270px;
	height:					120px;
	background-color:		#313131;
}

#menu_box {
	float:					left;
	width:					270px;
	height:					240px;
	background-color:		#313131;
}

#menu_level_1 {
	float:					left;
	width:					240px;
	text-transform:			lowercase;
}

.rubric_level_1 {
	float:					left;
	width:					240px;
	height:					30px;
}

.rubric_level_1 a {
	display:				block;
	width:					204px;
	height:					18px;
	font-weight:			bold;
	font-size:				14px;
	color:					#AAAAAA;
	text-decoration:		none;
	padding:				12px 0 0 36px;
	background-repeat:		no-repeat;
}

.rubric_level_1 a:hover, .rubric_level_1 a.selected {
	color:					#FFFFFF;
	background-repeat:		repeat-x;
}

a#link_rubrics {
	background-image:		url('img/backend/rubrics.gif');
}

a#link_subrubrics {
	background-image:		url('img/backend/rubric_2.gif');
}

a#link_news {
	background-image:		url('img/backend/rubric_3.gif');
}

a#link_pages {
	background-image:		url('img/backend/rubric_4.gif');
}

#column_right {
	float:					left;
	width:					690px;
}

.content {
	height:					auto !important;
	height:					525px;
	min-height:				525px;
	background-color:		#000000;
}

#title_level_1 {
	float:					left;
	display:				inline;
	width:					645px;
	height:					30px;
	font-size:				24px;
	font-weight:			bold;
	color:					#AAAAAA;
	margin:					34px 0 0 15px;
}

#title_level_2 {
	float:					left;
	display:				inline;
	width:					645px;
	height:					47px;
	font-size:				18px;
	color:					#FFFFFF;
	text-transform:			lowercase;
	margin-left:			15px;
}

#page_content {
	float:					left;
	display:				inline;
	width:					645px;
	margin-left:			15px;
}

#login, #passe {
	width:					150px;
	margin:   				0;
	padding:				0;
}

#page_content p {
	width:					100%;
	line-height:			1.3em;
	padding:				0;
	margin:					10px 0;
}

#page_content a {
	color:					#B5B5B5;
	text-decoration:		underline;
}

#page_content a:hover {
	text-decoration:		none;
}

hr {
	width:					100%;
	height:					1px;
	border:					none;
	border-top:				1px solid #434343;
	color:					#434343;
}

.error {
	color:					#FF0000;
	font-weight:			bold;
}

.listing {
	color:					#000000;
	background-color:		#FFFFFF;
	border-collapse:		collapse;
}

.listing td, .listing th {
	border:					1px solid #000000;
	padding:				5px 10px;
	color:					#434343;
}

#page_content .listing a {
	color:					#434343;
}

.float_left {
	float:					left;
}

.form_error {
	color:					#FF0000;
}
