/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea,
a
{
font-family: Trebuchet MS, arial, verdana, arial, times, "times new roman", serif;
font-size: 13px;
font-weight: normal;
}

html {
color: #292422;
background-color: #E3E1DF;
}

body {
background: #E3E1DF url(../img/corps_bkg.png) repeat-y top center;
}

a {
color: #292422;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #EC6138;
background-color: transparent;
text-decoration: underline;
}

img {
border: 0;
vertical-align: middle;
}

p {
line-height: 1.3em;
text-align: justify;
}

ul li {
line-height: 1.3em;
text-align: justify;
}

input,
textarea {
padding: 2px 4px;
border: 1px solid #c7c7c7;
background-color: #f3f3f3;
}

select {
border: 1px solid #c7c7c7;
background-color: #f3f3f3;
}

input[type="submit"] {
cursor: pointer;
}

.none {
position: absolute;
left: 0;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}



/* NOSCRIPT */

noscript {
display: block;
margin: 0 auto;
padding: 5px;
width: 440px;
color: #fff;
font-weight: bold;
text-align: center;
background-color: #EC6138;
}



/* CORPS */

#corps {
position: relative;
margin: 0 auto;
width: 916px;
}



/* ENTETE */

#entete {
position: relative;
width: 916px;
height: 90px;
}

#entete a#logo {
position: absolute;
display: block;
width: 161px;
height: 55px;
bottom: 12px;
left: 0;
background: transparent url(../img/logo.png) no-repeat 0 0;
}

#entete p#baseline {
position: absolute;
display: block;
bottom: 12px;
right: 0;
color: #EC6138;
}

#entete p#baseline span.txt1 {
font-size: 1em;
color: #000;
}

#entete p#baseline span.txt2 {
font-size: .8em;
}



/* CONTENU */

#content {
padding: 30px 0;
}

#page {
float: left;
margin-left: 33px;
width: 745px;
}

#page h3 {
font-size: 1.1em;
margin-bottom: 1em;
padding-left: 10px;
font-weight: bold;
border-left: 5px solid #EC6138;
}

#page h3.no-marge {
margin-bottom: 0;
}

#page p,
#page ul {
margin-bottom: 1em;
}

#page .important {
color: #EC6138;
}

#page .highlight {
font-weight: bold;
color: #EC6138;
}

#page ul {
margin-left: 20px;
}

#page a.download {
padding: 5px 10px 5px 35px;
color: #fff;
line-height: 20px;
background-color: #A39B98;
background: #A39B98 url(../img/puce-1.png) no-repeat top left;
}

#page a.download:hover {
text-decoration: none;
background-color: #EC6138;
}

#page p.puce {
padding: 0 0 0 15px;
background: transparent url(../img/puce-3.png) no-repeat 5px 6px;
}


/* BANDEAU */

div#bandeau {
margin: 30px 0 20px 140px;
width: 748px;
height: 90px;
}


/* MOTEUR */

div#moteur {
border-top: 1px solid #beb5b0;
}



/* MENU */

#menu {
width: 916px;
background: transparent url(../img/menu_bkg.png) no-repeat 0 0;
}

#sousmenu {
float: left;
margin-left: 6px;
width: 100px;
}



/* PIED */

#pied {
margin: 20px 0 0 0;
border-top: 1px solid #beb5b0;
}

/* SCROLLBAR */
.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:8px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:1px;
	background-color: white;
	cursor:pointer;
}

.upBtn:hover{
}

.upBtn-Active, .upBtn-Active:hover{
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:8px;
	height:1px;
	background-color: white;
	cursor:pointer;
}

.downBtn:hover{
}

.downBtn-Active, .downBtn-Active:hover{
}

.scrollBar{
	display:block;
	position: absolute;
	top:1px;
	right:0;
	bottom:1px;
	width:8px;
	background: url(../img/scrollbar_bkg.png) repeat-y center top;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:8px;
	height:8px;
	min-height:8px;
	cursor: pointer;
	padding:1px 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:8px;
	background-color: #ee6a51;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
}

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:8px;
	height:4px;
	background-color: #ee6a51;
	top:50%;
	margin:-1px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:8px;
	height:1px;
	background-color: #ee6a51;
	top:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:8px;
	height:1px;
	background-color: #ee6a51;
	bottom:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
}