/* CSS Document */
/* Start hide from IE-Mac \*/
/* html #wrapper 
   {
   height: 1%;
   }
/* End Hide from IE-Mac */



/*BASIC STUFF*/
a:link, a:visited{
	color: #23598C;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF9933;
}

img{
	border: none;
	
}

td{
	text-align:left;
}
/*td img {
	display: block;
}*/

td img {vertical-align: bottom;}

/*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{
	color: #4C4C4C;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	/*background: #123454 url(images/01_bg.gif) top repeat-x; est la couleur du fond désactiver temporairement*/
	padding: 20px 0 20px 0;
	text-align: center;
	background-image: url(images/pixBeige.jpg);
	background-repeat: repeat;
}
#wrapper{
	width: 850px;
	margin: auto;
	background: white url(images/01_bodybg.jpg) repeat-y;
	text-align: left;
}

/*The header image*/
#header{
	position: relative;
	width: 850px;
	height: 190px;
	background: url(images/01_header01.jpg) no-repeat;
	margin: auto;
}

/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
#container{
	/* width: 100%; */
	float: left;
	margin-right: -130px; /*-130*/
	width: 700px; /*change l'espace entre le contenu et le menu de droite*/
	

}
#content{
	margin-right: 100px;
	padding: 25px 45px;  /*changer la marge de gauche*/
	background-image: url(/way_themes/waysoleil/images/fond.gif);
	background-repeat: repeat-y;
	background-position: 40px;
	top: 5px;
	/*position: relative;*/
	/* -130 */
	/* margin-top: 200px; */
	/* be visible in IE */
/*margin-top: 200px; /* set hasLayout for IE */
}

#sidebar{
	width: 278px; /*pour changer l'emplacement du menu de droite*/
	float: right;
	padding: 25px 0;
	text-align: left;
	/*background-image: url(images/bord_ent_g.jpg);*/
	background-repeat: repeat-y;
	background-position: -15px;
	height: auto;
	z-index:auto;
}
#sidebarplayer{
	width: 219px; /*pour changer l'emplacement du player discographie*/
	float: right;
	padding: 25px 0;
	text-align: left;
	
	height: auto;
	z-index:1;
}

#footer{
	width: 850px;
	margin: auto;
	padding: 50px 0 0 0;
	background: url(images/01_footer.jpg) no-repeat top;
	height: auto;
}

/* The container - custom page layout. resize adjustments for full screen */
#container_full{
	/* width: 100%; */
	float: left;
	margin-right: 0px; 
	/* -230 */
	width: 850px;
}
#content_full{
	/* margin-right: 230px; */
	padding: 25px 0;
	
}
#sidebar_full{
	width: 230px;
	float: right;
	padding: 25px 0;
	text-align: left;
	display:none;
}

/*Credits part is where the copyrights/xhtml/css validation stuff will be*/
#credits{
	font-size: 10px;
	text-align: center;
	color: #000066;
}
#credits a:link, #credits a:visited{
	color: #23598C;
}
#credits a:hover, #credits a:active{
	color: #FF9933;
}
/*Ignore this*/
.clearing{
	height: 0;
	clear: both;
}
.smalltext{
	color:#fff;
}
#wrapper .smalltext{
	color:#000;
}

/*THE MAIN TITLE - YOUR BLOG NAME ON TOP OF THE HEADER*/
#header h1{
	position: absolute;
	top: 16px;
	left: 35px;
	height:35px;
	font-size: 20px;
	line-height: 20px;
	margin: 10px;
	text-indent: 20px;
	background: url(images/01_logo.gif) bottom left no-repeat;
	width: 220px;



}

/*THE NAVIGATION - More detailed stuff in NAVIGATION LINKS section*/
#navigation{
	font-size: 11px;
	width: 850px;
	height: 22px;
	position: absolute;
	top: 169px; /*positonnement du menu principal onglet en hauteur*/
	left: 25px;
	list-style: none;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
 	display: inline;
}

/*  THE DEFAULT HEADERS (h2: Main titles, h3: Blog and Sidebar titles, h4: Comment names/userlinks)*/
h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 16px;
	height: 23px;
	margin: 0 0 5px 0;
}
h3{
	color: #23598C; /*#3E565F*/
	margin: 10px 0 16px 0;
	font-size: 12px;
}
h3.titlenews{
	color: #000066;
	margin: 0 0 8px 0;
	font-size: 14px;
	background: url(images/01_quote.gif) 0 3px no-repeat;
}
h4{
	font-size: 11px;
	color: #000066;
}

/*Sub structure - To create the margins of the body (where text will be placed)*/
.contentdiv{
	margin: 0 15px 0 22px;
}
.sidebardiv{
	margin: 0 22px 0 15px;
}


/* THE STYLING OF THE BODY OF CONTENTS AND SIDEBAR */
.contentbody{
	margin: 0;
	padding: 0 0 0 0;
	text-align: justify;
}
.sidebarbody{
	margin: 0 0 5px 0;
	padding: 0;
}

/* 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{}

/*MAIN TITLES*/
h2{
	height: 23px;
	text-indent: 27px;
	margin: 0 0 5px 0;
	background: url(images/01_m_default.gif) no-repeat;
}

/*You can remove all parts here if you do not wish to use images as your main titles*/
h2.news{
	text-indent: -9999px;
	background: url(images/01_m_news.gif) no-repeat;
}
h2.comment{
	text-indent: -9999px;
	background: url(images/01_m_comment.gif) no-repeat;
}

/* 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{
	background: url(images/01_quote.gif) 0 3px no-repeat;
}
*/

/* comments page is special */
.divcomment{ 
	margin: 0;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}

/* content pages */
.divcontent .contentbody{
	margin: 0;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}
.divcontent_manager .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}

/* special e107 page */
.divcvs .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	 background: url(images/01_cvs.gif) 0 3px no-repeat; */
}

/* downloads */
.divdownload .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	 background: url(images/01_download.gif) 0 3px no-repeat; */
}

/* forums */
.divforum .contentbody{
	margin: 0;
	/* padding: 0 0 10px 10px; */
	text-align: justify;
	/* background: url(images/01_forum.gif) 0 3px no-repeat; */
}
.divforum_viewforum .contentbody{
	margin: 0;
	/* padding: 0 0 10px 10px; */
	text-align: justify;
	/* background: url(images/01_forum.gif) 0 3px no-repeat; */
}

.divforum_viewtopic .contentbody{
	margin: 0;
	/* padding: 0 0 10px 10px; */
	text-align: justify;
	/* background: url(images/01_forum.gif) 0 3px no-repeat; */
}

/* links */
.divlinks .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}

.divnews .contentbody{
	margin: 0;
	padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat;
}


.newseparator {
	background-image:url(../../e107_images/line-lightgrey-dotted-422.gif);
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-position: left;
	}
.divsubmitnews .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}
/* user pages */
.divuser .contentbody{
	margin: 0;
	padding: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.gif) 0 3px no-repeat; */
}
.divusersettings .contentbody{
	margin: 0;
	text-align: justify;
	/* padding: 0 0 30px 43px;
	text-align: justify;
	background: url(images/01_quote.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: 0px 0 0 0;
	
}

/* used in the newsstyle */ 
/* Posted by */
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
	line-height: 16px;
}
/* Category */
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
	line-height: 16px;
}
/* Comments */
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
	line-height: 16px;
}
.item4{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	line-height: 16px;
}
.item5{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	line-height: 16px;
}
/*FORM STYLING*/
form{
	margin: 0;
	text-align: center;
}
form p{
	padding: 1em;
	text-align: left;
}
/*Styling for all form fields*/

/*Form fields on focus effect (when user click on that input field)*/
.formfield:focus{
	border: 1px solid black;
}
/*Form's buttons*/
.formbutton{
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
/* Don't show textarea scrollbar on IE */
textarea{
	overflow: hidden;
}


/* STYLING OF MENU TITLES */

h3{   /* default styleing for menu items, do not remove */
	height: 23px;
	text-indent: 27px;
	margin: 0 0 2px 0;
	background: url(images/rond.gif) no-repeat;/*background: url(images/01_m_default.gif) no-repeat; */
}

h3.news{ /* remove background image from h3 in news posts */
	background: none;
}


/* You can remove all parts here if you do not wish to use images as your side titles */

h3.about {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_about.gif) no-repeat;
}

/*h3.login{
	height: 23px;
	text-indent: -99999px;
	margin: 0 0 2px 0;
	/*background: url(images/01_s_login.gif) no-repeat;
}*/

h3.categories {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_categories.gif) no-repeat;
}
h3.search{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_search.gif) no-repeat;
}

h3.links{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_links.gif) no-repeat;
}

h3.online {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_online.gif) no-repeat;
}

h3.chatbox {
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_chatbox.gif) no-repeat;
}

.compliance{

}




/* Sidbar menu content styles */

.defaultform{
	width: 174px;
	/*background: #E2EDF0;*/
	/*background: #E2EDF0 url(images/01_mountaintop2inv.gif) bottom no-repeat; pour avoir les coins rond bottom*/

	padding:4px;
}

/*.defaultform{
display:block;
	width: 174px;
	background: #E2EDF0; 
}
.defaultform *{
display:block;
height:1px;
overflow:hidden;
background:#E2EDF0;
}
.defaultform1{
border-right:1px solid #f2f7f8;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f2f7f8;
padding-left:1px;
margin-left:3px;
background:#e9f1f3;
}
.defaultform2{
border-right:1px solid #fcfdfd;
border-left:1px solid #fcfdfd;
padding:0px 1px;
background:#e7f0f2;
margin:0px 1px;
}
.defaultform3{
border-right:1px solid #e7f0f2;
border-left:1px solid #e7f0f2;
margin:0px 1px;
}
.defaultform4{
border-right:1px solid #f2f7f8;
border-left:1px solid #f2f7f8;
}
.defaultform5{
border-right:1px solid #e9f1f3;
border-left:1px solid #e9f1f3;
}
.defaultform_content{
padding:0px 5px;
background:#E2EDF0;
}*/

/*testing boite coin rond image*/

/*THE LIST STYLES*/
ul{
	list-style: disc inside;
	padding: 0;
	margin: 0;
}
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;
	text-decoration: underline;
}

/* NAVIGATION LINKS */
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited, .nav9 a:link, .nav9 a:visited {
	color: #4E4E4E;
	width: 85px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
}
.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited, .nav9_onpage a:link, .nav9_onpage a:visited {
	color: #4E4E4E;
	width: 85px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
}
.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 14px;
}
.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 100px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 186px;
}
.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 272px;
}
.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 358px;
}
.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 444px;
}
.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 530px;
}
.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 616px;
}	
.nav9 a:link, .nav9 a:visited, .nav9_onpage a:link, .nav9_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 702px;
}

/*HOVER EFFECTS*/
.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active,
.nav9 a:hover, .nav9 a:active{
	background: url(images/01_linkbg1.gif) top repeat-y;
	width: 85px;
	margin: 1px 0 0 0;
}

/*USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE*/

.nav1_onpage a:link, .nav1_onpage a:visited,
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav5_onpage a:link, .nav5_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited,
.nav9_onpage a:link, .nav9_onpage a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
	width: 85px;
}

/*THE FOLLOWING PART IS FOR THE FONT CONTROL*/
#fontcontrol{
	background: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 30px;
	left: 745px;
}
#fontcontrol ul{
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/01_font1.gif) no-repeat;
}
.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 22px;
	background: url(images/01_font2.gif) no-repeat;
}
.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 44px;
	background: url(images/01_font3.gif) no-repeat;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}
/*END NAVIGATION LINKS*/

/*Nice Titles*/
.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 25em;
	z-index: 20;
	max-width: 50%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 5px;
	/*opacity: 0.9;*/
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}

/* e107 core style */
.tbox, .helpbox{
	/* width: 80%; */
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.button{
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
#commentform .tbox, #commentform .helpbox{
	/* width: 400px; 
	background-color:#000; */
}


.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #D4DCDE;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #E2EDF0;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #fff;
}

table {
	margin-left: auto;
	margin-right: auto;
}
.submitNews {
	width: 400px;
}
/* les boîtes des menu de droite */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot  div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* dimension. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 175px;
height: 7px;
font-size: 1px;
}
.rbcontent {
 margin: 0 7px;
  }
.rbroundbox { 
width: 175px;
 /*margin: auto;*/
  }
.titrenouvelle {
	background: url(/way_themes/waysoleil/images/01_quote.gif) no-repeat;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-indent: 30px;
	line-height: 30px;
}
.titremusique {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;	
}



 /*#boxes {
float:right;
width:145px;
margin:10px
}
#box1,#box2,#box3 {
margin-bottom:20px;
background-image:url(/robert_paquette/way_themes/waysoleil/images/bottom.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box1 h2,#box2 h2,#box3 h2 {
text-align:right;
padding:23px 30px 9px 0;
margin:0 0 0 -1px;
background:white url(/robert_paquette/way_themes/waysoleil/images/boxtop.gif) no-repeat top;
font-weight:600
}
#box1 p,#box2 p,#box3 p {
padding:9px 19px 24px 12px;
margin:0
}*/
/* #boxes {
float:right;
width:170px;
margin:10px
}
#box1,#box2,#box3 {
margin-bottom:20px;
background-image:url(/robert_paquette/way_themes/waysoleil/images/topBox_02.jpg);
background-position:left bottom;
background-repeat:no-repeat
}
#box1 h3,#box2 h3,#box3 h2 {
text-align:right;
padding:23px 30px 9px 0;
margin:0 0 0 -1px;
background:#ececec url(/robert_paquette/way_themes/waysoleil/images/topBox1_01.jpg) no-repeat top;
font-weight:600
}
#box1 p,#box2 p,#box3 p {
padding:9px 19px 24px 12px;
margin:0
}*/
.v9{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	font-size: 9px;
	color: #ACACAC;
	}
.separation{
	background-image: url(images/line-lightgrey-dotted-422.gif);
	background-repeat: repeat-x;
	height: 1px;
}

/*testing pour faire les boîtes du menu de droite*/
/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head {
 background: transparent url(images/demobox.png) no-repeat bottom right; }
 
.cssbox { width: 200px !important;
 /* intended total box width - padding-right(next) */
  width: 185px; /* IE Win = width - padding */ 
  padding-right: 15px;/* the gap on the right edge of the image (not content padding) */
  margin: 20px auto; /* use to position the box */ } /* set the top-right image */
  
  .cssbox_head { 
  background-position: top right;
  margin-right: -15px; /* pull the right image over on top of border */ 
  padding-right: 20px; /* right-image-gap + right-inside padding */ } /* set the top-left image */ 
  

  
  .cssbox_body { 
  background-position: bottom left;
  margin-right: 25px; /* interior-padding right */
  padding: 15px 0 15px 20px; /* mirror .cssbox_head right/left */ }