body {
	background: #c8bca6 url(images/fond_minisite.gif) repeat-x;
	font: 12px/22px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
}

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block}

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Sidebar */

#side {
	color: #5b5b5b;
	width: 129px;
	background: url(images/menu_fond_maron.gif) repeat-y;
	margin-left: 21px;
	display: block;
	margin-right: 5px;
}

#side h2 {
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	clear: both;
	text-align: left;
	background: url(images/tete_menu_maron.gif) no-repeat;
	height: 26px;
	padding-top: 30px;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 5px solid white;
}

#side h3 {
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	background: white url(images/menu_maron_fin.gif) no-repeat -1px 0;
	padding-top: 30px;
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
}

#side p {
	text-align: left;
	padding-top: 0;
	padding-left: 5px;
	padding-bottom: 0;
	font: 12px/22px Arial, Helvetica, Geneva, sans-serif;	color: #795f32;
	margin: 0;
}

#side p a {
	border: none;
	font: 11px/22px Arial, Helvetica, Geneva, sans-serif;	color: #795f32;
	margin: 0;
}

#side ul {
	padding: 0;
	height: 100%;
	width: 129px;
	margin: 0;
}



#side ul li {
	list-style: none;
	height: 25px;
	margin-bottom: 0;
	padding-top: 25px;
	border-bottom: 5px solid white;
	margin-left: 0;
}

#side li a {
	border: none;
	font: 12px/22px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-decoration: none;
	margin-left: 5px;
}

#side li a:hover {
	border: none;
	font: bold 12px/22px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	margin-left: 5px;
}

#side li.active {
	font: bold 12px/22px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-transform: none;
	background-color: #c9d3dc;
	border-bottom: 5px solid #fff;
}

 #side li.active a {
	border: none;
	font: bold 12px/22px Arial, Helvetica, Geneva, sans-serif;
	margin-left: 5px;
	text-transform: none;
}

#side .separated {
	border-top: 1px solid #ddd;
	padding-top: 13px;
}

#side .separated::before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	margin: -13px 0 12px;
	background-color: #f5f5f5;
}

#side a.go {
	background: url(images/GoArrow.gif) no-repeat 10px 50%;
	display: block;
	text-decoration: none;
	color: #5b5b5b;
	padding: 1px 10px 2px 27px;
	margin: 0;
}

#side p a.go {
	margin: 0 -10px;
}

#side a.go:hover {
	background: #f8f8f8 url(images/GoArrow.gif) -190px 50% no-repeat;
}

#side a.go:active {
	background: #d4d4d4 url(images/GoArrow.gif) -390px 50%  no-repeat;
	color: #ffffff;
}

#side a.go.email {
	background: url(images/GoMail.gif) no-repeat 6px 0.2em;
	padding-left: 28px;
}

#side a.go.email:hover {
	background: #f8f8f8 url(images/GoMail.gif) no-repeat -194px 0.2em;
}

#side a.go.email:active {
	background: #d4d4d4 url(images/GoMail.gif) no-repeat -394px 0.2em;
}

#side a.go.feed {
	background: url(images/GoFeed.gif) no-repeat 9px 0.4em;
	padding-left: 28px;
}

#side a.go.feed:hover {
	background: #f8f8f8 url(images/GoFeed.gif) no-repeat -191px 0.4em;
}

#side a.go.feed:active {
	background: #d4d4d4 url(images/GoFeed.gif) no-repeat -391px 0.4em;
}

/* @end */

#droite {
	margin-top: 162px;
}

/* @group Navigation */

#navigation {
	display: block;
	width: 840px;
	padding: 0;
	text-align: left;
	line-height: 1em;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#navigation ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}

#navigation li {
	display: table-cell;
	background: url(images/bouton_haut.jpg) no-repeat 0 0;
	width: 129px;
	padding: 0 8px 10px 1px;
}

#navigation li+li { background: url(images/bouton_haut.jpg) no-repeat 0 0}
#navigation li.active+li { background: url(images/bouton_haut.jpg) no-repeat 0 0 }

#navigation span { float: left }
#navigation a {
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	float: left;
	border: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 22px 0 0 7px;
}

/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { 
	display:  block; float: left;
	background: url(images/bouton_haut.jpg) no-repeat 0 0;
	padding: 0 8px 10px 1px;
	width: 129px;
}

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { 
	display: inline; 
	float: none;
	padding: 0 8px 10px 1px;
	background: url(images/bouton_haut.jpg) no-repeat 0 0;
	width: 129px;
}
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 11px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0}

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 8px 10px 1px;
	margin-bottom: -8px;
	background: url(images/bouton_haut.jpg) no-repeat 0 0;
	width: 129px;
}

/* @end */

/* @group Active Tab */

#navigation li.active {
	/* background: url(images/bouton_haut.jpg) no-repeat;
	padding-bottom: 9px;*/
}

#navigation li.active span {
	/*background: url(images/bouton_haut.jpg) no-repeat;
	cursor: default;*/
}

#navigation li.active a {
	
	/* text-shadow: #fff 0px 1px 1px;
	color: #3d3d3d;
	cursor: default; */
}


/* @end */

/* @group Section Icons */

#navigation #products a { background-position: 11px 50%; }
#navigation .active#products a { background-position: -289px 50%; }

#navigation #news a { background-position: -590px 50%; padding-left: 34px;}
#navigation .active#news a { background-position: -890px 50%; }

#navigation #store a { background-position: -1190px 50%; padding-left: 36px; }
#navigation .active#store a { background-position: -1490px 50%; }

#navigation #goodies a { background-position: -1791px 50%; padding-left: 37px; }
#navigation .active#goodies a { background-position: -2091px 50%; }

#navigation #about a { background-position: -2390px 50%; padding-left: 32px; }
#navigation .active#about a { background-position: -2690px 50%; }

#navigation #support a { background-position: -2990px 50%; padding-left: 33px; }
#navigation .active#support a { background-position: -3290px 50%; }

/* @end */

/* @end */

#milieu {
	font: 12px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-align: justify;
	margin-right: 25px;
	margin-left: 25px;
}

.milieu {
	font: 12px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-align: justify;
}



.milieu a {
	font: 12px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-decoration: underline;
}

.milieu a:hover {
	font: 12px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-decoration: none;
}

#titre_milieu {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;	color: #254d80;
	text-transform: uppercase;
}

.formAnswer {		background-color: #dbe2fa;		padding:0.3em;		margin-bottom:1em;		width: 98%;	}