/* ----------------------------- Interface générale ----------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #9C8460;
	scrollbar-face-color: #D5CCBB;
	scrollbar-shadow-color: #EAE6DD; 
	scrollbar-highlight-color: #EAE6DD;
	scrollbar-3dlight-color: #EAE6DD; 
	scrollbar-darkshadow-color: #EAE6DD;
	scrollbar-track-color: #EAE6DD; 
	scrollbar-arrow-color: #A28D68;
	
	line-height:1.2;
}

img{
	border:none;
}

a{
	text-decoration:none;
	color:#FD7100;
}
a:hover{
	text-decoration:underline;
}


/* ----------------------------- Bloc conteneur principal ----------------------------- */
div#page {
	position:relative;
	margin-left:0;
	margin-top:0;
	top:0;
	left:0;
}

/* ----------------------------- Modèle d'encadré 1 ----------------------------- */
.cadre1{
	/*background:url(../images/commun/cadre_1-fd.gif) repeat-y center;*/

}
.cadre1 .hg, .cadre1 .hd, .cadre1 .bg, .cadre1 .bd {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	background-repeat: no-repeat;
	overflow: hidden;
}
.cadre1 .hg {
	top: 0px;
	left: 0;
	background: url(../images/commun/cadre_1-hg.gif) top left no-repeat;
}
.cadre1 .hd {
	top: 0px;
	right: 0;
	background: url(../images/commun/cadre_1-hd.gif) top right no-repeat;
}
.cadre1 .bg {
	bottom: 0;
	left: 0;
	background: url(../images/commun/cadre_1-bg.gif) bottom left no-repeat;
}
.cadre1 .bd {
	bottom: 0;
	right: 0;
	background: url(../images/commun/cadre_1-bd_print.gif) bottom right no-repeat;
}
.cadre1 .sepa {
	width: 100%;
	height: 1px;
	background-color: #D3D2CB;
	margin: 10px 0;
  	overflow : auto;
	display: block;
}

.cadre1 HR.sepa{	
	border: none 0; 
	border-top: 1px solid #D3D2CB;
	width: 500px;
	height: 1px;
	display: block;	
	margin-top: 2px;	
	margin-bottom: 5px;

}

.cadre1 h3 {
	color: #9C8460;
	font-size: 1.1em;
	padding-left: 15px;
	padding-bottom: 15px;
}

.cadre1 .content #scroll {
	width: 490px;
	height: auto;
	margin-top: 10px;
	margin-left: 15px;
	overflow: auto;
}
.cadre1 .content #scroll #descr {
	float: left;
	padding-left: 5px;
	width: 320px;
}
.cadre1 .content #scroll h4 {
	width: 320px;
	float: left;
	padding: 0 0 15px 0;
	font-size: 1.1em;
	font-weight: bold;
}
.cadre1 .content #scroll p {
	width: 320px;
	clear: both;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 1.1em;
	font-weight: normal;
	height: auto;
}

/* ----------------------------- display : none ----------------------------- */
div#header, div#footer, div#submenu, #menu, .cadre2, .cadre3, .siteofficiel {
	display:none;
}


/* ----------------------------- Bloc contenus ----------------------------- */
div#contents {
	position:relative;
	padding-left: 9px;
	padding-top: 11px;
	/*height: 351px;*/
	width:556px;
	background: none;
}

/* ----------------------------- Bloc bas de page ----------------------------- */


/* ----------------------------- Divers ----------------------------- */
.floatG {
	float: left;
}
.floatD {
	float: right;
}
.clear {
	clear: both;
}
