/*********************************************************************/
/***** MISE EN PAGE *****/
body { 
	background-color: #FFFFFF;
	font-family: Arial; 
	font-size: 11px;
	color: #000000;
}
div#general {
	width: 980px;
	margin: 0 auto;
	padding: 5px;
	min-height: 600px;
	text-align: center;
	overflow: hidden;
}
div#general_div {
	text-align: center;
	margin: 0 auto;
}
table#general_table {
	width: 980px !important;
	width: 980px;
	vertical-align:top;
}
td#vertical_top {
	vertical-align:top;
}
div.top_part {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
div#top_part_ban {
	/*margin-left: 150px !important;
	margin-left: 75px;*/
	margin-left: 20px;
	margin-right: 60px;
}
div.top_part_right {
	float: right;
}
div#bottom_part {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
/*********************************************************************/



/*********************************************************************/
/***** ARTICLES *****/
div.post_border {
	text-align: left;
	border: 1px solid #000000;
	/*margin-left: 150px !important;
	margin-left: 75px;*/
	margin-left: 20px;
	margin-right: 60px;
}

div.post_border_bg1 {
	background-image: url(img/bg/color_bg_1.png);
}

div.post_border_bg2 {
	background-image: url(img/bg/color_bg_2.png);
}

div.post_border_bg3 {
	background-image: url(img/bg/color_bg_3.png);
}

div.post_border_bg4 {
	background-image: url(img/bg/color_bg_4.png);
}

div.post_border_bg5 {
	background-image: url(img/bg/color_bg_5.png);
}

div.post_title {
	text-align: center;
	font-size: 17px;
}

div.post_content {
	padding: 5px;
	font-size: 13px;
}

div.left_border {
    border-left: 1px solid #000000;
}
div.left_img_padding {
	margin-left: 20px;
	margin-right: 20px;
}
div.left_content_padding {
	margin-left: 5px;
	margin-right: 5px;
}
div.left_titles {
	text-align: right;
}

div#links {
	text-align: left;
	margin-left: 150px;
	font-size: 16px;
}
/*********************************************************************/



/*********************************************************************/
/***** LINKS *****/
/*** Lien normal ***/
a, a:link, a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #AB1FE0;
}
a:hover, a:active {
	color: #FF4A4A;
}

/*** Lien Accueil ***/
a.menu_home, a:visited.menu_home {
	color: #000000;
	font-weight: bold;
}
a:hover.menu_home, a:active.menu_home {
	color: #FF4A4A;
}
/*********************************************************************/


/*********************************************************************/
/***** COMBINAISONS *****/
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.marginright {
	margin-right: 60;
}
.marginleft {
	margin-left: 150;
}
/*********************************************************************/


//************************************************************************************************************************
//************************************************************************************************************************
//************************************************************************************************************************
//************************************************************************************************************************


/*********************************************************************/
/***** PAGER *****/
div.pager {
	text-align: center;
	margin-left: 195px;
	margin-right: 195px;
	padding: 3px;
}
span.pager_item {
	border: 1px solid #777777;
	background-color: #111111;
	padding: 2px;
}
span.pager_item_selected {
	border: 1px solid #777777;
	background-color: #222222;
	padding: 2px;
}
/*********************************************************************/


/*********************************************************************/
/***** COMMENTAIRES -- AFFICHAGE *****/
div.post_comment_author {
	color: #000000;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
}
div.post_comment_content {
	color: #000000;
	padding: 3px;
	font-size: 12px;
}
span.post_comment_date {
	color: #777777;
	font-size: 12px;
}
hr.green_line {
	color: #A8D33B;
	background-color: #A8D33B;
	height: 1px;
	border: 0;
}
hr.grey_line_comment {
	height: 1px;
	width: 50%;
}
/*********************************************************************/


/*********************************************************************/
/***** COMMENTAIRES -- AJOUT *****/
table.form_comment_table {
	font-family: Arial; 
	font-size: 13px;
	color: #000000;
	padding: 3px;
}

input.form_comment_input {
	width: 400px;
}

textarea.form_comment_textarea {
	width: 400px;
	height: 120px;
}

input.form_comment_button {
	color: #FFFFFF;
	background-color: #A8D33B;
	border-color: #FFFFFF;
	border: 1px solid;
	font: bold 11px 'Tahoma';
}
/*********************************************************************/



/*********************************************************************/
/***** MENU *****
div#menu_left {
	width: 185px;
	border: 1px solid #A8D33B;
}
div#menu_title_left {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #A8D33B;
	width: 100%;
}
div#menu_right {
	width: 185px;
	border: 1px solid #A8D33B;
}
div#menu_title_right {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #A8D33B;
	width: 100%;
}
div.menu_content {
	text-align: left;
	color: #FFFFFF;
	padding: 3px;
}
ul.menu_content_list {
	margin-left: 0px;
	padding-left: 0px;
}

hr.grey_line {
	color: #777777;
	background-color: #777777;
	height: 2px;
	border: 0;
}

div#middle_part {
	padding: 5px;
}
/*********************************************************************/
