BODY {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
}

img {
	border: 0px;
}

#container {
	background-color: white;
	width: 1000px;
	position: relative;
	top: 2px;
	text-align: left;
	margin: auto;
}

#entete {
	position: absolute;
	top: 0;
	left: 0;
	height: 128px;
	
	width: 1000px;
	background-image: url("/images/courbe.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #E8B58B;
}

#date {
	position: absolute;
	top: 112px;
	left: 334px;
	font-family: Verdana;
	font-size: 11px;
	color: black;
}


#topbar {
	position: absolute;
	top: 116px;
	left: 160px;
	width: 840px;
	height: 22px;
	background-color: #e0e0e0;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 174px;
	height: 90px;
	display: none;
}

#menu {
	position: absolute;
	top: 118px;
	left: 0;
	width: 160px;
	z-index: 200;

}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	padding: 2px;
	font-family: verdana;
	font-size: 11px;
	height: 14px;
	list-style: none;
	/*
	border-left: solid 2px #A50818;
	border-right: solid 2px #A50818;
	*/

	margin-bottom: 2px;
}

#menu ul li a, #menu ul li a:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 14px;
	padding-left: 4px;
	color: #a50818;
}

#menu ul li a:hover {
	border-left: solid 12px #a50818;
}

#menu ul li.titre {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-left: 2px;
	border: none;
	background-image: url("/images/menu_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: solid 2px #A50818;
	margin-top: 2px;
}

#menu ul li.bas {
	border: none;
	/*
	background-image: url("/images/menu_bottom.gif");
	background-repeat: no-repeat;
	background-position: top;
	*/
	background-color: white;
	display: none;
}

.rubriques {
	background-color: #f0cfb4;
}

.communaute {
	background-color: #f0cfb4;
}

.divertissement {
	background-color: #f0cfb4;
}

.rubriques a {
	border-left: solid 12px #f0cfb4;
}

.communaute a {
	border-left: solid 12px #f0cfb4;
}

.divertissement a {
	border-left: solid 12px #f0cfb4;
}


#centre {
	position: absolute;
	top: 132px;
	left: 167px;
	width: 572px;
	
}

#extra {
	position: absolute;
	top: 124px;
	width: 254px;
	left: 746px;
	padding-top: 4px;
}

.pubMixte728 {
	position: absolute;
	left: 263px;
	width: 728px;
	text-align: center;
	vertical-align: middle;
}
.pub468 {
	width: 728px;
	height: 90px;
	text-align: center;
	background-color: transparent;
	position: absolute;
	right: 0px;
}
.pub300 {
	width: 250px;
	height: 250px;
	text-align: center;
	border: solid 1px black;
}

.pub234 {
	width: 234px;
	height: 60px;
	text-align: center;
	border: solid 1px black;
}

#blocReduc {
	margin-top: 8px;
	float: right;
	width: 234px;
	text-align: center;
}

#blocReduc .pub234 {
	margin-bottom: 4px;
}

#shopping {
	display: inline;
	float: left;

	padding: 0;

	margin-top: 8px;
	width:  328px;
	/*
	border-bottom: solid 4px #a50818;

	background-image: url("/images/cadre-top-shop.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 22px;
	*/

}

#shopping .titre {
	background-color: #a50818;
	color: white;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: 17px;
	margin-bottom: 6px;
}

#shopping .product {
	width: 158px;
	margin: 2px;
	//padding: 0 2px 0 2px;
	/* background-color:  #fff1e5; */
	float: left;
}

#shopping .product img {
	width: 48px;
	height: 48px;
	vertical-align: top;
	float: left;
	margin-right: 2px;
	border: solid 1px black;
}

#shopping .product .description {
	padding-left: 44px;
}

#shopping .acces {
	/* background-color: #a50818;
	background-color: #c82568;
	*/
	font-size: 13px;
	font-weight: bold;
	clear: both;
	text-align: right;
	color: #a50818;
	padding-right: 10px;
	margin-top: 6px;
}

.blocCentre {
	display: inline;
	float: left;
	width: 280px;
	border-bottom: solid 4px #ffcc66;
	margin: 8px 0 0 4px;
	background-color: #fff2d7;
	padding: 0;
}

.blocCentre .titre {
	padding: 2px;
	background-color: #ffcc66;
	font-size: 13px;
	height: 17px;
	font-weight: bold;
	text-align: center;
}

.blocCentre img {
	width: 72px;
	height: 108px;
	margin: 0 0 0 8px;
	float: left;
}

.blocCentre .blocTitre {
	font-size: 13px;
	font-weight: bold;
	color: #a50818;
	padding-left: 86px;
}


.blocCentre .corps {
	font-size: 11px;
	padding: 4px 4px 0 86px;
}

.blocCentre .corps a {
	text-decoration: none;
	color: black;
}

.blocCentre .corps a:hover {
	color: #cf5e28;
}

#galerie {
	width: 160px;
	margin-top: 8px;
	background-color: #cdd7f3;
	text-align: center;
	border-bottom: solid 1px #a50818;
}

#galerie .titre {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-left: 2px;
	border: none;
	background-image: url("/images/menu_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: solid 2px #A50818;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 8px;
}

#galerie img {
	width: 90px;
	border: solid 1px black;

}

#galerie .legend {
	text-align: center;
}

#galerie .acces {
	color: #a80848;
	font-weight: bold;
	font-size: 10px;
	margin-top: 8px;
}

#espaceMembres {
	width: 160px;
	margin-top: 8px;
	background-image: url("/images/membres_une.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: solid 1px black;
	padding-bottom: 4px;
}

#espaceMembres  .titre {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-left: 2px;
	border: none;
	background-image: url("/images/menu_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: solid 2px #A50818;
	margin-top: 2px;
}

#espaceMembres form {
	margin: 0 0 6px 60px;
	padding: 0;
	padding-right: 4px;
	clear: both;


}
#espaceMembres form br {
	height: 2px;
}
#espaceMembres form label {
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
}

#espaceMembres form .inputText {
	width: 96px;
	border: solid 1px #a50818;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;

}

#espaceMembres form .button {
	background-color: white;
	border: none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #a50818;
	cursor: hand;
	float: right;
}

#espaceMembres .decouverte {
	display: block;
	color: #a50818;
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	//margin-left: 42px;
	padding: 2px 0 2px 0;
	clear: both;
	text-decoration: none;
}

#espaceMembres .decouverte a {
	clear: both;
	display: block;
	text-align: right;
	color: #a50818;
	text-decoration: none;
}
#espaceMembres .decouverte a:hover {
	text-decoration: underline;
}

#extra a {
	text-decoration: none;
	color: black;
}



#blocActu {
	background-color: #fff2d7;
	width:  312px;
	border-bottom: solid 4px #ffcc66;
}

#blocActu .titre {
	background-color: #ffcc66;
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
	padding: 2px;
	padding-left: 8px;
}

#blocActu .actu {
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0;
	height: 32px;
}

#blocActu .actu img {
	border: solid 1px black;
	margin-right: 5px;
	float: left;
}

#blocActu .actu a {
	text-decoration: none;
	color: black;
}
#blocActu .actu a:hover {
	color: #cf5e28;
}

#blocCulture {
	width: 250px;
	background-color: #fff1e5;
	/* #f7e6d8; */
	border-bottom: solid 4px #a50818;
}

#blocCulture .titre {
	background-image: url("/images/blocTitre.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	text-align: center;
	
	margin-bottom: 4px;
}

#blocCulture .item {
	width: 125px;
	height: 112px;
	padding: 0;
	margin: 0;
	
	display: inline;
	text-align: center;
	float: left;
}

#blocCulture .item a {
	color: black;
	text-decoration: none;
	
}

#blocCulture .item strong {
	color: #a50818;
	font-size: 13px;
	font-weight: bold;
}

#blocCulture .item img {
	height: 60px;
	border: solid 1px black;
}

#horoscope {
	margin-bottom: 24px;
	margin-top: 24px;
}

#newsletter {
	margin-bottom: 8px;
	text-align: center;
}

#newsletter form {
	margin: 6px;
	padding: 0;
	padding-right: 4px;
	clear: both;

}
#newsletter form br {
	height: 2px;
}
#newsletter form label {
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
}

#newsletter form .inputText {
	width: 96px;
	border: solid 1px #a50818;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;

}

#newsletter form .button {
	background-color: white;
	border: none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #a50818;
	cursor: hand;

}

#centre .grandTitre {
	margin: 20px 0 8px 0;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #e86320;
	width: 270px;
	border-bottom: solid 1px #d3925e;
	padding: 2px 4px 2px 4px;
	clear: both;	
}



#lesblogs {
        padding: 2px 4px 2px 4px;
	        background-color: #f3cde7;
		        margin: 12px 4px 0 0;
			        border-bottom: solid 12px #a50848;
				}

				#lesblogs .blog {
				        clear: both;
					        margin-top: 6px;
						}

						#lesblogs .blog img {
						        float: left;
							}

							#lesblogs .blog .blogtitre {
							        /* background-color: white; */
								        font-size: 13px;
									        color: #a50848;
										        padding-left: 60px;

											}

											#lesblogs .blog .corps {
											padding: 0 0 0 60px;
											margin-bottom: 8px;
											}

											#lesblogs .titre {
											        background-color: white;
												        font-size: 13   px;
													        font-weight: bold;
														        font-family: Verdana;
															        color: #a50848;
																        text-align: center;
																	        margin: 0 -4px 0 -4px;
																		        padding-bottom: 4px;
																			        border-bottom: solid 6px #a50848;

																				}

#sponsor {
	width: 160px;
	margin-top: 8px;
	background-color: #f3cde7;
	text-align: center;
	border-bottom: solid 1px #a50818;
}

#sponsor .titre {
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-left: 2px;
	border: none;
	background-image: url("/images/menu_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: solid 2px #A50818;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 8px;
}

#sponsor a {
	color: black;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: 0;
	display: block;
	margin: 4px;
}


#actuBlogs {
	margin: 2px 0 2px 0;
	padding: 32px 0 0 0;
	background-image: url("http://www.afroplurielles.com/images/tete_blogs-300.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 300px;	
	background-color: #fff1e5;
}

#actuforum {

	margin: 2px 0 2px 0;
	padding: 32px 0 0 0;
	background-image: url("http://www.afroplurielles.com/images/tete_forums.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 248px;	
	background-color: #fff1e5;
}

#actuforum ul.posts, #actublogs ul.posts {
	border-left: solid 2px #ec7c42;
	border-right: solid 2px #ec7c42;
	margin: 0;
	padding: 0 4px 4px 12px;
	background-color: #fff1e5;
}

#actuforum ul.posts li, #actublogs ul.posts li{
	border-bottom: dashed 1px #ddd1c5;
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	list-style: none;
	display: block;
	
}

#actuBlogs a.pied {
	display: block;
	width: 292px;
	//width: 300px;
	height: 16px;
	//height: 24px;
	background-image: url("http://www.afroplurielles.com/images/pied_forums-300.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #ec7c42;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	margin: 0;
	text-align: center;
}

#actuforum a.pied {
	display: block;
	width: 240px;
	//width: 248px;
	height: 16px;
	//height: 24px;
	background-image: url("http://www.afroplurielles.com/images/pied_forums.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #ec7c42;
	font-weight: bold;
	text-decoration: none;	
	padding: 4px;
	margin: 0;
	text-align: center;
	
}

#actuforum .titre, #actublogs .titre {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: #a50848;
	text-align: center;
	margin: 0 -4px 0 -4px;
	padding-bottom: 4px;
	border-bottom: solid 6px #a50848;
	background-color: white;
}

#coinLecture {
	border-bottom: solid 12px #ef7f48;
	padding: 2px 4px 2px 4px;
	margin: 12px 4px 0 0;
	text-align: center;
	background-color: white;
	color: #377398;
}


#coinLecture .titre {
	font-size: 13	px;
	font-weight: bold;
	font-family: Verdana;
	color: #a50848;
	text-align: center;
	margin: 0 -4px 0 -4px;
	padding-bottom: 4px;
	border-bottom: solid 6px #ef7f48;
	background-color: white;
}



#coinLecture img.couv {
	float: left;
}

#actuforum ul {
	padding: 0;
	margin: 0;
	height: 4px;
	margin: 12px 0 12px 0;
}

#actuforum ul li {
	padding-left: 4px;
	list-style: none;
	margin: 4px 0 2px 0;
	text-align: left;
}

#actuforum ul li a {
	color: black;
	text-decoration: none;
}

#actuforum ul li a:hover {
	color: #A50818;
}



#actuforum ul li img {
	margin: 12px 0 0 60px;
}

#modMoi {
	width: 160px;
	height: 120px;
	border: solid 1px black;
	margin-top: 8px;
}




ul.listeArticles {
	/* width:  412px; */
	margin: auto;
	text-align: left;
	padding: 0;
	margin: 0;
}

ul.listeArticles li {
	padding: 4px 0 4px 0;
	margin: 0;
	list-style: none;
}

ul.listeArticles li img {
	vertical-align: middle;
}

ul.listeArticles li {
	display: block;
	float: left;
	width: 49%;
}

ul.listeArticles li img { float: left; }

ul.artActions {
	padding: 4px;
	margin: 0;
	list-style: none;
	background-color: #E0E0E0;
	border-top: solid 1px #a50818;
	border-bottom: solid 1px #a50818;
	clear: both;
}

ul.artActions li {
	display: inline;
	list-style: none;
	margin-right: 16px;
}


.blocInteractivite {
	float: left;
	width: 280px;
	margin: 8px 2px 0 2px;
	text-align: center;	
}
.blocInteractivite a:hover {
	text-decoration: none;
}

.blocInteractivite img {
	vertical-align: middle;
	float: left;
	margin-right: 4px;
}

.blocInteractivite .corps {
	font-size: 11px;
	text-align: left;
	padding: 0;
	display: block;	
}

img.puce {
	float: none;
	padding: 0;
	margin: 0;
	clear: both;
	border: 0;
}

div.insertPub {
	text-align: center;
	margin: 24px;	
}
div.subpara a {
	color: #a50818;
	text-decoration: underline;
}

.topNavBox {
	color: #555;
	margin: 4px 0% 4px 0;
}

ul.topNav {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.topNav li {
	padding: 0;
	display: inline;
	list-style: none;
	color: #555;
}

ul.topNav li a {
	color: #555;
}

ul.articleOptions {
	margin: 8px 0 8px 0;
	padding: 0;
}

ul.articleOptions li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 4px 0 0;
}

ul.articleOptions li a {
	color: #E86320;
	text-decoration: none;
	font-size: 11px;
}

ul.articleOptions li a img {
	vertical-align: middle;
}

a.grosBouton {
        display: block;
	        width: 180px;
		        padding: 6px;
			        background-color: #fffbf2;
				        border: solid 2px #e86320;
					        margin: 12px 0 0 44px;
						        text-align: center;
							        font-weight: bold;
								        color: #a50818 !important;
									}
.spotlight .titre .grey,
.interTitle .grey {
        color: #5c5c5c;
	}


	.spotlight .titre {
	        background-color: #e9e9e9;
		        border-top: solid 1px #b8b8b8;
			        border-bottom: solid 1px #b8b8b8;
				        color: #e52f54;
					        text-align: center;
						}

						.spotlight .item {
						        background-color: #f6f6f6;
							        border-bottom: dotted 1px #5c5c5c;
								}

								.spotlight .item strong {
								        color: #e52f54;
									}

									.spotlight .item a {
									        color: #a50818;
										}

.spotlight ul.listeShopping {
        padding: 0;
	        margin: 0;
		}

		.spotlight ul.listeShopping li {
		        padding: 2px;
			        margin: 4px 0 0 0;
				        list-style: none;
					        display: block;
						        height: 33px;
							        clear: both;
								}

								.spotlight ul.listeShopping li img{
								        float:  right;
									        margin: left: 8px;
										}
