body {

	background: #263032;
	font-size: 62.6%;
	margin: 0;
	text-align: center;
	
}

* {
	
	margin: 0;
	padding: 0;
	font-family: verdana, serif !important;
	font-size: 1.0em;

}

ul {
		list-style-type: none;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.date_maj {
	font-size: 0.8em;
	color: #666;
}

/* BARRE DE NAVIGATION ACCESSIBILITE */
#navi_barre {
	position: absolute;
	top: 0;
	left: 0;
	z-index:1000;
	top:30px;
	left:30px;
	width:20em;

}


#global {

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 650px;
	text-align: left;
	background: url('/img/base/fond_body.gif') no-repeat 0 0;
	
	
}

#corps {

	
	top: 142px;
	margin-left: 209px;
	position: absolute;
	width: 638px;
	height: 480px;
	

}


#outside {
	position: absolute;
	left: 849px;
	top: 60px;
	background: url('/img/base/fond_outside.jpg') no-repeat 0 0;
	width : 170px;
	height: 590px;
}

#menu {

	width: 172px;
	position: absolute;
	top: 142px;
	left: 0;
}


#back_home {
	display: block;
	width: 520px;
	height: 124px;
	top: 0;
	
}

#back_home span {
	display: none;
}

/* ******************* *\
*    TITRE RUBRIQUE     *
\* ******************* */
#rubrique_titre {
	color: #B61030;
	font-size: 3.8em;
	font-weight: normal;
}

#fk_rubrique_titre {
	color: #666;
	font-size: 2.2em;
	font-weight: normal;
}


#bloc_titre_rubrique h2 {
	margin-left: 32px;
	position: relative;
	top: -12px;
}

/* ********* *\
*    road     *
\* ********* */
#road {

	font-size: 1.1em;
	position: absolute;
	top: -22px;
	margin-left: 15px;

}

#road a, #road span {
	
	color: #2C78A7;
}

#road a span, #road span {
	
	text-decoration: underline;

}

.road_0 {
	display: none;
}

.road_separator {

	position: relative;
	top: 2px;
	left: 2px;
	margin-left: 10px;
	margin-right: 10px;

}

.clearer {
	clear:both;
	display:block;
	font-size:0.1em;
}



/****************************************/
/*              PARAGRAPHES    		    */
/****************************************/
#scrollable {

	font-size: 1.2em;
	width: 436px;
	height: 406px;
	margin-left: 198px;
	overflow: auto;
	position: relative;
	line-height: 1.6em;


}

#scrollable div {
	padding-right: 10px;
}

.paragraphe_simple img {
	float: left;
	margin-right: 15px;
}	

.paragraphe_simple {
	margin-bottom: 10px;
}

.paragraphe_simple p {
	margin-bottom: 10px;
}

.paragraphe_simple ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
}

.paragraphe_simple li {
	margin-bottom: 5px;
}

.paragraphe_simple a {
	text-decoration: underline;
	color: #B61030;
}



#accroche {
	width: 150px;
	left: 30px;
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	color: #39484D;
	text-align: right;
	line-height: 1.6em;
	top: 72px;
}


/****************************************/
/*              CHOIX LANGUE  		    */
/****************************************/
#choixLangue a {
	color: #fff;
	font-weight: bold;
}

#choixLangue {
	position: absolute;
	right: 0;
	top: 15px;
}



/******************************************/
.error_box {
	position: absolute;
	top: 0;
	left: 170px;
	width: 200px;
	padding: 20px;
	background: #E6E6E6;
	border: 1px solid black;
	color: #FF7C00;
}

.error_box span {
	font-style: italic;
	color: #666;
	font-size: 0.9em;
}