html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
overflow: -moz-scrollbars-vertical;
/* Force l'affichage de la scrollbar verticale dans FF,
permet de garder une constante dans la largeur de la page 
et de ne pas avoir l'effet de "décalage" quand on change de page */
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup{
	font-size: 70%;
}

/* ############################################################################ */
/* ###########################   Generalites   ################################ */
/* ############################################################################ */

body{
	background-color: #EEEEEE;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #535353;
}

#container{
	width: 800px;
	margin: auto;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: bottom center;
	margin-top: 15px;	
	margin-bottom: 15px;
	position: relative;
}

#header{
	width: 800px;
	height: 147px;
	background-image: url(../images/iheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer{
	width: 800px;
	height: 49px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #6b6b6b;
}

.sharethis{
	position: absolute;
	top: -16px;
	right: 37%;
}

#ie6 .sharethis, #ie7 .sharethis{
	position: absolute;
	top: -18px;
	left: 37%;
}

.sharethis_bis{
	position: absolute;
	top: -16px;
	left: 30%;
}

#ie6 .sharethis_bis, #ie7 .sharethis_bis{
	position: absolute;
	top: -18px;
	left: 30%;
}

#content{
	width: 760px;
	padding: 20px;
	line-height: 1.3;
	float: left;
}

#nav{
	width: 207px;
	float: right;
	margin: -80px 8px 15px 50px;
	position: relative;
}

#ie6 #nav.bis, #ie7 #nav.bis{
	margin-top: -68px;
}

#ie6 #nav{
	margin-right: 3px;
}

#leftpanel{	
	font-size: 12px;
}

#tabs{
	margin-bottom: 15px;
}

/* ############################################################################ */
/* ################################   Nav   ################################### */
/* ############################################################################ */

.benefits, .powers, .lifeblood, .funds, .force, .questions{
	display: block;
	width: 207px;
	height: 73px;
	background-position: top;
	background-repeat: no-repeat;	
	position: relative;
	margin-bottom: 5px;
}

#ie6 .benefits, #ie6 .powers, #ie6 .lifeblood, #ie6 .funds, #ie6 .force, #ie6 .questions{
	margin-bottom: auto;
}

.benefits{
	background-image:url(../images/nav-benefits.jpg);
}

.powers{
	background-image:url(../images/nav-powers.jpg);
}

.lifeblood{
	background-image:url(../images/nav-lifeblood.jpg);
}

.funds{
	background-image:url(../images/nav-funds.jpg);
}

.force{
	background-image:url(../images/nav-force.jpg);
}

.questions{
	background-image:url(../images/nav-questions.jpg);
}

.benefits:hover{
	background-position: bottom;
	background-image:url(../images/nav-benefits.jpg);
}
.powers:hover{
	background-position: bottom;
	background-image:url(../images/nav-powers.jpg);
}

.lifeblood:hover{
	background-position: bottom;
	background-image:url(../images/nav-lifeblood.jpg);
}

.funds:hover{
	background-position: bottom;
	background-image:url(../images/nav-funds.jpg);
}
.force:hover{
	background-position: bottom;
	background-image:url(../images/nav-force.jpg);
}

.questions:hover{
	background-position: bottom;
	background-image:url(../images/nav-questions.jpg);
}

.current{
	margin-left: -15px;
	background-position: bottom;
}

#tabs ul li{
	display: inline;
	margin: 0;
}

#tabs ul{
	width: 500px;
	border-bottom: 1px #a0a0a0 dotted;
}

#tabs ul li a{
	display: inline-block;
	background-image:url(../images/onglet-on.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 132px;
	height: 36px;
	text-align: center;
	margin: 0;
	line-height: 2.5;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 3;
}

#tabs ul li .secondary{
	height: 10px;
	line-height: 1;
	margin-left: -25px;
	position: relative;
	padding-bottom: 22px;
	z-index: 2;
	line-height: 2;
	margin-bottom: -10px;
	background-image: url(../images/onglet-off.jpg);
}

#ie6 #tabs ul li .secondary, #ie7 #tabs ul li .secondary{
	margin-bottom: -13px;
}

#ie7 .secondary{	
	padding-bottom: 17px;
}

#ie6 #tabs ul li .secondary{
	height: 25px;
	line-height: 1.5;
	margin-left: -25px;
	padding: 0;
	padding-top: 5px;
}

#content .secondary{
	color: #333333;
}

/* ######################	Switch */

#tabs.switch ul li{
	display: inline;
	margin: 0;
}

#tabs.switch ul{
	width: 500px;
	border-bottom: 1px #a0a0a0 dotted;
	color: #333333;
}


#tabs.switch ul li a{
	height: 10px;
	line-height: 1;
	position: relative;
	padding-bottom: 22px;
	z-index: 2;
	line-height: 2;
	background-image: url(../images/onglet-off2.jpg);
	margin-right: -2px;
	color: #333333;
}

#tabs.switch ul li .secondary{
	background-image:url(../images/onglet-on.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	color: #DF0006;
}

#ie6 #tabs.switch ul li, #ie7 #tabs.switch ul li{
	margin-bottom: 0;
}

#ie7 .switch .secondary{	
	padding-bottom: 17px;
}

#ie6 #tabs.switch ul li a{
	height: 15px;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
	z-index: 2;
	padding: 8px;
	margin-right: -2px;
	margin-left: -8px;
	margin-bottom: -5px;
}

#ie6 #tabs.switch ul li .secondary{
	height: 15px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	margin-left: -25px;	
	padding-top: 5px;
	padding-bottom: 5px;
}

#ie7 #tabs.switch ul li a{
	height: 15px;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
	z-index: 2;
	padding: 6px;
	margin-right: -4px;
	margin-left: -8px;
	margin-bottom: -3px;
}

#ie7 #tabs.switch ul li .secondary{
	margin: 0;
	padding: 0;
	line-height: 1.1;
	margin-left: -25px;	
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: -1px;
}


/* ############################################################################ */
/* #############################   Details   ################################## */
/* ############################################################################ */

#header h1{
	text-indent: -10000px;
}

#header .title{
	display: block;
	float: left;
	width: 320px;
	height: 90px;
	background-image: none;
	margin: 0;
	position: absolute;
	left: 315px;
	top: 20px;
}

#footer p{
	text-align: center;
	padding-top: 10px;
}

.clearfix{
	clear: both;
}

h1{
	font-size: 22px;
	margin-bottom: 25px;
}

h1.bis{
	margin-top: -55px;
}

#nav span{
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px #a0a0a0 dotted;
	padding-bottom: 6px;
}

.footnote{
	font-size: 9px;
	color: #999999;
	margin-bottom: 50px;
	margin-left: 20px;
}

#leftpanel img{
	float: right;
	margin: 10px 0px 10px 20px;
}

#leftpanel p{
	margin-bottom: 25px;
	text-align: justify;
}

.checked{
	background-image: url(../images/checked.gif);
	background-repeat: no-repeat;
}

.subnav{
	width: 480px;
}

.subnav li{
	position: relative;
}

.subnav a{
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.subnav .next{
	float: right;
	margin-top: -17px;
}

#header a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	background-image: url(../images/icon-home.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 17px;
	margin-top: 20px;	
	margin-right: 35px;
}

#footer a{
	text-decoration: none;
	color: #6b6b6b;
}

#container #header a{
	color: #DF0006;
}

#content form img{
	float: none;
	display: inline;
	margin: 0;
}

#leftpanel ul{
	margin-bottom: 25px;
	margin-left: 20px;
	text-align: justify;
}

#leftpanel ul li{
	text-align: justify;
	margin-bottom: 10px;
}

.just{
	width: 490px;
}

.footnote a{
	text-decoration: none;
}

.quote{
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.quoted{
	display: block;
	height: 5px;
}

form table{
	/*height: 300px;*/
}

form table tr{
	height: 35px;
}

#header .btntxtbox{
	display: block;
	width: 82px;
	height: 100px;
	float: left;
	background-image: none;
	position: relative;
	left: 135px;
	top: 11px;
}

#header .txtbox{
	display: block;
	width: 300px;
	float: left;
	background-image: none;
	position: relative;
	left: 100px;
	top: 110px;
	line-height: 1.5;
	z-index: 5;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	padding: 15px;
}

.actbox{
	float: right;
	margin: 10px 0px 10px 30px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-y;
}

.actbox iframe{
	margin-left: 10px;
	text-align: center;
}

.actbox div{
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 11px;
}

.actbox .bot{
	background-image: url(../images/box-bot.jpg);
	background-repeat: no-repeat;
}

#nav a{
text-indent: -10000px;
}

#header .txtbox a{
	position: absolute;
	top: 0; right: 5px;
	background-image: none;
	color: white;
	margin: 0;
	padding: 0;
	display: inline;
	height: auto;
	float: none;
}

/* ############################################################################ */
/* ##############################   Skins   ################################### */
/* ############################################################################ */


/* ## RED */

.redskin a, .redskin #nav span, .redskin h1, .redskin #content.switch .secondary{
	color: #DF0006;
}

.redskin #tabs.switch ul li a:hover , .redskin #tabs .secondary:hover{
	color: #F12E33;
}

.redskin #leftpanel ul{
	list-style-image: url(../images/bullet-red.gif)
}

/* ## BLUE */

.blueskin a, .blueskin #nav span, .blueskin h1, .blueskin #tabs.switch .secondary{
	color: #0171d5;
}

.blueskin #leftpanel ul{
	list-style-image: url(../images/bullet-blue.gif)
}

.blueskin #tabs.switch ul li a:hover, .blueskin #tabs .secondary:hover{
	color: #3366CC;
}

/* ## GREEN */

.greenskin a,.greenskin #nav span, .greenskin h1, .greenskin #tabs.switch .secondary{
	color: #268e04;
}

.greenskin #tabs.switch ul li a:hover, .greenskin #tabs .secondary:hover{
	color: #A0EA5E;
}

.greenskin #leftpanel ul{
	list-style-image: url(../images/bullet-green.gif)
}



#container #header .txtbox a{
	color: white;
}

#languages{
	color: #DF0006;
	float: right;
	font-size: 11px;
	margin-top: 75px;
	margin-right: 14px;
	height: 15px;
}

#ie6 #languages{
	margin-top: 20px;
}

#languages ul li{
	float: left;
	margin-left: 5px;
	overflow: visible;
	padding-bottom: 4px;
}



#header #languages ul li a{
	display: inline;
	background-image: none;
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
}

#languages .exception{
	margin-left: 10px;
}

@media print{
	*{
		background-color: #fff;
		color: 	#000;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	
	#nav, #header, #tabs, .subnav{
		display: none;
	}
	
	#content img, #content .actbox{
		float: none;
	}
	
}
