/* *************** */
/* BALISES DE BASE */
/* *************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

p {
	line-height: 1.5;	
}

h2 {
	color: #e2007a;
	font-size: 14px;	
}

h3 {
	color: #fff;
	font-size: 15px;	
}

h4, h4 a {
	color: #000;
	font-size: 13px;
	margin-bottom: 0;	
	padding-bottom: 0;
}

ul, li {
	padding-left: 5px;
	margin-left: 5px;
}

ul {
	margin-top: 5px;	
}

li {
	margin-bottom: 10px;
	line-height: 1.5;
	/* list-style-image: url(images/body_singlearrow.png);*/
}

.li_less_margin li {
	margin-bottom: 5px;
	line-height: 1;
}

form, body {
	margin: 0;
	padding: 0;
}

a {
	color: #e2007a;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
}

input {
	vertical-align: middle;	
}

table {
	border: 0;
}



/* ******* */
/* CLASSES */
/* ******* */

.font_15px {
	font-size: 15px;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.clear {
	clear: both;	
}

.text_left {
	text-align: left;	
}

.text_center {
	text-align: center;	
}

.text_right {
	text-align: right;	
}

.text_justify {
	text-align: justify;	
}

.thumb {
	width: 106px;
	border: 1px solid #cccbb1;	
}

.thumb_topnews {
	width: 265px;
}

.thumb_author {
	width: 58px;
	border: 1px solid #cccbb1;	
}

.thumb_logo {
	width: 122px;
}

.thumb_table {
	border: 0;
	border-spacing: 0;
}

.thumb_table td {
	padding: 0;
	vertical-align: top;
}

.list_style_none ul {
	list-style: none;
}

.list_style_none li {
	list-style-image: none;	
}

.list_inline li {
	display: inline;
}

.link_underline p a, .link_underline a {
	text-decoration: underline;	
}

.link_bold p a {
	font-weight: bold;
}

.hover_underline_none:hover {
	text-decoration: none;	
}

.bold {
	font-weight: bold;
}

.bold_none {
	font-weight: normal;
}

.u {
	text-decoration: underline;
}

.color_blue, .color_blue a, .color_blue a:hover {
	color: #4696c0;
}

.color_grey, .color_grey a, .color_grey a:hover {
	color: #666666;
}

.color_white, .color_white a, .color_white a:hover {
	color: #fff;	
}

.color_black, .color_black a, .color_black a:hover {
	color: #000;
}

.color_red, .color_red a, .color_red a:hover {
	color: #800104;
}

.margin_none, .margin_none p, .margin_none input, .margin_none ul, .margin_none h1, .margin_none h2, .margin_none h3, .margin_none h4, .margin_none h5, .margin_none h6 {
	margin: 0 !important;
}

.padding_none {
	padding: 0 !important;
}

.inline p, .inline input, .inline ul, .inline li, .inline h1, .inline h2, .inline h3, .inline h4, .inline h5, .inline h6 {
	display: inline;	
}

.ul_margin ul {
	margin: 0 0 0 15px;	
}



/* ********* */
/* POSITIONS */
/* ********* */

.center_ie {
	text-align: center;
}

.center_moz {
	margin: 0 auto 0 auto;
	width: 990px;
}

#title {
	width: 50px;
}

.menu_block {
	width: 151px;
	height: 151px;
	margin-left: 20px;
	float: left;
}

.menu_block_pink {
	background-color: #e2007a;
	border: 3px solid #e83395;
}

.menu_block_red {
	background-color: #cd071e;
	border: 3px solid #d7394b;
}

.menu_block_purple {
	background-color: #9341be;
	border: 3px solid #be7197;
}

.menu_block_orange {
	background-color: #ea620e;
	border: 3px solid #f1843d;
}

.menu_title {
	width: 151px;
	height: 26px;
	margin-top: 120px;
	padding-top: 5px;
}

.menu_title_pink {
	background-color: #e83395;
}

.menu_title_red {
	background-color: #d7394b;
}

.menu_title_purple {
	background-color: #be7197;
}

.menu_title_orange {
	background-color: #f1843d;
}

#content {
	margin-left: 5px;
	width: 690px;
}

#content_block {
	width: 648px;
	border: 1px solid #e2007a;
	padding: 5px 20px 20px 20px;
	min-height: 400px;
}

#content_title {
	width: 680px;
	height: 15px;
	background-color: #e2007a;
	padding: 5px;
}

#sidebar {
	margin-left: 20px;
	width: 220px;
}

.sidebar_hr {
	width: 220px;
	height: 1px;
	overflow: hidden;
	background-color: #e2007a;
}

