/* CSS Document */
body {
	border: 0px none #ffffff;
	margin: 0px;
	padding: 140px auto;
	background-color: #ffffff;
	color: #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #78bde8;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #CC000C;/* modifi la couleur des texte sur passagesur page média-library*/
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.undeline {
	text-decoration: underline;
}

.blue {
	color: #78bde8;
}

ul.masked {
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.masked {
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
/* === HEADER === */
#div_header {
	width: 680px;
	/*border: 1px solid #ff0000;*/
	border: 0px none #ffffff;
	margin: 140px auto 30px auto;
	padding: 0px;
	background-color: #ffffff;
	color: #666666;
	text-align: right;
}

#titolo {
	border: 0px none #ffffff;
	margin: 0px auto 0px 0px;
	padding: 0px;
	color: #666666;
	font-size: 32px;
	font-weight: bold;
	font-family: "times new roman", times, serif;
	display: inline;
	float: left;
}

#navigazione {
	border: 0px none #ffffff;
	margin: 0px 0px 0px auto;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#navigazione li {
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px 3px;
	display: inline;
}

a.nav:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}

a.nav:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


/* === BODY === */
#div_body {
	width: 680px;
	height: 400px;
	border: 0px none #00ff00;
	margin: 30px auto 10px auto;
	padding: 3px 0px;
	background-color: #ffffff;
	color: #666666;
	text-align: justify;
	vertical-align: top;
	clear: both;
}	
/*p.toScroll {
	width: 22px;
	height: 106px;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	display: inline;
	vertical-align: middle;
}*/

p.spacer {
	width: 680px;
	height: 25%;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
}

#ltScroll {
	width: 43px;
	height: 106px;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}

#rtScroll {
	width: 43px;
	height: 106px;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: inline;
	float: right;
}

/*img.toScroll {
	border: 1px solid #00ff00;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}*/
#boxLayer {
	width: 590px;/* modifi longeur fenetre mais faut repositionner les flèches*/
	height: 450px;/* modifi hauteur fenetre*/
	border: 0px none #ffffff;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	display: inline;
	float: left;
	/*clear: both;*/
}

#contentLayer {
	position: relative;
	left: 0px;
	top: 0px;
	height: 406px;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #666666;
	vertical-align: middle;
	
}

div.sub_navigation {
	width: 680px;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px auto;
	text-align: center;
}

.left_img {
	width: 340px;
	height: 340px;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

.right_txt {
	width: 330px;
	height: 340px;
	overflow: auto;
	/*overflow: hidden;*/
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px 7px 0px 3px;
	float: right;
}

#textLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 328px;
	height: auto;
	border: 0px none #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #666666;
	/*text-align: left;*/
}


/* === FOOTER === */
#div_footer {
	width: 680px;
	/*border: 1px solid #0000ff;*/
	border: 0px none #ffffff;
	margin: 10px auto 140px auto;
	padding: 0px;
	background-color: #ffffff;
	color: #666666;
	font-size: 10px;
	text-align: right;
}

a.left_bar {
	border-top: 0px none #ffffff;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 1px solid #666666;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}
