@charset "UTF-8";
body {
background:url(images/bckg_page.jpg) repeat-x #000455;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

img{border:none;}
a{
color: #000455;
text-decoration:none;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}
#general{
position:absolute;
width:823px;
margin-left:-411px;
left:50%;
margin-top:-8px;
}

#header{
width:100%;
height:125px;
background:url(images/bckg_head.jpg) no-repeat;
}

#content{
width: auto;
margin-top:-9px;
}
#top_content{ width:823px; height:78px; background:url(images/bckg_top_content.jpg) no-repeat;}
#bottom_content{width:823px; height:87px; background:url(images/bckg_bottom_content.jpg) no-repeat; margin-top:-12px; text-align:center;}
#center_left_content{
width:662px; height:411px; background:url(images/bckg_left_content.jpg) no-repeat;float:left;}
#menu{width: 138px; height:411px; background:url(images/bckg_menu.jpg) no-repeat; float:left;}
#center_right_content{width:23px; height:411px; background:url(images/bckg_right_content.jpg) no-repeat; float:left;}
#contenu{margin-left:115px; border-left: 1px solid #000455; padding-left:5px; margin-top:0px;}
#footer{
text-align:center;
color: #1d216b;
}


#link_contact{
position:absolute;
bottom:35px;
left:20px;
}

#footer a{
color: #6467b4;
text-decoration:none;
}
#footer a:hover{
color: #FFFFFF;
}

#ban
{
position:absolute;
margin-left:22px;
bottom:30px;
}
.spacer{
  clear: both;
}
#mic_tr{
position:absolute;
width:185px;
height:351px;
margin-left:-75px;
margin-top:-155px;
background:url(images/mic_transp.png) no-repeat;
}

#part{margin-top:50px;border-top:1px dashed black; background:#ededed; padding:5px;}
h2{ color: #999999; font-weight:normal; font-size:13px;}
h4{margin-bottom:5px;}
#part img{margin:3px; border:1px solid white;}
li{font-weight:bold;}

#lecteur_title{color:#006699; font-size:12px;}

#lecteur{
position:absolute;
left:50%;
text-align:center;
width:240px;
height:40px;
margin-left:-120px;
top:20px;
}

#lecteur a{
color:#006699;
text-decoration:none;
display:block;
margin-top:15px;
}
#lecteur a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#lecteur_video{ background:url(images/wait.png) no-repeat center center;}
#lecteur_video a{
color:#006699;
text-decoration:none;
display:block;
margin-top:15px;
}
#lecteur_video a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#anim{
width:600px;
position:absolute;
left:50%;
margin-left:-300px;
top:10px;
}
#block_link{text-align:center; padding-top:15px;}
#block_link a{ color:#0099FF;}
#block_link a:hover{ color: #CCCCCC; text-decoration:none;}
#block_anim{border: #FFFFFF solid 1px; height:400px;}


/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*CSS ACCORDEON*/


.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #CCCCCC;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
.toggler2 {
	color: #ffffff;
	margin: 0;
	padding: 2px 5px;
	background:#878BB1;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.element ul{
	margin:0px;
}

/*******************************************************************************************************************/
/*******************************************************************************************************************/
