﻿
/* boule pour liste */

ul li	{
	list-style: url(http://philippe.chappuis.googlepages.com/puce-boule.gif);
	margin-top: 10px; padding-left: 10px; margin-left: 18px;
	}




/* for rounded corners (red) */

.box { 
  background: #D8261B; 
}
.boxtop { 
  background: url(http://philippe.chappuis.googlepages.com/ne-red.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/nw-red.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(http://philippe.chappuis.googlepages.com/se-red.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/sw-red.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

/* for rounded corners (blue) */

.bbox { 
  background: #C3D9FF; 
}
.bboxtop { 
  background: url(http://philippe.chappuis.googlepages.com/ne.gif) no-repeat top right; 
}
.bboxtop div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/nw.gif) no-repeat top left; 
}
.bboxbottom { 
  background: url(http://philippe.chappuis.googlepages.com/se.gif) no-repeat bottom right; 
}
.bboxbottom div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/sw.gif) no-repeat bottom left; 
}
.bboxcontent {
  padding: 0px 10px 0px 10px;
}



/* color link */
a.clk		{
		background-color: #c3d9ff;
		border: 0px none;
		text-decoration: none;
		}


/* link for using gpc */

a:link.ugpc
{
border: 0 none;
text-decoration: none;
}

a:visited.ugpc
{
border: 0 none;
text-decoration: none;
}

a:hover.ugpc
{
border: 0 none;
text-decoration: none;
}

a:active.ugpc
{
color: red;
border: 0 none;
text-decoration: none;

}


a:focus.ugpc
{
color: red;
border: 0 none;
text-decoration: none;
}


/* changer les dimensions */


/* remplacer 718 470 230 par 728 475 235 */


#container 	{
    width: 728px;
		}
#main-content 	{
    width: 475px;
  		}
#sidebar 	{
    width: 235px;
		}

/* marge gauche 15px remplace par 1px */

#g_description	{
		margin: 1em 0 1em 1px;
		}

/* marge bas des titres 5px au lieu de 10 px */


/* Footer */
#footer 	{
  	padding: 1px 1px;
		}


/* padding selon layout remplacer  margin 0 20px par 0 1 px  dif entre IE et FF */

/* fixed 1 column */
#onecolumn #main-content .wrapper {
  	margin: 1px;
				  }

/* fixed left 2 column */
#twocolumn-left #main-content .wrapper 	{
  	padding: 0 3px;
 					}


/* fixed right 2 column */
#twocolumn-right #main-content .wrapper   {
  	padding: 0 3px;
					  }

/* fixed right 3 column */
#threecolumn #main-content .wrapper	{
  	padding: 0 3px;
					}

/* liquid left 2 column  */
#twocolumn-liquid-left #main-content .wrapper 	{
  	margin: 0 0px;
						}


/* liquid right 2 column  */
#twocolumn-liquid-right #main-content .wrapper 	{
  	margin: 0 0px;
						}



/* for adsense with CSS */

#ad2_code 
{
width:142px; 
background:#d1dae3 url(http://philippe.chappuis.googlepages.com/adsense-tallbubble.gif) center center no-repeat; text-align:center;
padding:11px 6px 19px 0;
}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --

From http://www.schillmania.com/ and http://www.schillmania.com/content/projects/even-more-rounded-corners/

*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .gcontent,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(http://winepic061.googlepages.com/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(http://winepic061.googlepages.com/dialog2-blue.gif);
}

.dialog .gcontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .gwrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.gh1, .dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.gh1 {
 padding-bottom:0px;
}

/* override h1 and h2 from GPC */

.gh1, .gh2 {

color:#fff;
background: none;
border-top: none;
}

/* dialog variants - alternate colours, widths and so on */

.dialog.type4 .gcontent,
.dialog.type4 .t,
.dialog.type4 .b,
.dialog.type4 .b div {
 background-image:url(http://winepic061.googlepages.com/dialog2-blue-800x1600-drip.png);
 _background-image:url(http://winepic061.googlepages.com/dialog2-blue.gif);
}

/* "drip" style extended class (eg. <div class="dialog type4 drip"> - more positioning due to width/height requirements */

.dialog.drip .b,
.dialog.drip .b div {
 height:80px;
}

.dialog.drip {
 margin-left:65px;
}

.dialog.drip .t,
.dialog.drip .b div,
.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft,
.dialog.drip .gwrapper {
 margin-left:-65px;
 width:65px;
}

.dialog.drip .gwrapper {
 width:auto;
}

.dialog .gwrapper .hd,
.dialog .gwrapper .bd,
.dialog .gwrapper .ft {
 margin-left:0px;
}

.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft {
 zoom:1;
 width:auto;
 padding:0px 2px 0px 12px;
}



