@import "layout.css";
/* CSS Document */

* { padding: 0;	margin: 0; }

body	{
	font-size: 13px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #6A529D;
	text-decoration: none;
	}

h1	{
	font-size: 16px;
	}

h2	{
	font-size: 15px;
	}

h3	{
	font-size: 14px;
	}

h4	{
	font-size: 1em;
	}

h5	{
	font-size: 0.9em;
	}

h6	{
	font-size: 0.8em;
	}
	
a img, a:visited img, a:hover img	{
	border: 1;
	border-color: #6A529D;
	}
	
a.opacity img {filter:alpha(opacity=100); 
               -moz-opacity: 1.0; 
               opacity: 1.0;}

a.opacity:hover img {filter:alpha(opacity=60);   
                     -moz-opacity: 0.5;   
                     opacity: 0.5;}	
					 
a {text-decoration: none; color:#6A529D; /* définition du lien qui affichera le "calque" */}

a:hover {background: none; color:#000000; /* correction d'un bug IE */}

a span { /* définition de la balise <span> inclue dans <a> */display: none;}

a:hover span { /* définition de la balise <span> au survol */display: inline;position: absolute;top: 160px; /* positions et dimensions du calque, que vous pouvez changer à loisir */left: 200px;width: 200px;height: 220px;background: #D9DBEC; border:solid 1px #6A529D;text-align: center;color: #6A529D;}-->

#page	{
	background: #D9DBEC;
	color: inherit;
	margin: 0 auto;
	}
	
#logo{
	height: 80px;
	margin: 0px 0px 0px 0px;
	background: #D9DBEC url(/img/logo-masmoudi-lyon.gif) no-repeat left top;
}

#menu{
	height: 20px;
	margin: 0px 0px 0px 0px;
	background: #D9DBEC;
}	

#fond{
	margin: 0px 0px 0px 0px;
	background: #FFF;
	border: solid 2px #6A529D;
}

#fond1{
	width: 896px;
	margin: 0px 0px 0px 0px;
	background: #FFF url(/img/fond1.jpg) no-repeat left bottom;
}

#tab1{
	width: 630px;
	margin: 0px 0px 0px 250px;
	background: #FFF left top;
}

#bottom{
	margin: 0px 0px 0px 0px;
	color: #6A529D;
	font-size: 11px;
}	

.menu{
	background: transparent;
	color: #6A529D;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.menu a{
	color: #6A529D;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

.menu a:hover{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

.txt14{
	background: transparent;
	color: #000;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.txt-p {	
		color:#000;
		text-decoration:none;
		font-size: 0.8em;
	}

.border-img {
	border:solid #6A529D 1px;
		}
		
.border	{
	border:solid #6A529D 1px;
	background-color:#999999;
	font-size: 1.4em;
		}

.cursor	{
	cursor: pointer;
	}

.p1 {
		background-color:#D9DBEC;
		height:24px;
	}
	
.p2 {
		background-color:#FFF;
		height:24px;
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.9em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}				 
