@charset "utf-8";
/* CSS Document */

/* Website styles */

html {
	color: #536482;
	background-color: #ACA8A1;
	font-size: 100%;

	}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #536482;
	background-color: #ACA8A1;
	font-size: 62.5%;			/* Cela correspond à la taille classique de 10px */
	margin-bottom: 10px;
	text-align: center;
	}

/* Menu principal */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
z-index:100;
width: 100%;
margin-left:25px;
}
#menu dl {
float: left;
width: 14em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #EBEDFA;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
font-size:12px;
}
#language_header{
height: 14px;
}
#language_header dt a{
display:inline;
}
#menu li a:hover, #menu dt a:hover {
background: #ccc;
}

	
/* Blocs Principaux */

#principal {
	width: 910px;
	background: #FFFFFF url("images/bg_body.gif") repeat-y 0 0;
	margin: auto;
	text-align: left;
	padding: 0;
	}
	
#page-body {
	width: 910px;
	margin: 0 30px;
	clear: both;
	}

/* Sous-Bloc Main */

#main {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:justify;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 10px;
	width: 560px;
	float: left;
	clear: both;
	}


#main h3 {
	color: #FF3300;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	color: #FF3300;
	border-bottom: none;
}
#main a:link,
#main a:visited {
	color: #FF3300;
	text-decoration: none;
	}
#main a:hover {
	color: #FF3300;
	text-decoration: underline;
	}
#main div.column1 {
	width: 280px;
	float: left;
	clear: left;
	}
#main div.column2 {
	width: 260px;
	float: right;
	}

/* Mise en forme du contenu */ 
.column1 ul{
  color: #FF3300;
  margin-top: 15px;
}
.column1 li{
  color: #536482;
  margin-bottom: 8px;
}


/* Barre de sélection de la langue */
#language_header{
  border: solid 1px gray;
  padding: 4 20 4 20px;
  margin-bottom: 10px;
  font-size: 11px;
}
.italic{
  font-style:italic;
}
#language_header img{
  border: none;
}
#language_header a, a:link, a:active, a:hover, a:visited{
  text-decoration: none;
}


/* Extras column */

#extras {
	float: right;
	margin-left: 10px;
	margin-right: 12px;
	margin-top: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
#extras a:link,
#extras a:visited {
	color: #FF3300;
	text-decoration: none;
	}
#extras a:hover {
	color: #FF3300;
	text-decoration: underline;
	}
div.extra-box {
	display: block;
	float:left;
	width: 280px !important;
	width: 200px;
	height: 86px;
	}
#extras dt {
	font-weight: bold;
	display: block;
	float:left;
	padding: 18px 15px 5px 80px;
	color: #333333 !important;
	}
#extras dd {
	display: block;
	float:left;
	margin-left: 80px !important;
	margin-left: 40px;
	margin-right: 15px !important;
	margin-right: 0px;
list-style-type: none;
	}
div.communiquer {
	background-image:url(images/extras/communiquer.png);
	}
div.videos {
	background-image:url(images/extras/telecharger_amv.png);
	}
div.player {
	background-image:url(images/extras/web_player.png);
	}
div.conseils {
	background-image:url(images/extras/conseils.png);
	}
div.bottom {
	background-image:url(images/extras/bottom.png);
	display: block;
	width: 280px;
	height: 35px;
	background-repeat: no-repeat;
	}
	
/* Header */

body div.header {
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	width: 860px;
	height: 125px;
	float: left;
	margin-top: 20px;
	margin-bottom:1Opx;
	}
	
#page-header {
	background: url("images/bg_header.gif") repeat-x 0 0;
	height: 150px;
	clear: both;
	}

#logo {
	height: 87px;
	width: 222px;
	background:url(images/logo.png);
	margin-top: 10px;
	margin-left: 25px;
	}
	
span.side-left, span.side-right {
	display: block;
	width: 20px;
	height: 150px;
	background: url("images/sides_top.gif") no-repeat;
	}
span.side-left {
	background-position: 0 0;
	float: left;
	margin-right: 5px;
	}
	
span.side-right {
	background-position: 100% 0;
	float: right;
	}
	
/* Footer */

#page-footer {
	width: 910px;
	background: url("images/bg_footer.gif") repeat-x 0 100%;
	clear: both;
	/*padding-top: 15px;*/
	}
	
span.fcorners-bottom, span.fcorners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("images/corners_bottom.gif");
	margin: 0;
	}
span.fcorners-bottom {
	background-position: 0 0;
	}
span.fcorners-bottom span {
	background-position: 100% -20px;
	}
	
/* Copyright en bas de page */

#copyright {
	text-align: center;
	color: #555555;
	}
#copyright a:link,
#copyright a:visited {
	color: #222222;
	text-decoration:none;
	}
#copyright a:hover {
	color: #222222;
	text-decoration:underline;
	}
	
/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:99px;	/* Image width */
		height:63px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
.leftFloatingDiv{
		float:left;
		width:99px;
		height:63px;
	}
/* Don't change these values */
.imageSlideshowHolder img{
		position:absolute;
		left:6px;
		top:-2px;
	}
		
/* CSS FOR SHOW/HIDE SCRIPT */
.dhtmlgoodies_question{	/* Styling question */
	cursor:pointer;
	overflow:hidden;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	width: 280px;
	background-image:url(images/extras/bg.png);
	overflow:hidden;
}
div.dhtmlgoodies_answer h3 {
	margin-left: 20px;
	margin-right: 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	}
div.dhtmlgoodies_answer p {
	font-size: 1em;
}
div.dhtmlgoodies_answer span.corners-top,
div.dhtmlgoodies_answer span.corners-bottom {
	margin: 0 0;
	}
