/*BASIC STUFF*//*Link styling*/a:link, a:visited{	color: #23598C;	text-decoration: none;}a:hover, a:active{	color: black;	text-decoration: underline;}/*Image*/img{	border: none;}/*This is used for hidden stuff, stuff that you don't want people to see with CSS enabled*//*Try disabling CSS and you'll see some messages that you don't see with CSS enabled*/.hidden{	display: none;}/*Use this to centerize any image/text*/.centerize{	text-align: center;}/*MAIN STRUCTURE*//*Don't edit if you know what's good for you*/body, table {	font: 10pt Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;	color: #2C2C2C;}body{	text-align: center;}#wrapper{	text-align: left;}#wrappermain{	text-align: left;}/*The header image*/#header{
	display:none;}
.logo {	text-align: left;}/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/#container{}#content{}#sidebar{
}#containermain{}#contentmain{}#sidebarmain{}#footer{	margin: 0 50px;
	text-align: center;}/*Credits part is where the copyrights/xhtml/css validation stuff will be*/#credits{	font-size: 10pt;	text-align: center;	color: white;}#credits a:link, #credits a:visited{	color: white;}#credits a:hover, #credits a:active{	color: white;}/*Ignore this*/.clearing{	height: 0;	clear: both;}/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/#header h1{	font-size: 18pt;	line-height: 20pt;	margin: 0;}/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/#navigation{}#navigation ul{	list-style: none;	padding: 0;	margin: 0;}#navigation li{	background: none;}/*THE HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/h2{	color: #23598C;	font-size: 18pt;
	margin: 0;
	padding: 0;}h3{	color: #3E565F;	margin: 0;	font-size: 14pt;}h4{	font-size: 10pt;}
/*THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR*/.contentbody{	text-align: justify;}.sidebarbody{
}/*THIS PART IS THE SIDEBAR'S INDIVIDUAL DIVS*//*Note that it doesn't have any styling, but it's here in case you want to add some styles*/.sidebarin{	float: left;
}.sidebarin2{}/*THIS PART IS TO STYLE THE BACKGROUND IMAGES (THE QUOTE ON THE LEFT)*//*You can create different image on your on, but only if you know what you're doing should you edit this part*/.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
}/*A different background for comments made*/.divcommentsmade .contentbody{	background: url(images/01_quote1.gif) 0 3px no-repeat;}/*A different background for the admin (in the comments made area)*/.divcommentsmade .id1{	background: url(images/01_quote4.gif) 0 3px no-repeat;}/*Add comment form's background*/.divaddcomment .contentbody{	background: url(images/01_quote3.gif) 0 3px no-repeat;}/*MORE DETAILED STUFF - Item details of your blog items*/.itemdetails{	text-align: right;	padding: 5px 0 0 0;	background: url(images/01_hdot.gif) top repeat-x;}/*Posted by*/.item1{	padding: 0 0 0 13px;	margin: 0 0 0 12px;	background: url(images/01_item1.gif) 0 1px no-repeat;}/*Category*/.item2{	padding: 0 0 0 13px;	margin: 0 0 0 12px;	background: url(images/01_item2.gif) 0 3px no-repeat;}/*Comments*/.item3{	padding: 0 0 0 15px;	margin: 0 0 0 12px;	background: url(images/01_item3.gif) 0 3px no-repeat;}/*STYLING OF SIDE TITLES*//*You can remove all parts here if you do not wish to use images as your side titles*/.about h3{	display: none;}.login h3{	display: none;}.categories h3{	display: none;}.search h3{	display: none;}.links h3{	display: none;}/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 15px 0 30px;
}
.sidebardiv{
	width: 80%;
	margin: 40px auto 0 auto;
	padding-top: 20px;
	border-top: 1px solid #c80037;	clear: both;
}
/*MAIN TITLES*//*You can remove all parts here if you do not wish to use images as your main titles*/h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{	display: none;}/*FORM STYLING*/form{	display: none;}/*THE LIST STYLES*/ul{	list-style: none;	padding: 0;	margin: 0 10px 0 10px;}li{	padding: 0 0 0 9px;	margin: 0 0 2px 0;	background: url(images/01_arrow.gif) 0 6px no-repeat;}/*THE SEARCH HIGHLIGHT*/.highlight{	font-weight: bold;	font-style : oblique ;	background-color: #f3c7d3;}/*Comment error - For Nucleus v3.2*/div.error{	color: red;	font-weight: bold;}/*Cadre photo*/.cadre-photo {	font-size: 10px;	line-height: 15px;	color: #444444;	text-decoration: none;	background-color: #e6e6e6;	text-align: left;	margin: 15px;	padding: 25px;	float: left;	width: 200px;	clear: right;}/*Sub menu*/.sub-menu {	font-size: 11pt;	color: #23598C;	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #23598C;}.sub-menu a{	color: #23598C;	text-decoration: none;}.sub-menu a:hover{	color: #23598C;	text-decoration: underline;}.lettres {	margin-left: 100px;}/*Tabreau, Footer*/div.main, div.menu { float: left }
div.main { }
div.menu { width: 80px; margin-right: 10px; }

div.tabmain, div.tabmenu { float: left }
div.tabmain { width: 500px }
div.tabmenu { margin-right: 0px }.bgnormal {	font-size: 14px;	padding: 10px;	margin: 1px;	color: #2C2C2C;	background: #e6e6e6;	}.bgnormal a:link, a:visited{	color: #23598C;	text-decoration: none;	}.bgnormal a:hover, a:active{	color: black;	text-decoration: underline;	}.bgtrans {	font-size: 12px;	padding: 10px;	margin: 1px;	color: #2C2C2C;	}.bgtrans a:link, a:visited{	color: #23598C;	text-decoration: none;	}.bgtrans a:hover, a:active{	color: black;	text-decoration: underline;	}	 .bgblanc {	font-size: 12px;	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;	background: #FFFFFF;	padding: 1px 0 1px 0;	text-align: center;	}  .bgblanc a:link, a:visited{	color: #23598C;	text-decoration: none;	}  .bgblanc a:hover, a:active{	color: black;	text-decoration: underline;	} .bgcredits {	font-size: 11px;	background: #898989;	padding: 1px 0 1px 0;	text-align: center; 	color: #FFFFFF;	width: 700px;	margin: auto;	} .bgcredits a:link, .bgcredits a:visited{	color: #FFFFFF;	text-decoration: none;	} .bgcredits a:hover, .bgcredits a:active{	color: #FFFFFF;	text-decoration: underline;	}.bgplan {
	font-size: 10pt;
	color: #2C2C2C;
	}
.bgplan a:link, a:visited{
	color: #23598C;
	text-decoration: none;
	}
p.bgplan {
	margin: 0;
	padding: 0;
}
.bgplantitle {
	font-size: 14pt;
	color: #2C2C2C;
	}
.bgplantitle a:link, a:visited{
	color: #23598C;
	text-decoration: none;
	}
/*NP_LatestItem*/
.nplatestitem{
}

.textetop{
}
.toptexte12 {
	font-size: 10pt;
	line-height: 14px;
	color: #000;
}
.toptexte12 a {
	color: #e6e6e6;
	padding: 2px 5px;
	width: 100%;
	margin: 0;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}

.toptexte14 {
	font-size: 12pt;
	color: #000;
	font-style: italic;
	font-weight: bold;
	word-spacing : -1px;
}
.toptexte16 {
	font-size: 14pt;
	color: #000;
	font-style: italic;
	font-weight: bold;
	word-spacing : -1px;
}

