/* CSS layout */

/* GENERAL SETTING
------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	background-image: images/bg_necro.gif;
	background-repeat: repeat;
}


a:link {
	color: #114477;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #114477;
}

/* LAYOUT
------------------------------------------ */


#masthead {
	padding: 10px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#masthead2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top_nav2 {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav_menu {
	padding: 10px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}
#container {
	padding: 10px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container2 {
	padding: 0px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#right_col {
	width: 300px;
	float: right;	
}
#page_content {
	margin-right: 310px;
	height: auto;
}
#page_content2 {
	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
------------------------------------------ */


.newBox {
	border-top: 6px solid #ffd5fe;
	padding: 3px;
	border: 1px solid #ffd5fe;
	background-color: #ffd5fe;
}

.contentBox {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #ffd5fe #ffd5fe #ffd5fe #ffd5fe;
	padding: 5px;
}

.fullContentBox {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #ffd5fe #ffd5fe #ffd5fe #ffd5fe;
	padding: 5px;
}

.fullContentBoxFlashInter {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #ffd5fe #ffd5fe #ffd5fe #ffd5fe;
	padding: 5px 5px 5px 0px;
}



.boxNavigationPosition {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #808080;
}
.FontboxNavigationPosition {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #808080;
}
.box {
	border-top: 10px solid #ffd5fe;
	padding: 3px;
	border-left-color: #ffd5fe;
	border-left-width: 10px;
	border-right-color: #ffd5fe;
	border-right-width: 10px;
	border-bottom-color: #ffd5fe;
	border-bottom-width: 10px;
}
.boxMainRecette {
	border-top: 10px solid #ffd5fe;
	padding: 3px;
	border-left-color: #ffd5fe;
	border-left-width: 10px;
	border-right-color: #ffd5fe;
	border-right-width: 10px;
	border-bottom-color: #ffd5fe;
	border-bottom-width: 10px;
}
.boxCommentaire {
	border-top: 10px solid #ffd5fe;
	padding: 3px;
	border-left-color: #ffd5fe;
	border-left-width: 10px;
	border-right-color: #ffd5fe;
	border-right-width: 10px;
	border-bottom-color: #ffd5fe;
	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;
}

.fullboxRed {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #830000;
	padding: 3px;
}

.fullbox {
	border-style: solid;
	border-width: 10px 1px 1px 1px;
	border-color: #ffd5fe #ffd5fe #ffd5fe #ffd5fe;
	padding: 3px;
}
.FontTextSousTitle {
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #999999;
}
.pointille {
	border-top: 1px dotted rgb(153, 153, 153);
	margin-top: 10px;
	padding-bottom: 10px;
	border-top-color: #ffd5fe;
}


/* LOGO aDakar.com
------------------------------------------ */


#logo_content {
	float: left;
	width: 260px;
	height: 60px;
}

.logo {
	margin: 5px;
}
.FontRubriqueName {
	font-family: "Times New Roman", Times, serif;
	color: #0045A3;
	font-size: 30px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

/* ANNONCE
------------------------------------------ */

#shadow { 

	border: 2px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.cadreAnnonceNecro {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 200px;
	height: 220px;
}


.cadreAnnonceNecroPagePleine {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 700px;
	height: 360px;
}


.cadreAnnonceNecroDemiPage {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 700px;
	height: 180px;
}

.cadreAnnonceNecroGrand {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 320px;
	height: 200px;
}

.cadreAnnonceNecroMoyen {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 200px;
	height: 250px;
}

.cadreAnnonceNecroPetit {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 120px;
	height: 175px;
}



.cadreAnnonceNecroInMemo {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 200px;
	height: 250px;
}

.cadreAnnonceNecroPerso {
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	width: 200px;
	height: 350px;
}
.cadreAnnonceNecroSpecial {
	border: 1px solid #C0C0C0;
	background-color: #FFFFEA;
	padding: 5px;
	margin: 5px;
	width: 270px;
	height: 220px;
}


/* Effet sur les images avec l'ombre */

img.shadow {
	background: url(http://www.aDakar.com/images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}



.shadowBox {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 7px 1px #999;
-webkit-box-shadow: 0 0 7px 1px #999;
/*box-shadow: 0 0 7px 1px #999;*/
box-shadow: 0 0 3px 1px #ccc;
}


/* PRESSE */

.FontFlashInfoCI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

.FontArticleMainTitle {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: "TheSerifOffice", georgia, serif;
	font-size: 22px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.FontArticleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.FontTitleDepeche {
	font-family: "TheSerifOffice", georgia, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #830000;
}


.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: x-small;
}



/* Bubble with an isoceles triangle pour les commentaires
------------------------------------------ */

.triangle-isosceles {
   position:relative;
   padding:15px;
   margin:1em 0 1.5em;
   color:#000;
   background:#FCEDEB;

   /* css3 */
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   background:-moz-linear-gradient(top, #f9d835, #f3961c);
   background:linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:40px;
   width:0;
   border-width:15px 15px 0;
   border-style:solid;
   border-color:#FCEDEB transparent;
}