/********************************************************************************************/
/********************************************************************************************/
/*	APPM - pressemagazine.com

/*	COPYRIGHT		Venyce
/*	DISTRIBUTION	Sous licence, tel que decrit dans le fichier licence.txt

/*	FICHIER			/media/css/cafecentral.css
/*	AUTEUR			mvd (mvd@cafecentral.fr)
/*	TYPE			Feuille de style ALL MEDIA
/*	DESCRIPTION		Styles accessibles depuis le WYSIWYG de Cafe Central
/********************************************************************************************/
/********************************************************************************************/



/********************************************************************************************/
/*	Test
/********************************************************************************************/
/* CSS Document */
.title_1, .title_1 a{
	text-decoration:none;
	text-transform:uppercase;
	font:normal normal 22px/22px Din Black, Arial Black, sans;
}
.title_1{padding:0 0 25px 0;}

.title_2, .title_2 a{
	color:#fef2df;
	text-decoration:none;
	text-transform:uppercase;
	font:normal normal 11px/normal Arial Black, Arial, sans;
}
.title_2{padding:0 0 10px 0;}
#leftCol .title_2, #leftCol .title_2 a{color:#e2c18d;}

.title_3, .title_3 a{
	color:#e2c18d;
	text-decoration:none;
	text-transform:uppercase;
	font:normal normal 11px/normal Arial, Verdana, sans;
}
.title_3{
	margin:0 0 5px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #2b3133;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

.title_4, .title_4 a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font:normal bold 11px/normal Arial, Verdana, sans;
}

.p_standard{
	padding:0 0 5px 0;
	font:normal normal 11px/normal Arial, Verdana, sans;
}

ul.list-standard{
	/*list-style-type:disc;
	list-style-position:inside;*/
	list-style-type:none;
}
ul.list-standard li{
	padding:0 0 5px 10px;
	background:url(../image/_img/list-standard.gif) no-repeat left 7px;
}

div.col_50{
	float:left;
	width:297px;
	padding:0 21px 0 0;
}
div.col_50.lastChild{padding-right:0;}

.border{
	height:0;
	font-size:0;
	line-height:0;
	margin:0 0 10px 0;
	border-top:1px solid #2b3133;
	border-top:1px solid rgba(255, 255, 255, 0.1);
}

.spacer{
	clear:both;
	height:15px;
	font-size:0;
	line-height:0;
	padding:0;
}

.red_dark{color:#cb0e0e;}
.brown_soft{color:#e2c18d;}
.white, a.white{color:#ffffff !important;}
a.white{text-decoration:none;}
a.white:hover{text-decoration:underline;}

img.img_left{
	clear:left;
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
img.img_right{
	clear:right;
	display:block;
	float:right;
	margin:0 0 10px 10px;
}

.data{
	display:block;
	padding:0 0 0 22px;
	background:url(../image/_img/data_dots.png) no-repeat left 10px;
}

table.dataTable{
	width:100%;
	border:none;
	color:#e0d2bd;
	margin:0 0 10px 0;
	border-spacing:0;
	border-collapse:collapse;
}
table.dataTable td{
	vertical-align:top;
	padding:0 10px 5px 0;
}
table.dataTable tr td:first-child{width:130px;}
table.dataTable tr:first-child td:first-child{width:auto;padding-right:0;}

