* {
	margin:0; 
	padding:0;
}
.iframescroll {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width:100%; 
	height:580px; /* default : 650 */
	border:1px solid #ccc;
	background-color:#FFF;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
div {
	transition-property: opacity;
    transition-duration: 0.2s;
}
body {
	margin:0px 0px 0px 0px;
	text-align:center; 
	font-family: arial, helvetica, sans-serif;
	min-height:10em;
	color:#000;
	width:100%;
	background-color:#FFF;
}
#main {
	width:782px;	/* Default : 850px */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;	/* Default : 10px */
	height:100%;	/* Default : 100% */
}
#logo {
	text-align:center;
	/* min-height:10em; */
	padding-top:10px;
	color:#000;
	border:0px solid #ccc;
}
#timedMsgDiv {
	font-size:15px;
	display:none;
}
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

#bg2 {
	position:fixed;
}
.intro {
	padding:74px 0px 74px 0;
	display:none;
}
.intro img {
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */	
}
.intro img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}
#menu li {
	display:inline;
/*  Memo : haut - droite - bas - gauche */
	margin:0px 0px 0px 0px; 
	padding:15px 5px 15px 5px;
	width:100px;
}
#menu li:hover {
	text-decoration:underline ;
	color:gray;
}
#menu {
	margin-bottom:14px;
	border:0px;
}
#menu ul {
	list-style:none;
	margin-top:15px;	/* Default : 15px */
	margin-bottom:8px;	/* Default : 15px */
	font-size:14px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
}
#actu img {
	width:782px;	
}
#actu {
	height:100%;
	background:#FFF;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}
 #validator {
	text-align:center;
	position:relative;
	height:31px; 
	width:88px; 
	border:0px;
}
#div_media {
	width:780px;	/* Default : 850px */
	text-align:center;	
	color:#000;
	font-size:15px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom:0px;	/* Default : 15px */
	
}
hr {
	border:0px dashed;
	background-color:#E0E0E0;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}
#infos {
	text-align:left;
}
#admin_button {
	padding-top:5px;
	font-size:15px;
	letter-spacing:1px;
	color:#000;
	height: 20px:
	display:block;
	padding-left:40px;
}

/* Scrollbar style */

#scrollbar_container {  
    position:relative;  
    width:555px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    rightright:0;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#5c92e7;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:745px;  
    height:550px;  
}  

/* End scrollbar style */

span {
	cursor:pointer;
	font-size:10px;
}
#skype_hack {
	display:none; /* On créé une span invisible qui dira à Skype qu'il s'agit d'un numéro de fax, pour éviter la mise en forme par défaut */
}





