/*  GENERAL  */ˆ
body {
	padding:0;
	margin:0;
	background: #000000;
}

#first_table {
	width: 100%;
	padding-bottom: 10px;
}

.send {
	height: 22px;
	background: url('../images/send.gif') no-repeat 0 0px;
	border: none;
	margin-top: 6px;
}

.send:hover {
	background: url('../images/send.gif') no-repeat 0 -22px;
	cursor: pointer;
}

.send:active {
	background: url('../images/send.gif') no-repeat 0 -44px;
}

.red {
	color: red;
}



/*  INPUTS  */

.main_label_1 {
	display: block;
	width: 150px;
	float: left;
}

.main_label_2 {
	display: block;
	width: 150px;
	float: left;
	padding-top: 7px;
}

.input_text input {
	background: url('../images/nothing.gif');
	background-repeat: repeat-x;
	color: white;
	border: none;
	height: 20px;
	display: block;
	padding-top: 7px;
}

.input_text {
	background: url('../images/input_text_repeat.gif');
	height: 34px;
}

.input_text_right {
	float: right;
	width: 7px;
	height: 34px;
	background-image: url('../images/input_text_right.gif');
}

.input_text_left {
	background: url('../images/input_text_left.gif') no-repeat left;
	padding-left: 7px;
	padding-right: 5px;
	height: 34px;
}

.input_textarea textarea {
	background: #130E0B;
	color: white;
	border: none;
	display: block;
	width: 99%;
}

.input_textarea_top {
	background-image: url("../images/input_textarea_top_repeat.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 6px;
}

.input_textarea_top_left {
	background: url("../images/input_textarea_top_left.gif") left top no-repeat;
	padding-left: 7px;
	height: 6px;
}

.input_textarea_top_right {
	background: url("../images/input_textarea_top_right.gif") right top no-repeat;
	padding-right: 7px;
	height: 6px;
}

.input_textarea_right {
	float: right;
	width: 7px;
	height: 100%;
	padding-bottom: 4px;
	background-image: url('../images/input_textarea_right.gif');
}

.input_textarea_left {
	background: url('../images/input_textarea_left.gif') repeat-y left;
	padding-left: 7px;
	padding-right: 5px;
	height: 100%;
}

.input_textarea_bottom {
	background-image: url("../images/input_textarea_bottom_repea.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 6px;
}

.input_textarea_bottom_left {
	background: url("../images/input_textarea_bottom_left.gif") left top no-repeat;
	padding-left: 7px;
	height: 6px;
}

.input_textarea_bottom_right {
	background: url("../images/input_textarea_bottom_right.gif") right top no-repeat;
	padding-right: 7px;
	height: 6px;
}

.input_submit {
	background: url('../images/input_submit_repeat.gif');
	height: 36px;
	margin-top: 7px;
}

.input_submit_right {
	background: url('../images/input_submit_right.gif') no-repeat right;
}

.input_submit_left {
	background: url('../images/input_submit_left.gif') no-repeat left;
	padding-left: 7px;
	height: 36px;
}



/*  HEADER  */



#header_top {
	width: auto;
	height: 98px;
	background-image: url('../images/header_top_repeat.gif');
}

#header_top_left {
	background: url("../images/header_top_left.gif") left top no-repeat;
	height: 98px;
	padding-left: 69px;
}
#header_top_right {
	background: url("../images/header_top_right.gif") right top no-repeat;
	height: 98px;
	padding-right: 69px;
}

#header_top_middle {
	display: block;
	background-image: url('../images/header_top_middle.jpg');
	background-repeat: no-repeat;
	width: 606px;
	height: 98px;
	margin: auto;
}

#header_down {
	height: 163px;
	background-image: url('../images/header_down_repeat.jpg');
	background-position: center;
}

#header_down_left {
	float: left;
	background-image: url('../images/header_down_left.gif');
	width: 9px;
	height: 163px;
}

#header_down_right {
	float: right;
	background-image: url('../images/header_down_right.gif');
	width: 9px;
	height: 163px;
}



/*  MENU  */



#menu {
	height: 78px;
	background-image: url('../images/menu_repeat.gif');
}

#menu_left {
	float: left;
	background-image: url('../images/menu_left.gif');
	width: 62px;
	height: 78px;
}

#menu_right {
	float: right;
	background-image: url('../images/menu_right.gif');
	width: 62px;
	height: 78px;
}

#menu_middle {
	background-image: url('../images/menu_middle.gif');
	width: 556px;
	height: 72px;
	margin: auto;
}



/*  DROP DOWN MENU  */



.drop_down_menu a {
	width: 120px;
	height: 22px;
	background-repeat: no-repeat;
	margin-left: 14px;
	display : block;
	padding : 0;
	text-decoration : none;
	margin-top: 8px;
}

.drop_down_menu, .drop_down_menu ul  {
	padding : 0;
	margin : 0;
	list-style : none;
}

.drop_down_menu li {
	float : left;
}

.drop_down_menu li ul {
	position: absolute;
	display: none;
}

.background_1 {
	background: url("../images/drop_down_menu_background_repeat.gif") repeat-y;
	width: 152px;
	margin: 0;
	overflow: hidden;
}

.background_2 {
	background: url("../images/drop_down_menu_background_bottom.gif") no-repeat;
	width: 150px;
	padding-bottom: 6px;
}



/*  BOTTOM  */



#bottom_top {
	height: 28px;
	background-image: url('../images/bottom_top_repeat.gif');
}

#bottom_top_left {
	float: left;
	background-image: url('../images/bottom_top_left.gif');
	width: 12px;
	height: 28px;
}

#bottom_top_right {
	float: right;
	background-image: url('../images/bottom_top_right.gif');
	width: 12px;
	height: 28px;
}

#bottom {
	height: 191px;
	background-image: url('../images/bottom_repeat.jpg');
	background-position: center;
}

#bottom a img {
	border: none;
	text-decoration: none;
}

#bottom_left {
	float: left;
	background-image: url('../images/bottom_left.gif');
	width: 9px;
	height: 191px;
}

#bottom_right {
	float: right;
	background-image: url('../images/bottom_right.gif');
	width: 9px;
	height: 191px;
}

#bottom_middle {
	padding: 0;
	vertical-align: bottom;
}

#bottom_middle div {
	width: 137px;
	height: 14px;
	margin: auto;
	background: url('../images/bottom_middle.gif') no-repeat;
	vertical-align: bottom;
}

#bottom_middle_2 {
	width: 137px;
	height: 14px;
	margin: auto;
	margin-bottom: 8px;
	background: url('../images/bottom_middle_2.gif') no-repeat;
}

#bottom_table {
	border-collapse: collapse;
	margin: auto;
	height: 100%;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#bottom_table a {
	color: #CF9200;
	text-decoration: none;
	font-family: Arial, Verdana, serif;
}

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

#bottom_down {
	background-image: url('../images/bottom_down_repeat.gif');
}

#bottom_down_left {
	float: left;
	background-image: url('../images/bottom_down_left.gif');
	width: 10px;
	height: 37px;
}

#bottom_down_right {
	float: right;
	background-image: url('../images/bottom_down_right.gif');
	width: 10px;
	height: 37px;
}

#bottom_down_middle {
	background-image: url('../images/bottom_down_middle.gif');
	width: 372px;
	height: 37px;
	margin: auto;
}

#bottom_copyright {
	margin: auto;
	width: 400px;
}

#bottom_copyright div {
	font-family: Arial, Verdana, serif;
	font-size: 10px;
	text-align: center;
	margin: auto;
	color: #696969;
	cursor: default;
	font-weight: bold;
}

#bottom_copyright a {
	color: #CF9200;
	text-decoration: none;
}

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



/*  BODY  */



#body {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	background: #0F0F0F;
}

#body_left {
	background: url('../images/body_background_left.gif') left repeat-y;
	padding-left: 10px;
}

#body_right {
	background: url('../images/body_background_right.gif') right repeat-y;
	padding-right: 10px;
}



/*  TABLE  */



.table_title {
	width: 328px;
	height: 36px;
	margin: auto;
	margin-bottom: 9px;
}

.table {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	color: white;
}

.table_body {
	background: url('../images/table_repeat.gif');
	margin-right: 13px;
	margin-left: 3px;
}

.table_top {
	background-image: url("../images/table_top_repeat.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 16px;
}
 
.table_bottom {
	background-image: url("../images/table_bottom_repeat.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 16px;
	padding-left: 3px;
}
 
.table_right {
	padding-right: 13px;
	background: url("../images/table_right.gif") right repeat-y;
}
 
.table_left {
	padding-left: 25px;
	background: url("../images/table_left.gif") left repeat-y
}
 
.table_top_left {
	background: url("../images/table_top_left.gif") left top no-repeat;
	padding-left: 17px;
}

.table_top_right {
	background: url("../images/table_top_right.gif") right top no-repeat;
	padding-right: 17px;
	margin-right: 10px;
}

.table_bottom_left {
	background: url("../images/table_bottom_left.gif") left top no-repeat;
	padding-left: 14px;
}

.table_bottom_right {
	background: url("../images/table_bottom_right.gif") right top no-repeat;
	padding-right: 14px;
}

.table_padding_bottom {
	height: 5px;
}



/*  TABLE WRITE  */



.table_write {
	width: 100%;
	padding-top: 5px;
}

.table_write_body {
	background: url('../images/table_write_repeat.gif');
	margin-right: 10px;
}

.table_write_top {
	background-image: url("../images/table_write_top_repeat.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 18px;
}
 
.table_write_bottom {
	background-image: url("../images/table_write_bottom_repeat.gif");
	background-repeat: repeat-x;
	width: auto;
	height: 6px;
}
 
.table_write_right {
	padding-right: 15px;
	background: url("../images/table_write_right.gif") right repeat-y;
}
 
.table_write_left {
	padding-left: 15px;
	background: url("../images/table_write_left.gif") left repeat-y;
	padding-top: 10px;
}
 
.table_write_top_left {
	background: url("../images/table_write_top_left.gif") left top no-repeat;
	padding-left: 6px;
}

.table_write_top_right {
	background: url("../images/table_write_top_right.gif") right top no-repeat;
	padding-right: 6px;
	margin-right: 10px;
}

.table_write_bottom_left {
	background: url("../images/table_write_bottom_left.gif") left top no-repeat;
	padding-left: 6px;
}

.table_write_bottom_right {
	background: url("../images/table_write_bottom_right.gif") right top no-repeat;
	padding-right: 6px;
	margin-right: 10px;
}

.table_write_padding_bottom {
	height: 5px;
}



/*  OTHERS  */

.recrut_image {
	float: right;
	margin: auto;
}

/*  LOGO  */

#logo_clan {
	width: 224px;
	height: 206px;
	background-image: url('../images/logo_index.png');
	background-repeat: no-repeat;
	float: left;
}

/*  INDEX  */

#index_body {
	vertical-align: top;
	padding-left: 10px;
}

.index_body_2 {
	width: 50%;
	vertical-align: top;
	padding-top: 0;
}

.index_body_3 {
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding-top: 0;
}

/*  NEWS  */

#news_title {
	text-align: center;
	font-size: 150%;
	padding-bottom: 8px;
}

#news_date {
	text-align: center;
	font-style: italic;
	padding-bottom: 5px;
}

#news_hand_table {
	width: 100%;
	padding-top: 10px;
}

#news_hand_left {
	display: block;
	width: 30px;
	height: 28px;
	float: left;	
	background: url('../images/news_hand_left.gif') no-repeat 0 0px;
}

#news_hand_left:hover {
	background: url('../images/news_hand_left.gif') no-repeat 0 -28px;
	cursor: pointer;
}

#news_hand_right {
	width: 30px;
	height: 28px;
	float: right;
	background: url('../images/news_hand_right.gif') no-repeat 0 0px;
}

#news_hand_right:hover {
	background: url('../images/news_hand_right.gif') no-repeat 0 -28px;
	cursor: pointer;
}

#news_number {
	text-align: center;
}

#index_news_date {
	font-size: 80%;
	margin-left: 30px;
}

#index_news_title {
	font-size: 150%;
}

#news_avatar {
	text-align: center;
	vertical-align: top;
	padding: 0 10px 0 0;
}

#news_comments {
	vertical-align: top;
}


/*  MAPS MINIMAPS  */

.maps_minimap_1
{
	width: 92px;
	height: 92px;
	margin-top: 7px;
	border: none;
}

.maps_minimap_2
{
	width: 76px;
	height: 76px;
	margin-top: 7px;
	border: none;
}

.minimap_background_1 {
	width: 108px;
	height: 108px;
	background: url(../images/maps_minimap_border_1.gif);
	background-repeat: no-repeat;
}

.minimap_background_2 {
	margin: auto;
	width: 90px;
	height: 90px;
	background: url(../images/maps_minimap_border_2.gif);
}

.table_maps {
	margin: auto;
}



/*  CHARTER  */



#charter p {
	margin-left: 15px;
	padding-bottom: 10px;
}

#charter ul {
	margin-left: 10px;
}



/*  TABLE MAIN  */

#table_main_top {
	background-image: url('../images/table_main_top_repeat.gif');
	height: 24px;
	width: auto;
}

#table_main_top_left {
	background: url('../images/table_main_top_left.gif') left top no-repeat;
	padding-left: 48px;
}

#table_main_top_right {
	background: url('../images/table_main_top_right.gif') right top no-repeat;
	padding-right: 48px;
}

#table_main_left {
	background: url('../images/table_main_left.gif') left repeat-y;
	padding-left: 22px;
	margin-left: 5px;
}

#table_main_right {
	background: url('../images/table_main_right.gif') right repeat-y;
	margin-right: 5px;
}

#table_main_body {
	padding-right: 22px;
	padding-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
}

#table_main_bottom {
	background-image: url('../images/table_main_bottom_repeat.gif');
	height: 27px;
	width: auto;
}

#table_main_bottom_left {
	background: url('../images/table_main_bottom_left.gif') left top no-repeat;
	padding-left: 29px;
}

#table_main_bottom_right {
	background: url('../images/table_main_bottom_right.gif') right top no-repeat;
	padding-right: 29px;
}

#table_main_table {
	border: 2px solid #696969;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#table_main_table td, #table_main_table tr, #table_main_table th {
	border: 2px solid #696969;
}

.table_main_background_1 {
	background-color: #0F0F0F;
}

.table_main_background_2 {
	background-color: #242424;
}

.maps_list_table #maps_first_th {
	width: 138px;
}

.maps_list_table .maps_list_tr {
	height: 128px;
}

.maps_list_table .maps_list_tr .maps_list_td_minimap {
	width: 128px;
	
}

.maps_list_table .maps_list_tr .maps_list_td_minimap div {
	padding: 0 0 0 0;
}

.maps_list_minimap_borders{
	width: 140px;
	height: 140px;
	background: url(../images/maps_list_minimap.gif);
	background-repeat: no-repeat;
}

.maps_list_minimap_borders img {
	border: none;
	margin-top: 6px;
	margin-left: 6px;
}

.maps_list_table .maps_list_tr .maps_list_td_comments {
	width: 50%;
}

.maps_list_table .maps_list_tr .maps_list_td_comments .table_main_2 {
	overflow: auto;
}

.maps_list_table .table_main_1 {
	border: 1px solid #B8860B;
	margin: 1px;
	height: 28px;
	padding-top: 11px;
}

.maps_list_table .table_main_2 {
	border: 1px solid #B8860B;
	margin: 1px;
	height: 140px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.maps_list_table .table_main_2  u {
	display: block;
	width: 60px;
	float: left;
}

.maps_list_table .table_main_2 .map_title {
	text-align: center;
	font-size: 150%;
}

#maps_view_title p {
	text-align: center;
	font-size: 22px;
}

#maps_view_title .maps_list_minimap_borders {
	margin: auto;
}

.map_add_comment {
	height: 22px;
	background: url('../images/add_comment.gif') no-repeat 0 0px;
	border: none;
	margin-top: 6px;
}

.map_add_comment:hover {
	background: url('../images/add_comment.gif') no-repeat 0 -22px;
	cursor: pointer;
}

.map_add_comment:active {
	background: url('../images/add_comment.gif') no-repeat 0 -44px;
}

.map_delete_title {
	overflow: auto;
	height: 30px;
	width: 128px;
	margin: 6px 6px 6px 6px;
}

.map_background_1 {
	overflow: hidden;
	height: 180px;
	width: 620px;
	margin: auto;
}

.map_background_2 {
	margin: 6px;
}

.map_background_2_1 {
	float: left;
	width: 90px;
}

.map_background_2 img {
	border: none;
}

.map_background_2 p {
	text-align: center;
	margin: 0;
}



/*  INFORMATIONS  */


#informations p:first-letter {
	font-size: 16px;
	background-color: #3C3C3C;
	padding: 0 2px 0 2px;
	margin-left: 10px;
}



/*  ADMIN  */



#admin {
	width: 500px;
	margin: auto;
}

#admin form {
	padding-top: 25px;

}

#admin label {
	width: 100px;
	float: left;
	margin-top: 14px;
	margin-left: 70px;
}

#admin_submit {
	margin-left: 30px;
	margin-top: 15px;
}

#comment_map {
	display: none;
}

.admin_connexion {
	width: 122px;
	height: 22px;
	background: url('../images/admin_connexion.gif') no-repeat 0 0px;
	border: none;
	margin-top: 6px;
}

.admin_connexion:hover {
	background: url('../images/admin_connexion.gif') no-repeat 0 -22px;
	cursor: pointer;
}

.admin_connexion:active {
	background: url('../images/admin_connexion.gif') no-repeat 0 -44px;
}



/*  PICTURES  */



.list_link {
	margin-left: 50px;
	font-size: 80%;
}

.delete_picture {
	margin-left: 50px;
	font-size: 120%;
}

.picture_mini
{
	width: 192px;
	height: 192px;
	margin-top: 7px;
}

.picture_background_1 {
	overflow: hidden;
	height: 180px;
	width: 420px;
	margin: auto;
}

.picture_background_2 {
	margin: 6px;
}

.picture_background_2_1 {
	float: left;
	width: 128px;
}

.picture_background_2_2 {
	float: left;
	width: 208px;
}

.picture_background_2 img {
	border: none;
}

.picture_background_2 p {
	text-align: center;
	margin: 0;
}

.picture_background_3 {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.picture_background_4 {
	width: 208px;
	height: 208px;
	background: url(../images/picture_background.gif);
	background-repeat: no-repeat;
	float: left;
}

.picture_background_5 {
	overflow: auto;
	height: 50px;
	width: 192px;
	margin: 6px 6px 6px 6px;
}



/*  VIEW PICTURE  */



#comment_picture {
	display: none;
}

#view_picture_title {
	text-align: center;
}

.view_picture {
	overflow: hidden;
}

.view_picture div {
	float: left;
	text-align: left;
}

.view_picture_2 {
	margin-left: 40px;
}

.view_picture_comment_date {
	font-size: 80%;
	margin-bottom: 10px;
	margin-left: 30px;
}

.view_picture_avatar {
	width: 150px;
	text-align: center;
	vertical-align: top;
	padding: 0 10px 0 10px;
}

.view_picture_comment {
	vertical-align: top;
}

.picture_add_comment {
	height: 22px;
	background: url('../images/add_comment.gif') no-repeat 0 0px;
	border: none;
	margin-top: 6px;
}

.picture_add_comment:hover {
	background: url('../images/add_comment.gif') no-repeat 0 -22px;
	cursor: pointer;
}

.picture_add_comment:active {
	background: url('../images/add_comment.gif') no-repeat 0 -44px;
}