html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none
}
#centpourcent {
  height: 100%;
}

body {
	scrollbar-face-color: #e8e8e8;
	scrollbar-shadow-color: #e8e8e8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #e8e8e8;
	scrollbar-darkshadow-color: #e8e8e8;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #333333;
	letter-spacing: 1px
}

/* Bordures */
	.bordertop1 {border-top:#6B7683 1px solid}
	.borderbottom1 {border-bottom:#f2f2f2 1px solid}
	.borderleft1 {border-left:#6B7683 1px solid}
	.borderright1 {border-right:#f2f2f2 1px solid}
	
/* Background */

	.bgcolor1 {background-color:f2f2f2}

/* Padding */

	.padleft3 {padding-left:3px}
	
	.padright3 {padding-right:3px}

/* Texte */
p {
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

/* Liens du texte */
a:link,a:visited{
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	color: #DE6F32;
	font-weight: bold;
} 

a:active,a:hover{
	text-decoration: underline;
}

/* Liens pied de page */
.navpiedpage:link,.navpiedpage:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4A4C85;
	font-weight: normal;
}

.navpiedpage:active,.navpiedpage:hover{
    color: #DE6F32;
}

.navpiedpage2:link,.navpiedpage2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

.navpiedpage2:active,.navpiedpage2:hover{
	text-decoration: underline;
}

/* Liens haut de page */
.navhautpage:link,.navhautpage:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px
}

.navhautpage:active,.navhautpage:hover{
    color: #DE6F32;
}

/* navigation */
.navig:link,.navig:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4A4C85;
	font-weight: normal;
	letter-spacing: 1px
}

.navig:active,.navig:hover{
    color: #4A4C85;
	text-decoration: underline
}

/* Call2Action */
.call2action:link,.call2action:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px
}

.call2action:active,.call2action:hover{
	color: #4A4C85;
	text-decoration: underline
}

/* Texte pied page */
.txtpiedpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	letter-spacing: 1px
}

/* soustitre */
.soustitre{
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px
}

/* texte */
.txt,ul,ol{
	font-family: Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* texte */
.txt2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px
}

/* Alerte */
.alert {
	color:cc3300;
	font-size:11px;
	font-weight:bold
}

/* titre 1 */
.tit{
	font-family: Tahoma, Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DE6F32;
	font-weight:bold;
	letter-spacing: 1px
}

.soutit{
	font-family: Tahoma, Trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE6F32;
	font-weight:bold;
	letter-spacing: 1px
}

/* pos */
.pos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4A4C85;
	font-weight: bold;
	letter-spacing: 1px
}

/*BOUTONS*/
	.bouton, .bouton:visited{
		display:block;
		padding:1px 10px 1px 10px;
		margin:0px 2px 2px 0;
		text-align:center;
		border:1px solid #7E8695;
		color:#ffffff;
		text-transform:uppercase;
		font-size:11px;
		font-weight:bold;
		background:#DE6F32 url(img/bg_bouton.gif) no-repeat top left;
		float:left;
		letter-spacing:1px;
		text-decoration:none;
		-moz-border-radius-bottomleft:0.3em;
		-moz-border-radius-bottomright:0.3em;
		-moz-border-radius-topleft:0.3em;
		-moz-border-radius-topright:0.3em
	}
	.bouton:hover{
		background:#323c58;
		color:#fff
	}
