* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(img/bg.gif);
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	display: block;
	font-size: 12px;
	overflow: hidden;
	white-space: pre;
	background-color: #2F4153;
	margin: 0;
	padding: 8px;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC9900;
	text-decoration: underline;
}
h3 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFCC00;
}
h4 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #CCCC33;
}

h5 {
	padding-bottom: 5px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(img/panier1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 200px;
}

h6 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(img/commander.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 200px;
}

.hpanier{
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(img/panier-300.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	text-align: center;
	vertical-align: middle;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
	background-color: #000000;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {
	width: 70%;
}
.main .right {
	width: 30%;
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
	text-align: justify;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {
	margin-bottom: 5px;
	background-color: #303030;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	text-indent: 8px;
}

.content .descr-date {
	margin-bottom: 5px;
	background-color: #303030;
	background-image: url(img/date.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	text-indent: 8px;
}


.content .prix {
	display: block;
	font-size: 12px;
	overflow: auto;
	white-space: pre;
	color: #CC0000;
	font-weight: bold;

	
}
.content .categories {
	font-size: 10px;
	overflow: auto;
	color: #BBBBBB;
	background-color: #444;
	background-image: url(img/bg-prix.gif);
	text-align: justify;
}
#prix:hover, #participation:hover, #benefits:hover, #requirements:hover, #preamble:hover {
	background:url(contentHover_bg.gif) no-repeat 0 20px;
}
.content .titre-produit {
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
	font-weight: bold;
	text-decoration: underline;
	
}



/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCCC33;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #FFFFFF;
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li_bullet.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #CCCC33;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}
cadre-produit {
	background: #444;
	display: block;
	font-size: 10px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formbouton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#333333;
	font-weight:normal;
	padding: 1px 2px;
	background:url(img/formbg.gif) repeat-x left top;
}

.formulaire{
	border:outset 1px #ccc;
	background:#999;
	color:#FFFFFF;
	font-weight:normal;
	padding: 1px 2px;
	background-image: url(img/consultants.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* effet sur images */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 250;
	left: 150px; /*position where enlarged image should offset horizontally */

}
.centre-blanc-sansmargenongras {
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
}
.titre-carre-bleu {
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	background-color: #303030;
	background-image: url(img/barre-forum.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.titre-chgt {
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	background-color: #2C3B4C;
	background-repeat: repeat-x;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/bg.gif);
}

blockquote {
	color: #CCCCCC;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.8em;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	background-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-bottom-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
blockquote p {padding: 3px 0;}

div.quote {
	margin: 8px 0 12px 10px;
	color: #fff;
	border-bottom: solid 1px #2e2e2e;
	border-right: solid 1px #2e2e2e;
	border-left: solid 2px #2b2f37;
	padding: 8px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2a2a2a;
	background-image: url(img/consultants.jpg);
	background-repeat: repeat-x;
	background-position: top;
		}
div.quote1 {
	margin: 8px 0 12px 10px;
	color: #fff;
	border-bottom: solid 1px #2e2e2e;
	border-right: solid 1px #2e2e2e;
	border-left: solid 2px #2b2f37;
	padding: 8px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
		}
