body {
 background-color: black;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

a {
 color: #990909;
 background-color: transparent;
 font-weight: normal;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 10px 0 15px 0;
 padding: 5px 0 6px 0;
}

h1.detail {
	font-size: 24px;
}

h2 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 14px;
 font-weight: bold;
 margin: 0 0 10px 0;
 padding: 5px 0 6px 0;
}

h3 {
 color: #444;
 font-size: 13px;
 font-weight: bold;
 margin: 0 0 10px 0;
 padding: 0 0 4px 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin-top: 4px;
}

ul li ul {
	padding-left: 10px;
}

/* @group Forms */

#user_form {
	font-size: 11px;
}

#user_form p{
	margin: 0;
	margin-bottom: 2px;
}

.column_left {
	margin-top: 5px;
	width: 255px;
	height: 650px;
	float: left;
}

.column_right {
	margin-top: 5px;
}

input {
	border: 1px #999 solid;
	width: 240px;
}

.submit_btn {
	text-align: right;
	margin-left: 160px;
	width: 80px;
	border: none;
	background-color: white;
	color: #990909;
	font-weight: bold;
	text-decoration: underline;
}

label {
	margin-top: 2px;
	padding-top: 2px;
	position: absolute;
	float: left;
	width: 90px;
	height: 14px;
	vertical-align: baseline;
}

textarea {
	width: 240px;
}

.required {
	color: #990909;
	font-weight: bold;
}

p.required input {
	margin-left: 95px;
}

#login {
	float: right;
	font-size: 10px;
	text-align: right;
}

#login p {
	margin: 4px;
}

#login input {
	font-size: 10px;
	width: 100px;
}

#function_search_form *{
	float: none;
}

#label_user_name {
	position: relative;
	width: auto;
	float: none;
	font-size: 10px;
}

/* @end */

/* @group General Classes */
.float_left {
	margin-right: 5px;
	float: left;
}

.float_right {
	margin-left: 5px;
	float: right;
}

.align_right {
	text-align: right;
}

.uppercase {
	font-size: 14px;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
}
/* @end */

/* @group Main */
#main_wrapper {
	width: 100%;
}

#main {
	padding: 10px;
	background-color: white;
	margin: 20px auto;
	width: 745px;
}
/* @end */

/* @group Menu */
#left_menu {
	color: white;
	text-decoration: none;
	font-weight: bold;
	width: 180px;
	height: 420px;
	background: #8a191f url(../img/red_menu.jpg) repeat-x;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #581014;
}

#left_menu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#left_menu a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Content */

#content, #new_content {
	display: block;
	overflow: hidden;
	margin-right: 5px;
}

/* @end */

/* @group Pager */

#pageur_annuaire h3 {
	font-size: 14px;
	font-weight: bold;
	color: #8a191f;
}

#pageur_annuaire li {
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.nav { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 3px;  margin-top: 10px;}
.nav a { padding: 0 5px; text-decoration: none; font-weight: bold;}
.nav a.highlight { color: #000; font-weight: bold; }	

/* @end */


#footer {
	padding-top: 10px;
	font-size: 10px;
	clear: both;
}

#footer img{
	vertical-align: -2px;
	margin-right: 10px;
}

