﻿/* CSS layout */

/* GENERAL SETTING */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
/* #ff6600; */
a:link {
	color: #0045A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0045A3;
}
.FontCategory {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #BC0000;
}
FontBodyLive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	text-decoration:none;
}
A.FontBodyLive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #ff3300;
}


.FontCategoryLive {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #666666;
}
A.FontCategoryLive {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	text-decoration:none;
}
A.FontCategoryLive:hover {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #ff3300;
	text-decoration:underline;
}
.FontMainTitle {
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.pointille {
	border-top: 1px dotted rgb(153, 153, 153); 
	margin-top: 10px; 
	padding-bottom: 10px;
}

.pointilleGreen {
	border-top: 1px dotted rgb(153, 153, 153);
	margin-top: 10px;
	padding-bottom: 10px;
	border-top-color: rgb(185, 227, 70);
}

.images {
	border-style: solid;
	border-width: 1px;
	margin-left: 5px;
	margin-right: 5px;
}


/* LAYOUT */

#masthead {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#top_nav {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#container {
	padding: 10px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#right_col {
	width: 300px;
	float: right;	
}

#page_content {
	margin-right: 310px;
	height: auto;
}

#right_col_content {
	margin-right: 0px;
	float: right;
	width: 300px;	
}

#left_col_content {
	margin-right: 310px;

}

#page_content_bottom {
	margin-right: 310px;
}

#right_col_content_bottom {
	margin-right: 0px;
	float: right;
	width: 300px;
}

#left_col_content_bottom {
	border-color: #830000;
	margin-right: 310px;
}


#footer {
	width: 1050px;
	right: auto;
	left: auto;
	clear: both;
	background-color: #FFFFFF;	
}

/* LAYOUT MODULE */

.box {
	border-top: 10px solid #ff6600;
	padding: 3px;
	border-left-color: #ECDAFF;
	border-left-width: 10px;
	border-right-color: #ECDAFF;
	border-right-width: 10px;
	border-bottom-color: #ECDAFF;
	border-bottom-width: 10px;
}
.boxTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	color: #222222;
}

.boxTitreLive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	color: #ff3300;
}

.boxTitreRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	color: #830000;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
}
.fullbox {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #ff6600 #CCCCCC #CCCCCC #CCCCCC;
	padding: 3px;
}

.fullboxLive {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	height:204px
	border-color: #ff3300 #ff3300 #ff3300 #ff3300;
	padding: 3px;
	background-image:url('../images/live/bckgnd-encart-live.gif')
}


.fullboxJaune {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #ffe405 #CCCCCC #CCCCCC #CCCCCC;
	padding: 3px;
}


.fullboxRed {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #830000;
	padding: 3px;
}


.fullboxOrange {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #FFB300;
	padding: 3px;
}



.fullboxGreen {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #BAE545;
	padding: 3px;
}



.fullboxGreenTitro {
	background-position: bottom;
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #BAE545;
	padding: 3px;
	/*background-image: url('http://www.abidjan.net/images/bg_box.jpg');*/
}


.tableBanner {
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}



.fontText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.FontTextSousTitle {
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #999999;
}
.FontTextSousTitleViolet {
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #c793fe;
}


.p {
	margin-bottom: 2px;
	margin-top: 8px;
}
.PhotoVideoUne {
	text-align: center;
}
.ALaUne {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	font-variant: normal;
}

/* LOGO ABIDJAN.NET */

#logo_content {
	float: left;
	width: 260px;
	height: 60px;
}

.logo {
	margin: 5px;
}



/* PENSEE DU JOUR */

#Pensee_content {
	margin-right: 0px;
	width: 500px;
	text-align: center;
	height: auto;
}

.PenseeTableau {	
	white-space: nowrap;}


.PenseeTalkBull {	
	padding: 5px; 
	border: 2px solid #ECDAFF; 
	width: auto; 
	height: auto; 
	right: auto; 
	left: auto;	
	text-align: left;	
}

.PenseeTalkArrow {
	vertical-align: top;
}

.PenseeAuthorImage {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	vertical-align: middle;
}

.PenseeAuthorName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}


/* PRESSE */

.FontArticleMainTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.FontArticleTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.FontTitleDepeche {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}



.FontArticleSource {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #999999;
}
.FontArticleDate {
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.Legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}



/* TRICKER */

.TrickerBgColor {
	background-color: #F9FAFA;
}
.TrickerCenterCell {
	text-align: center;
}
.TrickerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.pointilleVertical {
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: rgb(153, 153, 153);
}


/* AGENDA */

.Agenda_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

li {
	list-style-type: square;
	list-style-position: inside;
}

.MainCategoryFont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.MainCategory {
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: rgb(153, 153, 153);
}

/* FLOATING AD */

#flotingad {
	margin: auto;
	position: absolute;
	visibility: visible;
	top: 450px;
	left: 309px;
	width: 500px;
	height: 500px;
	z-index: 1;
}

