@charset "UTF-8";
/*
	Theme Name: iunivers site
	Theme URI: www.iunivers.fr
	Description: Site iUnivers.fr
	Version: 0.1
	Author: R. DELERY
 
Integration et graphisme R.DELERY

*/


/* corps de page */

Body {
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: #000 url('images/fond.jpg') repeat-x;
	margin: 0;
}

#page {
	color: #000;
	margin: 0 auto 0 auto;
	background:#fff url('images/content.jpg');
	width: 1000px;
}

#page p{
	margin: 5px 0;
}

/* entête */

#header {
	background: url('images/header.jpg') no-repeat;
	height: 175px;
	width: 1000px;
}

/* contenu */

#content {
	float:right;
	height: auto;
	width: 750px;
	overflow:auto;
	padding: 0 25px 0 25px;
}

#content h2{
	font-size:1.2em;
	color:#000;
}

#tab {
	height: auto;
	width: 735px;
	margin: 0;
	padding: 0;
}

#content p{
	padding: 15px 25px 0 25px;
}

#news {
	border:solid 1px #660000;
	margin:25px 40px 0 20px;
	padding: 10px;
}

#news li{
	font-size:1em;
	margin:0 0 0 35px;
}

#news h2{
	font-size:1.2em;
	color:#660000;
	margin:5px 0 5px 20px;
}

#lightbox{
	color:#fff;
	background-color:#000;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

/* Lightbox */
	
#lightboxDetails{
	font-size: 0.8em;
	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(overlay.png); 
}

* html #overlay{
	background-color:#000;
	back\ground-color:transparent;
	background-image:url("blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

/* sidebar */

#include {
	border:none;
	border-style:none;
	height:680px;
	width:100%;
	margin:0;
	padding:0;
}

#iframe {
	border:none;
	border-style:none;
	height:680px;
	width:100%;
	margin:0;
	padding:0;
}


#sidebar {
	background:url('images/content.jpg');
	float:left;
	width: 200px;
	height:680px;
}

#sidebar h2{
	margin: 30px 0 5px 20px;
}

.w3c {
	margin: 20px 0 0 0;
}

/* footer */

#footer {
	font-size: 0.8em;
	color:#ccc;
	background: url('images/footer.jpg') no-repeat;
	height: 55px;
	width: 975px;
	clear:both;
	padding: 20px 0 0 25px;
}

#footer a{
	color:#fff;
}

.foot1 {
	float:left;
	text-align:center;
	height: 25px;
	width: 150px;
}

.foot2 {
	float:right;
	text-align:center;
	height: 25px;
	width: 800px;
}


/* liens */

a {
	color:#660000;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}

li {
	list-style-type: none;
	margin: 0 0 0 30px;
}

ul {
	list-style-type: none;
	list-style-type: none;
	margin:0 0 0 0;
	padding:0;
}

ol {
	list-style-type: none;
	margin:0;
	padding:0;
}

.Style {
	color: #660000;
}


